/* CSS Document */
<style type="text/css">
      .col-xs-12{
        padding:0px;
        margin:0px;
      }

      .form_group{
        margin-top:5px;
        padding:0px 20px;
      }
	  
	  .form-oem {
		 width:100%;
		 min-height:30px;  
	  }
	  
      #oem_container {
        font-size: 16px;
        font-family: Century Gothic;

        padding:0px 0px;
      }

      .bg1{
        padding:200px 100px 0 10px;
      }
      .bg2{


        background-color: #b7d9f2;
        padding:50px 0px;
        margin:20px 0px;

        width:100%;
      }



      .bg3{
        margin-top: 50px;
        background:#b7d9f2 url(/oem/images/bg-3.gif) no-repeat;
        height: 666px;
        -moz-background-size: cover;
      
        background-position: 50% 100%;
        padding-top:30px 0 0 30px;
      }
      .bg4{padding:50px 0px;}
      .bg5{}

      .bg6{padding:50px 0px;

        background-color: #84cbe7;
        margin:auto;

      }

      .head_content1{
        /*border :1px solid black;*/
        margin:50px 0 0 90px;
        width:160px;
        text-align:center;
        float:left;
      }
      .content-2{
        margin-top:90px;
      }
      .content-3{
        margin-top:90px;
      }
      .content-4{
        color:white;
        margin-top:120px;
      }
      .content-5{
        color:white;
        margin-top:90px;
      }

      .sub_content1{
        /*border :1px solid black;*/
        margin:80px 0 0 60px;
        width:260px;
        text-align:center;
        float:left;
      }
      .sub_content-2{
        margin-top:60px;
      }
      .sub_content-3{
        margin-top:70px;
      }
      .sub_content-4{
        color:white;
        margin-top:70px;
      }
      .sub_content-5{
        color:white;
        margin-top:70px;
      }

      .sub_head_6{
        padding:30px;
        text-align:center;
      }

      
      .img_process{
        padding:10px;
      }


      .bg2_head{
        clear:both;
        padding:10px 20px;
        border:2px solid black;

        margin:auto;
        text-align:center;
        font-size:20px;
      }


      .btn_info{

          width:90%;
          margin:auto;
          text-align:center;

          font-size:16px;
          padding:10px 0 10px 0;


          text-shadow: 2px 2px #777;



          color:#fff;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4377c3+0,5388cc+50,4377c3+100 */
          background: rgb(67,119,195); /* Old browsers */
          background: -moz-linear-gradient(top, rgba(67,119,195,1) 0%, rgba(83,136,204,1) 50%, rgba(67,119,195,1) 100%); /* FF3.6-15 */
          background: -webkit-linear-gradient(top, rgba(67,119,195,1) 0%,rgba(83,136,204,1) 50%,rgba(67,119,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
          background: linear-gradient(to bottom, rgba(67,119,195,1) 0%,rgba(83,136,204,1) 50%,rgba(67,119,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4377c3', endColorstr='#4377c3',GradientType=0 ); /* IE6-9 */
      }

      @media only screen and (max-device-width: 480px) {
        .bg2{
          padding:50px 0px 0px 0px;
        }
        .bg4{padding:20px 0px;}
      }

    </style>
