﻿
@media only screen and (min-width:601px) and (max-width:800px)
{
    body
    {
        font-family: 'Roboto' , sans-serif;
        font-size: 18px;
        background-color: #fff;
        color: #000;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }


    .container
    {
        width: 100%;
        margin: 0 auto;
        display: table;
        position: relative;
    }


    .logo
    {
        width: 210px;
        float: left;
    }

    .logo img
    {
        width: 200px;
        float: none;
        margin: 0 auto;
        display: table;
    }

    .callright
    {
        width: 345px;
        float: right;
        margin: 22px 0;
    }

    .callright p
    {
        width: 100%;
        margin: 0 0 10px 0;
        float: right;
        color: #fdb813;
        font-size: 19px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
    }

    .callright p a
    {
        color: #000;
    }

    .banner
    {
        height: 100%;
        background-position: center bottom;
    }


    h1
    {
        font-size: 35px;
        line-height: 43px;
        font-weight: 300;
        color: #000;
        text-align: left;
        border-left: 2px solid #fff;
        padding: 10px 0 10px 2%;
        margin: 20px 0 0px 4px;
        width: 325px;
        float: left;
    }


    .middledata h1
    {
        width: 98%;
        float: left;
        font-size: 30px;
        line-height: 45px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        border: 0px solid #333;
        margin: 25px 0 0;
        letter-spacing: 0.5px;
    }

    .middledata h1 a
    {
        font-size: 30px;
        line-height: 45px;
        font-weight: 300;
        color: #fdb813;
    }


    .freequotemain
    {
        background: rgba(0,0,0,0.5);
        float: right;
        border-radius: 10px;
        width: 260px;
        margin: 15px 1% 45px;
        padding: 0 2%;
        position: relative;
    }


    .freequotemain table
    {
        width: 100%;
        float: left;
        margin: 0 0 15px;
    }

    .aboutdata
    {
        width: 43%;
        float: left;
        background: rgba(255,255,255,0.7);
        margin: 15px 2% 0;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .freequotemain table td input[type='text']
    {
        width: 90%;
        padding: 6px 5%;
        margin-bottom: 8px;
        border-radius: 9px;
    }

    .freequotemain table td textarea
    {
        width: 90%;
        padding: 6px 5%;
        margin-bottom: 8px;
        border-radius: 9px;
    }

    .freequotemain table td select
    {
        width: 100%;
        padding: 6px 5%;
        margin-bottom: 8px;
        border-radius: 9px;
    }


    .icon
    {
        right: 11px;
        top: 13px;
    }

    .submitbtn
    {
        width: 100%;
        margin: 5px auto 0;
    }
    .freequotemain h1
    {
        font-size: 25px;
    }


    .middledatainside
    {
        width: 580px;
        float: none;
        padding: 0;
        margin: 10px auto;
        display: table;
    }

    .middledatainside li
    {
        width: 20%;
        float: left;
        margin: 0 0 25px 0;
        padding: 1%;
        list-style-type: none;
    }



    .middledatainside li:nth-child(1)
    {
        background-image: url(../assets/1.jpg);
        background-size: 115px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 90px 0 60px 0;
    }


    .middledatainside li:nth-child(2)
    {
        background-image: url(../assets/2.jpg);
        background-size: 115px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 90px 0 60px 0;
    }

    .middledatainside li:nth-child(3)
    {
        background-image: url(../assets/4.jpg);
        background-size: 115px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 90px 0 60px 0;
    }


    .middledatainside li:nth-child(4)
    {
        background-image: url(../assets/3.jpg);
        background-size: 115px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 90px 0 60px 0;
    }

    .middledatainside li:nth-child(5)
    {
        background-image: url(../assets/5.jpg);
        background-size: 115px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 90px 0 60px 0;
    }


    .middledatainside li p
    {
        width: 90%;
        float: left;
        margin: 0 10% 0 0;
        font-size: 17px;
        line-height: 22px;
        font-weight: 400;
    }

    h2
    {
        font-size: 19px;
        line-height: 26px;
    }


    .whatclientssay p
    {
        width: 94%;
        display: table;
        font-size: 18px;
        font-weight: 500;
        margin: 20px 3%;
        padding: 0;
        line-height: 26px;
        text-align: center;
    }

    .footelogoheader
    {
        width: 96%;
        margin: 40px 2% 30px;
        font-size: 23px;
    }

    .companylogo
    {
        width: 100%;
    }

    .companylogo li img
    {
        width: 580px;
    }

    .footer h2
    {
        width: 100%;
    }


    .footer p
    {
        width: 96%;
        margin: 0 2%;
    }

    .mobilenone
    {
        display: table;
    }

    .desktopnone
    {
        display: none;
    }


}




@media only screen and (min-width:801px) and (max-width:1000px)
{
    body
    {
        font-family: 'Roboto' , sans-serif;
        font-size: 18px;
        background-color: #fff;
        color: #000;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }


    .container
    {
        width: 100%;
        margin: 0 auto;
        display: table;
        position: relative;
    }


    .logo
    {
        width: 210px;
        float: left;
    }

    .logo img
    {
        width: 200px;
        float: none;
        margin: 0 auto;
        display: table;
    }

    .callright
    {
        width: 215px;
        float: right;
        margin: 6px 0;
    }

    .callright p
    {
        width: 100%;
        margin: 0 0 10px 0;
        float: right;
        color: #fdb813;
        font-size: 19px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
    }

    .callright p a
    {
        color: #000;
        font-size: 22px;
        float: right;
        width: 100%;
    }

    .banner
    {
        height: 100%;
    }


    h1
    {
        font-size: 35px;
        line-height: 43px;
        font-weight: 300;
        color: #000;
        text-align: left;
        border-left: 2px solid #fff;
        padding: 10px 0 10px 2%;
        margin: 20px 0 0px 4px;
        width: 325px;
        float: left;
    }


    .middledata h1
    {
        width: 98%;
        float: left;
        font-size: 30px;
        line-height: 45px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        border: 0px solid #333;
        margin: 25px 0 0;
        letter-spacing: 0.5px;
    }

    .middledata h1 a
    {
        font-size: 30px;
        line-height: 45px;
        font-weight: 300;
        color: #fdb813;
    }


    .freequotemain
    {
        background: rgba(0,0,0,0.5);
        float: right;
        border-radius: 10px;
        width: 260px;
        margin: 15px 2% 45px;
        padding: 0 2%;
        position: relative;
    }


    .freequotemain table
    {
        width: 100%;
        float: left;
        margin: 0 0 15px;
    }

    .aboutdata
    {
        width: 42%;
        float: left;
        background: rgba(255,255,255,0.7);
        margin: 15px 2% 0;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .freequotemain table td input[type='text']
    {
        width: 90%;
        padding: 6px 5%;
        margin-bottom: 8px;
        border-radius: 9px;
    }

    .freequotemain table td textarea
    {
        width: 90%;
        padding: 6px 5%;
        margin-bottom: 8px;
        border-radius: 9px;
    }

    .freequotemain table td select
    {
        width: 100%;
        padding: 6px 5%;
        margin-bottom: 8px;
        border-radius: 9px;
    }


    .icon
    {
        right: 11px;
        top: 13px;
    }

    .submitbtn
    {
        width: 100%;
        margin: 5px auto 0;
    }
    .freequotemain h1
    {
        font-size: 25px;
    }


    .middledatainside
    {
        width: 770px;
        float: none;
        padding: 0;
        margin: 10px auto;
        display: table;
    }

    .middledatainside li
    {
        width: 20%;
        float: left;
        margin: 0 0 25px 0;
        padding: 1%;
        list-style-type: none;
    }



    .middledatainside li:nth-child(1)
    {
        background-image: url(../assets/1.jpg);
        background-size: 155px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 90px 0 75px 0;
    }


    .middledatainside li:nth-child(2)
    {
        background-image: url(../assets/2.jpg);
        background-size: 155px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 90px 0 75px 0;
    }

    .middledatainside li:nth-child(3)
    {
        background-image: url(../assets/4.jpg);
        background-size: 155px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 90px 0 75px 0;
    }


    .middledatainside li:nth-child(4)
    {
        background-image: url(../assets/3.jpg);
        background-size: 155px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 90px 0 75px 0;
    }

    .middledatainside li:nth-child(5)
    {
        background-image: url(../assets/5.jpg);
        background-size: 155px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 90px 0 75px 0;
    }


    .middledatainside li p
    {
        width: 100%;
        float: left;
        margin: 0 0;
        font-size: 17px;
        font-weight: 400;
    }

    h2
    {
        font-size: 19px;
        line-height: 26px;
    }


    .whatclientssay p
    {
        width: 94%;
        display: table;
        font-size: 18px;
        font-weight: 500;
        margin: 20px 3%;
        padding: 0;
        line-height: 26px;
        text-align: center;
    }

    .footelogoheader
    {
        width: 96%;
        margin: 40px 2% 30px;
        font-size: 23px;
    }

    .companylogo
    {
        width: 100%;
    }

    .companylogo li img
    {
        width: 724px;
    }

    .footer h2
    {
        width: 100%;
    }

    .footer p
    {
        width: 96%;
        margin: 0 2%;
    }

    .mobilenone
    {
        display: table;
    }

    .desktopnone
    {
        display: none;
    }



}


@media only screen and (min-width:1001px) and (max-width:1200px)
{
    body
    {
        font-family: 'Roboto' , sans-serif;
        font-size: 18px;
        background-color: #fff;
        color: #000;
        font-weight: 400;
        margin: 0;
        padding: 0;
    }


    .container
    {
        width: 100%;
        margin: 0 auto;
        display: table;
        position: relative;
    }


    .logo
    {
        width: 210px;
        float: left;
    }

    .logo img
    {
        width: 200px;
        float: none;
        margin: 0 auto;
        display: table;
    }

    .callright
    {
        width: 215px;
        float: right;
        margin: 6px 0;
    }

    .callright p
    {
        width: 100%;
        margin: 0 0 10px 0;
        float: right;
        color: #fdb813;
        font-size: 19px;
        font-weight: 500;
        line-height: 30px;
        text-align: center;
    }

    .callright p a
    {
        color: #000;
        font-size: 22px;
        float: right;
        width: 100%;
    }

    .banner
    {
        height: 100%;
    }


    h1
    {
        font-size: 35px;
        line-height: 43px;
        font-weight: 300;
        color: #000;
        text-align: left;
        border-left: 2px solid #fff;
        padding: 10px 0 10px 2%;
        margin: 20px 0 0px 4px;
        width: 325px;
        float: left;
    }


    .middledata h1
    {
        width: 98%;
        float: left;
        font-size: 30px;
        line-height: 45px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        border: 0px solid #333;
        margin: 25px 0 0;
        letter-spacing: 0.5px;
    }

    .middledata h1 a
    {
        font-size: 30px;
        line-height: 45px;
        font-weight: 300;
        color: #fdb813;
    }


    .freequotemain
    {
        background: rgba(0,0,0,0.5);
        float: right;
        border-radius: 10px;
        width: 260px;
        margin: 15px 2% 45px;
        padding: 0 2%;
        position: relative;
    }


    .freequotemain table
    {
        width: 100%;
        float: left;
        margin: 0 0 15px;
    }

    .aboutdata
    {
        width: 42%;
        float: left;
        background: rgba(255,255,255,0.7);
        margin: 15px 2% 0;
        padding: 2%;
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .freequotemain table td input[type='text']
    {
        width: 90%;
        padding: 6px 5%;
        margin-bottom: 8px;
        border-radius: 9px;
    }

    .freequotemain table td textarea
    {
        width: 90%;
        padding: 6px 5%;
        margin-bottom: 8px;
        border-radius: 9px;
    }

    .freequotemain table td select
    {
        width: 100%;
        padding: 6px 5%;
        margin-bottom: 8px;
        border-radius: 9px;
    }


    .icon
    {
        right: 11px;
        top: 13px;
    }

    .submitbtn
    {
        width: 100%;
        margin: 5px auto 0;
    }
    .freequotemain h1
    {
        font-size: 25px;
    }


    .middledatainside
    {
        width: 980px;
        float: none;
        padding: 0;
        margin: 10px auto;
        display: table;
    }

    .middledatainside li
    {
        width: 20%;
        float: left;
        margin: 0 0 25px 0;
        padding: 1%;
        list-style-type: none;
    }



    .middledatainside li:nth-child(1)
    {
        background-image: url(../assets/1.jpg);
        background-size: 195px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 95px 0;
    }


    .middledatainside li:nth-child(2)
    {
        background-image: url(../assets/2.jpg);
        background-size: 195px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 95px 0;
    }

    .middledatainside li:nth-child(3)
    {
        background-image: url(../assets/4.jpg);
        background-size: 195px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 95px 0;
    }


    .middledatainside li:nth-child(4)
    {
        background-image: url(../assets/3.jpg);
        background-size: 195px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 95px 0;
    }

    .middledatainside li:nth-child(5)
    {
        background-image: url(../assets/5.jpg);
        background-size: 195px;
        background-position: center top;
        background-repeat: no-repeat;
        padding: 95px 0;
    }


    .middledatainside li p
    {
        width: 90%;
        float: left;
        margin: 0 10% 0 0;
        font-size: 17px;
        font-weight: 500;
    }

    h2
    {
        font-size: 19px;
        line-height: 26px;
    }


    .whatclientssay p
    {
        width: 94%;
        display: table;
        font-size: 18px;
        font-weight: 500;
        margin: 20px 3%;
        padding: 0;
        line-height: 26px;
        text-align: center;
    }

    .footelogoheader
    {
        width: 96%;
        margin: 40px 2% 30px;
        font-size: 23px;
    }

    .companylogo
    {
        width: 100%;
    }

    .companylogo li img
    {
        width: 724px;
    }

    .footer a
    {
        width: 100%;
    }

    .footer p
    {
        width: 96%;
        margin: 0 2%;
    }

    .mobilenone
    {
        display: table;
    }

    .desktopnone
    {
        display: none;
    }





}
