@media only screen and (max-width: 1024px) {
    .bigBlue {
       font-size: 2em !important;
    }
    .bigGray{
        font-size: 1em !important;
    }
    .bigWhite{
        font-size: 40px !important;
    }
    .startProjectOurWork a h2{
        color: rgb(255, 255, 255) !important;
        font-family: NexaLight !important;
        font-size: 24px !important;
        margin-left: 10px !important;
        padding-top: 0px !important;
        margin-bottom: 1px !important;
    }
    .startProjectBox div h2{
        font-family: FuturaBTBold !important;
        font-weight: bold !important;
        font-size: 24px !important;
        letter-spacing: -2px !important;
        color: rgb(255, 255, 255) !important;
        margin-right: 22px !important;
        padding-top: 0px !important;
        margin-top: 10px !important;
    }
}
@media only screen and (max-width: 768px) {
    /* OUR WORK RESPONSIVE */
    .portfolioItem .our-work-big-image-box{
        display: none;
    }
    .work-menu-item span {
        font-size: 14px;
    }
    .work-menu-item img {
        height: 35px !important;
    }
    .col-xs-12.col-sm-12.col-md-12.col-lg-12.padding0.our-work-mini-menu-bg div.row {
        padding: 0px;
        width: 100% !important;
    }
    /* PRICE PLANS RESPONSIVE */
    div#brand-design div a.get-quote-btn,div#print-design div a.get-quote-btn,div#web-design div a.get-quote-btn {
        position: initial;
    }
    #brand-design,#print-design,#web-design{
        background: #232328;
    }

    #brand-design .singleOffer,#print-design .singleOffer,#web-design .singleOffer{
        margin-top: 80px;
    }
    .bigBlue {
        font-size: 1.4em !important;
    }
    .bigGray {
        font-size: 0.8em !important;
    }
    .bigWhite{
        font-size: 40px !important;
    }
    .startProjectOurWork a h2{
        color: rgb(255, 255, 255) !important;
        font-family: NexaLight !important;
        font-size: 24px !important;
        margin-left: 10px !important;
        padding-top: 0px !important;
        margin-bottom: 1px !important;
    }
    .startProjectBox div h2{
        font-family: FuturaBTBold !important;
        font-weight: bold !important;
        font-size: 24px !important;
        letter-spacing: -2px !important;
        color: rgb(255, 255, 255) !important;
        margin-right: 22px !important;
        padding-top: 0px !important;
        margin-top: 10px !important;
    }
    .burgerMenu {
        display: inline-block;
        float: right;
        width: 70px;
        margin-top: -42px;
        margin-right: 50px;
    }
    img#logo {
        width: 320px;
        margin-left: 26px;
    }
    #active-mobile-menu-side div {
        width: 100%;
        height: 50px;
        font-size: 2.5em;
        text-align: center;
        padding: 35px;
        margin-top: 30px;
        border-bottom: solid 1px #ccc;
    }
    #active-mobile-menu-side div a {
        color: #cacaca;
        font-weight: 400;
        letter-spacing: 10px;
        font-size: 23px;
        display: block;
        margin-top: -22px;
    }
    #holder-of-top-header{
        background: rgba(255,255,255,1) !important;
        padding-bottom: 16px;
    }
    .section-icons img {
        padding: 20px;
        width: 85px !important;
    }
    .container{
        max-width: 100% !important;
        padding: 0px !important;
    }
}
@media only screen and (max-width: 425px) {
    .container{
        width: 100%;
        overflow: hidden;
    }
    img#logo {
        width: 226px;
        margin-left: 0px;
        margin-top: 32px;
    }
    .burgerMenu {
        display: inline-block;
        float: right;
        width: 70px;
        margin-top: -35px;
        margin-right: 16px;
        height: 44px;
        position: relative;
        z-index: 9;
    }
    #active-mobile-menu-side {
        position: absolute;
        right: 0px;
        background: #fff;
        width: 50%;
        height: 100vh;
        z-index: 99999999;
        margin-top: 36px;
    }
    #active-mobile-menu-side div a {
        color: #cacaca;
        font-weight: 400;
        letter-spacing: 0px;
        font-size: 20px;
        display: block;
        margin-top: -22px;
    }
    .our-story-text {
        width: 100%;
        margin: auto;
        padding: 0px;
        text-align: center;
    }
    .our-story-text div img{
        margin-left: 0px !important;
        margin-top: 48px;
        margin-bottom: 20px;
    }
    .our-story-text div{
        text-align: center !important;
    }
    .our-story-bg {
        background: url(../img/our-story-bg.png);
        background-size: 100% 100%;
    }
    .surgery-section {
        background: url(../img/img-surgery-bg-home.jpg);
        background-size: 265% 100%;
        position: relative;
        overflow: hidden;
    }
    .section1 h1{
        font-size: 1.4em;
        background: rgba(0,0,0,0.3);
        width: 100%;
        padding: 25px;
    }
    .slick-slide img {
        width: 100%;
        max-width: 350px;
        padding-left: 5px;
        margin-top: -95px;
    }
    .whatWeDoSection1 .col-xs-12.col-sm-12.col-md-12.col-lg-12.text-center {
        width: 100% !important;
    }
    .whatWeDoMoreSection img.width200{
        margin-top: 0px !important;
    }
    .solutions-see-read-more-btn{
        margin-bottom: 20px;
    }
}