
/*----------------------------------RESPONSIVE--------------------------------------------*/
@media only screen
and (max-width : 1366px) {


    #offer{
        width:214px;
        height:214px;
    }

    #offer img{
        width:214px;
        height:214px;
    }

    .main_wrapper {
        width: 70%;
    }


    #main_content{
        font-size:12px !important;
        padding:33px 0px 33px 0px;
    }


    textarea{
        height:86px;
    }

    #map{
        height:228px;
        margin-top:22px;
    }

    #map iframe{
        width:214px;
        height:214px;
    }
    #header_content_two{
        display: none;
    }
    #header_content_two p{
        display: none;
    }
}
@media only screen and (max-width: 1600px) {
    #offer{
        width:214px;
        height:214px;
    }

    #offer img{
        width:214px;
        height:214px;
    }

    .main_wrapper {
        width: 70%;
    }


    #main_content{
        font-size:12px !important;
        padding:33px 0px 33px 0px;
    }


    textarea{
        height:86px;
    }

    #map{
        height:228px;
        margin-top:22px;
    }

    #map iframe{
        width:214px;
        height:214px;
    }
    #header_content_two{
        display: none;
    }
    #header_content_two p{
        display: none;
    }

}


@media only screen and (max-width: 1466px) {
    #offer{
        width:214px;
        height:214px;
    }

    #offer img{
        width:214px;
        height:214px;
    }

    .main_wrapper {
        width: 70%;
    }


    #main_content{
        font-size:12px !important;
        padding:33px 0px 33px 0px;
    }


    textarea{
        height:86px;
    }

    #map{
        height:228px;
        margin-top:22px;
    }

    #map iframe{
        width:214px;
        height:214px;
    }
    #header_content_two{
        display: none;
    }
    #header_content_two p{
        display: none;
    }

}

@media only screen and (max-width: 980px) {
    #offer{
        width:214px;
        height:214px;
    }

    #offer img{
        width:214px;
        height:214px;
    }

    .main_wrapper {
        width: 70%;
    }


    #main_content{
        font-size:12px !important;
        padding:33px 0px 33px 0px;
    }


    textarea{
        height:86px;
    }

    #map{
        height:228px;
        margin-top:22px;
    }

    #map iframe{
        width:214px;
        height:214px;
    }
    #header_content_two{
        display: none;
    }
    #header_content_two p{
        display: none;
    }

}

@media only screen and (max-width: 1200px) {
    #offer{
        width:214px;
        height:214px;
    }

    #offer img{
        width:214px;
        height:214px;
    }

    .main_wrapper {
        width: 70%;
    }


    #main_content{
        font-size:12px !important;
        padding:33px 0px 33px 0px;
    }


    textarea{
        height:86px;
    }

    #map{
        height:228px;
        margin-top:22px;
    }

    #map iframe{
        width:214px;
        height:214px;
    }
    #header_content_two{
        display: none;
    }
    #header_content_two p{
        display: none;
    }

}

@media only screen and (max-width: 1024px) {
    #offer{
        width:214px;
        height:214px;
    }

    #offer img{
        width:214px;
        height:214px;
    }

    .main_wrapper {
        width: 70%;
    }


    #main_content{
        font-size:12px !important;
        padding:33px 0px 33px 0px;
    }


    textarea{
        height:86px;
    }

    #map{
        height:228px;
        margin-top:22px;
    }

    #map iframe{
        width:214px;
        height:214px;
    }
    #header_content_two{
        display: none;
    }
    #header_content_two p{
        display: none;
    }

}

@media only screen and (max-width: 768px) {
     #offer{
        width:214px;
        height:214px;
    }

    #offer img{
        width:214px;
        height:214px;
    }

    .main_wrapper {
        width: 70%;
    }


    #main_content{
        font-size:12px !important;
        padding:33px 0px 33px 0px;
    }


    textarea{
        height:86px;
    }

    #map{
        height:228px;
        margin-top:22px;
    }

    #map iframe{
        width:214px;
        height:214px;
    }
    #header_content_two{
        display: none;
    }
    #header_content_two p{
        display: none;
    }

}


/* start of new responsive section*/

@media (min-width: 321px) and (max-width: 767px) {
    /* #offer{
        width:214px;
        height:214px;
    }

    #offer img{
        width:214px;
        height:214px;
    }*/


    #main_content{
        font-size:12px !important;
        padding:33px 0px 33px 0px;
    }


    textarea{
        height:86px;
    }

    #map{
        height:228px;
        margin-top:22px;
        display: none;
    }

    #map iframe{
        width:214px;
        height:214px;
    }


    .main{
        width:100%;
        padding-left:0px;
        padding-right:0px;
        padding-top:0px;

    }

    .main_wrapper{
        width:100%;
        margin: 0 auto;
    }

    .header{
        width:100%;
        margin:0 auto;
    }

    #logo{
        height:auto;

        width:100%;
        padding: 0px;
        padding-bottom: 15px;
    }

    #header_content_two{
        background-color:#db1b34;
        height:60px;
        width:94%;
        margin: 0px;
        float: left;
        color:#fff;
        display: block;
        padding: 5px;
    }

    #header_content{
        display: none;
    }
    .contact_wrapper{
        width:92%;
        background-color:#363534;
        float:left;
        margin: 3% 0 0 4%;

    }

    #contact_content{
        width:75%;
        color:#ffffff;
        margin: 17px auto 0 auto;
    }
    .mybr{display: block}
    .mybr2{display: block;height: 60px}

}


/* end new responsive section */

@media only screen and (max-width: 320px) {
    #offer{
        width:214px;
        height:214px;
    }

    #offer img{
        width:214px;
        height:214px;
    }


    #main_content{
        font-size:12px !important;
        padding:33px 0px 33px 0px;
    }


    textarea{
        height:86px;
    }

    #map{
        height:228px;
        margin-top:22px;
        display: none;
    }

    #map iframe{
        width:214px;
        height:214px;
    }
    .main{
        width:100%;
        padding-left:0px;
        padding-right:0px;
        padding-top:0px;

    }

    .main_wrapper{
        width:100%;
        float: none;
        margin: 0 auto;
    }

    .header{
        width:100%;
        margin:0 auto;
    }

    #logo{
        height:auto;
        width:100%;
        padding: 0px;
        padding-bottom: 15px;
    }
    .myclear{width: 15px}

    #header_content_two{
        background-color:#db1b34;
        height:60px;
        width:94%;
        margin: 0px;
        float: left;
        color:#fff;
        display: block;
        padding: 5px;
    }

    #header_content{
        display: none;
    }
    .contact_wrapper{
        width:92%;
        background-color:#363534;
        float:left;
        margin:3% 0 0 4%;

    }

    #contact_content{
        width:75%;
        color:#ffffff;
        margin: 17px auto 0 auto;
    }
    .mybr{display: block}
    .mybr2{display: block;height: 60px}
    .mysmall{font-size: 6px}


}