:root {
   --blue: #1e90ff;
   --white: #ffffff;
   --black: #000000;
   --darkblue: #051f2d;
   --lightblue: #00a8e9;
   --skyblue: #799dd6;
   --offwhite: #ebecec;
   --skyishblue: #72bdd6;
   --yellowshade: #87ff00;
   --purpleblue: #2b398a;
   --purple: #662d8b;
   --lightgrayish: #f0f0f0;
   --lightgreenish: #e8fdf6;
   --lightpink: #fce0e6;
   --lightgreenshade2: #dffbdb;
   --lightyellowish: #f7f7e3;
   --lightblueshade: #e5f1fb;
   --lightgrayshde2: #f7f7f7;
   --medgreen: #87c03f;
   --darkgrayish: #243746;
   --lightblack: #0d0d0d;
   --darkblueshade3: #052137;
   --darkskyblueshade: #79a3dc;
   --darkpurpleshade: #141220;
   --darkgrayshade4: #1a2e35;
   --darkredadhade: #231f20;
   --skyblueshade: #00aeff;
   --grayshade: #e5e6e7;
   --grayshade2: #c0c7ca;
   --offwhiteshade: #f4f0ea;
   --lightyellowshade: #fff9ed;
   --darkblueshade: #243745;
   --lightoffwhite: #fefefe;
   --darkblueshade2: #152855;
   --lightoffwhiteshade: #eff0f0;
   --darkgrayshade: #58595b;
   --skyblueshade2: #00aced;
   --darkblueyishshade: #162955;
   --darkblueyishsahde2: #162955;
   --medskyblue: #7ba8cb;
   --darkgreen: #8bc43f;
   --lightskyblueishshade: #b3d5e4;
   --lightgrayishshade: #babcbe;
   --keymilestoneshade1: #a6a7aa;
   --keymilestoneshade2: #bad4e2;
   --keymilestoneshade3: #7ba7ca;
   --keymilestoneshade4: #4b79a8;
   --keymilestoneshade5: #2b5185;
   --keymilestoneshade6: #152855;
   --skyblueyishshade: #1c75ba;
   --medblueyishshade: #2a5083;
   --skyblueyishshade2: #b9d4e2;
   --grayshade3: #414042;
   --darkgrayishshade: #5e646a;
   --blueyishshade: #2a5084;
   --blueyishshade2: #4c7aa8;
   --blueyishshade3: #7ca8cb;
   --grayishshade: #d0d2d3;
   --lightgrayishshade2: #bbbdbf;
   --darkblueyishshade2: #2b398f;
   --keymilestoneshade1about: #2a5f81;
   --keymilestoneshade2about: #448bba;
   --keymilestoneshade3about: #36729a;
   --lightyellowyish: #d2cbbb;
 }
* { 
    margin: 0;
    padding: 0;
 }
 body,
 section {
   font-family: 'Open Sans', sans-serif;
   /* overflow-x: hidden !important; */
 }
@font-face {
   font-family: 'metropolisblack';
   src: url('../fonts/metropolis-black-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-black-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisblack_italic';
   src: url('../fonts/metropolis-blackitalic-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-blackitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisbold';
   src: url('../fonts/metropolis-bold-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-bold-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisbold_italic';
   src: url('../fonts/metropolis-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-bolditalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisextra_bold';
   src: url('../fonts/metropolis-extrabold-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-extrabold-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisextra_bold_italic';
   src: url('../fonts/metropolis-extrabolditalic-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-extrabolditalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisextra_light';
   src: url('../fonts/metropolis-extralight-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-extralight-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisextra_light_italic';
   src: url('../fonts/metropolis-extralightitalic-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-extralightitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolislight';
   src: url('../fonts/metropolis-light-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-light-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolislight_italic';
   src: url('../fonts/metropolis-lightitalic-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-lightitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolismedium';
   src: url('../fonts/metropolis-medium-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-medium-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolismedium_italic';
   src: url('../fonts/metropolis-mediumitalic-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-mediumitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisregular';
   src: url('../fonts/metropolis-regular-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-regular-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisregular_italic';
   src: url('../fonts/metropolis-regularitalic-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-regularitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolissemi_bold';
   src: url('../fonts/metropolis-semibold-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-semibold-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolissemi_bold_italic';
   src: url('../fonts/metropolis-semibolditalic-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-semibolditalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisthin';
   src: url('../fonts/metropolis-thin-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-thin-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'metropolisthin_italic';
   src: url('../fonts/metropolis-thinitalic-webfont.woff2') format('woff2'),
        url('../fonts/metropolis-thinitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'gothamblackitalic';
   src: url('../fonts/gotham_black_italic-webfont.woff2') format('woff2'),
        url('../fonts/gotham_black_italic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'garetbook';
   src: url('../fonts/garet-book-webfont.woff2') format('woff2'),
        url('../fonts/garet-book-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'garetbooklight';
   src: url('../fonts/garet-book-light-webfont.woff2') format('woff2'),
        url('../fonts/garet-book-light-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'garetheavy';
   src: url('../fonts/garet-heavy-webfont.woff2') format('woff2'),
        url('../fonts/garet-heavy-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'garetheavyextra';
   src: url('../fonts/garet-heavy-extra-webfont.woff2') format('woff2'),
        url('../fonts/garet-heavy-extra-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronblack';
   src: url('../fonts/aileron-black-webfont.woff2') format('woff2'),
        url('../fonts/aileron-black-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronblack_italic';
   src: url('../fonts/aileron-blackitalic-webfont.woff2') format('woff2'),
        url('../fonts/aileron-blackitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronbold';
   src: url('../fonts/aileron-bold-webfont.woff2') format('woff2'),
        url('../fonts/aileron-bold-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronbold_italic';
   src: url('../fonts/aileron-bolditalic-webfont.woff2') format('woff2'),
        url('../fonts/aileron-bolditalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronheavy';
   src: url('../fonts/aileron-heavy-webfont.woff2') format('woff2'),
        url('../fonts/aileron-heavy-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronheavy_italic';
   src: url('../fonts/aileron-heavyitalic-webfont.woff2') format('woff2'),
        url('../fonts/aileron-heavyitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronitalic';
   src: url('../fonts/aileron-italic-webfont.woff2') format('woff2'),
        url('../fonts/aileron-italic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronlight';
   src: url('../fonts/aileron-light-webfont.woff2') format('woff2'),
        url('../fonts/aileron-light-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronlight_italic';
   src: url('../fonts/aileron-lightitalic-webfont.woff2') format('woff2'),
        url('../fonts/aileron-lightitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronregular';
   src: url('../fonts/aileron-regular-webfont.woff2') format('woff2'),
        url('../fonts/aileron-regular-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronsemibold';
   src: url('../fonts/aileron-semibold-webfont.woff2') format('woff2'),
        url('../fonts/aileron-semibold-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronsemibold_italic';
   src: url('../fonts/aileron-semibolditalic-webfont.woff2') format('woff2'),
        url('../fonts/aileron-semibolditalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronthin';
   src: url('../fonts/aileron-thin-webfont.woff2') format('woff2'),
        url('../fonts/aileron-thin-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronthin_italic';
   src: url('../fonts/aileron-thinitalic-webfont.woff2') format('woff2'),
        url('../fonts/aileron-thinitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronultralight';
   src: url('../fonts/aileron-ultralight-webfont.woff2') format('woff2'),
        url('../fonts/aileron-ultralight-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'aileronultralight_italic';
   src: url('../fonts/aileron-ultralightitalic-webfont.woff2') format('woff2'),
        url('../fonts/aileron-ultralightitalic-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'amsterdamfour_ttf';
   src: url('../fonts/amsterdam-four-webfont.woff2') format('woff2'),
        url('../fonts/amsterdam-four-webfont.woff') format('woff');
   font-weight: normal;
   font-style: normal;
}

 /*header*/
 #header {
   position: absolute;
   top: 18px;
   right: 0;
   left: 0;
   background-color: transparent;
   width: 100%;
   z-index: 9;
 }
 #header .navbar {
   background-color: transparent;
 }
 #header .navbar ul.navbar-nav li.nav-item a.nav-link {
   font-size: 18px;
   color: var(--white);
   font-weight: 600;
   line-height: 30px;
 }
 #header .hdr-main {
   padding: 12px;
 }
 #header .hdr-main .logo,
 #header .navbar {
   z-index: 9;
}
 #header .hdr-main .logo img {
   width: 100%;
   max-width: 300px;
   height: auto;
}
#header .navbar ul.navbar-nav li.nav-item:not(:last-child) {
   margin-right: 70px;
}
#header.sticky .hdr-main .logo img {
   max-width: 250px;
}
#header.others-header {
   position: relative;
   top: 0;
   background-color: var(--darkblueshade2);
}
#header.sticky,
#header.others-header.header.sticky {
   width: 100%;
   position: fixed;
   top: -60px;
   left: 0;
   /* height: 82px; */
   animation: goDown 0.5s ease-in-out forwards;
   z-index: 999999;
}
#header.sticky::after,
#header.others-header.header.sticky::after {
   position: absolute;
   content: "";
   top: 0;
   right: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: var(--darkblueyishshade);
   opacity: 70%;
}
@keyframes goDown {
   0%{
     top:-60px;
   }
   100% {
     transform: translateY(60px);
   }
}
/*header*/

/*homepage*/
/*hdr-bnr*/
#hdr-bnr .hdr-bnr-texts {
   right: 0;
   bottom: 72px;
   left: 0;
}
#hdr-bnr .hdr-bnr-texts h1 {
   font-family: 'garetheavyextra';
   font-size: 54px;
   color: var(--white);
   line-height: 68px;
   margin-bottom: 40px;
}
#hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
   display: block;
   position: relative;
   width: 2px;
   height: 186px;
   background-color: var(--white);
   margin: 5px auto 0;
}
#hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider::before,
#hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider::after {
   position: absolute;
   content: "";
   width: 16px;
   height: 16px;
   background-color: var(--white);
   border-radius: 100%;
   left: -7px;
}
#hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider::before {
   top: 0;
}
#hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider::after {
   bottom: 0;
}
#hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
   font-family: 'aileronblack';
   font-size: 40px;
   color: var(--white);
   line-height: 45px;
   margin: 0;
}
#hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor {
   margin-top: 25px;
   margin-bottom: 25px;
}
#hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn {
   border: 4px solid var(--white);
   color: var(--white);
   width: 100%;
   max-width: 610px;
   padding: 16px 35px;
   border-radius: 12px;
   position: relative;
}
#hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn.disable::before {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   background-color: var(--white);
   top: 0;
   left: 0;
   opacity: 0.3;
}
#hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .lock {
   margin-left: 20px;
}
#hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access {
   min-width: 322px;
}
#hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.investor-text {
   font-family: 'aileronsemibold';
   font-size: 26.8px;
   font-weight: 600;
   letter-spacing: 0.5px;
   line-height: 26px;
}
#hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.access-text {
   font-size: 14px;
   letter-spacing: 5.5px;
   line-height: 18px;
}
#hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.access-text::before {
   position: absolute;
   content: "";
   top: 8px;
   left: 0;
   width: 124px;
   height: 2px;
   background-color: var(--white);
}
#hdr-bnr .hdr-bnr-texts .join-full-business-plan p.know-show-acn {
   font-family: 'aileronregular';
   font-size: 16px;
   color: var(--white);
   line-height: 25px;
   margin: 0;
}
#hdr-bnr img.mob-visible {
   display: none;
}
/*hdr-bnr*/

/*companies-changing-story*/
#companies-changing-story {
   padding: 70px 0;
   background-color: var(--lightoffwhite);
   position: relative;
   z-index: 999;
}
#companies-changing-story img.companies-changing-story-img {
   width: auto;
   height: 656px;
   margin: 0 auto;
   z-index: 99999;
}
/*companies-changing-story*/

/*primetime-integrated*/
#primetime-integrated {
   background-color: var(--lightoffwhite);
   margin-top: -70px;
}
#primetime-integrated .primetime-integrated-conts {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   padding-top: 75px;
   z-index: 999;
}
#primetime-integrated .primetime-integrated-conts img.primetime-division-logo,
#primetime-integrated .primetime-integrated-conts img.integrated-bookings-logo {
   width: auto;
   height: 122px;
}
#primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
   display: none;
}
/* #primetime-integrated-img {
   margin-top: -197px;
} */
/*primetime-integrated*/

/*chasing-entertainers-bookings*/
#chasing-entertainers-bookings .chasing-entertainers-bookings-conts {
   top: 0;
   right: 0;
   left: 0;
}
#chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
   border: 2px solid var(--white);
   padding: 50px 108px;
}
#chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
   margin: 0;
   font-family: 'aileronregular';
   font-size: 52px;
   color: var(--white);
   line-height: 63px;
}
#chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.entertainers {
   font-family: 'Open Sans', sans-serif;
   font-weight: 800;
}
#chasing-entertainers-bookings img.chansing-entertainers-bookings-mob-img.mob-visible {
   display: none;
}
/*chasing-entertainers-bookings*/

/*emails-spreadsheets*/
#emails-spreadsheets {
   background-color: var(--lightyellowyish);
}
#emails-spreadsheets .emails-spreadsheets-conts {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   padding-top: 108px;
}
#emails-spreadsheets .emails-spreadsheets-conts p {
   font-family: 'Open Sans', sans-serif;
   font-size: 44px;
   color: var(--darkblueshade2);
   font-weight: 800;
   line-height: 57px;
   text-align: right;
}
#emails-spreadsheets .emails-spreadsheets-conts p span {
   display: block;
}
#emails-spreadsheets img.emails-spreadsheets-bg-mob-img.mob-visible {
   display: none;
}
/*emails-spreadsheets*/

/*cymfony-bookmygig-brain*/
#cymfony-bookmygig-brain {
   padding: 70px 0;
   background-color: var(--lightoffwhiteshade);
}
#cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
   width: auto;
   height: 292px;
   top: -176px;
   right: 0;
   left: 0;
   margin: 0 auto;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts {
   margin-top: 90px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
   width: auto;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img {
   height: 383px;
   margin: 0 auto;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
   height: 383px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .cymfony-bookmygig-branin-conts-right p {
   margin-bottom: 45px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
   width: auto;
   height: 36px;
   display: block;
   margin-left: auto;
   margin-right: auto;
   margin-top: -18px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
   font-family: 'aileronregular';
   font-size: 36px;
   color: var(--darkgrayshade);
   line-height: 45px;
   margin: 30px 0 0;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
   font-size: 18px;
   font-style: italic;
   /* line-height: 18px; */
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system sup {
   font-size: 20px;
   top: -5px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a {
   font-size: 25px;
   color: var(--skyblueshade2);
   line-height: 30px;
   margin: 25px 0 0;
   text-decoration: none;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a i {
   font-size: 20px;
   margin-left: 8px;
   position: relative;
   top: -1px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
   width: auto;
   height: 63px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a.official-web span::after {
   position: absolute;
   content: "";
   width: 100%;
   height: 1px;
   background-color: var(--skyblueshade2);
   left: 0;
   bottom: 1px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a.official-web {
   margin-top: 25px;
   margin-bottom: 50px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group {
   margin-top: 25px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a {
   margin: 0;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a.google-play-btn {
   margin-right: 18px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
   font-family: 'Open Sans', sans-serif;
   font-size: 50px;
   color: var(--darkblueshade2);
   font-weight: 800;
   line-height: 61px;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications {
   margin: 70px 0 0;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p. {
   margin: 0;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p span {
   display: block;
}
#cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
   display: none;
}
/*cymfony-bookmygig-brain*/

/*comps*/
#comps {
   padding: 70px 0;
   background-color: var(--darkblue);
}
#comps img.comps-img {
   width: auto;
   height: 552px;
}
/*comps*/

/*customers-industry-partners*/
#customers-industry-partners {
   padding: 70px 0 0;
   background-color: var(--darkblueyishshade);
}
#customers-industry-partners p {
   font-family: 'Open Sans', sans-serif;
   font-size: 50px;
   color: var(--white);
   font-weight: 800;
   line-height: 61px;
   padding-left: 50px;
}
#customers-industry-partners p span:first-child {
   margin-bottom: 50px;
}
#customers-industry-partners img.customers-industry-partners-img {
   float: right;
   width: auto;
   height: 360px;
   margin: -72px 70px 0;
}
/*customers-industry-partners*/

/*primetime-established/integrated-bookings-primetime*/
#primetime-established,
#integrated-bookings-primetime {
   padding: 70px 0;
   background-color: var(--lightoffwhiteshade);
}
#primetime-established img.primetime-division-logo,
#integrated-bookings-primetime img.primetime-division-logo {
   width: auto;
   height: 190px;
}
#primetime-established p.primetime-established,
#integrated-bookings-primetime p.primetime-established {
   font-family: 'aileronregular';
   font-size: 30px;
   color: var(--black);
   line-height: 40px;
   letter-spacing: 10.8px;
   margin: 34px 0 0;
}
#primetime-established .primetime-established-details,
#integrated-bookings-primetime .primetime-established-details {
   margin-top: 108px;
}
#primetime-established .primetime-established-details img,
#integrated-bookings-primetime .primetime-established-details img {
   width: auto;
   height: 160px;
}
#primetime-established .primetime-established-details h2,
#integrated-bookings-primetime .primetime-established-details h2 {
   font-family: 'Open Sans', sans-serif;
   font-size: 55px;
   color: var(--darkblueshade2);
   font-weight: 800;
   line-height: 70px;
   margin: 70px 0 8px;
}
#primetime-established .primetime-established-details p,
#integrated-bookings-primetime .primetime-established-details p {
   font-family: 'Open Sans', sans-serif;
   font-size: 30px;
   color: var(--darkgrayshade);
   font-weight: normal;
   line-height: 40px;
   margin: 0;
}
#integrated-bookings-primetime img.primetime-division-logo {
   width: auto;
   height: 125px;
}
#integrated-bookings-primetime p.spinoff {
   font-family: 'aileronregular';
   font-size: 32px;
   color: var(--black);
   line-height: 43px;
   letter-spacing: 5px;
   margin: 42px 0 0;
}
#integrated-bookings-primetime .primetime-established-details p span.Development {
   display: block;
}
#primetime-established .primetime-established-details p span,
#integrated-bookings-primetime .primetime-established-details p span {
   display: block;
}
/*primetime-established*/

/*division-operations-proprietary/ib-division-operations-proprietary*/
#division-operations-proprietary,
#ib-division-operations-proprietary {
   padding: 0 0;
   min-height: auto;
   /* background-image: url(../image/orange-bg.png);
   background-size: 100% 100%;
   background-repeat: repeat-y; */
   margin-top: -40px;
}
#division-operations-proprietary .division-operations-proprietary-conts {
   top: 0;
   right: 0;
   left: 0;
   margin-top: 161px;
}
#division-operations-proprietary p,
#division-operations-proprietary a.official-web,
#ib-division-operations-proprietary p,
#ib-division-operations-proprietary a.official-web {
   font-family: 'Open Sans', sans-serif;
   font-size: 22px;
   color: var(--white);
   font-weight: normal;
   line-height: 27px;
   text-decoration: none;
   position: relative;
}
#division-operations-proprietary a.official-web,
#ib-division-operations-proprietary a.official-web {
   margin-top: 16px;
}
#division-operations-proprietary a.official-web span::after,
#ib-division-operations-proprietary a.official-web span::after {
   position: absolute;
   content: "";
   width: 100%;
   height: 1px;
   background-color: var(--white);
   left: 0;
   bottom: 1px;
}
#division-operations-proprietary a.official-web i,
#ib-division-operations-proprietary a.official-web i {
   font-size: 20px;
   margin-left: 8px;
   position: relative;
   top: -1px;
}
#ib-division-operations-proprietary {
   padding: 0 0;
   min-height: auto;
   /* background-image: url(../image/blue-bg.png);
   background-size: 100% 100%;
   background-repeat: repeat-y; */
   margin-top: -40px;
}
#ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
   top: 0;
   right: 0;
   left: 0;
   margin-top: 191px;
}
#division-operations-proprietary img.orange-bg-mob.mob-visible,
#ib-division-operations-proprietary img.blue-bg-mob.mob-visible,
#ib-division-operations-proprietary img.gray-bg-mob.mob-visible {
   display: none;
}
#division-operations-proprietary p.dop-conts-mob,
#ib-division-operations-proprietary p.ibdop-conts-mob {
   display: none;
}
/*division-operations-proprietary*/

/*ideal-platform-deploy*/
#ideal-platform-deploy {
   padding: 70px 0;
   overflow: hidden;
}
#ideal-platform-deploy p.intro,
#ideal-platform-deploy h2 {
   font-family: 'Open Sans', sans-serif;
   font-size: 55px;
   color: var(--darkblueshade2);
   font-weight: 800;
   line-height: 63px;
   margin: 0;
}
#ideal-platform-deploy p.intro.ipd-mob-intro {
   display: none;
}
#ideal-platform-deploy h2 {
   margin: 0 0 50px;
}
#ideal-platform-deploy img.together-img,
#ideal-platform-deploy img.cymfony-bmg-img {
   width: auto;
   height: 108px;
}
#ideal-platform-deploy img.pt-ib-img {
   width: auto;
   height: 230px;
}
#ideal-platform-deploy .ideal-platform-deploy-imgs span {
   display: inline-block;
   width: 2px;
   height: 160px;
   background-color: var(--black);
   margin: 0 36px;
}
#ideal-platform-deploy .ideal-platform-deploy-imgs {
   margin: 70px 0 90px;
   display: flex;
}
#ideal-platform-deploy img.primetime-current-users-img {
   width: auto;
   height: 700px;
}
#ideal-platform-deploy img.mob-visible {
   display: none;
}
/*ideal-platform-deploy*/

/*different-approach*/
#different-approach {
   padding: 90px 0;
   background-color: var(--darkblueyishshade);
}
#different-approach h2 {
   font-family: 'Open Sans', sans-serif;
   font-size: 55px;
   color: var(--white);
   font-weight: 800;
   line-height: 61px;
   margin: 0;
}
/*different-approach*/

/*organiser-artist-first*/
#organiser-artist-first {
   padding: 70px 0;
}
#organiser-artist-first p {
   font-family: 'Open Sans', sans-serif;
   font-size: 55px;
   color: var(--darkblueshade2);
   font-weight: 800;
   line-height: 68px;
   margin: 0;
}
#organiser-artist-first p img.artist-round-img {
   position: absolute;
   left: 140px;
   top: -22px;
   width: auto;
   height: 113px;
}
#organiser-artist-first .organiser-artist-first-left p:first-child {
   margin-top: 18px;
   margin-bottom: 50px;
}
#organiser-artist-first .organiser-artist-first-right img.primetime-division-logo {
   width: auto;
   height: 108px;
   margin-bottom: 28px;
}
#organiser-artist-first .organiser-artist-first-left::before {
   position: absolute;
   content: "";
   width: 2px;
   height: calc(100% + 140px);
   background-color: #000;
   top: -70px;
   right: 0;
}
#organiser-artist-first p.reach-discover {
   font-size: 60px;
   line-height: 70px;
   margin-top: 160px;
   margin-bottom: 30px;
}
#organiser-artist-first img.centralised-omni-channel-img {
   width: auto;
   height: 900px;
}
#organiser-artist-first img.mob-visible {
   display: none;
}
#organiser-artist-first p.reach-discover.mob-visible {
   display: none;
}
/*organiser-artist-first*/

/*market-summary*/
#market-summary .market-summary-conts {
   top: 0;
   right: 0;
   left: 0;
}
#market-summary .market-summary-conts .market-summary-texts p {
   font-size: 100px;
   color: var(--darkblueyishsahde2);
   font-weight: 800;
   line-height: 90px;
   margin: 0;
}
#market-summary img.mob-visible {
   display: none;
}
/*market-summary*/

/*target-market*/
#target-market {
   padding: 70px 0;
   background-color: var(--lightoffwhite);
}
#target-market h2,
#target-market h4 {
   font-family: 'Open Sans', sans-serif;
   color: var(--darkblueshade2);
   font-weight: 800;
   margin: 0;
}
#target-market h2 {
   font-size: 55px;
   line-height: 68px;
}
#target-market h4 {
   font-size: 34px;
   line-height: 43px;
   margin-top: 30px;
   margin-bottom: 30px;
}
#target-market p {
   font-family: 'Open Sans', sans-serif;
   font-size: 27px;
   color: var(--black);
   font-weight: normal;
   line-height: 36px;
   margin: 0;
}
#target-market p.event-entertainment-market {
   margin-bottom: 25px;
}
#target-market .target-market-left img.cymfony-brain-img,
#target-market .target-market-right img.bookmygig-brain-img {
   width: auto;
   height: 353px;
   margin: 0 auto;
}
#target-market .target-market-conts .target-market-right {
   order: 1;
}
/* #target-market .target-market-left img.cymfony-brain-img {
   height: 241px;
   margin: 34px auto 78px;
}
#target-market .target-market-right img.bookmygig-brain-img {
   height: 353px;
} */
#target-market .target-market-left img.cymfony-brain,
#target-market .target-market-right img.bookmygig-brain {
   width: auto;
   height: 36px;
   display: block;
   margin-top: -36px;
   margin-right: auto;
   margin-left: auto;
}
#target-market p.app-intro-sub {
   font-family: 'Open Sans', sans-serif;
   font-size: 36px;
   color: var(--darkgrayshade);
   font-weight: 700;
   line-height: 45px;
   margin: 30px 0 0;
}
#target-market p.app-intro-sub span.operating-system {
   font-size: 20px;
   font-weight: normal;
   font-style: italic;
}
#target-market p.app-intro-sub sup {
   font-size: 20px;
   top: -12px;
}
#target-market p.app-intro-sub span.operating-system sup {
   font-size: 20px;
   top: -5px;
}
#target-market p.sector {
   margin-bottom: 70px;
}
#target-market .primary-users-conts {
   margin-top: 40px;
}
#target-market .primary-users-conts p.primary-users {
   font-family: 'Open Sans', sans-serif;
   font-size: 34px;
   color: var(--darkgrayshade);
   font-weight: 700;
   line-height: 45px;
   border-bottom: 2px solid var(--black);
   padding-bottom: 20px;
   margin-bottom: 20px;
   min-width: 458px;
   width: 100%;
   max-width: 80%;
}
#target-market .primary-users-conts p.primary-users span {
   font-size: 24px;
   font-weight: 400;
   line-height: 34px;
}
#target-market .primary-users-conts p.primary-users-intro {
   font-family: 'Open Sans', sans-serif;
   font-size: 24px;
   color: var(--darkgrayshade);
   font-weight: 500;
   line-height: 30px;
}
#target-market .primary-users-conts.bmg-conts {
   display: none;
}
/*target-market*/

/*total-addressable-market*/
#total-addressable-market .total-addressable-market {
   top: 0;
   right: 0;
   left: 0;
}
#total-addressable-market .total-addressable-market h2 {
   font-family: 'Open Sans', sans-serif;
   font-size: 60px;
   color: var(--white);
   font-weight: 800;
   line-height: 55px;
   margin: 0;
}
#total-addressable-market .total-addressable-market p {
   font-family: 'Open Sans', sans-serif;
   font-size: 37px;
   color: var(--white);
   font-weight: 700;
   line-height: 50px;
   margin: 30px 0;
}
#total-addressable-market .total-addressable-market img.total-addressable-market-lock-img {
   width: auto;
   height: 151px;
   margin: 30px 0;
}
#total-addressable-market.event-entertainment-agencies .total-addressable-market .total-addressable-market-conts {
   padding: 0;
}
.become-an-inverstor {
   margin-top: 25px;
   margin-bottom: 25px;
}
.become-an-inverstor a.btn {
   border: 4px solid var(--white);
   color: var(--white);
   width: 100%;
   max-width: 610px;
   padding: 16px 35px;
   border-radius: 12px;
   position: relative;
}
.become-an-inverstor a.btn.disable::before {
   position: absolute;
   content: "";
   width: 100%;
   height: 100%;
   background-color: var(--white);
   top: 0;
   left: 0;
   opacity: 0.3;
}
.become-an-inverstor a.btn .lock {
   margin-left: 20px;
}
.become-an-inverstor a.btn .investor-access {
   min-width: 322px;
}
.become-an-inverstor a.btn .investor-access span.investor-text {
   font-family: 'aileronsemibold';
   font-size: 26.8px;
   font-weight: 600;
   letter-spacing: 0.5px;
   line-height: 26px;
}
.become-an-inverstor a.btn .investor-access span.access-text {
   font-size: 14px;
   letter-spacing: 5.5px;
   line-height: 18px;
}
.become-an-inverstor a.btn .investor-access span.access-text::before {
   position: absolute;
   content: "";
   top: 8px;
   left: 0;
   width: 124px;
   height: 2px;
   background-color: var(--white);
}
#total-addressable-market .total-addressable-market .become-an-inverstor a.btn {
   padding: 16px 100px;
   max-width: 639px;
}
#total-addressable-market .total-addressable-market .total-addressable-market-conts .become-an-inverstor {
   margin: 0;
}
#total-addressable-market .total-addressable-market .total-addressable-market-conts {
   padding: 70px 0;
}
#total-addressable-market img.mob-visible {
   display: none;
}
/*total-addressable-market*/

/*event-entertainers*/
#event-entertainers {
   padding: 70px 0;
   background-color: var(--lightoffwhite);
}

#event-entertainers h2 {
   font-family: 'Open Sans', sans-serif;
   font-size: 60px;
   color: var(--darkblueshade2);
   font-weight: 800;
   line-height: 55px;
   margin: 0 0 30px;
}
#event-entertainers p {
   font-size: 37px;
   color: var(--medskyblue);
   font-weight: 700;
   line-height: 50px;
   padding-left: 30px;
}
#event-entertainers p::before {
   position: absolute;
   content: "";
   top: 5px;
   left: -23px;
   width: 35px;
   height: 35px;
   background-color: var(--medskyblue);
   border-radius: 100%;
}
#event-entertainers img.map-img {
   width: calc(100% - 30px);
   height: auto;
   margin-top: 40px;
   margin-bottom: 16px;
}
#event-entertainers img.mob-visible {
   display: none;
}
/*event-entertainers*/

/*complted-we-are-here*/
#complted-we-are-here {
   padding: 144px 0 70px;
   background-color: var(--lightoffwhiteshade);
}
#complted-we-are-here .complted-we-are-here-box {
   max-width: calc(100% - 25px);
   border-radius: 18px;
   border: 6px solid var(--white);
   background-color: var(--white);
   padding: 0 0 80px;
}
#complted-we-are-here .complted-we-are-here-box i {
   top: -35px;
   right: 0;
   left: 0;
   font-size: 70px;
   color: var(--lightgrayishshade);
   opacity: 0;
}
#complted-we-are-here .complted-we-are-here-box.green i,
#complted-we-are-here .complted-we-are-here-box.blue i,
#complted-we-are-here .complted-we-are-here-box.active i {
   opacity: 1;
}
#complted-we-are-here .complted-we-are-here-box.green {
   border-color: var(--darkgreen);
}
#complted-we-are-here .complted-we-are-here-box.green i {
   color: var(--darkgreen);
}
#complted-we-are-here .complted-we-are-here-box.blue {
   border-color: var(--darkblueyishshade);
}
#complted-we-are-here .complted-we-are-here-box.blue i {
   color: var(--darkblueyishshade);
}
#complted-we-are-here .complted-we-are-here-box i::before {
   background-color: var(--white);
   border-radius: 100%;
}
#complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label {
   background-color: var(--lightskyblueishshade);
   color: var(--whtie);
   padding: 27px 0 27px 12px;
   margin: 0 0 25px -32px;
   border-radius: 14px;
   min-width: auto;
   width: 100%;
   max-width: 70%;
}
#complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label::before {
   position: absolute;
   content: "";
   border: 30px solid var(--lightskyblueishshade);
   border-color: transparent transparent var(--lightskyblueishshade) var(--lightskyblueishshade);
   border-radius: 0 0 0 16px;
   top: 14px;
   right: -23px;
   left: auto;
   transform: rotate( 225deg);
   /* box-shadow: -3px 3px 5px 0 rgb(0 0 0 / 10%); */
   z-index: 0;
}
#complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
   font-family: 'Open Sans', sans-serif;
   font-size: 23px;
   color: var(--white);
   font-weight: 700;
   line-height: 34px;
   margin: 0;
   z-index: 9;
}
#complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-process {
   right: 0;
   bottom: -25px;
   left: 0;
   max-width: 227px;
   background-color: var(--darkgreen);
   padding: 5px 0;
   border-radius: 14px;
}
#complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-process p {
   font-family: 'Open Sans', sans-serif;
   font-size: 25px;
   color: var(--white);
   font-weight: 700;
   line-height: 36px;
   margin: 0;
}
#complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul {
   margin: 0;
   padding: 0;
}
#complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
   font-family: 'Open Sans', sans-serif;
   font-size: 20px;
   color: var(--lightgrayishshade);
   font-weight: 400;
   line-height: 25px;
}
#complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li span.dot {
   font-size: 30px;
   top: 4px;
}
#complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li.approx-valuation {
   margin-top: 36px;
}
#complted-we-are-here .complted-we-are-here-box.blue .complted-we-are-here-box-details ul li.approx-valuation {
   margin-top: 52px;
}
#complted-we-are-here .raised-amount.text-center {
   margin-top: 50px;
}
#complted-we-are-here .raised-amount.text-center h5 {
   font-family: 'Open Sans', sans-serif;
   font-size: 30px;
   color: var(--lightgrayishshade);
   font-weight: 700;
   line-height: 40px;
   margin: 0;
}
#complted-we-are-here .raised-amount.text-center h5:first-child {
   margin-bottom: 16px;
}
#complted-we-are-here .raised-amount.text-center h5.amount {
   font-size: 34px;
   font-weight: 800;
   line-height: 45px;
   height: 61px;
   overflow: hidden;
   position: relative;
}
#complted-we-are-here .raised-amount.text-center h5.amount::after {
   position: absolute;
   content: "";
   top: 0;
   left: 0;
   right: 0;
   background: linear-gradient(174deg, rgb(239 240 240 / 52%) 0%, rgb(239 240 240) 100%);
   width: 100%;
   height: 100%;
}
#complted-we-are-here .complted-we-are-here-box.green ~ .raised-amount h5::after {
   opacity: 0.9;
}
#complted-we-are-here .complted-we-are-here-box.green ~ .raised-amount h5 {
   color: var(--darkgreen);
}
#complted-we-are-here .complted-we-are-here-box.blue .complted-we-are-here-box-label,
#complted-we-are-here .complted-we-are-here-box.blue .complted-we-are-here-box-process {
   background-color: var(--darkblueyishshade);
}
#complted-we-are-here .complted-we-are-here-box.blue .complted-we-are-here-box-label::before {
   border: 30px solid var(--darkblueyishshade);
   border-color: transparent transparent var(--darkblueyishshade) var(--darkblueyishshade);
}
#complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 {
   color: var(--darkblueyishshade);
}
#complted-we-are-here .complted-we-are-here-box.active .complted-we-are-here-box-details ul li {
   color: var(--black);
}
#complted-we-are-here .complted-we-are-here-box.active .complted-we-are-here-box-details ul li.loans {
   margin: 30px 0 0;
}
#complted-we-are-here .complted-we-are-here-box.active .complted-we-are-here-box-details ul li.approx-valuation {
   font-weight: 700;
}
#complted-we-are-here .complted-we-are-here-box.active {
   margin-top: -30px;
   padding-bottom: 91px;
}
/* #complted-we-are-here .complted-we-are-here-box.active .complted-we-are-here-box-label {
   margin-bottom: 106px;
   margin-top: 23px;
} */
#complted-we-are-here .complted-we-are-here-box.active .complted-we-are-here-box-label {
   margin-bottom: 59px;
   margin-top: 70px;
}
#complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img {
   top: -12px;
   left: 0;
}
#complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img img {
   width: auto;
   height: 54px;
}
#complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5.raised {
   padding-left: 61px;
   display: inline-block;
}
#complted-we-are-here .complted-we-are-here-box i.fa-circle-play {
   transform: rotate(90deg);
}
#complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li span span {
   padding-left: 18px;
}
#complted-we-are-here .complted-we-are-here-box.other .complted-we-are-here-box-details ul li.approx-valuation {
   margin-top: 70px;
}
#complted-we-are-here .complted-we-are-here-box.other.growth .complted-we-are-here-box-details ul li.approx-valuation {
   margin-top: 107px;
}
#complted-we-are-here .complted-we-are-here-box.other .complted-we-are-here-box-details ul li.approx-valuation ~ li.approx-valuation {
   margin-top: 50px;
}
#complted-we-are-here .become-an-inverstor {
   margin-top: 50px;
   width: 100%;
   max-width: 630px;
}
#complted-we-are-here .become-an-inverstor a.btn {
   background-color: var(--darkblueyishshade);
   border-color: var(--darkblueyishshade);
}
#complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts,
#complted-we-are-here .container-fluid .complted-we-are-here-conts.complted-we-are-here-conts-mob-visible {
   display: none;
}
/*complted-we-are-here*/

/*key-milestones*/
#key-milestones {
   padding: 70px 0 0;
}
#key-milestones h2 {
   font-family: 'Open Sans', sans-serif;
   font-size: 60px;
   color: var(--darkblueshade2);
   font-weight: 800;
   line-height: 55px;
   margin: 0 0 50px;
}
#key-milestones .key-milestone-shade1 {
   background-color: var(--keymilestoneshade1);
}
#key-milestones .key-milestone-shade2 {
   background-color: var(--keymilestoneshade2);
}
#key-milestones .key-milestone-shade3 {
   background-color: var(--keymilestoneshade3);
}
#key-milestones .key-milestone-shade4 {
   background-color: var(--keymilestoneshade4);
}
#key-milestones .key-milestone-shade5 {
   background-color: var(--keymilestoneshade5);
}
#key-milestones .key-milestone-shade6 {
   background-color: var(--keymilestoneshade6);
}
#key-milestones .key-g {
   padding: 30px 16px;
   min-height: 306px;
}
#key-milestones .key-milestones-conts h3 {
   font-family: 'Open Sans', sans-serif;
   font-size: 40px;
   color: var(--white);
   font-weight: 800;
   line-height: 52px;
}
#key-milestones .key-milestones-conts p {
   font-family: 'Open Sans', sans-serif;
   font-size: 16px;
   color: var(--white);
   font-weight: normal;
   line-height: 25px;
   margin: 0;
}
#key-milestones .key-milestones-conts p:not(:last-child) {
   margin-bottom: 16px;
}
#key-milestones .key-milestones-conts p span {
   display: block;
}
#key-milestones .key-milestones-conts p.mob-conts {
   display: none;
}
#key-milestones.about-key-milestones.knowshow-about .knowshow-about-box {
   text-align: left;
}
/*key-milestones*/

/*forecast-summary*/
#forecast-summary {
   padding: 0 0;
   background-color: var(--darkblueyishshade);
}
#forecast-summary h2,
#forecast-summary h3,
#forecast-summary p {
   font-family: 'Open Sans', sans-serif;
   font-size: 60px;
   color: var(--white);
   font-weight: 800;
   line-height: 55px;
   margin: 0 0 30px;
}
#forecast-summary h3 {
   font-size: 50px;
   font-weight: 700;
   line-height: 63px;
   margin: 25px 0;
}
#forecast-summary p {
   font-size: 40px;
   font-weight: normal;
   line-height: 50px;
   margin: 0;
}
#forecast-summary img.total-addressable-market-lock-img {
   width: auto;
   height: 160px;
   margin: 70px 0 16px;
}
#forecast-summary .forecast-summary-main {
   top: 0;
   right: 0;
   left: 0;
   padding: 70px 0;
}
#forecast-summary img.mob-visible {
   display: none;
}
#forecast-summary h3 span {
   display: block;
}
/*forecast-summary*/

/*knowshow-integraion*/
#knowshow-integraion {
   padding: 70px 0;
   background-color: var(--offwhite);
}
#knowshow-integraion .knowshowimg {
   width: 90%;
   height: auto;
   margin-left: 17px;
}
#knowshow-integraion .knowshow-main {
   text-align: center;
}
#knowshow-integraion .primetime-integratedbokings .primetimeimg {
   margin-right: 16px;
}
#knowshow-integraion .primetime-integratedbokings .integratedbookingsimg {
   margin-left: 16px;
}
#knowshow-integraion .primetime-integratedbokings {
   margin-top: 16px;
}
#knowshow-integraion .integrated-booking-industry {
   padding-left: 27px;
}
#knowshow-integraion .integrated-booking-industry::before {
   position: absolute;
   content: "";
   width: 2px;
   height: 100%;
   top: 0;
   left: -10px;
   background-color: var(--lightblack);
}
#knowshow-integraion .integrated-booking-industry h3 {
   font-size: 36px;
   font-weight: 800;
   margin: 0;
}
#knowshow-integraion .integrated-booking-industry p {
   font-size: 20px;
   color: var(--black);
   font-weight: 500;
   line-height: 30px;
   margin-top: 25px;
   margin-bottom: 16px;
}
#knowshow-integraion .integrated-booking-industry a.more-about-us {
   color: var(--black);
   font-size: 20px;
   font-weight: 500;
   letter-spacing: 0.5px;
   text-decoration: none;
   position: relative;
}
#knowshow-integraion .integrated-booking-industry a.more-about-us::after {
   position: absolute;
   content: "";
   width: 100%;
   height: 1px;
   background-color: var(--black);
   bottom: 0;
   left: 0;
}
#knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web {
   font-size: 18px;
   color: var(--black);
   line-height: 27px;
   margin: 25px 0 0;
   text-decoration: none;
}
/* #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web:first-child {
   margin-right: 76px;
   margin-left: -14px;
} */
#knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web i {
   font-size: 15px;
   margin-left: 8px;
   position: relative;
   top: -1px;
}
#knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web span::after {
   position: absolute;
   content: "";
   width: 100%;
   height: 1px;
   background-color: var(--black);
   left: 0;
   bottom: 1px;
}
#knowshow-integraion .primetime-integratedbokings .primetimeimg,
#knowshow-integraion .primetime-integratedbokings .integratedbookingsimg {
   width: auto;
   height: 60px;
}
#knowshow-integraion .primetime-integratedbokings span.primetimeimg-box {
   margin-right: 16px;
}
#knowshow-integraion .primetime-integratedbokings span.integratedbookingsimg-box {
   margin-left: 16px;
}
#knowshow-integraion .primetime-integratedbokings span.primetimeimg-box img,
#knowshow-integraion .primetime-integratedbokings span.integratedbookingsimg-box img {
   margin: 0;
}
/*knowshow-integraion*/

/*cymfony-bookmygig-last*/
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts {
   position: absolute;
   top: 0;
   right: 0;
   left: 0;
   padding: 70px 0;
}
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
   width: auto;
}
/* #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img {
   height: 188px;
   margin: 50px auto 31px;
} */
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
   height: 284px;
}
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-brain,
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-brain {
   width: auto;
   height: 30px;
   display: block;
   margin-top: 0;
   margin-right: auto;
   margin-left: auto;
}
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more {
   font-size: 20px;
   color: var(--skyblueyishshade);
   font-weight: 600;
   line-height: 30px;
   margin: 25px 0 0;
   text-decoration: none;
}
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more i {
   font-size: 18px;
   margin-left: 8px;
   position: relative;
   top: 1px;
}
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more span::after {
   position: absolute;
   content: "";
   width: 100%;
   height: 1px;
   background-color: var(--skyblueyishshade);
   left: 0;
   bottom: 1px;
}
#cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.mob-visible {
   display: none;
}
/*cymfony-bookmygig-last*/
/*homepage*/

/*about us page*/

/*directorship*/
#directorship {
   padding: 0 0;
   background-image: url(../image/directorship-bg.png);
   background-size: 100% 100%;
   background-repeat: repeat;
}
#directorship .directorship-main {
   top: 0;
   right: 0;
   left: 0;
   padding: 57px 0 67px;
}
#directorship .directorship-title {
   margin: 0 0 50px;
}
#directorship h1 {
   font-family: 'Open Sans', sans-serif;
   font-size: 70px;
   color: var(--darkblueyishshade);
   font-weight: 800;
   line-height: 80px;
   margin: 0;
}
#directorship .directorship-main .directorship-intro .directorship-photos .director-founder,
#directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
   width: 100%;
   max-width: 410px;
}
#directorship .directorship-main .directorship-intro .directorship-photos .director-founder {
   margin-right: 16px;
}
#directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
   margin-left: 16px;
}
#directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name,
#directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name {
   bottom: -30px;
   right: 0;
   left: 0;
   background-color: var(--medblueyishshade);
   padding: 16px 32px;
   border-radius: 16px;
   width: calc(100% - 100px);
}
#directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name h4,
#directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name p,
#directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name h4,
#directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name p {
   font-family: 'Open Sans', sans-serif;
   color: var(--white);
   margin: 0;
}
#directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name h4,
#directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name h4 {
   font-size: 23px;
   font-weight: 800;
   line-height: 34px;
}
#directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name p,
#directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name p {
   font-size: 18px;
   line-height: 28px;
}
#directorship .directorship-intro-details {
   margin: 90px 0 0;
}
#directorship .directorship-intro-details p {
   font-size: 28px;
   color: var(--darkblueshade2);
   line-height: 41px;
   margin: 0;
}
#directorship .directorship-intro-details p:first-child {
   margin: 0 0 40px;
}
#header.others-header.header.sticky ~ #directorship .directorship-main {
   padding-top: 266px;
}
#directorship .directorship-intro-details p.mob-visible {
   display: none;
}
#directorship .directorship-main .directorship-photos-main .directorship-intro .directorship-photos {
   display: flex;
}
#directorship .directorship-intro-details .directorship-photos-main.mob-visible {
   display: none;
}
/*directorship*/

/*product-development-head*/
#product-development-head {
   padding: 70px 0;
   background-image: url(../image/product-development-head-bg.png);
   background-size: 100% 100%;
   background-repeat: repeat-y;
}
#product-development-head .getting-job h2,
#product-development-head .getting-job h3,
#product-development-head .product-development .product-development-intro h2,
#product-development-head .product-development .product-development-intro p {
   font-family: 'Open Sans', sans-serif;
   color: var(--keymilestoneshade5);
   font-weight: 800;
   margin: 0;
}
#product-development-head .getting-job h2,
#product-development-head .product-development .product-development-intro h2 {
   font-size: 60px;
   line-height: 70px;
   margin-bottom: 16px;
}
#product-development-head .getting-job h3 {
   font-size: 53px;
   line-height: 63px;
}
#product-development-head .product-development {
   margin-top: 70px;
}
#product-development-head .product-development .product-development-intro {
   margin-right: 40px;
}
#product-development-head .product-development .product-development-intro h2,
#product-development-head .product-development .product-development-intro p {
   color: var(--black);
}
#product-development-head .product-development .product-development-intro h2 {
   margin: 0 0 5px;
}
#product-development-head .product-development .product-development-intro p {
   font-size: 28px;
   font-weight: normal;
   line-height: 39px;
}
#product-development-head .product-development .product-development-intro h2,
#product-development-head .getting-job h2 {
   margin-left: -2px;
}
#product-development-head .product-development .product-development-certified img.certified-administrator-img,
#product-development-head .product-development .product-development-certified img.meta-certified-img {
   width: auto;
   height: 160px;
}
#product-development-head .product-development .product-development-certified img.meta-certified-img {
   margin: 0 27px;
}
#product-development-head .product-development .product-development-certified img.linked-in-img {
   width: auto;
   height: 50px;
}
#product-development-head .products-development-head-intro {
   margin: 70px 0;
}
#product-development-head .products-development-head-intro p {
   font-family: 'aileronregular';
   font-size: 28px;
   color: var(--grayshade3);
   line-height: 39px;
   margin: 0;
}
#product-development-head .products-development-head-intro p:first-child {
   margin: 0 0 30px;
}
#product-development-head .primary-roles-responsibilities h3 {
   font-family: 'Open Sans', sans-serif;
   font-size: 50px;
   color: var(--black);
   font-weight: 800;
   line-height: 60px;
   margin: 0 0 70px;
}
#product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
   width: auto;
   height: 160px;
}
#product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4,
#product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
   font-family: 'Open Sans', sans-serif;
   color: var(--black);
}
#product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
   font-size: 30px;
   font-weight: 800;
   line-height: 40px;
   margin: 30px 0;
}
#product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
   font-size: 21px;
   font-weight: normal;
   line-height: 32px;
   margin: 0;
}
#product-development-head .product-development .bernard-prod-development {
   display: flex;
}
#product-development-head .product-development .bernard-prod-development .product-development-certified {
   margin-left: auto;
}
#product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible {
   display: none;
}
#product-development-head .products-development-head-intro p span,
#product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 span,
#product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p span {
   display: block;
}
#product-development-head .product-development .bernard-prod-development .product-development-certified {
   display: flex;
}
/*product-development-head*/

/*agency-partners*/
#agency-partners {
   padding: 70px 0;
   background-color: var(--darkgrayishshade);
   background-image: url(../image/agency-partners-bg.png);
   background-size: 100% 100%;
   background-repeat: repeat;
}
#agency-partners h2 {
   font-family: 'Open Sans', sans-serif;
   font-size: 60px;
   color: var(--white);
   font-weight: 800;
   line-height: 70px;
   margin: 0;
}
#agency-partners  p {
   font-family: 'aileronregular';
   font-size: 28px;
   color: var(--white);
   line-height: 39px;
   margin: 30px 0 0;
}
#agency-partners p.blur-text {
   color: transparent;
   text-shadow: 0 0 0.99rem var(--white);
}
#agency-partners .become-an-investor-lock {
   margin-top: -127px;
}
#agency-partners .become-an-investor-lock img.knowshow-lock-img {
   width: auto;
   height: 180px;
}
#agency-partners .become-an-investor-lock .become-an-inverstor {
   margin-top: 40px;
}
#agency-partners .become-an-investor-lock .become-an-inverstor,
#agency-partners .become-an-investor-lock .become-an-inverstor a.btn {
   width: 100%;
   max-width: 540px;
}
#agency-partners p.blur-text span {
   display: block;
}
#agency-partners p.mob-visible {
   display: none;
}
/*agency-partners*/

/*how-it-all-began-skill-resources*/
#how-it-all-began-skill-resources {
   padding: 99px 0 68px;
   background-color: var(--lightoffwhite);
}
#how-it-all-began-skill-resources h2 {
   font-family: 'amsterdamfour_ttf';
   font-size: 70px;
   color: var(--grayshade3);
   line-height: 81px;
   margin: 0 0 80px;
}
#how-it-all-began-skill-resources p {
   font-family: 'Open Sans', sans-serif;
   font-size: 28px;
   color: var(--grayshade3);
   font-weight: normal;
   line-height: 40px;
   margin: 0;
}
#how-it-all-began-skill-resources .how-it-all-began p.first-intro {
   margin-bottom: 40px;
}
#how-it-all-began-skill-resources .skill-resources {
   margin-top: 70px;
}
#how-it-all-began-skill-resources .how-it-all-began h2 {
   margin-bottom: 99px;
}
#how-it-all-began-skill-resources p.mob-visible {
   display: none;
}
#how-it-all-began-skill-resources p span {
   display: block;
}
/*how-it-all-began-skill-resources*/

/*skill-resources-boxes*/
#skill-resources-boxes {
   padding: 0 0 70px;
   background-color: var(--lightoffwhite);
}
#skill-resources-boxes .skill-resources-box {
   padding: 16px;
   border-radius: 16px;
   min-height: 603px;
}
#skill-resources-boxes .skill-resources-box .skill-resources-box-header {
   margin-bottom: 25px;
}
#skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
   font-family: 'Open Sans', sans-serif;
   font-size: 20px;
   color: var(--white);
   font-weight: 800;
   line-height: 27px;
   margin: 0;
}
#skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
   width: auto;
   height: 54px;
}
#skill-resources-boxes .skill-resources-box.skill-resources-shade1 {
   background-color: var(--darkblueshade2);
}
#skill-resources-boxes .skill-resources-box.skill-resources-shade2 {
   background-color: var(--blueyishshade);
}
#skill-resources-boxes .skill-resources-box.skill-resources-shade3 {
   background-color: var(--blueyishshade2);
}
#skill-resources-boxes .skill-resources-box.skill-resources-shade4 {
   background-color: var(--blueyishshade3);
}
#skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
   font-family: 'Open Sans', sans-serif;
   font-size: 18px;
   color: var(--white);
   font-weight: normal;
   line-height: 25px;
   margin: 0;
}
#skill-resources-boxes .business-process-outsourcing {
   margin-top: 50px;
   border: 1px solid var(--black);
   border-radius: 14px;
   overflow: hidden;
}
#skill-resources-boxes .business-process-outsourcing .business-process-outsourcing-boxes {
   border: 1px solid var(--black);
   border-radius: 14px;
   min-height: 207px;
}
#skill-resources-boxes .business-process-outsourcing .business-process-outsourcing-boxes .upwork-box {
   width: 25%;
}
#skill-resources-boxes .business-process-outsourcing .business-process-outsourcing-boxes .business-process-outsourcing-box {
   width: 75%;
}
#skill-resources-boxes .skill-resources-box .skill-resources-box-conts p span {
   display: block;
}
#skill-resources-boxes .skill-resources-box .skill-resources-box-conts p:first-child {
   margin-bottom: 27px;
}
#skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 span {
   display: block;
}
/* #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p:first-child {
   margin-bottom: 30px;
} */
/*skill-resources-boxes*/

/*business-process-outsourcing*/
#business-process-outsourcing {
   padding: 0 0 70px;
}
#business-process-outsourcing .business-process-outsourcing {
   border: 1px solid var(--black);
   border-radius: 14px;
   overflow: hidden;
   min-height: 108px;
   margin: 0 12px;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-boxes {
   border: 1px solid var(--black);
   border-radius: 14px;
   min-height: 207px;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
   background-color: var(--grayishshade);
   padding: 16px;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p  {
   font-family: 'Open Sans', sans-serif;
   font-size: 21px;
   color: var(--black);
   font-weight: 500;
   line-height: 27px;
   margin: 0;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p {
   margin: 16px 0 0;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts {
   width: 61%;
   padding: 5px 0 0;
   margin-left: 16px;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars {
   display: flex;
   margin: 4px 0 5px;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
   font-size: 16px;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i:not(:last-child) {
   margin-right: 4px;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
   width: auto;
   height: 90px;
   margin: 9px 0 0;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts {
   padding: 25px 16px;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3,
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
   font-family: 'Open Sans', sans-serif;
   font-size: 40px;
   color: var(--grayshade3);
   font-weight: 800;
   line-height: 50px;
   margin: 0;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
   font-size: 17px;
   color: var(--black);
   font-weight: normal;
   line-height: 25px;
   margin: 8px 0 0;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p span {
   display: block;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .business-process-outsourcing-left-conts {
   display: flex;
   align-items: center;
}
#business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p.mob-visible {
   display: none;
}
/*business-process-outsourcing*/

/*milestones*/
#milestones {
   padding: 94px 0 70px;
   background-color: var(--darkblueyishshade);
}
#milestones h2 {
   font-family: 'amsterdamfour_ttf';
   font-size: 80px;
   color: var(--white);
   line-height: 91px;
   margin: 0 0 70px;
}
#milestones h4 {
   font-family: 'Open Sans', sans-serif;
   font-size: 40px;
   color: var(--white);
   font-weight: 800;
   line-height: 50px;
   margin: 0 0 70px;
}
#milestones .milestones-conts-boxes {
   margin-top: 70px;
}
#milestones .milestones-conts-boxes .milestones-conts-boxes-box {
   border: 2px solid #fff;
   min-height: 108px;
   border-radius: 80px;
   width: 100%;
   max-width: 100%;
   margin: 0 auto;
   padding: 5px 0 8px;
   min-height: 172px;
}
#milestones .milestones-conts-boxes .milestones-conts-boxes-box .milestones-conts-boxes-box-head {
   margin: 0 0 5px;
}
#milestones .milestones-conts-boxes .milestones-conts-boxes-box .milestones-conts-boxes-box-head h6 {
   font-family: 'Open Sans', sans-serif;
   font-size: 20px;
   color: var(--white);
   font-weight: 700;
   line-height: 30px;
   margin: 0;
}
#milestones .milestones-conts-boxes .milestones-conts-boxes-box .milestones-conts-boxes-box-head h6::before {
   position: absolute;
   content: "";
   width: 16px;
   height: 16px;
   background-color: #fff;
   top: 7px;
   left: -25px;
   border-radius: 100%;
}
#milestones .milestones-conts-boxes > .row > * {
   width: 22.1%;
}
#milestones .milestones-conts-boxes .milestones-conts-boxes-box .milestones-conts-boxes-box-conts p {
   font-family: 'Open Sans', sans-serif;
   font-size: 15px;
   color: var(--white);
   font-weight: normal;
   line-height: 20px;
   margin: 0;
}
#milestones .milestones-conts-boxes .milestones-conts-boxes-box .milestones-conts-boxes-box-conts p ~ p {
   margin-top: 20px;
}
#milestones .milestones-conts-boxes .milestones-conts-boxes-box span.milestones-joint {
   display: inline-block;
   width: 36px;
   height: 3px;
   background-color: var(--white);
   right: -12%;
   top: 50%;
}
#milestones .milestones-conts-boxes .milestones-conts-boxes-box span.milestones-joint::before,
#milestones .milestones-conts-boxes .milestones-conts-boxes-box span.milestones-joint::after {
   position: absolute;
   content: "";
   top: -5px;
   width: 12px;
   height: 12px;
   background-color: var(--white);
   border-radius: 100%;
}
#milestones .milestones-conts-boxes .milestones-conts-boxes-box span.milestones-joint::before {
   left: -2px;
}
#milestones .milestones-conts-boxes .milestones-conts-boxes-box span.milestones-joint::after {
   right: 0;
}
#milestones .milestones-conts-boxes > .row > *:first-child {
   margin-left: 48px;
}
#milestones .milestones-conts-boxes ~ .milestones-conts-boxes {
   margin-top: 34px;
}
#milestones .milestones-conts-boxes ~ .milestones-conts-boxes > .row > *:first-child {
   margin-left: 108px;
}
#milestones img.mob-visible {
   display: none;
}
#milestones p.milestones-intro {
   font-family: 'Open Sans', sans-serif;
   font-size: 28px;
   color: var(--white);
   font-weight: normal;
   line-height: 40px;
   margin: 0 0 90px;
}
#milestones p.milestones-intro span {
   display: block;
}
/*milestones*/

/*tools-technology*/
#tools-technology {
   padding: 86px 0 70px;
}
#tools-technology h2 {
   font-family: 'amsterdamfour_ttf';
   font-size: 80px;
   color: var(--grayshade3);
   line-height: 91px;
   margin: 0 0 90px;
}
#tools-technology .tools-technology-conts h4 {
   font-family: 'Open Sans', sans-serif;
   font-size: 30px;
   color: var(--grayshade3);
   font-weight: 800;
   line-height: 40px;
   margin: 0 0 30px;
   border-bottom: 2px solid var(--lightgrayishshade2);
   padding-bottom: 16px;
}
#tools-technology .tools-technology-conts img.fundamentals-img {
   height: 61px;
}
#tools-technology .tools-technology-conts img.fundamentals-img,
#tools-technology .tools-technology-conts img.application-development-img,
#tools-technology .tools-technology-conts img.tools-technology-project-management-img,
#tools-technology .tools-technology-conts img.business-modelling-img {
   width: auto;
   margin: 0 0 70px;
}
#tools-technology .tools-technology-conts {
   /* min-width: 801px; */
   width: 100%;
   max-width: 630px;
}
#tools-technology .tools-technology-conts img.application-development-img {
   height: 77px;
}
#tools-technology .tools-technology-conts img.tools-technology-project-management-img {
   height: 61px;
}
#tools-technology .tools-technology-conts img.business-modelling-img {
   height: 68px;
}
#tools-technology .tools-technology-conts.business-modelling {
   max-width: 900px;
}
#tools-technology .tools-technology-conts img.mob-visible {
   display: none;
}
#tools-technology p.tools-technology-intro {
   font-family: 'Open Sans', sans-serif;
   font-size: 28px;
   color: var(--grayshade3);
   font-weight: normal;
   line-height: 40px;
   margin: 0 0 50px;
}
#tools-technology p.tools-technology-intro span {
   display: block;
}
/*tools-technology*/

/*ikandypro-operating-request*/
#ikandypro-operating-request .ikandypro-operating-request-conts {
   top: 0;
   right: 0;
   left: 0;
}
#ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
   font-family: 'Open Sans', sans-serif;
   font-size: 28px;
   color: var(--white);
   font-weight: 500;
   line-height: 39px;
   margin: 0 0 50px;
}
#ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
   font-family: 'Open Sans', sans-serif;
   font-size: 25px;
   color: var(--darkblueyishshade2);
   font-weight: 700;
   line-height: 36px;
   margin: 0;
   background-color: var(--skyblueyishshade2);
   text-decoration: none;
   padding: 14px 60px;
   border-radius: 36px;
}
#ikandypro-operating-request img.mob-visible {
   display: none;
}
#ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible {
   display: none;
}
#ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p span {
   display: block;
}
#ikandypro-operating-request {
   background-color: var(--black);
}
/*ikandypro-operating-request*/

/*primetime-ib-companies*/
#primetime-ib-companies {
   padding: 70px 0;
}
#primetime-ib-companies h2 {
   font-family: 'Open Sans', sans-serif;
   font-size: 70px;
   color: var(--darkblue);
   font-weight: 800;
   line-height: 81px;
   margin: 0 0 60px;
}
#primetime-ib-companies img.primetime-companies-logo-img,
#primetime-ib-companies img.ib-companies-logo-img {
   width: auto;
   height: 108px;
   margin: 0 0 40px;
}
#primetime-ib-companies p {
   font-family: 'Open Sans', sans-serif;
   font-size: 20px;
   color: var(--black);
   font-weight: normal;
   line-height: 30px;
   margin: 0;
}
#primetime-ib-companies p.founded-established-web-text {
   font-size: 25px;
   line-height: 36px;
}
#primetime-ib-companies p.founded-established-web-text span {
   font-weight: 800;
}
#primetime-ib-companies p.founded-established-web-text ~ p.founded-established-web-text {
   margin-bottom: 40px;
}
#primetime-ib-companies p span {
   display: block;
}
#primetime-ib-companies p.mob-visible {
   display: none;
}
#primetime-ib-companies p.founded-established-web-text span {
   display: inline;
}
#primetime-ib-companies p.founded-established-web-text a {
   color: var(--black);
   text-decoration: none;
}
/*primetime-ib-companies*/

/*about-key-milestones*/
#key-milestones.about-key-milestones {
   padding-top: 0;
}
#key-milestones.about-key-milestones .key-milestone-shade1 {
   background-color: var(--keymilestoneshade1about);
}
#key-milestones.about-key-milestones .key-milestone-shade2 {
   background-color: var(--keymilestoneshade2about);
}
#key-milestones.about-key-milestones .key-milestone-shade3 {
   background-color: var(--keymilestoneshade3about);
}
#key-milestones.about-key-milestones .key-milestone-shade4 {
   background-color: var(--keymilestoneshade1);
}
#key-milestones.about-key-milestones .key-milestone-shade5 {
   background-color: var(--keymilestoneshade2about);
}
#key-milestones.about-key-milestones .key-milestone-shade6 {
   background-color: var(--keymilestoneshade1about);
}
#key-milestones.about-key-milestones .key-milestones-conts p {
   font-size: 18px;
   line-height: 27px;
}
/*about-key-milestones*/

/*about-become-an-investor*/
#about-become-an-investor {
   padding: 70px 0;
   background-color: var(--darkblueyishshade);
}
#about-become-an-investor .become-an-inverstor {
   margin: 0;
}
/*about-become-an-investor*/

/*mobs*/
#mobs {
   overflow: hidden;
}
/* #mobs img.mob-img {
   max-width: fit-content
} */
/*mobs*/

/*about us page*/


/*footer*/
#footer {
   background-color: var(--darkblueyishshade);
   padding: 40px 0;
}
#footer ul li a,
#footer .footer-right p {
   font-size: 18px;
   color: var(--white);
   font-weight: 600;
   letter-spacing: 0.5px;
}
#footer ul li.divider span {
   font-size: 18px;
   color: var(--white);
   position: relative;
   top: -1px;
}
#footer ul li:not(:last-child) {
   margin-right: 18px;
}
#footer .footer-right p {
   margin: 0;
}
#footer .footer-right img {
   width: auto;
   height: 54px;
}
#footer ul li:last-child a {
   border: 1px solid var(--white);
   padding: 16px 36px;
   border-radius: 36px;
}
/*footer*/

@media screen and (min-width: 1400px) {
   /* #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img {
      height: 230px;
      margin: 50px auto 31px;
   } */
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: 312px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-brain, #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-brain {
      height: 40px;
   }
   /* #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more {
      font-size: 30px;
      line-height: 40px;
   } */
   /* #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more i {
      font-size: 23px;
   } */
   #knowshow-integraion .container,
   #division-operations-proprietary .division-operations-proprietary-conts .container,
   #customers-industry-partners .container,
   #comps .container,
   #chasing-entertainers-bookings .container,
   #companies-changing-story .container,
   #directorship .container,
   #product-development-head .container,
   #footer .container,
   #ikandypro-operating-request .ikandypro-operating-request-conts .container,
   #how-it-all-began-skill-resources .container,
   #agency-partners .container,
   #emails-spreadsheets .emails-spreadsheets-conts .container,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts .container {
      max-width: 90%;
   }
   #header .container.hdr-main {
      max-width: 80%;
   }
   #knowshow-integraion .integrated-booking-industry h3 {
      font-size: 45px;
      line-height: 54px;
   }
   #knowshow-integraion .integrated-booking-industry p,
   #knowshow-integraion .integrated-booking-industry a.more-about-us {
      font-size: 25px;
      line-height: 36px;
   }
   #knowshow-integraion .knowshowimg {
      height: 201px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetimeimg,
   #knowshow-integraion .primetime-integratedbokings .integratedbookingsimg {
      height: 70px;
   }
   /* #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web {
      font-size: 27px;
   } */
   #knowshow-integraion .integrated-booking-industry::before {
      left: -27px;
   }

   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 171px;
   }
   #division-operations-proprietary p,
   #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p,
   #ib-division-operations-proprietary a.official-web {
      font-size: 27px;
      line-height: 32px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 207px;
   }
   
   #key-milestones .key-milestones-conts h3 {
      font-size: 45px;
      line-height: 60px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 17px;
      line-height: 26px;
   }
   #key-milestones h2 {
      font-size: 63px;
      line-height: 70px;
   }

   /* #complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img {
      left: 40px;
   } */
   #complted-we-are-here .complted-we-are-here-box.active .complted-we-are-here-box-label {
      margin-bottom: 101px;
   }
   #complted-we-are-here .complted-we-are-here-box.other.growth .complted-we-are-here-box-details ul li.approx-valuation {
      margin-top: 97px;
   }
   #complted-we-are-here .complted-we-are-here-box.other .complted-we-are-here-box-details ul li.approx-valuation {
      margin-top: 60px;
   }
   #total-addressable-market .total-addressable-market h2,
   #event-entertainers h2,
   #target-market h2,
   #different-approach h2,
   #primetime-ib-companies h2,
   #agency-partners h2 {
      font-size: 66px;
      line-height: 70px;
   }
   #primetime-ib-companies h2 {
      font-size: 72px;
      line-height: 86px;
   }
   #target-market h4 {
      font-size: 45px;
      line-height: 60px;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img {
      height: 200px;
   }
   #event-entertainers p,
   #total-addressable-market .total-addressable-market p {
      font-size: 45px;
      line-height: 60px;
   }
   /* #event-entertainers img.map-img {
      height: 55%;
   } */
   #target-market .primary-users-conts p.primary-users {
      font-size: 38px;
      line-height: 50px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 27px;
      line-height: 40px;
   }
   #target-market p {
      font-size: 32px;
      line-height: 40px;
   }
   #target-market .target-market-left img.cymfony-brain-img
   /*,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img */{
      height: 271px;
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      height: 383px;
   }
   /* #target-market p.app-intro-sub {
      font-size: 40px;
      line-height: 50px;
   } */
   #target-market p.app-intro-sub span.operating-system,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 25px;
   }
   #target-market .target-market-left img.cymfony-brain,
   #target-market .target-market-right img.bookmygig-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 40px;
   }
   #target-market p.app-intro-sub,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 45px;
      line-height: 54px;
   }
   #target-market p.app-intro-sub sup,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p sup {
      font-size: 25px;
      top: -20px;
   }
   #target-market p.app-intro-sub span.operating-system sup,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system sup {
      font-size: 25px;
      top: -7px;
   }
   #organiser-artist-first p {
      font-size: 60px;
      line-height: 70px;
   }
   #organiser-artist-first .organiser-artist-first-right img.primetime-division-logo {
      height: 122px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 60px;
      line-height: 70px;
   }
   #ideal-platform-deploy img.pt-ib-img {
      height: 250px;
   }
   #ideal-platform-deploy img.together-img, #ideal-platform-deploy img.cymfony-bmg-img {
      height: 140px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      height: 181px;
   }
   #integrated-bookings-primetime img.primetime-division-logo {
      height: 142px;
   }

   #customers-industry-partners p {
      font-size: 60px;
      line-height: 70px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      height: 450px;
   }
   #comps img.comps-img {
      width: auto;
      height: 610px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .cymfony-bookmygig-branin-conts-right p {
      margin-bottom: 54px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a {
      font-size: 30px;
      line-height: 40px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a i {
      font-size: 25px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      height: 77px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 53px;
      line-height: 68px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 60px;
      line-height: 70px;
   }
   #companies-changing-story img.companies-changing-story-img {
      height: 702px;
   }
   #hdr-bnr .hdr-bnr-texts {
      bottom: 86px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 60px;
      line-height: 70px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 230px;
   }
   #header .navbar ul.navbar-nav li.nav-item a.nav-link,
   #footer ul li a,
   #footer .footer-right p {
      font-size: 18px;
      line-height: 30px;
   }
   #header .hdr-main .logo img {
      max-width: 360px;
   }
   #forecast-summary h2 {
      font-size: 70px;
      line-height: 80px;
   }
   #forecast-summary .become-an-inverstor {
      width: 100%;
   }
   #forecast-summary .become-an-inverstor a.btn {
      max-width: 600px;
   }
   #about-become-an-investor .become-an-inverstor {
      width: 100%;
      max-width: 610px;
   }
   #key-milestones.about-key-milestones .key-milestones-conts h3 {
      font-size: 50px;
      line-height: 63px;
   }
   #key-milestones.about-key-milestones .key-milestones-conts p {
      font-size: 21px;
      line-height: 32px;
   }
   #primetime-ib-companies .container-fluid {
      width: calc(100% - 150px);
   }
   #primetime-ib-companies img.primetime-companies-logo-img,
   #primetime-ib-companies img.ib-companies-logo-img {
      height: 116px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 32px;
      line-height: 43px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 28px;
      line-height: 39px;
      padding: 18px 70px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 36px;
      line-height: 48px;
   }
   #tools-technology .tools-technology-conts.fundamentals {
      max-width: calc(100% - 770px);
   }
   #tools-technology .tools-technology-conts {
      max-width: calc(100% - 23px);
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 68px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 81px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 65px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 63px;
   }
   #tools-technology .tools-technology-conts.business-modelling {
      max-width: calc(100% - 360px);
   }
   #tools-technology h2,
   #milestones h2,
   #how-it-all-began-skill-resources h2 {
      font-size: 90px;
      line-height: 100px;
      margin-bottom: 118px;
   }
   #milestones h4 {
      font-size: 42px;
      line-height: 52px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 24px;
      line-height: 32px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 45px;
      line-height: 54px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 20px;
      line-height: 27px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 18px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      height: 109px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 20px;
      line-height: 30px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 61px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 23px;
      line-height: 34px;
   }
   #skill-resources-boxes .skill-resources-box {
      min-height: 717px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 32px;
      line-height: 43px;
   }
   #how-it-all-began-skill-resources .skill-resources {
      margin-top: 99px;
   }
   #agency-partners p {
      font-size: 32px;
      line-height: 43px;
   }
   #agency-partners .become-an-investor-lock {
      margin-top: -138px;
   }
   #agency-partners .become-an-investor-lock img.knowshow-lock-img {
      height: 199px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 60px;
      line-height: 70px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 25px;
      line-height: 36px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 34px;
      line-height: 45px;
   }
   #product-development-head .getting-job h2, #product-development-head .product-development .product-development-intro h2 {
      font-size: 66px;
      line-height: 77px;
   }
   #product-development-head .getting-job h3 {
      font-size: 58px;
      line-height: 70px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 31px;
      line-height: 43px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 180px;
   }
   #product-development-head .product-development .product-development-certified img.linked-in-img {
      height: 61px;
   }
   #directorship h1 {
      font-size: 86px;
      line-height: 96px;
   }
   #directorship .directorship-intro-details p {
      font-size: 34px;
      line-height: 45px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 140px;
      top: -42px;
      height: 133px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img,
   #tools-technology .tools-technology-conts img.application-development-img,
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img,
   #tools-technology .tools-technology-conts img.business-modelling-img {
      width: auto;
      margin: 0 0 75px;
   }
   #agency-partners p.blur-text {
      color: transparent;
      text-shadow: 0 0 1.45rem var(--white);
   }
}
@media screen and (min-width: 1600px) {
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 191px;
  }
  #division-operations-proprietary .division-operations-proprietary-conts {
   margin-top: 205px;
   }
   #division-operations-proprietary p,
   #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p,
   #ib-division-operations-proprietary a.official-web {
      font-size: 30px;
      line-height: 36px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 234px;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 23px;
   }

   #knowshow-integraion .integrated-booking-industry::before {
      left: -52px;
   }

   #forecast-summary h2 {
      font-size: 70px;
      line-height: 80px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 19px;
      line-height: 30px;
   }
   #key-milestones .key-milestones-conts h3 {
      font-size: 50px;
      line-height: 68px;
   }
   #key-milestones h2 {
      font-size: 70px;
      line-height: 80px;
   }
   /* #complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img {
      left: 63px;
   } */
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
      font-size: 27px;
      line-height: 32px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
      font-size: 30px;
      line-height: 40px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label::before,
   #complted-we-are-here .complted-we-are-here-box.blue .complted-we-are-here-box-label::before {
      border-width: 33px;
      right: -27px;
   }
   #total-addressable-market .total-addressable-market h2,
   #event-entertainers h2,
   #target-market h2,
   #different-approach h2,
   #primetime-ib-companies h2,
   #agency-partners h2 {
      font-size: 77px;
      line-height: 86px;
   }
   #primetime-ib-companies h2 {
      font-size: 80px;
      line-height: 90px;
   }
   #event-entertainers p,
   #total-addressable-market .total-addressable-market p {
      font-size: 50px;
      line-height: 63px;
   }
   #target-market h4 {
      font-size: 55px;
      line-height: 70px;
   }
   #target-market p {
      font-size: 36px;
      line-height: 50px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 30px;
      line-height: 40px;
   }
   #target-market .primary-users-conts p.primary-users {
      font-size: 43px;
      line-height: 55px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 30px;
      line-height: 40px;
   }
   #target-market .target-market-left img.cymfony-brain-img/*,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img*/ {
      height: 301px;
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img {
      height: 403px;
   }
   #target-market .target-market-left img.cymfony-brain,
   #target-market .target-market-right img.bookmygig-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 45px;
   }
   #target-market p.app-intro-sub,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 50px;
      line-height: 60px;
   }
   #target-market p.app-intro-sub span.operating-system,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 30px;
   }
   #target-market p.app-intro-sub sup,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p sup {
      font-size: 25px;
      top: -25px;
   }
   #target-market p.app-intro-sub span.operating-system sup,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system sup {
      font-size: 25px;
      top: -7px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 70px;
      line-height: 80px;
   }
   #organiser-artist-first p {
      font-size: 70px;
      line-height: 80px;
   }
   #organiser-artist-first .organiser-artist-first-right img.primetime-division-logo {
      height: 132px;
   }
   #organiser-artist-first img.centralised-omni-channel-img {
      width: auto;
      height: 1035px;
   }
   #ideal-platform-deploy p.intro,
   #ideal-platform-deploy h2 {
      font-size: 70px;
      line-height: 80px;
   }
   #ideal-platform-deploy img.pt-ib-img {
      height: 270px;
   }
   #ideal-platform-deploy img.together-img,
   #ideal-platform-deploy img.cymfony-bmg-img {
      height: 160px;
   }
   #ideal-platform-deploy img.primetime-current-users-img {
      height: 800px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 63px;
      line-height: 77px;
   }
   #primetime-established .primetime-established-details p,
   #integrated-bookings-primetime .primetime-established-details p {
      font-size: 36px;
      line-height: 45px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      height: 207px;
   }
   #customers-industry-partners p {
      font-size: 70px;
      line-height: 80px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      height: 500px;
   }
   #comps img.comps-img {
      width: auto;
      height: 680px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 55px;
     line-height: 66px;
   }

   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .cymfony-bookmygig-branin-conts-right p {
      margin-bottom: 70px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a {
      font-size: 36px;
      line-height: 45px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a i {
      font-size: 30px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      height: 86px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 60px;
      line-height: 70px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 70px;
      line-height: 80px;
   }
   #primetime-integrated .primetime-integrated-conts img.primetime-division-logo,
   #primetime-integrated .primetime-integrated-conts img.integrated-bookings-logo {
      height: 140px;
   }
   #companies-changing-story img.companies-changing-story-img {
      height: 720px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 67px;
      line-height: 81px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 302px;
   }
   #header .navbar ul.navbar-nav li.nav-item a.nav-link,
   #footer ul li a,
   #footer .footer-right p {
      font-size: 22px;
      line-height: 32px;
   }
   #integrated-bookings-primetime p.spinoff {
      font-size: 30px;
      line-height: 40px;
   }
   #header .hdr-main .logo img {
      max-width: 410px;
   }
   #forecast-summary h2 {
      font-size: 80px;
      line-height: 90px;
   }
   #key-milestones.about-key-milestones .key-milestones-conts h3 {
      font-size: 60px;
      line-height: 70px;
   }
   #key-milestones.about-key-milestones .key-milestones-conts p {
      font-size: 24px;
      line-height: 36px;
   }
   #primetime-ib-companies p {
      font-size: 22px;
      line-height: 34px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img,
   #primetime-ib-companies img.ib-companies-logo-img {
      height: 127px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 36px;
      line-height: 48px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 30px;
      line-height: 40px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 43px;
      line-height: 54px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 70px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 90px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 69px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 90px;
   }
   #tools-technology h2,
   #milestones h2,
   #how-it-all-began-skill-resources h2 {
      font-size: 108px;
      line-height: 118px;
   }
   #milestones h4 {
      font-size: 50px;
      line-height: 61px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 28px;
      line-height: 39px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 22px;
      line-height: 32px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 50px;
      line-height: 61px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 21px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      height: 133px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 70px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 25px;
      line-height: 35px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 23px;
      line-height: 33px;
   }
   #skill-resources-boxes .skill-resources-box {
      min-height: 784px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 38px;
      line-height: 49px;
   }
   #agency-partners p {
      font-size: 36px;
      line-height: 46px;
   }
   #agency-partners .become-an-investor-lock img.knowshow-lock-img {
      height: 221px;
   }
   #agency-partners .become-an-investor-lock {
      margin-top: -143px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 68px;
      line-height: 78px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 38px;
      line-height: 50px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
      height: 180px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      font-size: 34px;
      line-height: 43px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 28px;
      line-height: 39px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 77px;
      line-height: 88px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 36px;
      line-height: 48px;
   }
   #product-development-head .getting-job h3 {
      font-size: 66px;
      line-height: 77px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 207px;
   }
   #directorship .directorship-intro-details p {
      font-size: 38px;
      line-height: 50px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 163px;
      top: -43px;
      height: 149px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: 355px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img,
   #tools-technology .tools-technology-conts img.application-development-img,
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img,
   #tools-technology .tools-technology-conts img.business-modelling-img {
      width: auto;
      margin: 0 0 80px;
   }
}
@media screen and (min-width: 1750px) {
   /* #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img {
      height: 290px;
   } */
   /* #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: 372px;
   } */
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: 385px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-brain,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-brain {
      height: 50px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more {
      font-size: 27px;
      line-height: 39px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more i {
      font-size: 23px;
   }
   #knowshow-integraion .integrated-booking-industry::before {
      left: -47px;
   }
   #knowshow-integraion .integrated-booking-industry h3 {
      font-size: 54px;
      line-height: 68px;
   }
   #knowshow-integraion .integrated-booking-industry p,
   #knowshow-integraion .integrated-booking-industry a.more-about-us {
      font-size: 30px;
      line-height: 40px;
   }
   #knowshow-integraion .knowshowimg {
      height: 225px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetimeimg,
   #knowshow-integraion .primetime-integratedbokings .integratedbookingsimg {
      height: 77px;
   }
   /* #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web {
      font-size: 30px;
   } */

   #division-operations-proprietary p,
   #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p,
   #ib-division-operations-proprietary a.official-web {
      font-size: 34px;
      line-height: 40px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 205px;
   }

   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 242px;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 25px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 21px;
      line-height: 36px;
   }
   #key-milestones .key-milestones-conts h3 {
      font-size: 55px;
      line-height: 77px;
   }
   #key-milestones h2 {
      font-size: 80px;
      line-height: 90px;
   }

   #target-market .target-market-left img.cymfony-brain-img/*,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img*/ {
      height: 301px;
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img {
      height: 403px;
   }
   #target-market .target-market-left img.cymfony-brain,
   #target-market .target-market-right img.bookmygig-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 45px;
   }
   #target-market p.app-intro-sub,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 50px;
      line-height: 60px;
   }
   #target-market p.app-intro-sub span.operating-system,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 30px;
   }
   #target-market .primary-users-conts p.primary-users {
      font-size: 46px;
      line-height: 60px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 30px;
      line-height: 40px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 35px;
      line-height: 45px;
   }
   #total-addressable-market .total-addressable-market h2,
   #event-entertainers h2,
   #target-market h2,
   #different-approach h2,
   #primetime-ib-companies h2,
   #agency-partners h2 {
      font-size: 80px;
      line-height: 90px;
   }
   #primetime-ib-companies h2 {
      font-size: 90px;
      line-height: 100px;
   }
   #target-market p {
      font-size: 40px;
      line-height: 50px;
   }
   #target-market h4 {
      font-size: 60px;
      line-height: 70px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 80px;
      line-height: 90px;
   }
   #organiser-artist-first p {
      font-size: 80px;
      line-height: 90px;
   }
   #organiser-artist-first .organiser-artist-first-right img.primetime-division-logo {
      height: 142px;
   }
   #organiser-artist-first img.centralised-omni-channel-img {
      height: 1135px;
   }
   #ideal-platform-deploy p.intro,
   #ideal-platform-deploy h2 {
      font-size: 80px;
      line-height: 90px;
   }
   #ideal-platform-deploy img.pt-ib-img {
      height: 290px;
   }
   #ideal-platform-deploy img.together-img,
   #ideal-platform-deploy img.cymfony-bmg-img {
      height: 180px;
   }
   #ideal-platform-deploy img.primetime-current-users-img {
      height: 800px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 77px;
      line-height: 88px;
   }
   #primetime-established .primetime-established-details p,
   #integrated-bookings-primetime .primetime-established-details p {
      font-size: 45px;
      line-height: 55px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      height: 216px;
   }
   #customers-industry-partners p {
      font-size: 75px;
      line-height: 85px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      height: 550px;
   }
   #comps img.comps-img {
      width: auto;
      height: 770px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 60px;
      line-height: 72px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      margin-top: 30px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 80px;
      line-height: 90px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 72px;
      line-height: 86px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 340px;
   }
   #integrated-bookings-primetime p.spinoff {
      font-size: 35px;
      line-height: 45px;
   }
   #header .navbar ul.navbar-nav li.nav-item a.nav-link,
   #footer ul li a,
   #footer .footer-right p {
      font-size: 25px;
      line-height: 36px;
   }
   #header .hdr-main .logo img {
      max-width: 450px;
   }
   #key-milestones.about-key-milestones .key-milestones-conts h3 {
      font-size: 68px;
      line-height: 80px;
   }
   #key-milestones.about-key-milestones .key-milestones-conts p {
      font-size: 26px;
      line-height: 37px;
   } 
   #primetime-ib-companies p {
      font-size: 24px;
      line-height: 36px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img,
   #primetime-ib-companies img.ib-companies-logo-img {
      height: 140px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 40px;
      line-height: 50px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 36px;
      line-height: 46px;
   }
   #primetime-ib-companies p.founded-established-web-text {
      font-size: 30px;
      line-height: 40px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 48px;
      line-height: 60px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 99px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 99px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 79px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 80px;
   }
   #milestones h4 {
      font-size: 54px;
      line-height: 66px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 30px;
      line-height: 40px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 23px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      height: 138px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 24px;
      line-height: 36px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 25px;
      line-height: 35px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 77px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 27px;
      line-height: 39px;
   }
   #skill-resources-boxes .skill-resources-box {
      min-height: 837px;
   }
   #agency-partners p {
      font-size: 38px;
      line-height: 49px;
   }
   #agency-partners .become-an-investor-lock {
      margin-top: -152px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 40px;
      line-height: 50px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 86px;
      line-height: 98px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 40px;
      line-height: 50px;
   }
   #product-development-head .getting-job h3 {
      font-size: 75px;
      line-height: 86px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 72px;
      line-height: 86px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
      height: 207px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      font-size: 36px;
      line-height: 48px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 31px;
      line-height: 45px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 64px;
      line-height: 77px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 163px;
      top: -47px;
      height: 168px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img,
   #tools-technology .tools-technology-conts img.application-development-img,
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img,
   #tools-technology .tools-technology-conts img.business-modelling-img {
      width: auto;
      margin: 0 0 95px;
   }
   #tools-technology p.tools-technology-intro {
      margin: 0 0 61px;
   }
   #tools-technology h2{
      margin-bottom: 133px;
   }
}
@media screen and (min-width: 1850px) {
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 255px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 297px;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 27px;
   }

   #knowshow-integraion .knowshowimg {
      height: 270px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetimeimg,
   #knowshow-integraion .primetime-integratedbokings .integratedbookingsimg {
      height: 90px;
   }
   /* #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web {
      font-size: 36px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web i {
      font-size: 25px;
   } */
   #key-milestones .key-milestones-conts p {
      font-size: 23px;
      line-height: 38px;
   }
   #key-milestones .key-milestones-conts h3 {
      font-size: 63px;
      line-height: 80px;
   }
   #key-milestones h2 {
      font-size: 90px;
      line-height: 100px;
   }
   #total-addressable-market .total-addressable-market h2,
   #event-entertainers h2,
   #target-market h2,
   #different-approach h2,
   #primetime-ib-companies h2,
   #agency-partners h2 {
      font-size: 90px;
      line-height: 99px;
   }
   #primetime-ib-companies h2 {
      font-size: 100px;
      line-height: 110px;
   }
   #event-entertainers p,
   #total-addressable-market .total-addressable-market p {
      font-size: 60px;
      line-height: 70px;
   }
   #target-market p {
      font-size: 45px;
      line-height: 52px;
   }
   #target-market .target-market-left img.cymfony-brain-img/*,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img*/ {
      height: 371px;
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img {
      height: 453px;
   }
   #target-market .target-market-left img.cymfony-brain,
   #target-market .target-market-right img.bookmygig-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 55px;
   }
   #target-market p.app-intro-sub,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 60px;
      line-height: 70px;
   }
   #target-market p.app-intro-sub span.operating-system,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 32px;
   }
   #target-market h4 {
      font-size: 66px;
      line-height: 77px;
   }
   #target-market .primary-users-conts p.primary-users {
      font-size: 52px;
      line-height: 63px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 36px;
      line-height: 45px;
   }
   #target-market p.app-intro-sub sup,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p sup {
      font-size: 30px;
      top: -30px;
   }
   #target-market p.app-intro-sub span.operating-system sup,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system sup {
      font-size: 30px;
      top: -12px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 90px;
      line-height: 100px;
   }
   #organiser-artist-first p {
      font-size: 90px;
      line-height: 100px;
   }
   #organiser-artist-first img.centralised-omni-channel-img {
      height: 1235px;
   }
   #customers-industry-partners p {
      font-size: 85px;
      line-height: 95px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      height: 610px;
   }
   #comps img.comps-img {
      width: auto;
      height: 810px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 65px;
     line-height: 77px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .cymfony-bookmygig-branin-conts-right p {
      margin-bottom: 100px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      margin-top: 80px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 90px;
      line-height: 100px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 81px;
      line-height: 99px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 430px;
   }
   #integrated-bookings-primetime p.spinoff {
      font-size: 40px;
      line-height: 50px;
   }
   #integrated-bookings-primetime img.primetime-division-logo {
      height: 153px;
   }
   #header .hdr-main .logo img {
      max-width: 540px;
   }
   #header .navbar ul.navbar-nav li.nav-item a.nav-link,
   #footer ul li a,
   #footer .footer-right p {
      font-size: 27px;
      line-height: 40px;
   }
   #forecast-summary h2 {
      font-size: 94px;
      line-height: 97px;
   }
   #key-milestones.about-key-milestones .key-milestones-conts h3 {
      font-size: 77px;
      line-height: 88px;
   }
   #key-milestones.about-key-milestones .key-milestones-conts p {
      font-size: 28px;
      line-height: 39px;
   }
   #primetime-ib-companies p {
      font-size: 28px;
      line-height: 39px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img,
   #primetime-ib-companies img.ib-companies-logo-img {
      height: 160px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 45px;
      line-height: 55px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 40px;
      line-height: 50px;
   }
   #primetime-ib-companies p.founded-established-web-text {
      font-size: 32px;
      line-height: 43px;
   }
   #tools-technology h2,
   #milestones h2,
   #how-it-all-began-skill-resources h2 {
      font-size: 118px;
      line-height: 129px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 50px;
      line-height: 61px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 108px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 108px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 86px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 95px;
   }
   #milestones h4 {
      font-size: 58px;
      line-height: 70px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 27px;
      line-height: 39px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 55px;
      line-height: 68px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 34px;
      line-height: 45px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 27px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      height: 156px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 32px;
      line-height: 43px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 27px;
      line-height: 39px;
   }
   #skill-resources-boxes .skill-resources-box {
      min-height: 904px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 45px;
      line-height: 55px;
   }
   #agency-partners p {
      font-size: 43px;
      line-height: 54px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 45px;
      line-height: 57px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 108px;
      line-height: 118px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 51px;
      line-height: 61px;
   }
   #product-development-head .getting-job h3 {
      font-size: 96px;
      line-height: 108px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 72px;
      line-height: 88px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 163px;
      top: -64px;
      height: 197px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: 441px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img,
   #tools-technology .tools-technology-conts img.application-development-img,
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img,
   #tools-technology .tools-technology-conts img.business-modelling-img {
      width: auto;
      margin: 0 0 108px;
   }
   #tools-technology h2 {
      margin-bottom: 151px;
   }
   #tools-technology p.tools-technology-intro {
      margin: 0 0 80px;
   }
}
@media screen and (min-width: 2050px) {
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts .container {
      max-width: 2000px;
   }
   /* #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img {
      height: 370px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: 452px;
   } */
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: 661px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-brain,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-brain {
      height: 63px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more {
      font-size: 36px;
      line-height: 45px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more i {
      font-size: 30px;
   }

   #knowshow-integraion .knowshowimg {
      height: 300px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetimeimg,
   #knowshow-integraion .primetime-integratedbokings .integratedbookingsimg {
      height: 104px;
   }
   /* #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web {
      font-size: 40px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web i {
      font-size: 31px;
   } */
   #knowshow-integraion .integrated-booking-industry p,
   #knowshow-integraion .integrated-booking-industry a.more-about-us {
      font-size: 40px;
      line-height: 58px;
      margin-top: 40px;
   }
   #knowshow-integraion .integrated-booking-industry::before {
      left: -122px;
   }

   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 320px;
   }
   #division-operations-proprietary p,
   #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p,
   #ib-division-operations-proprietary a.official-web {
      font-size: 50px;
      line-height: 60px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 366px;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 36px;
   }

   #key-milestones .key-milestones-conts p {
      font-size: 26px;
      line-height: 41px;
   }
   #key-milestones .key-milestones-conts h3 {
      font-size: 86px;
      line-height: 99px;
   }
   #key-milestones h2 {
      font-size: 100px;
      line-height: 110px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
      font-size: 40px;
      line-height: 50px;
   }
   #target-market .primary-users-conts p.primary-users {
      font-size: 69px;
      line-height: 80px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 45px;
      line-height: 55px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 45px;
      line-height: 55px;
   }
   #total-addressable-market .total-addressable-market h2,
   #event-entertainers h2,
   #target-market h2,
   #different-approach h2,
   #primetime-ib-companies h2,
   #agency-partners h2 {
      font-size: 100px;
      line-height: 110px;
   }
   #primetime-ib-companies h2 {
      font-size: 110px;
      line-height: 120px;
   }
   #target-market h4 {
      font-size: 77px;
      line-height: 88px;
   }
   #target-market p {
      font-size: 55px;
      line-height: 68px;
   }
   #target-market .target-market-left img.cymfony-brain-img/*,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img*/ {
      height: 421px;
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img {
      height: 503px;
   }
   #target-market p.app-intro-sub,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 77px;
      line-height: 88px;
   }
   #target-market p.app-intro-sub span.operating-system,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 40px;
   }
   #target-market p.app-intro-sub sup,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p sup {
      font-size: 36px;
      top: -43px;
   }
   #target-market p.app-intro-sub span.operating-system sup,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system sup {
      font-size: 30px;
      top: -15px;
   }
   #organiser-artist-first p,
   #organiser-artist-first p.reach-discover {
      font-size: 100px;
      line-height: 110px;
   }
   #organiser-artist-first img.centralised-omni-channel-img {
      height: 1435px;
   }
   #ideal-platform-deploy p.intro,
   #ideal-platform-deploy h2 {
      font-size: 90px;
      line-height: 100px;
   }
   #ideal-platform-deploy img.pt-ib-img {
      height: 320px;
   }
   #ideal-platform-deploy img.together-img,
   #ideal-platform-deploy img.cymfony-bmg-img {
      height: 200px;
   }
   #ideal-platform-deploy img.primetime-current-users-img {
      height: 800px;
   }
   #customers-industry-partners p {
      font-size: 127px;
      line-height: 140px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      height: 700px;
   }
   #comps img.comps-img {
      width: auto;
      height: 900px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 86px;
      line-height: 99px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .cymfony-bookmygig-branin-conts-right p {
      margin-bottom: 118px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a {
      font-size: 45px;
      line-height: 54px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a i {
      font-size: 36px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      height: 90px;
   }
   #primetime-established img.primetime-division-logo {
      height: 340px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 70px;
      line-height: 81px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      margin-top: 207px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 96px;
      line-height: 108px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 120px;
      line-height: 140px;
   }
   #integrated-bookings-primetime p.spinoff {
      font-size: 50px;
      line-height: 61px;
   }
   #integrated-bookings-primetime img.primetime-division-logo {
      height: 187px;
   }
   #header .container.hdr-main {
      max-width: 70%;
   }
   #header .hdr-main .logo img {
      max-width: 630px;
   }
   #header .navbar ul.navbar-nav li.nav-item a.nav-link,
   #footer ul li a,
   #footer .footer-right p {
      font-size: 34px;
      line-height: 45px;
   }
   #key-milestones.about-key-milestones .key-milestones-conts h3 {
      font-size: 90px;
      line-height: 108px;
   }
   #key-milestones.about-key-milestones .key-milestones-conts p {
      font-size: 40px;
      line-height: 50px;
   }
   #primetime-ib-companies p {
      font-size: 36px;
      line-height: 50px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img,
   #primetime-ib-companies img.ib-companies-logo-img {
      height: 207px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 60px;
      line-height: 77px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 45px;
      line-height: 55px;
      padding: 25px 90px;
   }
   #primetime-ib-companies p.founded-established-web-text {
      font-size: 40px;
      line-height: 50px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 63px;
      line-height: 77px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 115px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 144px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 118px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 116px;
   }
   #tools-technology h2,
   #milestones h2,
   #how-it-all-began-skill-resources h2 {
      font-size: 145px;
      line-height: 160px;
   }
   #milestones h4 {
      font-size: 80px;
      line-height: 81px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 36px;
      line-height: 48px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 77px;
      line-height: 88px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 45px;
      line-height: 55px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 36px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      height: auto;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 36px;
      line-height: 52px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 108px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 45px;
      line-height: 55px;
   }
   #skill-resources-boxes .skill-resources-box {
      min-height: 1163px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 60px;
      line-height: 77px;
   }
   #agency-partners p {
      font-size: 48px;
      line-height: 60px;
   }
   #agency-partners .become-an-investor-lock {
      margin-top: -172px;
   }
   #agency-partners .become-an-investor-lock img.knowshow-lock-img {
      height: 270px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 60px;
      line-height: 70px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 140px;
      line-height: 151px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 66px;
      line-height: 77px;
   }
   #product-development-head .getting-job h3 {
      font-size: 124px;
      line-height: 140px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
      height: 250px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      font-size: 45px;
      line-height: 55px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 36px;
      line-height: 50px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 250px;
   }
   #product-development-head .product-development .product-development-certified img.linked-in-img {
      height: 99px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 304px;
      top: -69px;
      height: 215px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img,
   #tools-technology .tools-technology-conts img.application-development-img,
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img,
   #tools-technology .tools-technology-conts img.business-modelling-img {
      width: auto;
      margin: 0 0 140px;
   }
   #tools-technology h2 {
      margin-bottom: 180px;
   }
   #tools-technology p.tools-technology-intro {
      margin: 0 0 99px;
   }
}

@media screen and (max-width: 1343px) {
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      width: 26%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right {
      width: 74%;
   }
}
@media screen and (max-width: 1322px) {
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 20px;
      line-height: 27px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 17px;
      line-height: 25px;
   }
   #primetime-ib-companies p {
      font-size: 19px;
      line-height: 29px;
   }
}
@media screen and (max-width: 1299px) {
   #hdr-bnr .hdr-bnr-texts h1 {
      margin-bottom: 16px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 45px;
      line-height: 55px;
   }
   #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary a.official-web {
      margin-top: 0;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 151px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 180px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 119px;
      top: -27px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label {
      padding: 27px 0 27px 9px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
      font-size: 22px;
      line-height: 34px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 14px;
      line-height: 25px;
   }
   #forecast-summary h2 {
      font-size: 55px;
      line-height: 55px;
      margin-bottom: 0;
   }
   #forecast-summary h3 {
      font-size: 45px;
      line-height: 54px;
      margin: 18px 0;
   }
   #forecast-summary img.total-addressable-market-lock-img {
      width: auto;
      height: 160px;
      margin: 45px 0 16px;
   }
   #forecast-summary p {
      font-size: 35px;
      line-height: 45px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 19px;
      line-height: 25px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 55px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      width: 27%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right {
      width: 73%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p span {
      display: inline;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts p span {
      display: inline;
   }
   #key-milestones .key-g {
      min-height: auto;
   }
}
@media screen and (max-width: 1260px) {
   #hdr-bnr .hdr-bnr-texts {
      bottom: 61px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 43px;
      line-height: 53px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 140px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 165px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 108px;
      top: -27px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
      font-size: 21px;
      line-height: 34px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 18px;
      line-height: 25px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 16px;
      line-height: 25px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      width: 29%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right {
      width: 71%;
   }
   #primetime-ib-companies p {
      font-size: 18px;
      line-height: 28px;
   }
}
@media screen and (max-width: 1199px) {
   #header .hdr-main,
   #footer .container,
   #companies-changing-story .container,
   #primetime-integrated .primetime-integrated-conts .container,
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .container,
   #emails-spreadsheets .emails-spreadsheets-conts .container,
   #comps .container,
   #customers-industry-partners .container,
   #knowshow-integraion .container,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts .container,
   #directorship .directorship-main .container,
   #product-development-head .container,
   #agency-partners .container,
   #how-it-all-began-skill-resources .container,
   #ikandypro-operating-request .ikandypro-operating-request-conts .container {
      max-width: 95%;
   }
   #footer ul li a,
   #footer .footer-right p {
      font-size: 16px;
      font-weight: 400;
   }
   #footer ul li:not(:last-child) {
      margin-right: 14px;
   }
   #footer ul li:last-child a {
      padding: 10px 22px;
   }
   #footer {
      padding: 25px 0;
   }
   /* section {
      overflow-x: hidden;
   } */
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 174px;
   }
   #companies-changing-story,
   #cymfony-bookmygig-brain,
   #comps,
   #primetime-established,
   #integrated-bookings-primetime,
   #ideal-platform-deploy,
   #organiser-artist-first,
   #target-market,
   #event-entertainers,
   #knowshow-integraion,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts,
   #product-development-head,
   #agency-partners,
   #primetime-ib-companies,
   #about-become-an-investor {
      padding: 50px 0;
   }
   #primetime-integrated .primetime-integrated-conts,
   #customers-industry-partners,
   #key-milestones {
      padding-top: 50px;
   }
   #cymfony-bookmygig-brain {
      overflow: visible;
   }
   #emails-spreadsheets .emails-spreadsheets-conts {
      padding-top: 70px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 43px;
      line-height: 55px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 42px;
      line-height: 52px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      height: 383px;
      margin: 0 auto;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications {
      margin: 50px 0 0;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a.official-web {
      margin-top: 18px;
      margin-bottom: 36px;
   }
   /* #cymfony-bookmygig-brain {
      padding: 50px 0;
   } */
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group {
      margin-top: 16px;
   }
   #customers-industry-partners p {
      padding-left: 32px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      margin: -72px 52px 0;
   }
   #customers-industry-partners p span:first-child {
      margin-bottom: 40px;
   }
   #primetime-established .primetime-established-details,
   #integrated-bookings-primetime .primetime-established-details {
      margin-top: 90px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      width: auto;
      height: 150px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 50px;
      line-height: 70px;
      margin: 61px 0 8px;
   }
   #primetime-established .primetime-established-details p,
   #integrated-bookings-primetime .primetime-established-details p {
      font-size: 28px;
      line-height: 39px;
      margin: 0;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 160px;
   }
   #division-operations-proprietary p,
   #ib-division-operations-proprietary p {
      margin: 0;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 50px;
      line-height: 60px;
   }
   #different-approach {
      padding: 70px 0;
   }
   #organiser-artist-first .organiser-artist-first-left::before {
      top: -50px;
      height: calc(100% + 120px);
   }
   #organiser-artist-first p {
      font-size: 50px;
      line-height: 60px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 107px;
      top: -38px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 55px;
      line-height: 66px;
      margin-top: 150px;
   }
   #organiser-artist-first .organiser-artist-first-left p:first-child {
      margin-top: 26px;
   }
   #organiser-artist-first img.centralised-omni-channel-img {
      width: auto;
      height: auto;
   }
   #target-market h4 {
      margin-top: 15px;
   }
   #target-market p.sector {
      margin-bottom: 50px;
   }
   #total-addressable-market .total-addressable-market h2,
   #event-entertainers h2,
   #forecast-summary h2 {
      font-size: 55px;
      line-height: 55px;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 140px;
   }
   #event-entertainers p {
      font-size: 34px;
      line-height: 45px;
      padding-left: 30px;
      margin: 0;
   }
   #event-entertainers p::before {
      top: 7px;
      left: -18px;
      width: 30px;
      height: 30px;
   }
   #complted-we-are-here {
      padding: 108px 0 50px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
      font-size: 20px;
      line-height: 34px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
      font-size: 18px;
      line-height: 23px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-process p {
      font-size: 20px;
      line-height: 30px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-process {
      max-width: 180px;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 27px;
      line-height: 36px;
   }
   #complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img img {
      width: auto;
      height: 45px;
   }
   #complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img {
      top: -7px;
      left: 7px;
   }
   #complted-we-are-here .complted-we-are-here-box {
      max-width: 100%;
   }
   #key-milestones h2 {
      font-size: 55px;
      line-height: 55px;
   }
   #forecast-summary h3 {
      font-size: 40px;
      line-height: 50px;
      margin: 18px 0;
   }
   #knowshow-integraion .knowshowimg {
      width: 90%;
      height: auto;
      margin-left: 0;
   }
   #knowshow-integraion .knowshow-main {
      margin-left: -4%;
   }
   #knowshow-integraion .primetime-integratedbokings .primetimeimg,
   #knowshow-integraion .primetime-integratedbokings .integratedbookingsimg {
      width: auto;
      height: auto;
   }
   #knowshow-integraion .integrated-booking-industry::before {
      left: 2px;
   }
   #knowshow-integraion .primetime-integratedbokings {
      margin-left: -6px;
   }
   #directorship .directorship-main {
      padding: 37px 0 47px;
   }
   #header.others-header.header.sticky ~ #directorship .directorship-main {
      padding-top: 246px;
   }
   #directorship .directorship-intro-details p {
      font-size: 25px;
      line-height: 39px;
   }
   #directorship h1 {
      font-size: 65px;
      line-height: 75px;
   }
   #directorship .directorship-intro-details {
      margin: 70px 0 0;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 58px;
      line-height: 68px;
   }
   #product-development-head .getting-job h3 {
      font-size: 52px;
      line-height: 62px;
   }
   #product-development-head .product-development .product-development-intro p,
   #product-development-head .products-development-head-intro p {
      font-size: 27px;
      line-height: 37px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 20px;
      line-height: 30px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      margin: 27px 0;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 48px;
      line-height: 58px;
      margin: 0 0 50px;
   }
   #product-development-head .products-development-head-intro {
      margin: 50px 0;
   }
   #product-development-head .product-development {
      margin-top: 50px;
   }
   #product-development-head .product-development .product-development-intro {
      margin-right: 18px;
   }
   #agency-partners h2 {
      font-size: 55px;
      line-height: 64px;
      margin: 0;
   }
   #agency-partners p {
      font-size: 27px;
      line-height: 37px;
      margin: 30px 0 0;
   }
   #how-it-all-began-skill-resources {
      padding: 79px 0 48px;
   }
   #agency-partners .become-an-investor-lock .become-an-inverstor {
      margin-bottom: 0px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 26px;
      line-height: 37px;
   }
   #skill-resources-boxes,
   #business-process-outsourcing {
      padding: 0 0 50px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 17px;
      line-height: 24px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 15px;
      line-height: 23px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header {
      margin-bottom: 20px;
   }
   #skill-resources-boxes .skill-resources-box {
      min-height: 550px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      padding: 15px;
   }
   #milestones {
      padding: 74px 0 50px;
   }
   #milestones h4,
   #milestones p.milestones-intro {
      margin: 0 0 50px;
   }
   #tools-technology {
      padding: 66px 0 50px;
   }
   #tools-technology h2 {
      font-size: 75px;
      line-height: 86px;
      margin: 0 0 85px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 70px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 54px;
   }
   #primetime-ib-companies p span {
      display: inline;
   }
   #primetime-ib-companies img.primetime-companies-logo-img, #primetime-ib-companies img.ib-companies-logo-img {
      height: 99px;
      margin: 0 0 34px;
   }
}
@media screen and (max-width: 1160px) {
   #header .navbar ul.navbar-nav li.nav-item:not(:last-child) {
      margin-right: 50px;
   }
   #header {
      top: 9px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 144px;
   }
   #companies-changing-story img.companies-changing-story-img {
      height: auto;
      width: 100%;
      max-width: 880px;
   }
   #primetime-integrated .primetime-integrated-conts {
      padding-top: 40px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 50px 99px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts {
      padding-top: 60px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 40px;
      line-height: 50px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 40px;
      line-height: 50px;
   }
   #customers-industry-partners p {
      padding-left: 25px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      margin: -72px 45px 0;
   }
   #customers-industry-partners p {
      font-size: 47px;
      line-height: 57px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      width: auto;
      height: 140px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 45px;
      line-height: 55px;
      margin: 52px 0 8px;
   }
   #primetime-established .primetime-established-details p,
   #integrated-bookings-primetime .primetime-established-details p {
      font-size: 25px;
      line-height: 35px;
   }
   #division-operations-proprietary p, 
   #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p, 
   #ib-division-operations-proprietary a.official-web {
      font-size: 20px;
      line-height: 25px;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 18px;
      top: 0;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 134px;
   }
   #primetime-established .primetime-established-details,
   #integrated-bookings-primetime .primetime-established-details {
      margin-top: 72px;
   }
   #organiser-artist-first p {
      font-size: 45px;
      line-height: 55px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 50px;
      line-height: 61px;
      margin-top: 140px;
   }
   #organiser-artist-first .organiser-artist-first-left::before {
      height: calc(100% + 100px);
   }
   #organiser-artist-first .organiser-artist-first-left p:first-child {
      margin-top: 31px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 95px;
      line-height: 90px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 32px;
      line-height: 41px;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 130px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 34px;
      line-height: 45px;
      margin: 30px 0;
   }
   #total-addressable-market .total-addressable-market h2,
   #event-entertainers h2,
   #forecast-summary h2 {
      font-size: 50px;
      line-height: 45px;
   }
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .lock img {
      width: auto;
      height: 35px;
   }
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn {
      padding: 16px 70px;
   }
   #key-milestones .key-milestones-conts h3 {
      font-size: 36px;
      line-height: 52px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 13px;
      line-height: 23px;
   }
   #forecast-summary h3 {
      font-size: 36px;
      line-height: 45px;
      margin: 18px 0 9px;
   }
   #forecast-summary p {
      font-size: 30px;
      line-height: 40px;
   }
   #knowshow-integraion .integrated-booking-industry::before {
      left: 0;
   }
   #knowshow-integraion .knowshowimg {
      margin-left: 0;
   }
   #knowshow-integraion .primetime-integratedbokings {
      margin-top: 16px;
      margin-left: -7px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts {
      padding: 30px 0;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 19px;
      line-height: 29px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 46px;
      line-height: 55px;
   }
   #product-development-head .product-development .product-development-intro p,
   #product-development-head .products-development-head-intro p {
      font-size: 26px;
      line-height: 36px;
   }
   /* #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 150px;
   } */
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 55px;
      line-height: 66px;
   }
   #product-development-head .getting-job h3 {
      font-size: 49px;
      line-height: 59px;
   }
   /* #product-development-head .product-development .product-development-certified img.linked-in-img {
      height: 40px;
   } */
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      margin: 0 15px;
   }
   #agency-partners p.blur-text {
      font-size: 25px;
      line-height: 35px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 25px;
      line-height: 36px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 16px;
      line-height: 23px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 52px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 14px;
      line-height: 22px;
   }
   #skill-resources-boxes .skill-resources-box {
      min-height: 529px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      width: 31%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right {
      width: 69%;
   }
}
@media screen and (max-width: 1099px) {
   #header .navbar ul.navbar-nav li.nav-item:not(:last-child) {
      margin-right: 35px
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 127px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn,
   #complted-we-are-here .become-an-inverstor a.btn,
   .become-an-inverstor a.btn,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn {
      max-width: 552px;
   }
   #primetime-integrated .primetime-integrated-conts img.primetime-division-logo,
   #primetime-integrated .primetime-integrated-conts img.integrated-bookings-logo {
      height: 115px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 50px 86px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 39px;
      line-height: 50px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts {
      padding-top: 50px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 38px;
      line-height: 48px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 34px;
      line-height: 43px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      height: 360px;
   }
   /* #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .cymfony-bookmygig-branin-conts-left .btns-group {
      margin-top: 18px;
   } */
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .cymfony-bookmygig-branin-conts-right p {
      margin-bottom: 43px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 43px;
      line-height: 54px;
      margin: 45px 0 8px;
   }
   #primetime-established .primetime-established-details p,
   #integrated-bookings-primetime .primetime-established-details p {
      font-size: 23px;
      line-height: 32px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      height: 135px;
   }
   #primetime-established .primetime-established-details,
   #integrated-bookings-primetime .primetime-established-details {
      margin-top: 61px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 125px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 151px;
   }
   #ideal-platform-deploy p.intro,
   #ideal-platform-deploy h2 {
      font-size: 45px;
      line-height: 55px;
   }
   #ideal-platform-deploy img.pt-ib-img {
      height: 200px;
   }
   #organiser-artist-first p {
      font-size: 40px;
      line-height: 50px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 45px;
      line-height: 55px;
      margin-top: 130px;
   }
   #organiser-artist-first .organiser-artist-first-left::before {
      height: calc(100% + 90px);
   }
   #organiser-artist-first p img.artist-round-img {
      height: 101px;
   }
   #organiser-artist-first .organiser-artist-first-left p:first-child {
      margin-top: 36px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 93px;
      line-height: 90px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 34px;
      line-height: 45px;
      margin: 25px 0 8px;
   }
   #key-milestones .key-milestones-box {
      width: 100%;
      max-width: calc(100%/3);
   }
   #key-milestones .key-milestones-conts h3 {
      font-size: 45px;
      line-height: 55px;
      margin-bottom: 27px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 20px;
      line-height: 30px;
   }
   #knowshow-integraion .integrated-booking-industry p {
      font-size: 18px;
      line-height: 27px;
      margin-top: 15px;
      margin-bottom: 15px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts {
      padding: 22px 0;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 18px;
      line-height: 28px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      font-size: 28px;
      line-height: 39px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
      width: auto;
      height: 154px;
   }
   /* #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 144px;
   } */
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      margin: 0 9px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 54px;
      line-height: 63px;
      margin-bottom: 9px;
   }
   #product-development-head .getting-job h3 {
      font-size: 48px;
      line-height: 58px;
   }
   #product-development-head .product-development .product-development-intro p,
   #product-development-head .products-development-head-intro p {
      font-size: 25px;
      line-height: 35px;
   }
   #product-development-head .product-development .product-development-certified img.linked-in-img {
      height: 44px;
   }
   #agency-partners p.blur-text {
      font-size: 24px;
      line-height: 34px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 15px;
      line-height: 23px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header {
      margin-bottom: 16px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 13px;
      line-height: 19px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 50px;
   }
   #skill-resources-boxes .skill-resources-box {
      min-height: 459px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 39px;
      line-height: 49px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts {
      margin-left: 9px;
   }
   #tools-technology .tools-technology-conts img.application-development-img,
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img,
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: auto;
   }
   #tools-technology h2 {
      font-size: 70px;
      line-height: 81px;
      margin: 0 0 85px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 27px;
      line-height: 36px;
   }
   #key-milestones.about-key-milestones.knowshow-about .knowshow-about-box {
      width: calc(100%/3);
      padding: 45px;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts p span {
      display: inline;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts p {
      font-size: 27px;
      line-height: 37px;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts h3 {
      font-size: 70px;
      line-height: 70px;
      margin-bottom: 27px;
   }
}
@media screen and (max-width: 1060px) {
   #header .navbar ul.navbar-nav li.nav-item:not(:last-child) {
      margin-right: 35px
   }
   #header {
      top: 0px;
   }
   #header .hdr-main .logo img {
      max-width: 270px;
   }
   #footer ul li a, #footer .footer-right p {
      font-size: 15px;
      line-height: 25px;
   }
   #hdr-bnr .hdr-bnr-texts {
      bottom: 43px;
   }
   #primetime-integrated .primetime-integrated-conts img.primetime-division-logo,
   #primetime-integrated .primetime-integrated-conts img.integrated-bookings-logo {
      height: 111px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 50px 70px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 38px;
      line-height: 48px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 36px;
      line-height: 45px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 32px;
      line-height: 42px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 16px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      height: 335px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .cymfony-bookmygig-branin-conts-right p {
      margin-bottom: 42px;
   }
   #customers-industry-partners p {
      padding-left: 0;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      margin: -72px 18px 0;
   }
   #division-operations-proprietary p, #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p, #ib-division-operations-proprietary a.official-web {
      font-size: 18px;
      line-height: 23px;
   }
   /* #primetime-established img.primetime-division-logo {
      height: 171px;
   }
   #integrated-bookings-primetime img.primetime-division-logo {
      height: 113px;
   } */
   /* #integrated-bookings-primetime p.spinoff {
      font-size: 29px;
      line-height: 39px;
      margin: 37px 0 0;
   } */
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 16px;
   }
   #ideal-platform-deploy .ideal-platform-deploy-imgs span {
      margin: 0 27px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 97px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 90px;
      line-height: 90px;
   }
   #total-addressable-market .total-addressable-market p {
      margin: 25px 0 0px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
      font-size: 19px;
      line-height: 34px;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 25px;
      line-height: 34px;
   }
   /* #key-milestones .key-milestones-conts h3 {
      font-size: 34px;
      line-height: 52px;
   } */
   #directorship .directorship-intro-details p {
      font-size: 24px;
      line-height: 38px;
   }
   #directorship .directorship-title {
      margin: 0 0 40px;
   }
   #directorship .directorship-intro-details p:first-child {
      margin: 0 0 30px;
   }
   #directorship .directorship-intro-details {
      margin: 71px 0 0;
   }
   #product-development-head .product-development .product-development-intro p,
   #product-development-head .products-development-head-intro p {
      font-size: 24px;
      line-height: 35px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 51px;
      line-height: 61px;
   }
   #product-development-head .getting-job h3 {
      font-size: 45px;
      line-height: 55px;
   }
   /* #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 152px;
   } */
   #product-development-head .product-development .product-development-intro {
      margin-right: 9px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 24px;
      line-height: 34px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 14px;
      line-height: 22px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header {
      margin-bottom: 12px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 44px;
   }
   /* #skill-resources-boxes .skill-resources-box {
      min-height: 540px;
   } */
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 37px;
      line-height: 47px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 20px;
      line-height: 27px;
   }
   #milestones h4 {
      font-size: 36px;
      line-height: 45px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 26px;
      line-height: 36px;
   }
}
@media screen and (max-width: 1024px) {
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor {
      margin-top: 18px;
      margin-bottom: 18px;
   }
   #primetime-integrated .primetime-integrated-conts img.primetime-division-logo,
   #primetime-integrated .primetime-integrated-conts img.integrated-bookings-logo {
      height: 108px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 40px 57px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 36px;
      line-height: 45px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      margin: -72px 0px 0;
   }
   #customers-industry-partners p {
      font-size: 45px;
      line-height: 55px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 119px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 143px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 90px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 88px;
      line-height: 88px;
   }
   #target-market p.app-intro-sub, #target-market .primary-users-conts p.primary-users {
      font-size: 30px;
      line-height: 40px;
   }
   #target-market p {
      font-size: 25px;
      line-height: 35px;
   }
   #total-addressable-market .total-addressable-market h2,
   #event-entertainers h2,
   #forecast-summary h2 {
      font-size: 45px;
      line-height: 40px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 30px;
      line-height: 30px;
      margin: 25px 0 8px;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img {
      margin: 20px 0;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
      font-size: 18px;
      line-height: 34px;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 24px;
      line-height: 34px;
   }
   #complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img img {
      width: auto;
      height: 40px;
   }
   #complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img {
      top: -5px;
      left: 10px;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 23px;
      line-height: 32px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
      font-size: 16px;
      line-height: 20px;
   }
   #forecast-summary h3 {
      font-size: 32px;
      line-height: 41px;
      margin: 18px 0 5px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts {
      padding: 12px 0;
   }
   #directorship .directorship-intro-details p {
      font-size: 23px;
      line-height: 36px;
   }
   #product-development-head .product-development .product-development-intro p,
   #product-development-head .products-development-head-intro p {
      font-size: 23px;
      line-height: 33px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 48px;
      line-height: 58px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      width: auto;
      height: 157px;
   }
   #product-development-head .getting-job h3 {
      font-size: 43px;
      line-height: 53px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 17px;
      line-height: 27px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 44px;
      line-height: 54px;
   }
   #agency-partners p.blur-text {
      font-size: 23px;
      line-height: 33px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 23px;
      line-height: 33px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 12px;
      line-height: 19px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 35px;
      line-height: 45px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right {
      width: 68%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      width: 32%;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 25px;
      line-height: 35px;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts h3 {
      font-size: 63px;
      line-height: 63px;
      margin-bottom: 25px;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts p {
      font-size: 25px;
      line-height: 36px;
   }
}
@media screen and (max-width: 991px) {
   #header .hdr-main .logo img {
      max-width: 250px;
   }
   #header::after {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: var(--darkblueyishshade);
      opacity: 70%;
   }
   #header .navbar {
      padding: 0;
      position: relative;
      top: auto;
      margin-top: 17px;
   }
   #header .navbar {
      background-color: transparent;
   }
   #header .hdr-main .navbar nav.navbar {
      padding: 0;
   }
   #header .hdr-main .navbar nav.navbar .container-fluid {
      padding-left: 0;
      padding-right: 0;
   }
   #header .hdr-main .navbar nav.navbar .navbar-toggler {
      border-color: var(--white);
      border-width: 0;
      padding: 0;
      box-shadow: none;
   }
   .navbar-toggler-icon {
      width: 36px;
      height: 36px;
   }
   #header .hdr-main .logo,
   #header .navbar {
      z-index: 9;
   } 
   #header .hdr-main .navbar nav.navbar .navbar-collapse {
      margin-top: 0;
   }
   #header .navbar ul.navbar-nav li.nav-item a.nav-link {
      font-size: 18px;
      line-height: 27px;
      font-weight: 400;
      padding: 5px 0;
   }
   #header .navbar ul.navbar-nav li.nav-item:not(:last-child) {
      margin-right: 0;
   }
   #footer ul li a,
   #footer .footer-right p {
      font-size: 18px;
      line-height: 30px;
   }
   #footer ul li:last-child {
      margin-top: 9px;
   }
   #header.sticky {
      height: auto;
   }
   #hdr-bnr .hdr-bnr-texts {
      bottom: 34px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 35px 45px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 35px;
      line-height: 45px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications {
      margin: 43px 0 0;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 35px;
      line-height: 45px;
   }
   #comps img.comps-img {
      height: auto;
      width: 100%;
      max-width: 100%;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 138px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 116px;
   }
   #ideal-platform-deploy img.pt-ib-img {
      height: 180px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 81px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 85px;
      line-height: 85px;
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img {
      height: 331px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 22px;
      line-height: 30px;
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img {
      height: auto;
   }
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn {
      padding: 16px 50px;
   }
   #knowshow-integraion .integrated-booking-industry {
      padding-left: 0;
      text-align: center;
      margin-top: 70px;
   }
   #knowshow-integraion .integrated-booking-industry::before {
      display: none;
   }
   #knowshow-integraion .integrated-booking-industry h3 {
      font-size: 40px;
      line-height: 50px;
   }
   #knowshow-integraion .integrated-booking-industry p {
      font-size: 21px;
      line-height: 32px;
      margin-top: 15px;
      margin-bottom: 15px;
   }
   #knowshow-integraion .primetime-integratedbokings {
      justify-content: center;
   }
   #knowshow-integraion .knowshow-main {
      margin-left: 0;
   }
   #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web {
      font-size: 22px;
      line-height: 32px;
      margin: 25px 0 0;
   }
   #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web i {
      font-size: 18px;
      top: 1px;
   }
   #target-market .primary-users-conts p.primary-users {
      min-width: auto;
      max-width: 100%;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more {
      font-size: 20px;
      line-height: 30px;
      margin: 16px 0 0;
   }
   #directorship .directorship-title {
      margin: 0 0 36px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name, #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name {
      padding: 16px;
   }
   #product-development-head .product-development .product-development-certified img.linked-in-img {
      height: 39px;
   }
   #agency-partners p.blur-text {
      font-size: 22px;
      line-height: 32px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 13px;
      line-height: 21px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      padding: 12px;
   }
   #milestones h4 {
      margin: 0 0 36px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 24px;
      line-height: 34px;
   }
}
@media screen and (max-width: 969px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      margin-top: 0;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      margin-bottom: 10px;
   }
   #primetime-integrated .primetime-integrated-conts img.primetime-division-logo,
   #primetime-integrated .primetime-integrated-conts img.integrated-bookings-logo {
      height: 99px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 33px;
      line-height: 43px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      height: 313px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 30px;
      line-height: 40px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      width: auto;
      height: 61px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .cymfony-bookmygig-branin-conts-right p {
      margin-bottom: 40px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 33px;
      line-height: 43px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a {
      font-size: 22px;
      line-height: 27px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a i {
      font-size: 18px;
      top: 1px;
   }
   #primetime-established .primetime-established-details p,
   #integrated-bookings-primetime .primetime-established-details p {
      font-size: 22px;
      line-height: 32px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 41px;
      line-height: 51px;
   }
   #division-operations-proprietary p, #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p, #ib-division-operations-proprietary a.official-web {
      font-size: 16px;
      line-height: 20px;
   }
   /* #primetime-established img.primetime-division-logo {
      height: 160px;
   }
   #integrated-bookings-primetime img.primetime-division-logo {
      height: 105px;
   } */
   /* #integrated-bookings-primetime p.spinoff {
      font-size: 27px;
      line-height: 37px;
      margin: 34px 0 0;
   } */
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 43px;
      line-height: 53px;
   }
   #ideal-platform-deploy .ideal-platform-deploy-imgs span {
      margin: 0 23px;
   }
   #different-approach h2 {
      font-size: 52px;
      line-height: 61px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 77px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 81px;
      line-height: 81px;
   }
   #target-market p.app-intro-sub, #target-market .primary-users-conts p.primary-users {
      font-size: 28px;
      line-height: 39px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 18px;
   }
   #event-entertainers p {
      font-size: 30px;
      line-height: 40px;
   }
   #event-entertainers p::before {
      top: 9px;
      left: -10px;
      width: 25px;
      height: 25px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
      font-size: 17px;
      line-height: 34px;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 21px;
      line-height: 29px;
   }
   #forecast-summary img.total-addressable-market-lock-img {
      margin: 27px 0 0px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: 270px;
   }
   #directorship .directorship-intro-details p {
      font-size: 22px;
      line-height: 34px;
   }
   #directorship .directorship-intro-details p:first-child {
      margin: 0 0 25px;
   }
   #product-development-head .product-development .product-development-intro p,
   #product-development-head .products-development-head-intro p {
      font-size: 22px;
      line-height: 32px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 16px;
      line-height: 25px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      font-size: 27px;
      line-height: 36px;
      margin: 18px 0 14px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
      height: 144px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 45px;
      line-height: 55px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      width: auto;
      height: 152px;
   }
   #product-development-head .getting-job h3 {
      font-size: 40px;
      line-height: 50px;
   }
   #product-development-head .products-development-head-intro {
      margin: 36px 0;
   }
   #product-development-head .product-development {
      margin-top: 36px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 41px;
      line-height: 50px;
   }
   #agency-partners p.blur-text {
      font-size: 21px;
      line-height: 31px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 22px;
      line-height: 32px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 12px;
      line-height: 20px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 11px;
      line-height: 18px;
   }
   #skill-resources-boxes .skill-resources-box {
      min-height: 430px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      width: 34%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right {
      width: 66%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 32px;
      line-height: 42px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 29px;
      line-height: 39px;
      margin: 0 0 30px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 23px;
      line-height: 33px;
   }
   #key-milestones.about-key-milestones.knowshow-about .knowshow-about-box {
      width: calc(100%/3);
      padding: 34px;
   }
}
@media screen and (max-width: 929px) {
   #primetime-integrated .primetime-integrated-conts img.primetime-division-logo,
   #primetime-integrated .primetime-integrated-conts img.integrated-bookings-logo {
      height: 92px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 50px;
      line-height: 60px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      width: auto;
      height: 58px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 32px;
      line-height: 42px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 40px;
      line-height: 50px;
   }
   #primetime-established .primetime-established-details p,
   #integrated-bookings-primetime .primetime-established-details p {
      font-size: 20px;
      line-height: 30px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      height: 130px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 112px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 132px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 40px;
      line-height: 50px;
   }
   #ideal-platform-deploy img.pt-ib-img {
      height: 172px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 70px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 79px;
      line-height: 79px;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 108px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
      font-size: 16px;
      line-height: 34px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-process {
      max-width: 160px;
   }
   #forecast-summary p {
      font-size: 27px;
      line-height: 36px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: 250px;
   }
   #directorship .directorship-intro-details p {
      font-size: 21px;
      line-height: 32px;
   }
   #product-development-head .product-development .product-development-intro p,
   #product-development-head .products-development-head-intro p {
      font-size: 21px;
      line-height: 30px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 15px;
      line-height: 25px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      width: auto;
      height: 144px;
   }
   #product-development-head .product-development .product-development-certified img.linked-in-img {
      height: 34px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 21px;
      line-height: 31px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      width: 35%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right {
      width: 65%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 30px;
      line-height: 40px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 22px;
      line-height: 32px;
   }
   #primetime-ib-companies p.founded-established-web-text {
      font-size: 23px;
      line-height: 34px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img, #primetime-ib-companies img.ib-companies-logo-img {
      height: 90px;
      margin: 0 0 30px;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts p {
      font-size: 23px;
      line-height: 33px;
   }
}
@media screen and (max-width: 899px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 99px;
   }
   #primetime-integrated .primetime-integrated-conts img.primetime-division-logo,
   #primetime-integrated .primetime-integrated-conts img.integrated-bookings-logo {
      height: 86px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 46px;
      line-height: 54px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 30px;
      line-height: 40px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      width: auto;
      height: 54px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p {
      font-size: 31px;
      line-height: 41px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      margin: -66px 0px 0;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 38px;
      line-height: 48px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 123px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 103px;
   }
   #integrated-bookings-primetime p.spinoff {
      letter-spacing: 4px;
   }
   #ideal-platform-deploy img.pt-ib-img {
      height: 151px;
   }
   #organiser-artist-first .organiser-artist-first-right img.primetime-division-logo {
      height: 99px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 61px;
   }
   #organiser-artist-first .organiser-artist-first-left p:first-child {
      margin-bottom: 41px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 75px;
      line-height: 75px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 27px;
      line-height: 36px;
   }
   #target-market .primary-users-conts p.primary-users {
      min-width: auto;
      width: 100%;
      max-width: 100%;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
      font-size: 15px;
      line-height: 34px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
      font-size: 14px;
      line-height: 18px;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 18px;
      line-height: 27px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: 235px;
   }
   #directorship .directorship-intro-details p {
      font-size: 20px;
      line-height: 32px;
   }
   #product-development-head .product-development .product-development-intro p,
   #product-development-head .products-development-head-intro p {
      font-size: 20px;
      line-height: 30px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      width: auto;
      height: 135px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 43px;
      line-height: 53px;
   }
   #product-development-head .getting-job h3 {
      font-size: 39px;
      line-height: 49px;
   }
   #agency-partners p.blur-text {
      font-size: 20px;
      line-height: 30px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 20px;
      line-height: 30px;
   }
   #skill-resources-boxes .skill-resources-boxes-main {
      width: 50%;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p span {
      display: inline;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 16px;
      line-height: 25px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 20px;
      line-height: 30px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header {
      margin-bottom: 18px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 70px;
   }
   #skill-resources-boxes .skill-resources-boxes-main:nth-child(1),
   #skill-resources-boxes .skill-resources-boxes-main:nth-child(2) {
      margin-bottom: 45px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      width: 36%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right {
      width: 64%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 28px;
      line-height: 37px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 27px;
      line-height: 36px;
      margin: 0 0 30px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 21px;
      line-height: 31px;
   }
}
@media screen and (max-width: 863px) {
   #hdr-bnr img.desktop-visible {
      display: none;
   }
   #hdr-bnr img.mob-visible {
      display: block;
   }
   #hdr-bnr .hdr-bnr-texts h1 span.lives-here {
      display: block;
   }
   #hdr-bnr .hdr-bnr-texts {
      bottom: 54px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor {
      margin-top: 25px;
      margin-bottom: 25px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 188px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 80px;
      line-height: 80px;
      letter-spacing: 2px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.desktop-visible,
   #chasing-entertainers-bookings img.chansing-entertainers-bookings.desktop-visible,
   #emails-spreadsheets img.emails-spreadsheets-bg.desktop-visible {
      display: none;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      display: block;
      margin-top: -99px;
   }
   #primetime-integrated .primetime-integrated-conts {
      padding-top: 0;
   }
   #primetime-integrated {
      margin-top: 0;
   }
   #primetime-integrated .primetime-integrated-conts,
   #emails-spreadsheets .emails-spreadsheets-conts {
      position: relative;
   }
   #primetime-integrated .primetime-integrated-conts .container .row {
      display: block;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      width: 100%;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      margin-top: 40px;
   }
   #primetime-integrated .primetime-integrated-conts img.primetime-division-logo,
   #primetime-integrated .primetime-integrated-conts img.integrated-bookings-logo {
      height: auto;
      width: 100%;
      max-width: 700px;
   }
   #chasing-entertainers-bookings img.chansing-entertainers-bookings-mob-img.mob-visible,
   #emails-spreadsheets img.emails-spreadsheets-bg-mob-img.mob-visible {
      display: block;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      border-width: 6px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.mob-block {
      display: block;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 120px;
      line-height: 120px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 40px;
      line-height: 45px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 70px 45px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts .emails-spreadsheets-conts-right {
      width: 100%;
      margin-left: 0;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      text-align: center;
      margin-bottom: 50px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 162px;
      top: -100px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p span.emails-spreadsheets-word-break {
      display: inline;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 45px;
      line-height: 55px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .container-fluid .row {
      display: block;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .container-fluid .row .cymfony-bookmygig-branin-conts-left,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .container-fluid .row .cymfony-bookmygig-branin-conts-right {
      width: 100%;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts {
      margin-top: 0px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      height: auto;
      width: 100%;
      max-width: 680px;
      padding-right: 27px;
      padding-left: 27px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 50px;
      margin-top: -22px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 50px;
      line-height: 52px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 25px;
      line-height: 25px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a {
      font-size: 25px;
      line-height: 27px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      width: auto;
      height: 77px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .cymfony-bookmygig-branin-conts-right p {
      margin-bottom: 0;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      display: block;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-desktop {
      display: none;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      display: block;
      font-size: 45px;
      line-height: 55px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .container-fluid .row .cymfony-bookmygig-branin-conts-right {
      margin-top: 27px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts {
      margin-top: -49px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a.official-web {
      margin-top: 30px;
      margin-bottom: 36px;
   }
   #customers-industry-partners .customers-industry-partners-conts-left {
      text-align: center;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      margin: 50px auto 0;
      float: none;
      height: auto;
      width: 100%;
      max-width: 481px;
      padding-right: 15px;
      padding-left: 15px;
   }
   #primetime-established .primetime-established-details .primetime-established-details-conts,
   #integrated-bookings-primetime .primetime-established-details .integrated-bookings-primetime-conts {
      width: 50%;
   }
   #primetime-established .primetime-established-details .primetime-established-details-conts:nth-child(3),
   #primetime-established .primetime-established-details .primetime-established-details-conts:nth-child(4),
   #integrated-bookings-primetime .primetime-established-details .integrated-bookings-primetime-conts:nth-child(3),
   #integrated-bookings-primetime .primetime-established-details .integrated-bookings-primetime-conts:nth-child(4) {
      margin-top: 50px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 50px;
      line-height: 61px;
      margin: 20px 0 8px;
   }
   #primetime-established .primetime-established-details p,
   #integrated-bookings-primetime .primetime-established-details p {
      font-size: 25px;
      line-height: 36px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      height: 140px;
   }
   #division-operations-proprietary img.orange-bg-mob.mob-visible,
   #ib-division-operations-proprietary img.blue-bg-mob.mob-visible,
   #ib-division-operations-proprietary img.gray-bg-mob.mob-visible {
      display: block;
   }
   #division-operations-proprietary img.orange-bg.desktop-visible,
   #ib-division-operations-proprietary img.blue-bg.desktop-visible {
      display: none;
   }
   #division-operations-proprietary .division-operations-proprietary-conts .row > div,
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts .row > div {
      width: 100%;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 160px;
   }
   #division-operations-proprietary p,
   #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p,
   #ib-division-operations-proprietary a.official-web {
      font-size: 30px;
      line-height: 40px;
   }
   #division-operations-proprietary p.dop-conts-desktop,
   #ib-division-operations-proprietary p.ibdop-conts-desktop {
      display: none;
   }
   #division-operations-proprietary p.dop-conts-mob {
      display: block;
   }
   #division-operations-proprietary p.dop-conts-mob span,
   #ib-division-operations-proprietary p.ibdop-conts-mob span {
      display: block;
   }
   #division-operations-proprietary p.dop-conts-mob,
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      display: block;
      margin-bottom: 50px;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 22px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts,
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 169px;
   }
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      margin-bottom: 77px;
   }
   #integrated-bookings-primetime p.spinoff {
      letter-spacing: 1px;
   }
   #ideal-platform-deploy p.intro.ipd-mob-intro {
      display: block;
   }
   #ideal-platform-deploy p.intro.ipd-desk-intro {
      display: none;
   }
   #ideal-platform-deploy .ideal-platform-deploy-imgs {
      display: block;
   }
   #ideal-platform-deploy .ideal-platform-deploy-imgs span {
      width: calc(100% - 70px);
      height: 2px;
      background-color: var(--black);
      margin: 50px 0;
   }
   #ideal-platform-deploy img.together-img,
   #ideal-platform-deploy img.cymfony-bmg-img {
      width: auto;
      height: auto;
   }
   /* #ideal-platform-deploy img.cymfony-bmg-img {
      width: 100%;
      max-width: 578px;
   } */
   #ideal-platform-deploy img.mob-visible,
   #organiser-artist-first img.mob-visible {
      display: block;
   }
   #ideal-platform-deploy img.desktop-visible,
   #organiser-artist-first img.desktop-visible {
      display: none;
   }
   #ideal-platform-deploy img,
   #organiser-artist-first img.centralised-omni-channel-mob-img {
      margin-right: auto;
      margin-left: auto;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 45px;
      line-height: 55px;
   }
   #ideal-platform-deploy img.together-mob-img.mob-visible,
   #ideal-platform-deploy img.pt-ib-mob-img,
   #ideal-platform-deploy img.cymfony-bmg-img,
   #ideal-platform-deploy img.primetime-current-users-img {
      width: 100%;
      max-width: calc(100% - 306px);
      height: auto;
   }
   #ideal-platform-deploy img.pt-ib-mob-img {
      max-width:  calc(100% - 140px);
   }
   #ideal-platform-deploy img.cymfony-bmg-img {
      max-width: calc(100% - 70px);
   }
   #ideal-platform-deploy img.primetime-current-users-img {
      max-width: calc(100% - 70px);
   }
   #organiser-artist-first {
      padding-bottom: 30px;
   }
   #organiser-artist-first .container-fluid .row {
      display: block;
   }
   #organiser-artist-first .container-fluid .row .organiser-artist-first-left,
   #organiser-artist-first .container-fluid .row .organiser-artist-first-right {
      width: 100%;
   }
   #organiser-artist-first .organiser-artist-first-left p:first-child {
      margin-top: 0;
   }
   #organiser-artist-first .container-fluid .row .organiser-artist-first-left {
      margin-bottom: 70px;
   }
   #organiser-artist-first .container-fluid .row .organiser-artist-first-left {
      margin-bottom: 50px;
      padding-bottom: 45px;
   }
   #organiser-artist-first .organiser-artist-first-left::before {
      height: 2px;
      width: calc(100% - 70px);
      bottom: 0;
      top: auto;
      left: 0;
      right: 0;
      margin: 0 auto;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 45px;
      line-height: 55px;
      margin-top: 50px;
   }
   #organiser-artist-first p {
      font-size: 40px;
      line-height: 50px;
      display: inline-block;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 36px;
   }
   #organiser-artist-first p.reach-discover.desktop-visible {
      display: none;
   }
   #organiser-artist-first p.reach-discover.mob-visible {
      display: block;
   }
   #organiser-artist-first .organiser-artist-first-left p:first-child {
      margin-bottom: 30px;
   }
   #organiser-artist-first .organiser-artist-first-right img.primetime-division-logo {
      height: 115px;
   }
   #market-summary img.mob-visible {
      display: block;
   }
   #market-summary img.desktop-visible {
      display: none;
   }
   #target-market .target-market-conts {
      display: block;
   }
   #target-market .target-market-conts .target-market-left,
   #target-market .target-market-conts .target-market-right {
      width: 100%;
   }
   #target-market p.sector {
      margin-bottom: 0;
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img {
      width: 100%;
      max-width: 80%;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 40px;
      line-height: 50px;
   }
   #target-market .primary-users-conts .primary-users-right {
      display: none;
   }
   #target-market .primary-users-conts .row {
      display: block;
   }
   #target-market .primary-users-conts .primary-users-left {
      width: 100%;
   }
   #target-market .primary-users-conts p br {
      display: none;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 27px;
   }
   #target-market .primary-users-conts.bmg-conts {
      display: block;
   }
   #target-market .primary-users-conts.bmg-conts .primary-users-left {
      display: none;
   }
   #target-market .primary-users-conts.bmg-conts .primary-users-right {
      display: block;
      width: 100%;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 36px;
      line-height: 43px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 32px;
      line-height: 42px;
   }
   #target-market .primary-users-conts p.primary-users {
      min-width: auto;
      width: 100%;
      max-width: 100%;
   }
   #target-market p.app-intro-sub sup {
      top: -20px;
   }
   #target-market p.app-intro-sub span.operating-system sup {
      top: -11px;
   }
   #total-addressable-market img.mob-visible {
      display: block;
   }
   #total-addressable-market img.desktop-visible {
      display: none;
   }
   #total-addressable-market .total-addressable-market h2 span,
   #forecast-summary h2 span {
      display: block;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 63px;
      line-height: 77px;
      margin-top: -18px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 36px;
      line-height: 36px;
      margin: 30px 0 0;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 180px;
      margin: 80px 0;
   }
   #total-addressable-market .total-addressable-market .total-addressable-market-conts {
      padding: 0;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts {
      display: block;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box {
      width: 100%;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box.desktop,
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .desktop-conts {
      display: none !important;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts {
      display: flex;
      align-items: start;
      justify-content: center;
      padding: 61px 0 27px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li.approx-valuation {
      margin-top: 0;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
      font-size: 23px;
      line-height: 25px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li.approx-valuation span {
      display: block;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box {
      margin: 0 50px;
      min-width: 173px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box li.approx-valuation:first-child {
      margin-bottom: 30px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label {
      padding: 20px 0 20px 25px;
      margin: 0;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label::before {
      border: 34px solid var(--lightskyblueishshade);
      border-radius: 0 0 0 16px;
      top: 16px;
      right: -28px;
   }
   #complted-we-are-here .complted-we-are-here-box.blue .complted-we-are-here-box-label::before {
      border-width: 34px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 {
      font-size: 23px;
      line-height: 30px;
      text-align: left;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .sege-label {
      text-align: left;
      margin-left: 0;
      position: relative;
      margin-right: 36px;
   }
   #complted-we-are-here .complted-we-are-here-box.blue {
      margin-top: 80px;
   }
   #complted-we-are-here .complted-we-are-here-box.blue .complted-we-are-here-box-label {
      margin-bottom: 0;
      margin-top: 0;
   }
   #complted-we-are-here .complted-we-are-here-box.blue .complted-we-are-here-box-details ul li.approx-valuation {
      margin-top: 0;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box {
      padding: 0;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box.green .complted-we-are-here-mob-conts {
      padding-top: 0;
      margin-top: -9px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts.complted-we-are-here-conts-mob-visible {
      display: block;
      margin-top: 50px;
   }
   #complted-we-are-here .complted-we-are-here-box.other.growth .complted-we-are-here-box-details ul li.approx-valuation {
      margin-top: 0;
   }
   #complted-we-are-here .complted-we-are-here-box.other .complted-we-are-here-box-details ul li.approx-valuation ~ li.approx-valuation {
      margin-top: 0;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts.complted-we-are-here-conts-mob-visible .complted-we-are-here-conts-box .complted-we-are-here-box.other .complted-we-are-here-mob-conts .complted-we-are-here-box-label h5 {
      display: inline-block;
      line-height: 60px;
      min-width: auto;
   }
   #complted-we-are-here .complted-we-are-here-box.other .complted-we-are-here-box-details ul li.approx-valuation {
      margin-top: 0;
   }
   #event-entertainers img.mob-visible {
      display: block;
   }
   #event-entertainers img.desktop-visible {
      display: none;
   }
   #event-entertainers img.mob-visible.map-img-mob {
      width: calc(100% - 50px);
      margin: 36px auto 0;
   }
   #event-entertainers {
      padding-bottom: 0;
   }
   #ideal-platform-deploy .ideal-platform-deploy-imgs span {
      display: none;
   }
   #ideal-platform-deploy .ideal-platform-deploy-imgs {
      margin: 50px 0 70px;
   }
   #ideal-platform-deploy img.ideal-platform-deploy-mob-img_new.mob-visible {
      width: 90%;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-process {
      max-width: 207px;
      padding: 9px 0;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-process p {
      font-size: 23px;
      line-height: 30px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts.complted-we-are-here-conts-mob-visible .complted-we-are-here-conts-box:first-child {
      margin-bottom: 50px;
   }
   #complted-we-are-here .raised-amount.text-center {
      margin-top: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 36px;
      line-height: 45px;
      margin-right: 27px;
   }
   #complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img img {
      height: 50px;
   }
   #complted-we-are-here .raised-amount.text-center h5:first-child {
      margin-bottom: 0;
   }
   #complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img {
      top: -7px;
      left: 0px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box ~ .complted-we-are-here-box-details {
      min-width: auto;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label {
      min-width: 133px;
      max-width: 100%;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label h5 span {
      display: block;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box.other .complted-we-are-here-mob-conts .sege-label .complted-we-are-here-box-label {
      width: 133px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 18px;
      line-height: 27px;
   }
   #key-milestones h2 {
      font-size: 52px;
      line-height: 52px;
   }
   #forecast-summary img.mob-visible {
      display: block;
   }
   #forecast-summary img.desktop-visible {
      display: none;
   }
   #forecast-summary h3 {
      font-size: 36px;
      line-height: 45px;
      margin: 18px 0 5px;
   }
   #forecast-summary p {
      font-size: 30px;
      line-height: 40px;
   }
   #forecast-summary h2 {
      margin-top: 0;
      margin-bottom: 18px;
   }
   #cymfony-bookmygig-last img.desktop-visible {
      display: none;
   }
   #cymfony-bookmygig-last {
      background-image: url(../image/cymfony-bookmygig-last-bg-mob-img.png);
      background-size: 100% 100%;
      background-repeat: repeat;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts {
      position: relative;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts .container .row {
      display: block;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts .container .row .cymfony-bookmygig-last-left,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts .container .row .cymfony-bookmygig-last-right {
      width: 100%;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts {
      padding: 50px 0;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.cymfony-last-img,
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.bookmygig-last-img {
      height: auto;
      width: 68%;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more {
      font-size: 26px;
      line-height: 30px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts .container .row .cymfony-bookmygig-last-left {
      margin-bottom: 20px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.mob-visible {
      display: block;
      margin: 0 auto;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts img.desktop-visible {
      display: none;
   }
   #directorship {
      background-image: url(../image/directorship-mob-bg.png);
   }
   #directorship .directorship-intro-details p.mob-visible {
      display: block;
   }
   #directorship .directorship-intro-details p.mob-visible span {
      display: block;
   }
   #directorship .directorship-intro-details p.desktop-visible {
      display: none;
   }
   #directorship .directorship-intro-details p:nth-child(3) {
      margin: 0 0 36px;
   }
   #directorship .directorship-intro-details p {
      font-size: 32px;
      line-height: 43px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
      max-width: 100%;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name {
      width: calc(100% - 100px);
      padding: 12px;
      bottom: -21px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name p,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name p {
      font-size: 16px;
      line-height: 22px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name h4,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name h4 {
      font-size: 23px;
      font-weight: 800;
      line-height: 27px;
   }
   #directorship .directorship-intro-details {
      margin: 63px 0 0;
   }
   /* #directorship h1 {
      font-size: 61px;
      line-height: 72px;
   } */
   #product-development-head .getting-job,
   #product-development-head .product-development .product-development-intro p,
   #product-development-head .products-development-head-intro p {
      text-align: center;
   }
   #product-development-head .product-development .bernard-prod-development {
      display: block;
      text-align: center;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified {
      margin-left: auto;
      justify-content: center;
      margin-top: 36px;
   }
   #product-development-head .product-development .product-development-certified img.linked-in-img {
      display: none;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible,
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible img.linked-in-img {
      display: block;
      margin-right: auto;
      margin-left: auto;
   }
   #product-development-head .products-development-head-intro p span {
      display: inline;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-boxes .primary-roles-responsibilities-box-main {
      width: 50%;
   }
   #product-development-head .product-development {
      margin-top: 45px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 45px;
      line-height: 55px;
      margin-bottom: 0;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 27px;
      line-height: 36px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 25px;
      line-height: 35px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: auto;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img {
      margin: 0 16px 0 0;
   }
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      margin: 0 0 0 16px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible img.linked-in-img {
      height: auto;
   }
   #product-development-head .products-development-head-intro {
      margin: 36px 0 50px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
      height: 180px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      font-size: 30px;
      line-height: 40px;
      margin: 18px 0 14px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 25px;
      line-height: 34px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-boxes .primary-roles-responsibilities-box-main:first-child {
      margin-bottom: 45px;
   }
   #product-development-head .products-development-head-intro p:first-child,
   #product-development-head .products-development-head-intro p {
      margin-right: 35px;
      margin-left: 35px;
   }
   #product-development-head {
      background-image: url(../image/product-development-head-mob-bg.png);
   }
   #agency-partners {
      text-align: center;
   }
   #agency-partners p.mob-visible {
      display: block;
   }
   #agency-partners p.desktop-visible {
      display: none;
   }
   #agency-partners p.blur-text span {
      display: inline;
   }
   #agency-partners p.blur-text {
      width: 100%;
      max-width: calc(100% - 125px);
      margin-right: auto;
      margin-left: auto;
      margin-top: 18px;
   }
   #agency-partners {
      background-image: url(../image/agency-partners-mob-img.png);
   }
   #agency-partners .become-an-investor-lock {
      margin-top: -129px;
   }
   #agency-partners p.blur-text {
      font-size: 20px;
      line-height: 25px;
   }
   #agency-partners .become-an-investor-lock .become-an-inverstor {
      margin-top: 50px;
   }
   #agency-partners .become-an-investor-lock img.knowshow-lock-img {
      margin-bottom: 43px;
   }
   #agency-partners p.mob-visible.mainintro span {
      display: block;
   }
   #how-it-all-began-skill-resources p.desktop-visible {
      display: none;
   }
   #how-it-all-began-skill-resources p.mob-visible {
      display: block;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 30px;
      line-height: 43px;
   }
   #how-it-all-began-skill-resources .how-it-all-began p.first-intro {
      margin-bottom: 30px;
   }
   #how-it-all-began-skill-resources .skill-resources {
      margin-top: 99px;
   }
   #how-it-all-began-skill-resources {
      padding: 61px 0 48px;
   }
   #skill-resources-boxes .skill-resources-boxes-main {
      width: 100%;
      max-width: 736px;
   }
   #skill-resources-boxes .skill-resources-boxes-main:nth-child(1),
   #skill-resources-boxes .skill-resources-boxes-main:nth-child(2),
   #skill-resources-boxes .skill-resources-boxes-main:not(:last-child) {
      margin: 0 auto 45px;
   }
   #skill-resources-boxes .skill-resources-boxes-main {
      margin-right: auto;
      margin-left: auto;
   }
   #skill-resources-boxes .skill-resources-box {
      min-height: auto;
      padding: 33px 45px 45px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 27px;
      line-height: 35px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 18px;
      line-height: 27px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header {
      margin-bottom: 25px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 70px;
   }
   #business-process-outsourcing .business-process-outsourcing .container-fluid .row {
      display: block;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right {
      width: 100%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 41px;
      line-height: 51px;
      text-align: left;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts {
      margin-left: 25px;
      text-align: center;
      width: 51%;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      width: auto;
      height: auto;
      margin: 25px auto 0;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 34px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left {
      padding: 45px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right {
      text-align: center;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 span {
      display: block;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 55px;
      color: var(--keymilestoneshade5);
      line-height: 63px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts {
      padding: 50px 40px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p.desktop-visible {
      display: none;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p.mob-visible {
      display: block;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p span {
      display: block;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 45px;
      line-height: 55px;
      margin-top: 30px;
   }
   #business-process-outsourcing .business-process-outsourcing {
      margin: 0 auto;
      width: 100%;
      max-width: 712px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .business-process-outsourcing-left-conts .upwork img.upwork-img {
      width: auto;
      height: 123px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .business-process-outsourcing-left-conts .upwork img.upwork-img {
      width: auto;
      height: 123px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      width: auto;
      height: 160px;
      margin: 25px auto 0;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars {
      margin: 4px 0 5px 2px;
   }
   #business-process-outsourcing {
      padding-right: 12px;
      padding-left: 12px;
   }
   #milestones h4 span {
      display: block;
   }
   #milestones h4 {
      font-size: 45px;
      line-height: 55px;
   }
   #milestones img.desktop-visible {
      display: none;
   }
   #milestones img.mob-visible {
      display: block;
      margin-right: auto;
      margin-left: auto;
      width: 100%;
      max-width: calc(100% - 137px);
   }
   #tools-technology .tools-technology-conts img.desktop-visible {
      display: none;
   }
   #tools-technology .tools-technology-conts img.mob-visible {
      display: block;
      margin-right: auto;
      margin-left: auto;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 61px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 306px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 190px;
   }
   #tools-technology .application-development-project-management {
      display: block;
   }
   #tools-technology .application-development-project-management .application-development-project-management-left,
   #tools-technology .application-development-project-management .application-development-project-management-right {
      width: 100%;
   }
   #tools-technology .tools-technology-conts h4 span {
      display: block;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 36px;
      line-height: 45px;
      margin: 0 0 30px;
      display: inline-block;
      width: 100%;
      max-width: 535px;
   }
   #ikandypro-operating-request img.desktop-visible {
      display: none;
   }
   #ikandypro-operating-request img.mob-visible {
      display: block;
   }
   /* #ikandypro-operating-request .ikandypro-operating-request-conts .container .row {
      display: block;
   } */
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .row .ikandypro-operating-request-left,
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .row .ikandypro-operating-request-right {
      width: 100%;
   }
   /* #ikandypro-operating-request .ikandypro-operating-request-conts {
      top: calc(50% - 25%);
   } */
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts img.ikandypro-img {
      width: 100%;
      max-width: calc(100% - 61px);
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-desktop-visible {
      display: none;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible {
      display: block;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible .ikandypro-operating-request-texts-mob .ikandypro-operating-request-texts.ikandypro-operating-request-right {
      margin-top: 109px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 40px;
      line-height: 54px;
      margin: 0 0 108px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 34px;
      line-height: 44px;
      padding: 25px 70px 27px;
      border-radius: 70px;
   }
   #primetime-ib-companies .primetime-ib-companies-conts {
      display: block;
   }
   #primetime-ib-companies .primetime-ib-companies-conts .primetime-ib-companies-conts-left,
   #primetime-ib-companies .primetime-ib-companies-conts .primetime-ib-companies-conts-right {
      width: 100%;
      text-align: center;
   }
   #primetime-ib-companies .primetime-ib-companies-conts .primetime-ib-companies-conts-right {
      margin-top: 70px;
   }
   #primetime-ib-companies p.desktop-visible {
      display: none;
   }
   #primetime-ib-companies p.mob-visible {
      display: block;
   }
   #primetime-ib-companies p span {
      display: block;
   }
   #primetime-ib-companies p {
      font-size: 30px;
      line-height: 40px;
   }
   #primetime-ib-companies p.founded-established-web-text {
      font-size: 30px;
      line-height: 40px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img, #primetime-ib-companies img.ib-companies-logo-img {
      height: 140px;
      margin: 0 0 40px;
   }
   #key-milestones.about-key-milestones.knowshow-about .knowshow-about-box {
      width: 100%;
      padding: 34px;
      text-align: center;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts h3 {
      font-size: 63px;
      line-height: 63px;
      margin-bottom: 18px;
   }
   #milestones p.milestones-intro span,
   #tools-technology p.tools-technology-intro span {
      display: inline;
   }
   #tools-technology p.tools-technology-intro {
      margin-bottom: 41px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 250px;
   }
}
@media screen and (max-width: 860px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 174px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 77px;
      line-height: 75px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -95px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 43px;
      line-height: 53px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 157px;
      top: -97px;
   }
   #division-operations-proprietary p,
   #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p,
   #ib-division-operations-proprietary a.official-web {
      font-size: 28px;
      line-height: 36px;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 20px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts,
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 160px;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 55px;
      line-height: 63px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 32px;
      line-height: 32px;
      margin: 30px 0 0;
   }
   #directorship .directorship-intro-details p {
      font-size: 30px;
      line-height: 40px;
   }
   #agency-partners h2 {
      font-size: 50px;
      line-height: 60px;
      margin: 0;
   }
   #agency-partners p {
      font-size: 25px;
      line-height: 35px;
      margin: 23px 0 0;
   }
   #agency-partners p.blur-text {
      font-size: 18px;
      line-height: 25px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 28px;
      line-height: 40px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 55px;
      line-height: 63px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 45px;
      line-height: 55px;
      margin-top: 25px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p, #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 45px;
      line-height: 55px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 35px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i:not(:last-child) {
      margin-right: 5px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      width: auto;
      height: 136px;
      margin: 25px auto 0;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .business-process-outsourcing-left-conts .upwork img.upwork-img {
      height: auto;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 43px;
      line-height: 53px;
   }
   #milestones h4 {
      font-size: 43px;
      line-height: 53px;
   }
   #primetime-ib-companies p,
   #primetime-ib-companies p.founded-established-web-text {
      font-size: 28px;
      line-height: 39px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img, #primetime-ib-companies img.ib-companies-logo-img {
      height: 124px;
   }
}
@media screen and (max-width: 826px) {
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 75px;
      line-height: 73px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 157px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 41px;
      line-height: 51px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 152px;
      top: -93px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      margin-bottom: 45px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      display: block;
      font-size: 40px;
      line-height: 50px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      width: auto;
      height: 70px;
   }
   #division-operations-proprietary p,
   #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p,
   #ib-division-operations-proprietary a.official-web {
      font-size: 25px;
      line-height: 35px;
   }
   #division-operations-proprietary p.dop-conts-mob {
      margin-bottom: 45px;
   }
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      margin-bottom: 67px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 36px;
      line-height: 45px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 25px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 32px;
      line-height: 41px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 28px;
      line-height: 39px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 290px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible img.linked-in-img {
      height: 103px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 39px;
      line-height: 49px;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 65px;
      line-height: 75px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 27px;
      line-height: 39px;
   }
   #how-it-all-began-skill-resources .how-it-all-began h2 {
      margin-bottom: 81px;
   }
   #how-it-all-began-skill-resources .skill-resources h2 {
      margin-bottom: 63px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 25px;
      line-height: 33px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 66px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p:first-child {
      margin-bottom: 20px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 52px;
      line-height: 60px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 42px;
      line-height: 52px;
      margin-top: 18px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .business-process-outsourcing-left-conts .upwork img.upwork-img {
      height: 118px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p, #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 40px;
      line-height: 50px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 32px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      width: auto;
      height: 127px;
      margin: 25px auto 0;
   }
   #primetime-ib-companies h2 {
      font-size: 63px;
      line-height: 72px;
      margin: 0 0 50px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img, #primetime-ib-companies img.ib-companies-logo-img {
      height: 117px;
   }
   #primetime-ib-companies p,
   #primetime-ib-companies p.founded-established-web-text {
      font-size: 27px;
      line-height: 37px;
   }
}
@media screen and (max-width: 799px) {
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 72px;
      line-height: 72px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 175px;
      margin-top: -5px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      margin-bottom: 0px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor {
      margin-top: 18px;
      margin-bottom: 18px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -90px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 40px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 152px;
      top: -94px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      max-width: 630px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 45px;
      margin-top: -30px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 45px;
      line-height: 48px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 23px;
      line-height: 23px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      display: block;
      font-size: 37px;
      line-height: 47px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      width: auto;
      height: 63px;
   }
   #target-market h2 {
      font-size: 50px;
      line-height: 61px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 27px;
      line-height: 36px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 24px;
   }
   #directorship .directorship-intro-details p {
      font-size: 28px;
      line-height: 39px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name {
      padding: 10px;
      width: calc(100% - 77px);
   }
   #agency-partners p.blur-text {
      max-width: calc(100% - 117px);
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 25px;
      line-height: 37px;
   }
   /* #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .business-process-outsourcing-left-conts .upwork img.upwork-img {
      height: 108px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 37px;
      line-height: 45px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 30px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      width: auto;
      height: 136px;
      margin: 18px auto 0;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 52px;
      line-height: 62px;
   } */
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .business-process-outsourcing-left-conts .upwork img.upwork-img {
      height: auto;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 41px;
      line-height: 50px;
      margin-top: 16px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 49px;
      line-height: 59px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 36px;
      line-height: 45px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 28px;
   }
   #milestones h4 {
      font-size: 41px;
      line-height: 51px;
   }
   #milestones h4 {
      font-size: 39px;
      line-height: 49px;
   }
}
@media screen and (max-width: 779px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 168px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 70px;
      line-height: 70px;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      padding-left: 36px;
      padding-right: 36px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 144px;
      top: -89px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 39px;
      line-height: 49px;
      margin-bottom: 40px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts,
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 151px;
   }
   #ideal-platform-deploy img.primetime-current-users-img {
      width: auto;
      height: auto;
   }
   #ideal-platform-deploy .ideal-platform-deploy-imgs {
      margin: 50px 0 61px;
   }
   #different-approach h2 {
      font-size: 52px;
      line-height: 61px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 34px;
      line-height: 44px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 23px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 30px;
      line-height: 40px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 25px;
      line-height: 34px;
   }
   #target-market p.app-intro-sub span.operating-system sup {
      top: -8px;
   }
   #target-market p.app-intro-sub sup {
      top: -16px;
   }
   #directorship h1 {
      font-size: 61px;
      line-height: 72px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 43px;
      line-height: 52px;
      margin-bottom: 0;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 25px;
      line-height: 34px;
   }
   #product-development-head .getting-job h3 {
      font-size: 38px;
      line-height: 48px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 279px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible img.linked-in-img {
      height: 92px;
   }
   #agency-partners p.blur-text {
      max-width: calc(100% - 108px);
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 61px;
      line-height: 72px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 46px;
      line-height: 54px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 42px;
      line-height: 52px;
      margin-top: 18px;
   }
   #milestones h4 {
      font-size: 39px;
      line-height: 49px;
   }
}
@media screen and (max-width: 767px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 155px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 68px;
      line-height: 68px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
      font-size: 38px;
      line-height: 40px;
   }
   /* #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      padding-left: 27px;
      padding-right: 27px;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left a,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right a {
      width: 100%;
      max-width: 88%;
   } */
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -86px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 38px;
      line-height: 48px;
      margin-bottom: 35px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts {
      padding-top: 41px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      max-width: 601px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 40px;
      margin-top: -30px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts,
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 140px;
   }
   #integrated-bookings-primetime p.spinoff {
      letter-spacing: 0px;
   }
   #division-operations-proprietary p.dop-conts-mob {
      margin-bottom: 40px;
   }
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      margin-bottom: 60px;
   }
   #different-approach h2 {
      font-size: 48px;
      line-height: 58px;
   }
   #target-market p {
      font-size: 23px;
      line-height: 32px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 32px;
      line-height: 42px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 22px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 28px;
      line-height: 39px;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 52px;
      line-height: 61px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 30px;
      line-height: 30px;
      margin: 25px 0 0;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 160px;
      margin: 80px 0;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
      font-size: 20px;
      line-height: 25px;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 32px;
      line-height: 41px;
      margin-right: 27px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box {
      margin: 0 25px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 17px;
      line-height: 27px;
   }
   #key-milestones h2 {
      font-size: 50px;
      line-height: 50px;
   }
   #footer ul li a,
   #footer .footer-right p {
      font-size: 16px;
      line-height: 30px;
   }
   #forecast-summary h3 {
      font-size: 32px;
      line-height: 41px;
      margin: 18px 0 5px;
   }
   #forecast-summary .become-an-inverstor {
      margin-bottom: 0;
   }
   #knowshow-integraion .integrated-booking-industry h3 {
      font-size: 36px;
      line-height: 45px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name {
      width: calc(100% - 63px);
   }
   /* #directorship h1 {
      font-size: 58px;
      line-height: 68px;
   } */
   #directorship .directorship-intro-details p:nth-child(3) {
      margin: 0 0 30px;
   }
   #directorship .directorship-title {
      margin: 0 0 30px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 36px;
      line-height: 45px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 23px;
      line-height: 33px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
      height: 170px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      font-size: 28px;
      line-height: 39px;
      margin: 16px 0 10px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 23px;
      line-height: 32px;
   }
   #agency-partners p.blur-text {
      max-width: calc(100% - 68px);
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p:first-child {
      margin-bottom: 18px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header {
      margin-bottom: 20px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 41px;
      line-height: 50px;
      margin-top: 23px;
   }
   #milestones h4 {
      font-size: 37px;
      line-height: 47px;
   }
   #tools-technology h2 {
      font-size: 66px;
      line-height: 77px;
      margin: 0 0 85px;
   }
   #primetime-ib-companies p, #primetime-ib-companies p.founded-established-web-text {
      font-size: 25px;
      line-height: 35px;
   }
   #primetime-ib-companies p.founded-established-web-text ~ p.founded-established-web-text,
   #primetime-ib-companies img.primetime-companies-logo-img,
   #primetime-ib-companies img.ib-companies-logo-img {
      margin-bottom: 30px;
   }
}
@media screen and (max-width: 739px) {
   /* #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 142px;
   } */
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 65px;
      line-height: 65px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 37px;
      line-height: 47px;
      margin-bottom: 35px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 139px;
      top: -85px;
   }
   #division-operations-proprietary p.dop-conts-mob {
      margin-bottom: 34px;
   }
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      margin-bottom: 55px;
   }
   #target-market p.app-intro-sub {
      margin-top: 25px;
   }
   #target-market p.app-intro-sub sup {
      top: -13px;
   }
   #target-market p.app-intro-sub span.operating-system sup {
      top: -6px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 16px;
      line-height: 25px;
   }
   #directorship h1 {
      font-size: 60px;
      line-height: 70px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 261px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible img.linked-in-img {
      height: 81px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
      height: 160px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      font-size: 27px;
      line-height: 37px;
      margin: 16px 0 10px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 22px;
      line-height: 30px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 34px;
      line-height: 43px;
      margin: 0 0 45px;
   }
   #product-development-head .products-development-head-intro {
      margin: 36px 0;
   }
   #milestones h4 {
      font-size: 36px;
      line-height: 45px;
   }
}
@media screen and (max-width: 726px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 143px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 61px;
      line-height: 61px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
      font-size: 36px;
      line-height: 38px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn,
   #complted-we-are-here .become-an-inverstor a.btn,
   .become-an-inverstor a.btn,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn {
      max-width: 502px;
      border-width: 2px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn {
      border-width: 2px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -80px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 36px;
      line-height: 46px;
      margin-bottom: 35px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 134px;
      top: -82px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      max-width: 570px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 36px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 40px;
      line-height: 45px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 21px;
      line-height: 21px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      height: 57px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      display: block;
      font-size: 34px;
      line-height: 45px;
   }
   #division-operations-proprietary p.dop-conts-mob {
      margin-bottom: 34px;
   }
   #division-operations-proprietary p, #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p, #ib-division-operations-proprietary a.official-web {
      font-size: 23px;
      line-height: 33px;
   }
   #primetime-established img.primetime-division-logo {
      height: 172px;
   }
   #integrated-bookings-primetime img.primetime-division-logo {
      height: 113px;
   }
   #integrated-bookings-primetime p.spinoff {
      font-size: 28px;
      line-height: 39px;
      margin: 38px 0 0;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 18px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 40px;
      line-height: 51px;
   }
   #ideal-platform-deploy img.pt-ib-mob-img,
   #ideal-platform-deploy img.together-mob-img.mob-visible {
      max-width: calc(100% - 70px);
   }
   #ideal-platform-deploy img.together-mob-img.mob-visible {
      max-width: calc(100% - 170px);
   }
   #ideal-platform-deploy .ideal-platform-deploy-imgs span {
      margin: 40px 0;
   }
   #ideal-platform-deploy .ideal-platform-deploy-imgs span,
   #ideal-platform-deploy img.cymfony-bmg-img,
   #ideal-platform-deploy img.primetime-current-users-img {
      max-width: calc(100% - 36px);
   }
   #different-approach h2 {
      font-size: 45px;
      line-height: 55px;
   }
   #different-approach {
      padding: 50px 0;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 30px;
      line-height: 40px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 20px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 23px;
      line-height: 32px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 25px;
      line-height: 36px;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 50px;
      line-height: 58px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 27px;
      line-height: 27px;
      margin: 25px 0 0;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box {
      margin: 0 18px;
   }
   #forecast-summary h3 {
      font-size: 30px;
      line-height: 40px;
      margin: 18px 0 5px;
   }
   #forecast-summary p {
      font-size: 25px;
      line-height: 35px;
   }
   #knowshow-integraion .integrated-booking-industry p {
      font-size: 20px;
      line-height: 30px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name {
      width: calc(100% - 50px);
   }
   #directorship h1 {
      font-size: 58px;
      line-height: 68px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 41px;
      line-height: 50px;
      margin-bottom: 0;
   }
   #product-development-head .getting-job h3 {
      font-size: 36px;
      line-height: 45px;
   }
   #product-development-head .product-development {
      margin-top: 34px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 24px;
      line-height: 34px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 250px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible img.linked-in-img {
      height: 70px;
   }
   #agency-partners p.blur-text {
      max-width: calc(100% - 45px);
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 23px;
      line-height: 35px;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 58px;
      line-height: 68px;
   }
}
@media screen and (max-width: 699px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 136px;
   }
   /* #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 57px;
      line-height: 57px;
   } */
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 131px;
      top: -80px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 35px;
      line-height: 45px;
      margin-bottom: 35px;
   } 
   #customers-industry-partners p {
      font-size: 40px;
      line-height: 50px;
   }
   #customers-industry-partners p span:first-child {
      margin-bottom: 35px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      margin-top: 40px;
   }
   #division-operations-proprietary p, #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p, #ib-division-operations-proprietary a.official-web {
      font-size: 21px;
      line-height: 31px;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 16px;
   }
   #different-approach h2 {
      font-size: 43px;
      line-height: 53px;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      margin-top: 0;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 160px;
      margin: 60px 0;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
      font-size: 18px;
      line-height: 23px;
   }
   #knowshow-integraion .integrated-booking-industry {
      margin-top: 50px;
   }
   #directorship .directorship-intro-details p {
      font-size: 27px;
      line-height: 36px;
   }
   #directorship h1 {
      font-size: 57px;
      line-height: 67px;
   }
   #agency-partners p.blur-text {
      max-width: calc(100% - 26px);
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 23px;
      line-height: 31px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 62px;
   }
   #skill-resources-boxes .skill-resources-box {
      padding: 33px 36px 36px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p:first-child {
      margin-bottom: 12px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header {
      margin-bottom: 14px;
   }
}
@media screen and (max-width: 679px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 128px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 58px;
      line-height: 56px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
      font-size: 33px;
      line-height: 34px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -75px;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      padding-left: 33px;
      padding-right: 33px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 34px;
      line-height: 44px;
      margin-bottom: 35px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 127px;
      top: -78px;
   }
   #division-operations-proprietary p.dop-conts-mob {
      margin-bottom: 30px;
   }
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      margin-bottom: 45px;
   }
   #different-approach h2 {
      font-size: 40px;
      line-height: 50px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 15px;
      line-height: 25px;
   }
   #directorship .directorship-intro-details p {
      font-size: 25px;
      line-height: 35px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name h4,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name h4 {
      font-size: 21px;
      line-height: 25px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name p,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name p {
      font-size: 14px;
      line-height: 20px;
   }
   #directorship .directorship-intro-details {
      margin: 54px 0 0;
   }
   #directorship h1 {
      font-size: 55px;
      line-height: 64px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 234px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 32px;
      line-height: 40px;
      margin: 0 0 36px;
   }
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      margin: 0 0 0 8px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img {
      margin: 0 8px 0 0;
   }
   #agency-partners p.blur-text {
      max-width: calc(100% - 6px);
   }
   #primetime-ib-companies p,
   #primetime-ib-companies p.founded-established-web-text {
      font-size: 23px;
      line-height: 33px;
   }
   #primetime-ib-companies p.founded-established-web-text ~ p.founded-established-web-text,
   #primetime-ib-companies img.primetime-companies-logo-img,
   #primetime-ib-companies img.ib-companies-logo-img {
      margin-bottom: 25px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img, #primetime-ib-companies img.ib-companies-logo-img {
      height: 108px;
   }
}
@media screen and (max-width: 659px) {
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 55px;
      line-height: 53px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 117px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
      font-size: 30px;
      line-height: 30px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -70px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 63px 36px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 50px 23px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 122px;
      top: -74px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 33px;
      line-height: 43px;
      margin-bottom: 35px;
   }
   #division-operations-proprietary p, #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p, #ib-division-operations-proprietary a.official-web {
      font-size: 20px;
      line-height: 30px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 126px;
   }
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      margin-bottom: 40px;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 16px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 36px;
      line-height: 46px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 40px;
      line-height: 50px;
      margin-top: 40px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 28px;
      line-height: 39px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 19px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 21px;
      line-height: 30px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 23px;
      line-height: 32px;
   } 
   #target-market h4 {
      font-size: 32px;
      line-height: 42px;
   }
   #target-market p {
      font-size: 21px;
      line-height: 30px;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 45px;
      line-height: 45px;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 140px;
      margin: 60px 0;
   }
   #total-addressable-market .total-addressable-market .total-addressable-market-conts .become-an-inverstor {
      margin: 0;
      width: 100%;
   }
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn {
      padding: 16px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box {
      margin: 0 12px;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 30px;
      line-height: 40px;
      margin-right: 27px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box ~ .complted-we-are-here-box-details {
      min-width: auto;
   }
   #key-milestones .key-milestones-conts h3 {
      font-size: 43px;
      line-height: 53px;
      margin-bottom: 27px;
   }
   #key-milestones h2 {
      font-size: 45px;
      line-height: 45px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 14px;
      line-height: 23px;
   }
   #forecast-summary h3 {
      font-size: 28px;
      line-height: 39px;
      margin: 18px 0 5px;
   }
   #directorship h1 {
      font-size: 53px;
      line-height: 63px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 225px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible img.linked-in-img {
      height: 63px;
   }
   #agency-partners h2 {
      font-size: 48px;
      line-height: 58px;
      margin: 0;
   }
   #agency-partners p {
      font-size: 23px;
      line-height: 33px;
      margin: 23px 0 0;
   }
   #agency-partners p.blur-text {
      font-size: 17px;
      line-height: 25px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 39px;
      line-height: 49px;
      margin-top: 18px;
   }
   #milestones h2 {
      font-size: 70px;
      line-height: 81px;
      margin: 0 0 61px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 36px;
      line-height: 50px;
      margin: 0 0 88px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible .ikandypro-operating-request-texts-mob .ikandypro-operating-request-texts.ikandypro-operating-request-right {
      margin-top: 89px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible .ikandypro-operating-request-texts-mob .ikandypro-operating-request-texts.ikandypro-operating-request-right {
      margin-top: 87px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 31px;
      line-height: 41px;
      padding: 26px 70px 27px;
   }
}
@media screen and (max-width: 630px) {
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 50px;
      line-height: 50px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 108px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn,
   #complted-we-are-here .become-an-inverstor a.btn,
   .become-an-inverstor a.btn,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn {
      max-width: 450px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
      font-size: 28px;
      line-height: 28px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.know-show-acn {
      font-size: 14px;
      line-height: 23px;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      padding-left: 30px;
      padding-right: 30px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 31px;
      line-height: 41px;
      margin-bottom: 35px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 114px;
      top: -70px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      max-width: 504px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 30px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 34px;
      line-height: 40px;
      margin-top: 18px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 18px;
      line-height: 21px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a.official-web {
      margin-top: 20px;
      margin-bottom: 20px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      font-size: 32px;
      line-height: 40px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications {
      margin: 27px 0 0;
   }
   /* #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      height: 50px;
   } */
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a {
      font-size: 23px;
      line-height: 25px;
   }
   #division-operations-proprietary p.dop-conts-mob,
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      margin-bottom: 25px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 113px;
   }
   #primetime-established img.primetime-division-logo {
      height: 151px;
   }
   #integrated-bookings-primetime img.primetime-division-logo {
      height: 99px;
   }
   #integrated-bookings-primetime p.spinoff {
      font-size: 25px;
      line-height: 35px;
      margin: 34px 0 0;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      height: 130px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 48px;
      line-height: 58px;
      margin: 20px 0 8px;
   }
   #different-approach h2 {
      font-size: 36px;
      line-height: 46px;
   }
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn {
      padding: 16px 40px;
   }
   #key-milestones .key-milestones-box {
      max-width: 100%;
      position: relative;
   }
   #key-milestones .key-milestones-box .key-milestones-conts {
      text-align: center;
   }
   #key-milestones .key-milestones-conts p.mob-conts {
      display: block;
   }
   #key-milestones .key-milestones-conts p.desk-conts {
      display: none;
   }
   #key-milestones .key-g {
      min-height: auto;
   }
   #key-milestones .key-milestones-conts h3 {
      font-size: 50px;
      line-height: 61px;
      margin-bottom: 16px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 18px;
      line-height: 27px;
   }
   #key-milestones .key-milestones-box::after {
      position: absolute;
      content: "";
      border: 30px solid var(--white);
      border-color: transparent transparent var(--white) var(--white);
      border-radius: 0 0 0 16px;
      top: -45px;
      right: calc(50% - 30px);
      left: auto;
      transform: rotate( 315deg);
      z-index: 0;
   }
   #key-milestones .key-milestones-box:first-child::after {
      display: none;
   }
   #forecast-summary h3 {
      font-size: 25px;
      line-height: 35px;
      margin: 18px 0 5px;
   }
   #forecast-summary p {
      font-size: 22px;
      line-height: 30px;
   }
   #directorship h1 {
      font-size: 51px;
      line-height: 61px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name h4,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name h4 {
      font-size: 18px;
      line-height: 22px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name p,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name p {
      font-size: 13px;
      line-height: 19px;
   }
   #directorship .directorship-intro-details p {
      font-size: 24px;
      line-height: 34px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 21px;
      line-height: 29px;
   }
   #product-development-head .products-development-head-intro p:first-child {
      margin-bottom: 20px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 30px;
      line-height: 40px;
      margin: 0 0 36px;
   }
   #agency-partners p.blur-text {
      font-size: 16px;
      line-height: 25px;
   }
   #agency-partners p.blur-text {
      max-width: 100%;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 55px;
      line-height: 64px;
   }
   /* #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 37px;
      line-height: 46px;
      margin-top: 20px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 48px;
      line-height: 55px;
   } */
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 33px;
      line-height: 41px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 26px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 43px;
      line-height: 52px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 36px;
      line-height: 45px;
      margin-top: 14px;
   }
   #tools-technology h2 {
      font-size: 63px;
      line-height: 72px;
      margin: 0 0 85px;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts p {
      font-size: 22px;
      line-height: 32px;
   }
   #key-milestones .key-milestones-conts p:not(:last-child) {
      margin-bottom: 9px;
   }
}
@media screen and (max-width: 599px) {
   #footer ul li a, #footer .footer-right p {
      font-size: 15px;
      line-height: 30px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 46px;
      line-height: 42px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider::before, #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider::after {
      width: 14px;
      height: 14px;
      left: -6px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -65px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 114px;
      line-height: 114px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 37px;
      line-height: 43px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 107px;
      top: -66px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 29px;
      line-height: 39px;
      margin-bottom: 30px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      max-width: 479px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      margin-top: -23px;
   }
   #customers-industry-partners p {
      font-size: 36px;
      line-height: 45px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 108px;
   }
   #division-operations-proprietary p.dop-conts-mob,
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      margin-bottom: 20px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 135px;
   }
   #organiser-artist-first p {
      font-size: 36px;
      line-height: 45px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 36px;
      height: 90px;
      top: -30px;
   }
   #organiser-artist-first .organiser-artist-first-right img.primetime-division-logo {
      height: 108px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 38px;
      line-height: 48px;
      margin-top: 30px;
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img {
      max-width: 86%;
   }
   #target-market h4 {
      font-size: 30px;
      line-height: 40px;
      margin-top: 8px;
      margin-bottom: 18px;
   }
   #target-market h2 {
      font-size: 48px;
      line-height: 58px;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 40px;
      line-height: 40px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 23px;
      line-height: 23px;
      margin: 25px 0 0;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 130px;
      margin: 50px 0;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box {
      margin: 0;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
      font-size: 16px;
      line-height: 21px;
   }
   #directorship .directorship-main .directorship-photos-main .directorship-intro .directorship-photos {
      display: block;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
      display: none;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name {
      width: calc(100% - 81px);
      bottom: -21px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name h4,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name h4 {
      font-size: 23px;
      line-height: 28px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name p,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name p {
      font-size: 18px;
      line-height: 25px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
      max-width: calc(100% - 160px);
      margin: 0 auto;
   }
   #directorship .directorship-intro-details .directorship-photos-main.mob-visible,
   #directorship .directorship-intro-details .directorship-photos-main.mob-visible .directorship-intro .directorship-photos .director-shareholder {
      display: block;
   }
   #directorship .directorship-intro-details .directorship-photos-main.mob-visible ~ p.mob-visible {
      margin-top: 45px;
   }
   #directorship .directorship-intro-details .directorship-photos-main.mob-visible {
      margin-top: 50px;
   }
   #directorship .directorship-intro-details p {
      font-size: 23px;
      line-height: 32px;
   }
   #directorship .directorship-intro-details {
      margin: 46px 0 0;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 39px;
      line-height: 49px;
      margin-bottom: 0;
   }
   #product-development-head .getting-job h3 {
      font-size: 34px;
      line-height: 43px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 207px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 22px;
      line-height: 32px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 29px;
      line-height: 39px;
      margin: 0 0 30px;
   }
   #product-development-head .products-development-head-intro {
      margin: 30px 0;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 20px;
      line-height: 30px;
   }
   #agency-partners h2 {
      font-size: 45px;
      line-height: 55px;
      margin: 0;
   }
   #agency-partners p {
      font-size: 22px;
      line-height: 32px;
      margin: 18px 0 0;
   }
   #agency-partners .become-an-investor-lock {
      margin-top: -153px;
   }
   #agency-partners .become-an-investor-lock img.knowshow-lock-img {
      width: auto;
      height: 150px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 22px;
      line-height: 34px;
   }
   #how-it-all-began-skill-resources .how-it-all-began h2 {
      margin-bottom: 70px;
   }
   #how-it-all-began-skill-resources .skill-resources h2 {
      margin-bottom: 57px;
   }
   #how-it-all-began-skill-resources .skill-resources {
      margin-top: 81px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p, #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 31px;
      line-height: 41px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 24px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      width: auto;
      height: 108px;
      margin: 25px auto 0;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 35px;
      line-height: 45px;
      margin-top: 14px;
   }
   #milestones h4 {
      font-size: 34px;
      line-height: 43px;
   }
   #milestones h2 {
      font-size: 68px;
      line-height: 79px;
      margin: 0 0 58px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 34px;
      line-height: 43px;
      margin: 0 0 30px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 34px;
      line-height: 45px;
      margin: 0 0 70px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible .ikandypro-operating-request-texts-mob .ikandypro-operating-request-texts.ikandypro-operating-request-right {
      margin-top: 70px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 31px;
      line-height: 41px;
      padding: 21px 58px 22px;
   }
   #primetime-ib-companies p,
   #primetime-ib-companies p.founded-established-web-text {
      font-size: 21px;
      line-height: 31px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img, #primetime-ib-companies img.ib-companies-logo-img {
      height: 104px;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts p {
      font-size: 21px;
      line-height: 31px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 170px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 230px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 50px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 270px;
   }
}
@media screen and (max-width: 575px) {
   #footer .footer-right p {
      margin-right: auto;
      margin-left: auto;
   }
   #footer ul li:last-child {
      margin: 16px;
      text-align: center;
   }
   #footer ul li:last-child a {
      width: 100%;
      max-width: 250px;
   }
   /* #header .hdr-main .logo img {
      max-width: 200px;
   } */
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 108px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access,
   .become-an-inverstor a.btn .investor-access,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access {
      min-width: 300px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.investor-text,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access span.investor-text,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access span.investor-text,
   .become-an-inverstor a.btn .investor-access span.investor-text,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access span.investor-text {
      font-size: 23.8px;
      line-height: 25px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.access-text,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access span.access-text,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access span.access-text,
   .become-an-inverstor a.btn .investor-access span.access-text,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access span.access-text {
      font-size: 13px;
      letter-spacing: 5.5px;
      line-height: 18px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.access-text::before,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access span.access-text::before,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access span.access-text::before,
   .become-an-inverstor a.btn .investor-access span.access-text::before,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn span.access-text::before {
      width: 108px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .lock,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .lock,
   #complted-we-are-here .become-an-inverstor a.btn .lock,
   .become-an-inverstor a.btn a.btn .lock,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .lock {
      margin-left: 8px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .lock img,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .lock img,
   #complted-we-are-here .become-an-inverstor a.btn .lock img,
   .become-an-inverstor a.btn .lock img,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .lock img {
      width: auto;
      height: 34px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider::before,
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider::after {
      width: 12px;
      height: 12px;
      left: -5px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn,
   #complted-we-are-here .become-an-inverstor a.btn,
   .become-an-inverstor a.btn,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn {
      max-width: 430px;
   }
   #hdr-bnr .hdr-bnr-texts {
      bottom: 45px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 110px;
      line-height: 110px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 28px;
      line-height: 37px;
      margin-bottom: 30px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 104px;
      top: -64px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      max-width: 469px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 27px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 31px;
      line-height: 36px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 16px;
      line-height: 25px;
   }
   #division-operations-proprietary p, #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p, #ib-division-operations-proprietary a.official-web {
      font-size: 18px;
      line-height: 27px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 34px;
      line-height: 44px;
   }
   #ideal-platform-deploy img.together-mob-img.mob-visible {
      max-width: calc(100% - 70px);
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img {
      max-width: 88%;
   }
   #event-entertainers img.mob-visible.map-img-mob {
      width: calc(100% - 16px);
      margin: 16px auto 0;
   }
   #ideal-platform-deploy .ideal-platform-deploy-imgs {
      margin: 36px 0;
   }
   #key-milestones h2 {
      font-size: 43px;
      line-height: 43px;
      margin-bottom: 9px;
   }
   #forecast-summary h3 span {
      display: inline;
   }
   #forecast-summary h3 {
      font-size: 25px;
      line-height: 35px;
      margin: 5px 0 0;
   }
   #forecast-summary img.total-addressable-market-lock-img {
      margin: 18px 0 0;
   }
   #knowshow-integraion .integrated-booking-industry p {
      font-size: 18px;
      line-height: 27px;
   }
   #knowshow-integraion .integrated-booking-industry h3 {
      font-size: 30px;
      line-height: 40px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name h4,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name h4 {
      font-size: 22px;
      line-height: 27px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name p,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name p {
      font-size: 17px;
      line-height: 24px;
   }
   #directorship .directorship-intro-details p {
      font-size: 22px;
      line-height: 32px;
   }
   #product-development-head .products-development-head-intro p:first-child,
   #product-development-head .products-development-head-intro p {
      margin-right: 30px;
      margin-left: 30px;
   }
   #how-it-all-began-skill-resources .how-it-all-began p.first-intro {
      margin-bottom: 23px;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 53px;
      line-height: 63px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 40px;
      line-height: 45px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 33px;
      line-height: 41px;
      margin-top: 12px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .business-process-outsourcing-left-conts .upwork img.upwork-img {
      height: auto;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p span {
      display: inline;
   }
   #milestones h4 {
      font-size: 32px;
      line-height: 41px;
   }
   #milestones img.mob-visible {
      max-width: calc(100% - 90px);
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 32px;
      line-height: 41px;
      margin: 0 0 30px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 32px;
      line-height: 43px;
      margin: 0 0 72px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 29px;
      line-height: 39px;
      padding: 21px 58px 22px;
   }  
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts p {
      font-size: 20px;
      line-height: 30px;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts h3 {
      font-size: 60px;
      line-height: 60px;
      margin-bottom: 18px;
   }
}
@media screen and (max-width: 559px) {
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
      font-size: 25px;
      line-height: 27px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 44px;
      line-height: 40px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor {
      margin-top: 12px;
      margin-bottom: 12px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 115px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -62px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 108px;
      line-height: 108px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 36px;
      line-height: 42px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 27px;
      line-height: 36px;
      margin-bottom: 30px;
   }
   #primetime-established img.primetime-division-logo {
      height: 140px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      height: 120px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 45px;
      line-height: 55px;
      margin: 16px 0 8px;
   }
   #primetime-established .primetime-established-details p,
   #integrated-bookings-primetime .primetime-established-details p {
      font-size: 23px;
      line-height: 33px;
   }
   #integrated-bookings-primetime img.primetime-division-logo {
      height: 92px;
   }
   #integrated-bookings-primetime p.spinoff {
      font-size: 23px;
      line-height: 33px;
      margin: 29px 0 0;
   }
   #primetime-established .primetime-established-details,
   #integrated-bookings-primetime .primetime-established-details {
      margin-top: 50px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 37px;
      line-height: 47px;
      margin-top: 30px;
   }
   #target-market h4 {
      font-size: 27px;
      line-height: 36px;
   }
   #target-market p {
      font-size: 20px;
      line-height: 30px;
   }
   #target-market p.app-intro-sub {
      margin-top: 20px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 27px;
      line-height: 36px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 18px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 21px;
      line-height: 30px;
   }
   #target-market h2 {
      font-size: 45px;
      line-height: 55px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box {
      min-width: 160px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
      max-width: calc(100% - 131px);
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 19px;
      line-height: 29px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 28px;
      line-height: 37px;
      margin: 0 0 27px;
   }
   #product-development-head .products-development-head-intro p:first-child,
   #product-development-head .products-development-head-intro p {
      margin-right: 25px;
      margin-left: 25px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 21px;
      line-height: 30px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 189px;
   }
   #agency-partners h2 {
      font-size: 43px;
      line-height: 53px;
      margin: 0;
   }
   #agency-partners p {
      font-size: 21px;
      line-height: 31px;
      margin: 18px 0 0;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 21px;
      line-height: 33px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p, #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 29px;
      line-height: 39px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 22px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 39px;
      line-height: 45px;
   }
   #milestones h2 {
      font-size: 61px;
      line-height: 77px;
      margin: 0 0 52px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 30px;
      line-height: 40px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 30px;
      line-height: 41px;
      margin: 0 0 72px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 28px;
      line-height: 38px;
      padding: 21px 50px 22px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible .ikandypro-operating-request-texts-mob .ikandypro-operating-request-texts.ikandypro-operating-request-right {
      margin-top: 71px;
   }
}
@media screen and (max-width: 548px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 104px;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      padding-left: 27px;
      padding-right: 27px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 103px;
      line-height: 103px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 34px;
      line-height: 40px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 99px;
      top: -61px;
   }
   #customers-industry-partners p {
      font-size: 32px;
      line-height: 43px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      margin-top: 30px;
      max-width: 450px;
   }
   #customers-industry-partners p span:first-child {
      margin-bottom: 30px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 99px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 124px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 32px;
      line-height: 41px;
   }
   #different-approach h2 {
      font-size: 34px;
      line-height: 45px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 35px;
      line-height: 45px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 72px;
      line-height: 72px;
   }
   #target-market h2 {
      font-size: 43px;
      line-height: 52px;
   }
   #target-market p.app-intro-sub sup {
      top: -11px;
   }
   #target-market p.app-intro-sub span.operating-system sup {
      top: -4px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box {
      min-width: 153px;
   }
   #key-milestones h2 {
      margin-bottom: 36px;
   }
   #key-milestones .key-milestones-conts p span {
      display: inline;
   }
   #product-development-head .products-development-head-intro p:first-child,
   #product-development-head .products-development-head-intro p {
      margin-right: 22px;
      margin-left: 22px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 36px;
      line-height: 45px;
      margin-bottom: 0;
   }
   #product-development-head .getting-job h3 {
      font-size: 32px;
      line-height: 41px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 22px;
      line-height: 32px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 180px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible img.linked-in-img {
      height: 61px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 18px;
      line-height: 28px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      font-size: 25px;
      line-height: 35px;
      margin: 14px 0 8px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
      height: 150px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 25px;
      line-height: 35px;
      margin: 0 0 25px;
   }
   #product-development-head .products-development-head-intro {
      margin: 25px 0;
   }
   #agency-partners p {
      font-size: 20px;
      line-height: 30px;
      margin: 16px 0 0;
   }
   #agency-partners h2 {
      font-size: 41px;
      line-height: 50px;
      margin: 0;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 50px;
      line-height: 60px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 20px;
      line-height: 32px;
   }
   #how-it-all-began-skill-resources .how-it-all-began p.first-intro {
      margin-bottom: 18px;
   }
   #how-it-all-began-skill-resources .how-it-all-began h2 {
      margin-bottom: 61px;
   }
   #how-it-all-began-skill-resources .skill-resources h2 {
      margin-bottom: 50px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 37px;
      line-height: 43px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 31px;
      line-height: 39px;
      margin-top: 10px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts {
      padding: 40px 35px;
   }
   #tools-technology h2 {
      font-size: 60px;
      line-height: 70px;
      margin: 0 0 85px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 28px;
      line-height: 39px;
      margin: 0 0 72px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 25px;
      line-height: 35px;
      padding: 21px 50px 22px;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts p {
      font-size: 19px;
      line-height: 29px;
   }
}
@media screen and (max-width: 530px) {
   #hdr-bnr .hdr-bnr-texts {
      bottom: 40px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 96px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.investor-text,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access span.investor-text,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access span.investor-text,
   .become-an-inverstor a.btn .investor-access span.investor-text,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access span.investor-text {
      font-size: 20.8px;
      line-height: 20px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.access-text::before,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access span.access-text::before,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access span.access-text::before,
   .become-an-inverstor a.btn .investor-access span.access-text::before,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access span.access-text::before {
      width: 95px;
      top: 7px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.access-text,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access span.access-text,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access span.access-text,
   .become-an-inverstor a.btn .investor-access span.access-text,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access span.access-text {
      font-size: 12px;
      letter-spacing: 5.5px;
      line-height: 16px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access,
   .become-an-inverstor a.btn .investor-access,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access {
      min-width: 277px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .lock img,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .lock img,
   #complted-we-are-here .become-an-inverstor a.btn .lock img,
   .become-an-inverstor a.btn .lock img,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .lock img {
      width: auto;
      height: 27px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn,
   #complted-we-are-here .become-an-inverstor a.btn,
   .become-an-inverstor a.btn,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn {
      max-width: 353px;
      padding: 16px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.know-show-acn {
      font-size: 12px;
      line-height: 20px;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      padding-left: 24px;
      padding-right: 24px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -57px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 96px;
      line-height: 96px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 32px;
      line-height: 37px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 26px;
      line-height: 35px;
      margin-bottom: 30px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 92px;
      top: -57px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      max-width: 420px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 25px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 28px;
      line-height: 34px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 15px;
      line-height: 23px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a.official-web {
      margin-top: 18px;
      margin-bottom: 18px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a {
      font-size: 20px;
      line-height: 20px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      height: 50px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      font-size: 28px;
      line-height: 36px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      margin-top: -20px;
   }
   #primetime-established img.primetime-division-logo {
      height: 127px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      height: 108px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 40px;
      line-height: 50px;
      margin: 16px 0 8px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 86px;
   }
   #integrated-bookings-primetime img.primetime-division-logo {
      height: 84px;
   }
   #integrated-bookings-primetime p.spinoff {
      font-size: 20px;
      line-height: 30px;
      margin: 27px 0 0;
   }
   #primetime-established .primetime-established-details p,
   #integrated-bookings-primetime .primetime-established-details p {
      font-size: 20px;
      line-height: 30px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 108px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 30px;
      line-height: 40px;
   }
   #different-approach h2 {
      font-size: 32px;
      line-height: 43px;
   }
   #organiser-artist-first p {
      font-size: 30px;
      line-height: 40px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 33px;
      line-height: 43px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 27px;
      height: 77px;
      top: -25px;
   }
   #organiser-artist-first .organiser-artist-first-right img.primetime-division-logo {
      height: 90px;
   }
   #organiser-artist-first .organiser-artist-first-left p:first-child {
      margin-bottom: 16px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 68px;
      line-height: 68px;
   }
   #target-market .target-market-left img.cymfony-brain-img,
   #target-market .target-market-right img.bookmygig-brain-img {
      max-width: 96%;
   }
   #target-market .primary-users-conts {
      margin-top: 25px;
   }
   #target-market p {
      font-size: 18px;
      line-height: 27px;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 108px;
      margin: 36px 0;
   }
   #forecast-summary img.total-addressable-market-lock-img {
      margin: 18px 0 0;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 36px;
      line-height: 36px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 20px;
      line-height: 20px;
      margin: 20px 0 0;
   }
   #event-entertainers h2 {
      font-size: 40px;
      line-height: 40px;
      margin: 0 0 25px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts {
      display: block;
      align-items: start;
      justify-content: center;
      padding: 61px 0 27px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .sege-label {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      width: 133px;
      margin-bottom: 36px;
      left: -16px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-label {
      min-width: auto;
      max-width: 100%;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box.other .complted-we-are-here-mob-conts {
      padding-top: 40px;
      padding-bottom: 36px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box.green .complted-we-are-here-mob-conts,
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box.blue .complted-we-are-here-mob-conts {
      padding-bottom: 45px;
   }
   #complted-we-are-here .complted-we-are-here-box .complted-we-are-here-box-details ul li {
      font-size: 20px;
      line-height: 30px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box li.approx-valuation:first-child {
      margin-bottom: 8px;
   }
   #complted-we-are-here .container-fluid .complted-we-are-here-conts .complted-we-are-here-conts-box .complted-we-are-here-box .complted-we-are-here-mob-conts .complted-we-are-here-box-details.approx-valuation-box {
      margin-bottom: 27px;
   }
   #complted-we-are-here .raised-amount.text-center {
      margin-top: 50px;
      display: block;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 30px;
      line-height: 40px;
      margin-right: 0;
   }
   #complted-we-are-here .raised-amount.text-center h5:first-child {
      margin-bottom: 18px;
   }
   #key-milestones h2 {
      font-size: 41px;
      line-height: 41px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web {
      font-size: 18px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web i {
      font-size: 16px;
   }
   #knowshow-integraion .primetime-integratedbokings span.primetimeimg-box {
      margin-right: 8px;
   }
   #knowshow-integraion .primetime-integratedbokings span.integratedbookingsimg-box {
      margin-left: 8px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web {
      margin: 14px 0 0;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more {
      font-size: 22px;
      line-height: 30px;
   }
   #directorship .directorship-intro-details p {
      font-size: 21px;
      line-height: 31px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
      max-width: calc(100% - 108px);
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 17px;
      line-height: 27px;
   }
   #product-development-head .products-development-head-intro p:first-child,
   #product-development-head .products-development-head-intro p {
      margin-right: 20px;
      margin-left: 20px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 20px;
      line-height: 30px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 34px;
      line-height: 43px;
      margin-bottom: 0;
   }
   #product-development-head .getting-job h3 {
      font-size: 30px;
      line-height: 40px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 21px;
      line-height: 31px;
   }
   #product-development-head .products-development-head-intro p:first-child,
   #product-development-head .products-development-head-intro p {
      margin-right: 18px;
      margin-left: 18px;
   }
   #agency-partners h2 {
      font-size: 39px;
      line-height: 49px;
   }
   #agency-partners p {
      font-size: 19px;
      line-height: 29px;
      margin: 16px 0 0;
   }
   #agency-partners p.blur-text {
      font-size: 14px;
      line-height: 24px;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 48px;
      line-height: 58px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 19px;
      line-height: 31px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 34px;
      line-height: 41px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 27px;
      line-height: 37px;
      margin-top: 10px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars i {
      font-size: 20px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p, #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 27px;
      line-height: 39px;
   }
   #milestones h4 {
      font-size: 30px;
      line-height: 39px;
   }
   #milestones h4 {
      font-size: 28px;
      line-height: 37px;
   }
   #milestones h2 {
      font-size: 57px;
      line-height: 72px;
      margin: 0 0 50px;
   }
   /* #tools-technology .tools-technology-conts h4 {
      font-size: 32px;
      line-height: 41px;
   } */
   #tools-technology h2 {
      font-size: 55px;
      line-height: 64px;
      margin: 0 0 85px;
   }
   #primetime-ib-companies p, #primetime-ib-companies p.founded-established-web-text {
      font-size: 19px;
      line-height: 28px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img,
   #primetime-ib-companies img.ib-companies-logo-img {
      height: 96px;
   }
   #key-milestones.about-key-milestones.knowshow-about .key-milestones-conts p {
      font-size: 18px;
      line-height: 28px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 150px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 207px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 43px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 230px;
   }
}
@media screen and (max-width: 499px) {
   #hdr-bnr .hdr-bnr-texts {
      bottom: 30px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 90px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -54px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 92px;
      line-height: 92px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 30px;
      line-height: 35px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 89px;
      top: -55px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 25px;
      line-height: 34px;
      margin-bottom: 30px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 72px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 99px;
   }
   #different-approach h2 {
      font-size: 30px;
      line-height: 41px;
   }
   #organiser-artist-first p.reach-discover {
      font-size: 32px;
      line-height: 42px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 63px;
      line-height: 63px;
   }
   #target-market h4 {
      font-size: 25px;
      line-height: 34px;
   }
   #target-market h2 {
      font-size: 41px;
      line-height: 50px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 25px;
      line-height: 34px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 17px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 19px;
      line-height: 27px;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 34px;
      line-height: 34px;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 99px;
      margin: 30px 0;
   }
   #forecast-summary img.total-addressable-market-lock-img {
      margin: 18px 0 0;
      height: 88px;
   }
   #complted-we-are-here .raised-amount.text-center h5 {
      font-size: 27px;
      line-height: 36px;
      margin-right: 0;
   }
   #complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img img {
      height: 40px;
   }
   #complted-we-are-here .complted-we-are-here-box.blue ~ .raised-amount h5 span.angle-img {
      top: -5px;
      left: 7px;
   }
   #complted-we-are-here .raised-amount.text-center h5.amount {
      font-size: 28px;
      line-height: 36px;
      height: 50px;
   }
   #key-milestones .key-milestones-conts h3 {
      font-size: 45px;
      line-height: 55px;
      margin-bottom: 16px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
      max-width: calc(100% - 81px);
   }
   #directorship .directorship-intro-details p {
      font-size: 20px;
      line-height: 30px;
   }
   #directorship .directorship-intro-details .directorship-photos-main.mob-visible {
      margin-top: 40px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-boxes .primary-roles-responsibilities-box-main {
      width: 100%;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-boxes .primary-roles-responsibilities-box-main:first-child,
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-boxes .primary-roles-responsibilities-box-main:not(:last-child) {
      margin-bottom: 30px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 span,
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p span {
      display: inline;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 20px;
      line-height: 30px;
   }
   #product-development-head .products-development-head-intro p:first-child,
   #product-development-head .products-development-head-intro p {
      margin-right: 12px;
      margin-left: 12px;
   }
   #product-development-head .primary-roles-responsibilities h3 {
      font-size: 24px;
      line-height: 34px;
      margin: 0 0 25px;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 45px;
      line-height: 55px;
   }
   #how-it-all-began-skill-resources .skill-resources {
      margin-top: 61px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 25px;
      line-height: 35px;
      margin-top: 8px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .business-process-outsourcing-left-conts {
      display: block;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 32px;
      line-height: 40px;
      text-align: center;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts {
      margin-left: 0;
      text-align: center;
      width: 100%;
      margin-top: 18px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts .stars {
      justify-content: center;
      margin-top: 9px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts img.hires-img {
      margin: 14px auto 0;
   }
}
@media screen and (max-width: 479px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 80px;
   }
   #hdr-bnr .hdr-bnr-texts {
      bottom: 23px;
   }
   #header .hdr-main .logo img,
   #header.sticky .hdr-main .logo img {
      max-width: 249px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -50px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 86px;
      line-height: 86px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 45px 23px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 29px;
      line-height: 35px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 30px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 84px;
      top: -52px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      font-size: 27px;
      line-height: 36px;
   }
   #customers-industry-partners p {
      font-size: 28px;
      line-height: 39px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      margin-top: 30px;
      max-width: 379px;
   }
   #division-operations-proprietary p.dop-conts-mob,
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      margin-bottom: 16px;
   }
   #division-operations-proprietary p,
   #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p,
   #ib-division-operations-proprietary a.official-web {
      font-size: 16px;
      line-height: 25px;
   }
   #division-operations-proprietary a.official-web i,
   #ib-division-operations-proprietary a.official-web i {
      font-size: 14px;
   }
   #primetime-established .primetime-established-details img,
   #integrated-bookings-primetime .primetime-established-details img {
      height: 99px;
   }
   #primetime-established .primetime-established-details h2,
   #integrated-bookings-primetime .primetime-established-details h2 {
      font-size: 35px;
      line-height: 43px;
      margin: 16px 0 8px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 28px;
      line-height: 39px;
   }
   #organiser-artist-first p,
   #organiser-artist-first p.reach-discover {
      font-size: 30px;
      line-height: 40px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 60px;
      line-height: 60px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 24px;
      line-height: 32px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 16px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 18px;
      line-height: 25px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 18px;
      line-height: 27px;
   }
   #target-market .primary-users-conts p.primary-users {
      padding-bottom: 16px;
      margin-bottom: 16px;
   }
   #target-market h4 {
      font-size: 23px;
      line-height: 32px;
   }
   #target-market h2 {
      font-size: 37px;
      line-height: 45px;
   }
   #target-market p.app-intro-sub span.operating-system sup {
      top: -3px;
   }
   #target-market p.app-intro-sub sup {
      top: -9px;
   }
   #key-milestones h2 {
      font-size: 36px;
      line-height: 36px;
   }
   #forecast-summary h3 {
      font-size: 20px;
      line-height: 24px;
      margin: 5px 0 0;
   }
   #forecast-summary p {
      font-size: 18px;
      line-height: 23px;
   }
   #knowshow-integraion .integrated-booking-industry {
      margin-top: 36px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more {
      font-size: 18px;
      line-height: 30px;
   }
   #cymfony-bookmygig-last .cymfony-bookmygig-last-conts a.learn-more i {
      font-size: 16px;
      top: 1px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
      max-width: calc(100% - 61px);
   }
   #directorship .directorship-intro-details p {
      font-size: 19px;
      line-height: 28px;
   }
   #how-it-all-began-skill-resources p,
   #milestones p.milestones-intro,
   #tools-technology p.tools-technology-intro {
      font-size: 18px;
      line-height: 30px;
   }
   #how-it-all-began-skill-resources p span {
      display: inline;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 32px;
      line-height: 39px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 23px;
      line-height: 33px;
      margin-top: 8px;
   }
   #milestones img.mob-visible {
      max-width: calc(100% - 72px);
   }
   #tools-technology h2 {
      font-size: 50px;
      line-height: 60px;
      margin: 0 0 85px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 28px;
      line-height: 39px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 25px;
      line-height: 35px;
      margin: 0 0 72px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 23px;
      line-height: 33px;
      padding: 21px 45px 22px;
   }
   #primetime-ib-companies p,
   #primetime-ib-companies p.founded-established-web-text {
      font-size: 18px;
      line-height: 27px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img,
   #primetime-ib-companies img.ib-companies-logo-img {
      height: 90px;
   }
   #primetime-ib-companies h2 {
      font-size: 60px;
      line-height: 60px;
      margin: 0 0 50px;
   }
   #primetime-ib-companies .primetime-ib-companies-conts .primetime-ib-companies-conts-right {
      margin-top: 50px;
   }
}
@media screen and (max-width: 450px) {
   #footer .footer-right p {
      font-size: 14px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 40px;
      line-height: 35px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
      font-size: 23px;
      line-height: 25px;
   }
   #header .hdr-main .logo img,
   #header.sticky .hdr-main .logo img {
      max-width: 229px;
   }
   #header .navbar {
      margin-top: 15px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 80px;
      line-height: 80px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 27px;
      line-height: 32px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 79px;
      top: -49px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 23px;
      line-height: 33px;
      margin-bottom: 30px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      font-size: 25px;
      line-height: 34px;
   }
   #customers-industry-partners img.customers-industry-partners-img {
      margin-top: 25px;
   }
   #customers-industry-partners p span:first-child {
      margin-bottom: 25px;
   }
   #primetime-established .primetime-established-details .primetime-established-details-conts,
   #integrated-bookings-primetime .primetime-established-details .integrated-bookings-primetime-conts {
      width: 100%;
   }
   #primetime-established .primetime-established-details .primetime-established-details-conts:nth-child(3),
   #primetime-established .primetime-established-details .primetime-established-details-conts:nth-child(4),
   #integrated-bookings-primetime .primetime-established-details .integrated-bookings-primetime-conts:nth-child(3),
   #integrated-bookings-primetime .primetime-established-details .integrated-bookings-primetime-conts:nth-child(4) {
      margin-top: 0;
   }
   #primetime-established .primetime-established-details .primetime-established-details-conts:not(:last-child),
   #integrated-bookings-primetime .primetime-established-details .integrated-bookings-primetime-conts:not(:last-child) {
      margin-bottom: 50px;
   }
   #primetime-established .primetime-established-details p span,
   #integrated-bookings-primetime .primetime-established-details p span {
      display: inline;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 60px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 86px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 26px;
      line-height: 36px;
   }
   #different-approach h2 span {
      display: block;
      font-size: 43px;
      line-height: 54px;
   }
   #organiser-artist-first p,
   #organiser-artist-first p.reach-discover {
      font-size: 28px;
      line-height: 38px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 27px;
      height: 70px;
      top: -24px;
   }
   #organiser-artist-first .organiser-artist-first-right img.primetime-division-logo {
      height: 77px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 58px;
      line-height: 58px;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 30px;
      line-height: 30px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 18px;
      line-height: 18px;
      margin: 20px 0 0;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
      max-width: calc(100% - 45px);
   }
   #directorship .directorship-intro-details p {
      font-size: 18px;
      line-height: 28px;
   }
   #directorship h1 {
      font-size: 49px;
      line-height: 59px;
   }
   #directorship .directorship-title {
      margin: 0 0 25px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 32px;
      line-height: 42px;
      margin-bottom: 0;
   }
   #product-development-head .getting-job h3 {
      font-size: 28px;
      line-height: 39px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 20px;
      line-height: 30px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 170px;
   }
   #product-development-head .product-development {
      margin-top: 27px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified {
      margin-top: 25px;
   }
   #agency-partners p {
      font-size: 18px;
      line-height: 28px;
      margin: 16px 0 0;
   }
   #agency-partners h2 {
      font-size: 37px;
      line-height: 47px;
   }
   #agency-partners p.blur-text {
      font-size: 12px;
      line-height: 22px;
   }
   #agency-partners .become-an-investor-lock .become-an-inverstor {
      margin-top: 25px;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 42px;
      line-height: 52px;
   }
   #how-it-all-began-skill-resources .skill-resources h2 {
      margin-bottom: 40px;
   }
   #how-it-all-began-skill-resources .how-it-all-began h2 {
      margin-bottom: 50px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 30px;
      line-height: 36px;
   }
   #milestones h4 {
      font-size: 25px;
      line-height: 35px;
   }
   #tools-technology h2 {
      font-size: 45px;
      line-height: 54px;
      margin: 0 0 75px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 27px;
      line-height: 36px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible .ikandypro-operating-request-texts-mob .ikandypro-operating-request-texts.ikandypro-operating-request-right {
      margin-top: 73px;
   }
   #primetime-ib-companies p span {
      display: inline;
   }
   #primetime-ib-companies h2 {
      font-size: 57px;
      line-height: 56px;
      margin: 0 0 50px;
   }
}
@media screen and (max-width: 430px) {
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 70px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 36px;
      line-height: 32px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
      font-size: 21px;
      line-height: 21px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.investor-text,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access span.investor-text,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access span.investor-text,
   .become-an-inverstor a.btn .investor-access span.investor-text,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access span.investor-text {
      font-size: 18.8px;
      line-height: 18px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.access-text,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access span.access-text,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access span.access-text,
   .become-an-inverstor a.btn .investor-access span.access-text,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access span.access-text {
      font-size: 11px;
      letter-spacing: 3.5px;
      line-height: 14px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access,
   .become-an-inverstor a.btn .investor-access,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access {
      min-width: 230px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .investor-access span.access-text::before,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .investor-access span.access-text::before,
   #complted-we-are-here .become-an-inverstor a.btn .investor-access span.access-text::before,
   .become-an-inverstor a.btn .investor-access span.access-text::before,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .investor-access span.access-text::before {
      width: 84px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn .lock img,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn .lock img,
   #complted-we-are-here .become-an-inverstor a.btn .lock img,
   .become-an-inverstor a.btn .lock img,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn .lock img {
      width: auto;
      height: 23px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn,
   #complted-we-are-here .become-an-inverstor a.btn,
   .become-an-inverstor a.btn,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn {
      max-width: 300px;
      padding: 10px;
   }
   #hdr-bnr .hdr-bnr-texts {
      bottom: 30px;
   }
   #header .hdr-main .logo img,
   #header.sticky .hdr-main .logo img {
      max-width: 200px;
   }
   #header .navbar {
      margin-top: 12px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -44px;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      padding-left: 20px;
      padding-right: 20px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 73px;
      line-height: 73px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 25px;
      line-height: 30px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 22px;
      line-height: 32px;
      margin-bottom: 30px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 75px;
      top: -46px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      margin-top: -15px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 23px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 26px;
      line-height: 32px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 14px;
      line-height: 21px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a {
      font-size: 18px;
      line-height: 18px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      height: 48px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      font-size: 23px;
      line-height: 32px;
   }
   #customers-industry-partners p {
      font-size: 25px;
      line-height: 36px;
   }
   #primetime-established img.primetime-division-logo {
      height: 108px;
   }
   #integrated-bookings-primetime img.primetime-division-logo {
      height: 70px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 70px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 45px;
   }
   #primetime-established .primetime-established-details .primetime-established-details-conts:not(:last-child),
   #integrated-bookings-primetime .primetime-established-details .integrated-bookings-primetime-conts:not(:last-child) {
      margin-bottom: 40px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 24px;
      line-height: 34px;
   }
   #organiser-artist-first p, #organiser-artist-first p.reach-discover {
      font-size: 26px;
      line-height: 36px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 27px;
      height: 65px;
      top: -23px;
   }
   #organiser-artist-first .organiser-artist-first-right img.primetime-division-logo {
      height: 72px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 52px;
      line-height: 52px;
   }
   #target-market h4 {
      font-size: 20px;
      line-height: 30px;
   }
   #target-market h2 {
      font-size: 34px;
      line-height: 44px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 21px;
      line-height: 30px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 14px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 16px;
      line-height: 23px;
   }
   #target-market p.app-intro-sub sup {
      top: -6px;
   }
   #target-market p.app-intro-sub span.operating-system sup {
      top: -1px;
   }
   #event-entertainers h2 {
      font-size: 36px;
      line-height: 36px;
      margin: 0 0 20px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 16px;
      line-height: 25px;
   }
   #forecast-summary h2 {
      margin-bottom: 5px;
   }
   #forecast-summary img.total-addressable-market-lock-img {
      margin: 10px 0 0;
      height: 70px;
   }
   #forecast-summary .become-an-inverstor {
      margin-top: 15px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web {
      font-size: 16px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder {
      max-width: 100%;
   }
   #directorship .directorship-intro-details p.mob-visible span {
      display: inline;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible img.linked-in-img {
      height: 52px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box img {
      height: 133px;
   }
   #product-development-head .products-development-head-intro p {
      font-size: 18px;
      line-height: 28px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 30px;
      line-height: 40px;
      margin-bottom: 0;
   }
   #product-development-head .getting-job h3 {
      font-size: 27px;
      line-height: 37px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 19px;
      line-height: 29px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 150px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box h4 {
      font-size: 23px;
      line-height: 33px;
      margin: 14px 0 5px;
   }
   #product-development-head .primary-roles-responsibilities .primary-roles-responsibilities-box p {
      font-size: 18px;
      line-height: 28px;
   }
   #agency-partners h2 {
      font-size: 35px;
      line-height: 45px;
   }
   #agency-partners p {
      font-size: 17px;
      line-height: 27px;
      margin: 16px 0 0;
   }
   #agency-partners p.blur-text {
      font-size: 11px;
      line-height: 21px;
   }
   #agency-partners h2 {
      font-size: 32px;
      line-height: 42px;
   }
   #agency-partners p {
      font-size: 16px;
      line-height: 25px;
      margin: 16px 0 0;
   }
   #agency-partners .become-an-investor-lock {
      margin-top: -135px;
   }
   #agency-partners .become-an-investor-lock img.knowshow-lock-img {
      width: auto;
      height: 127px;
   }
   #agency-partners .become-an-investor-lock .become-an-inverstor {
      margin-top: 13px;
   }
   #agency-partners p {
      font-size: 15px;
      line-height: 25px;
      margin: 10px 0 0;
   }
   #agency-partners p.blur-text {
      margin-top: 10px;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 39px;
      line-height: 49px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 21px;
      line-height: 29px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 58px;
   }
   #milestones img.mob-visible {
      max-width: calc(100% - 50px);
   }
   #milestones h2 {
      font-size: 50px;
      line-height: 61px;
      margin: 0 0 43px;
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 25px;
      line-height: 34px;
   }
   #tools-technology h2 {
      font-size: 40px;
      line-height: 50px;
      margin: 0 0 70px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 23px;
      line-height: 33px;
      margin: 0 0 69px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 21px;
      line-height: 31px;
      padding: 21px 40px 22px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible .ikandypro-operating-request-texts-mob .ikandypro-operating-request-texts.ikandypro-operating-request-right {
      margin-top: 69px;
   }
   #primetime-ib-companies img.primetime-companies-logo-img,
   #primetime-ib-companies img.ib-companies-logo-img {
      height: auto;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 127px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 180px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 36px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 199px;
   }
}
@media screen and (max-width: 399px) {
   #hdr-bnr .hdr-bnr-texts {
      bottom: 27px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 61px;
   }
   #header .hdr-main .logo img,
   #header.sticky .hdr-main .logo img {
      max-width: 180px;
   }
   #header .navbar {
      margin-top: 10px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -42px;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      padding-left: 18px;
      padding-right: 18px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 68px;
      line-height: 68px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 23px;
      line-height: 27px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 40px 23px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 70px;
      top: -43px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 21px;
      line-height: 31px;
      margin-bottom: 30px;
   }
   #division-operations-proprietary p.dop-conts-mob,
   #ib-division-operations-proprietary p.ibdop-conts-mob {
      margin-bottom: 8px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 23px;
      line-height: 33px;
   }
   #organiser-artist-first p,
   #organiser-artist-first p.reach-discover {
      font-size: 25px;
      line-height: 35px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 50px;
      line-height: 50px;
   }
   #target-market .primary-users-conts p.primary-users {
      padding-bottom: 12px;
      margin-bottom: 11px;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 28px;
      line-height: 28px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 16px;
      line-height: 16px;
      margin: 20px 0 0;
   }
   #total-addressable-market .total-addressable-market img.total-addressable-market-lock-img,
   #forecast-summary img.total-addressable-market-lock-img {
      height: 81px;
      margin: 30px 0;
   }
   #forecast-summary img.total-addressable-market-lock-img {
      margin: 10px 0 0;
      height: 70px;
   }
   #forecast-summary .become-an-inverstor {
      margin-top: 15px;
   }
   .become-an-inverstor a.btn .lock {
      margin-left: 7px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name {
      width: calc(100% - 63px);
   }
   #directorship h1 {
      font-size: 45px;
      line-height: 55px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 28px;
      line-height: 38px;
      margin-bottom: 0;
   }
   #product-development-head .getting-job h3 {
      font-size: 25px;
      line-height: 35px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 18px;
      line-height: 28px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified {
      display: block;
   }
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      margin: 0;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img {
      margin: 0 0 16px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified {
      margin-top: 27px;
   }
   #product-development-head .product-development .product-development-certified img.certified-administrator-img,
   #product-development-head .product-development .product-development-certified img.meta-certified-img {
      height: 180px;
   }
   #product-development-head .product-development .bernard-prod-development .product-development-certified.linked-mob-visible img.linked-in-img {
      height: 61px;
   }
   #product-development-head .product-development {
      margin-top: 23px;
   }
   #product-development-head .products-development-head-intro p:first-child {
      margin-bottom: 14px;
   }
   #agency-partners .become-an-investor-lock img.knowshow-lock-img {
      height: 120px;
   }
   #agency-partners .become-an-investor-lock {
      margin-top: -147px;
   }
   #how-it-all-began-skill-resources .skill-resources h2 {
      margin-bottom: 30px;
   }
   #how-it-all-began-skill-resources .how-it-all-began h2 {
      margin-bottom: 40px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 20px;
      line-height: 28px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 56px;
   }
   #skill-resources-boxes .skill-resources-box {
      padding: 23px 30px 30px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p:first-child {
      margin-bottom: 16px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 27px;
      line-height: 34px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts p {
      font-size: 21px;
      line-height: 30px;
      margin-top: 8px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p, #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 27px;
      line-height: 34px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts {
      padding: 30px 25px;
   }
   #milestones img.mob-visible {
      max-width: calc(100% - 20px);
   }
   #tools-technology .tools-technology-conts h4 {
      font-size: 24px;
      line-height: 34px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 21px;
      line-height: 31px;
      padding: 18px 32px 19px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 21px;
      line-height: 31px;
      margin: 0 0 54px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible .ikandypro-operating-request-texts-mob .ikandypro-operating-request-texts.ikandypro-operating-request-right {
      margin-top: 54px;
   }
   #primetime-ib-companies h2 {
      font-size: 55px;
      line-height: 50px;
      margin: 0 0 50px;
   }
}
@media screen and (max-width: 379px) {
   #hdr-bnr .hdr-bnr-texts {
      bottom: 23px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 52px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 34px;
      line-height: 30px;
   }
   #header .hdr-main .logo img,
   #header.sticky .hdr-main .logo img {
      max-width: 163px;
   }
   #header .navbar {
      margin-top: 8px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 64px;
      line-height: 64px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 22px;
      line-height: 25px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 25px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 66px;
      top: -41px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      font-size: 21px;
      line-height: 30px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 24px;
      line-height: 30px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 21px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a.google-play-btn {
      margin-right: 10px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 13px;
      line-height: 21px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain-img,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain-img {
      padding-right: 16px;
      padding-left: 16px;
   }
   #customers-industry-partners p {
      font-size: 23px;
      line-height: 34px;
   }
   #division-operations-proprietary p, #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p, #ib-division-operations-proprietary a.official-web {
      font-size: 14px;
      line-height: 23px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 22px;
      line-height: 32px;
   }
   #organiser-artist-first p,
   #organiser-artist-first p.reach-discover {
      font-size: 23px;
      line-height: 33px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 23px;
      height: 61px;
      top: -20px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 48px;
      line-height: 48px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 19px;
      line-height: 27px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 13px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 15px;
      line-height: 21px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 16px;
      line-height: 25px;
   }
   #target-market h4 {
      font-size: 18px;
      line-height: 27px;
   }
   #target-market h2 {
      font-size: 30px;
      line-height: 40px;
   }
   #target-market p.app-intro-sub {
      margin-top: 16px;
   }
   #event-entertainers h2 {
      font-size: 34px;
      line-height: 34px;
      margin: 0 0 18px;
   }
   #key-milestones .key-milestones-conts p {
      font-size: 14px;
      line-height: 23px;
   }
   #key-milestones .key-milestones-conts h3 {
      font-size: 43px;
      line-height: 52px;
      margin-bottom: 16px;
   }
   #key-milestones .key-g {
      padding: 30px 12px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name h4,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name h4 {
      font-size: 20px;
      line-height: 25px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name p,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name p {
      font-size: 15px;
      line-height: 22px;
   }
   #product-development-head .products-development-head-intro p:first-child,
   #product-development-head .products-development-head-intro p {
      margin-right: 0;
      margin-left: 0;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 27px;
      line-height: 36px;
      margin-bottom: 0;
   }
   #product-development-head .getting-job h3 {
      font-size: 23px;
      line-height: 33px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 17px;
      line-height: 27px;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 36px;
      line-height: 45px;
   }
   #milestones h4 {
      font-size: 23px;
      line-height: 33px;
   }
   #milestones h2 {
      font-size: 45px;
      line-height: 54px;
      margin: 0 0 43px;
   }
   #tools-technology h2 {
      font-size: 39px;
      line-height: 49px;
      margin: 0 0 63px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 19px;
      line-height: 29px;
      margin: 0 0 54px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts a.request-case {
      font-size: 19px;
      line-height: 29px;
      padding: 18px 32px 19px;
   }
   #primetime-ib-companies h2 {
      font-size: 50px;
      line-height: 50px;
      margin: 0 0 50px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 118px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 160px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 32px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 170px;
   }
}
@media screen and (max-width: 360px) {
   #hdr-bnr .hdr-bnr-texts {
      bottom: 18px;
   }
   #hdr-bnr .hdr-bnr-texts span.hdr-bnr-texts-divider {
      height: 61px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 30px;
      line-height: 27px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor {
      margin-top: 9px;
      margin-bottom: 7px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
      font-size: 19px;
      line-height: 19px;
   }
   #header .hdr-main .logo img {
      max-width: 143px;
   }
   #header .hdr-main .logo img,
   #header.sticky .hdr-main .logo img {
      max-width: 143px;
   }
   #header .navbar {
      margin-top: 6px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -38px;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      padding-left: 16px;
      padding-right: 16px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 60px;
      line-height: 60px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 20px;
      line-height: 23px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts {
      padding: 35px 23px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 63px;
      top: -39px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 19px;
      line-height: 29px;
      margin-bottom: 23px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 23px;
      line-height: 28px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p span.operating-system {
      font-size: 12px;
      line-height: 21px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      height: 43px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts a {
      font-size: 16px;
      line-height: 16px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      font-size: 20px;
      line-height: 30px;
   }
   #customers-industry-partners p {
      font-size: 22px;
      line-height: 32px;
   }
   #division-operations-proprietary p, #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p, #ib-division-operations-proprietary a.official-web {
      font-size: 14px;
      line-height: 21px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 21px;
      line-height: 30px;
   }
   #organiser-artist-first p,
   #organiser-artist-first p.reach-discover {
      font-size: 21px;
      line-height: 31px;
   }
   #organiser-artist-first p img.artist-round-img {
      left: 20px;
      height: 54px;
      top: -16px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 45px;
      line-height: 45px;
   }
   #target-market p.app-intro-sub,
   #target-market .primary-users-conts p.primary-users {
      font-size: 18px;
      line-height: 25px;
   }
   #target-market p.app-intro-sub span.operating-system {
      font-size: 12px;
   }
   #target-market .primary-users-conts p.primary-users span {
      font-size: 14px;
      line-height: 20px;
   }
   #target-market .primary-users-conts p.primary-users-intro {
      font-size: 15px;
      line-height: 23px;
   }
   #total-addressable-market .total-addressable-market h2,
   #forecast-summary h2 {
      font-size: 25px;
      line-height: 30px;
   }
   #total-addressable-market .total-addressable-market p {
      font-size: 15px;
      line-height: 15px;
      margin: 20px 0 0;
   }
   #event-entertainers h2 {
      font-size: 32px;
      line-height: 32px;
      margin: 0 0 18px;
   }
   #directorship h1 {
      font-size: 43px;
      line-height: 53px;
   }
   #product-development-head .getting-job h2,
   #product-development-head .product-development .product-development-intro h2 {
      font-size: 25px;
      line-height: 35px;
      margin-bottom: 0;
   }
   #product-development-head .getting-job h3 {
      font-size: 22px;
      line-height: 32px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 16px;
      line-height: 25px;
   }
   #agency-partners h2 {
      font-size: 30px;
      line-height: 40px;
   }
   #agency-partners p.mob-visible.mainintro span {
      display: inline;
   }
   #agency-partners .become-an-investor-lock {
      margin-top: -177px;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 34px;
      line-height: 43px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 18px;
      line-height: 26px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 52px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 25px;
      line-height: 32px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-right .business-process-outsourcing-right-conts h3 {
      font-size: 25px;
      line-height: 32px;
   }
   #tools-technology h2 {
      font-size: 36px;
      line-height: 45px;
      margin: 0 0 60px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 18px;
      line-height: 28px;
      margin: 0 0 54px;
   }
   #tools-technology .tools-technology-conts img.fundamentals-img {
      height: 108px;
   }
   #tools-technology .tools-technology-conts img.application-development-img {
      height: 144px;
   }
   #tools-technology .tools-technology-conts img.tools-technology-project-management-img {
      height: 30px;
   }
   #tools-technology .tools-technology-conts img.business-modelling-img {
      height: 150px;
   }
}
@media screen and (max-width: 340px) {
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan .become-an-inverstor a.btn,
   #total-addressable-market .total-addressable-market .become-an-inverstor a.btn,
   #complted-we-are-here .become-an-inverstor a.btn,
   .become-an-inverstor a.btn,
   #agency-partners .become-an-investor-lock .become-an-inverstor a.btn {
      max-width: 278px;
      padding: 10px;
   }
   #hdr-bnr .hdr-bnr-texts h1 {
      font-size: 28px;
      line-height: 25px;
   }
   #hdr-bnr .hdr-bnr-texts .join-full-business-plan p.semi-intro {
      font-size: 18px;
      line-height: 18px;
   }
   #header .hdr-main .logo img,
   #header.sticky .hdr-main .logo img {
      max-width: 124px;
   }
   #header .navbar {
      margin-top: 4px;
   }
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-left,
   #primetime-integrated .primetime-integrated-conts .container .row .primetime-integrated-conts-right {
      padding-left: 15px;
      padding-right: 15px;
   }
   #primetime-integrated img.primetime-integrated-bookings-bg.mob-visible {
      margin-top: -35px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p span.chasing-numbers {
      font-size: 55px;
      line-height: 55px;
   }
   #chasing-entertainers-bookings .chasing-entertainers-bookings-conts .chasing-entertainers-bookings-texts p {
      font-size: 19px;
      line-height: 22px;
   }
   #emails-spreadsheets .emails-spreadsheets-conts p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 18px;
   }
   #cymfony-bookmygig-brain img.cymfony-bookmygig-brain {
      height: 58px;
      top: -36px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts p {
      font-size: 21px;
      line-height: 27px;
      margin-top: 14px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.cymfony-brain,
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts img.bookmygig-brain {
      height: 18px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .btns-group a img {
      height: 41px;
   }
   #cymfony-bookmygig-brain .cymfony-bookmygig-branin-conts .developing-applications p.developing-applications-mob {
      font-size: 19px;
      line-height: 27px;
   }
   #customers-industry-partners p {
      font-size: 20px;
      line-height: 30px;
   }
   #division-operations-proprietary p, #division-operations-proprietary a.official-web,
   #ib-division-operations-proprietary p, #ib-division-operations-proprietary a.official-web {
      font-size: 14px;
      line-height: 20px;
   }
   #division-operations-proprietary .division-operations-proprietary-conts {
      margin-top: 40px;
   }
   #ib-division-operations-proprietary .ib-division-operations-proprietary-conts {
      margin-top: 50px;
   }
   #ideal-platform-deploy p.intro, #ideal-platform-deploy h2 {
      font-size: 19px;
      line-height: 29px;
   }
   #market-summary .market-summary-conts .market-summary-texts p {
      font-size: 43px;
      line-height: 43px;
   }
   #target-market h4 {
      font-size: 16px;
      line-height: 23px;
   }
   #target-market h2 {
      font-size: 28px;
      line-height: 36px;
   }
   #event-entertainers h2 {
      font-size: 30px;
      line-height: 30px;
      margin: 0 0 16px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web {
      font-size: 14px;
   }
   #knowshow-integraion .primetime-integratedbokings .primetime-integratedbokings-official a.official-web i {
      font-size: 14px;
   }
   #directorship .directorship-main .directorship-intro .directorship-photos .director-founder .directorship-intor-name,
   #directorship .directorship-main .directorship-intro .directorship-photos .director-shareholder .directorship-intor-name {
      width: calc(100% - 45px);
   }
   #directorship h1 {
      font-size: 41px;
      line-height: 50px;
   }
   #product-development-head .getting-job h2, #product-development-head .product-development .product-development-intro h2 {
      font-size: 23px;
      line-height: 33px;
      margin-bottom: 0;
   }
   #product-development-head .getting-job h3 {
      font-size: 21px;
      line-height: 30px;
   }
   #product-development-head .product-development .product-development-intro p {
      font-size: 15px;
      line-height: 25px;
   }
   #agency-partners h2 {
      font-size: 28px;
      line-height: 39px;
   }
   #how-it-all-began-skill-resources h2 {
      font-size: 32px;
      line-height: 41px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header h4 {
      font-size: 16px;
      line-height: 24px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-header img {
      height: 48px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p:first-child {
      margin-bottom: 8px;
   }
   #skill-resources-boxes .skill-resources-box .skill-resources-box-conts p {
      font-size: 16px;
      line-height: 25px;
   }
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .upwork p,
   #business-process-outsourcing .business-process-outsourcing .business-process-outsourcing-left .hires-starts p {
      font-size: 23px;
      line-height: 30px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .container .ikandypro-operating-request-mob-visible .ikandypro-operating-request-texts-mob .ikandypro-operating-request-texts.ikandypro-operating-request-right {
      margin-top: 40px;
   }
   #ikandypro-operating-request .ikandypro-operating-request-conts .ikandypro-operating-request-texts p {
      font-size: 18px;
      line-height: 28px;
      margin: 0 0 40px;
   }
   #primetime-ib-companies h2 {
      font-size: 48px;
      line-height: 45px;
      margin: 0 0 50px;
   }
}