﻿
@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: 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: 30px;
        line-height: 38px;
        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;
    }


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


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

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

    .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: 90%;
        float: left;
        padding: 0;
        margin: 10px 5%;
    }

    .middledatainside li
    {
        width: 98%;
        float: left;
        margin: 0 0;
        padding: 1%;
        border-bottom: 1px solid rgba(253, 184, 19 ,0.5);
        border-right: 0px solid rgba(253, 184, 19 ,0.5);
        list-style-type: none;
    }

    .middledatainside li p
    {
        width: 350px;
        margin: 0 auto;
    }


    .middledatainside li:nth-child(1)
    {
        background-position: top 40px right 25px;
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .middledatainside li:nth-child(5)
    {
        background-position: top 45px right 5px;
        padding: 30px 1%;
    }


    .middledatainside li:nth-child(6)
    {
        background-position: top 58px right 10px;
    }

    .middledatainside li:nth-child(8)
    {
        width: 98%;
        margin: 0;
    }

    .middledatainside li:nth-child(2)
    {
        background-position: top 40px right 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }



    .middledatainside li:nth-child(3)
    {
        background-position: top 50px right 5px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .middledatainside li:nth-child(4)
    {
        width: 98%;
        margin: 0;
        background-position: top 45px right 5px;
        background-repeat: no-repeat;
        padding-top: 30px 1%;
    }
    .middledatainside li:nth-child(8)
    {
        background-position: top 31px right 13px;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 0px solid #333;
    }


    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: 400px;
    }

    .footer a
    {
        width: 100%;
    }

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

    .mobilenone
    {
        display: none;
    }

    .desktopnone
    {
        display: table;
    }

    #textwidthauto
    {
        float: none;
    }

    .middledatainside li:nth-child(7)
    {
        background-image: url(../assets/7.png);
        background-size: 100px;
        background-position: top 40px right;
        background-repeat: no-repeat;
        padding: 20px 1%;
    }


}




@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
    {
        float: right;
        margin: 25px 0;
    }

    .callright p
    {
        width: 100%;
        margin: 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;
    }

    .banner
    {
        height: 100%;
    }


    h1
    {
        font-size: 30px;
        line-height: 38px;
        font-weight: 300;
        color: #000;
        text-align: left;
        border-left: 2px solid #fff;
        padding: 10px 0 10px 2%;
        margin: 40px 0 0px 4px;
        width: 400px;
        float: left;
    }


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


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

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

    .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: 90%;
        float: left;
        padding: 0;
        margin: 10px 5%;
    }

    .middledatainside li
    {
        width: 98%;
        float: left;
        margin: 0 0;
        padding: 1%;
        border-bottom: 1px solid rgba(253, 184, 19 ,0.5);
        border-right: 0px solid rgba(253, 184, 19 ,0.5);
        list-style-type: none;
    }

    .middledatainside li p
    {
        width: 451px;
        margin: 0 auto;
    }


    .middledatainside li:nth-child(1)
    {
        background-position: top 40px right 40px;
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .middledatainside li:nth-child(5)
    {
        background-position: top 45px right 5px;
        padding: 30px 0;
    }


    .middledatainside li:nth-child(6)
    {
        background-position: top 45px right 0px;
    }

    .middledatainside li:nth-child(8)
    {
        width: 98%;
        margin: 0;
    }

    .middledatainside li:nth-child(2)
    {
        background-position: top 40px right 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }



    .middledatainside li:nth-child(3)
    {
        background-position: top 50px right 5px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .middledatainside li:nth-child(4)
    {
        width: 98%;
        margin: 0;
        background-position: top 45px right 5px;
        background-repeat: no-repeat;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .middledatainside li:nth-child(8)
    {
        background-position: top 31px right 13px;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 0px solid #333;
    }


    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: 400px;
    }

    .footer a
    {
        width: 100%;
    }

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

    .mobilenone
    {
        display: none;
    }

    .desktopnone
    {
        display: table;
    }

    #textwidthauto
    {
        float: none;
    }

    .middledatainside li:nth-child(7)
    {
        background-image: url(../assets/7.png);
        background-size: 100px;
        background-position: top 40px right;
        background-repeat: no-repeat;
        padding: 35px 0;
    }

}


@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
    {
        float: right;
        margin: 25px 0;
    }

    .callright p
    {
        width: 100%;
        margin: 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;
    }

    .banner
    {
        height: 100%;
    }


    h1
    {
        font-size: 30px;
        line-height: 38px;
        font-weight: 300;
        color: #000;
        text-align: left;
        border-left: 2px solid #fff;
        padding: 10px 0 10px 2%;
        margin: 115px 0 0px 45px;
        width: 400px;
        float: left;
    }


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


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

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

    .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: 90%;
        float: left;
        padding: 0;
        margin: 10px 5%;
    }

    .middledatainside li
    {
        width: 98%;
        float: left;
        margin: 0 0;
        padding: 1%;
        border-bottom: 1px solid rgba(253, 184, 19 ,0.5);
        border-right: 0px solid rgba(253, 184, 19 ,0.5);
        list-style-type: none;
    }

    .middledatainside li p
    {
        width: 451px;
        margin: 0 auto;
    }


    .middledatainside li:nth-child(1)
    {
        background-position: top 40px right 40px;
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .middledatainside li:nth-child(5)
    {
        background-position: top 45px right 5px;
        padding: 30px 0;
    }


    .middledatainside li:nth-child(6)
    {
        background-position: top 45px right 0px;
    }

    .middledatainside li:nth-child(8)
    {
        width: 98%;
        margin: 0;
    }

    .middledatainside li:nth-child(2)
    {
        background-position: top 40px right 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }



    .middledatainside li:nth-child(3)
    {
        background-position: top 50px right 5px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .middledatainside li:nth-child(4)
    {
        width: 98%;
        margin: 0;
        background-position: top 45px right 5px;
        background-repeat: no-repeat;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .middledatainside li:nth-child(8)
    {
        background-position: top 31px right 13px;
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 0px solid #333;
    }


    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: 400px;
    }

    .footer a
    {
        width: 100%;
    }

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

    .mobilenone
    {
        display: none;
    }

    .desktopnone
    {
        display: table;
    }

    #textwidthauto
    {
        float: none;
    }

    .middledatainside li:nth-child(7)
    {
        background-image: url(../assets/7.png);
        background-size: 100px;
        background-position: top 40px right;
        background-repeat: no-repeat;
        padding: 35px 0;
    }

}
