/* header{
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.4);
    float: left;
    width: 100%;
} */
header{border-bottom: 1px solid #ccc; background: #fff;}
	
.container1 {
    width: 1147px;
    padding: 0 15px;
    margin: 0 auto;
}
p{
    margin: 0px;
}
	.header_cont{
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
	.logo_cnt{
	    display: flex;
	    align-items: center;
	}
	.logo_cnt .logo{
		display: flex;
	    margin-right: 10px;
	    border-right: 1px solid #ccc;
	    padding-right: 20px;
	}
	.logo_liner p, .logo_liner span {
	    color: #005696;
	    font-weight: bold;
	    display: flex;
	    /* font-family: 'open-sans regular'; */
	    font-family: 'Montserrat', sans-serif;
	    font-size: 14px;
	}
	.logo_liner span{
	    font-size: 11px;
	    display: flex;
	    padding-top: 9px;
	    font-weight: bold;
	}
        .form_section{width: 60%; margin: 40px auto; background: #fff; box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.2); padding: 20px; border-radius: 2px;} 
        .form_group{display: flex; justify-content: center; flex-wrap: wrap; align-items: center;}
        .form_group h5{text-align: center; font-weight: 600; font-size: 18px; border-bottom: 1px solid #959595; padding-bottom: 10px; margin-bottom: 20px;}
        .form_input{margin-bottom: 15px;}

        input[type="text"]{font: 15px/24px 'Muli', sans-serif; color: #333; width: 100%; box-sizing: border-box; letter-spacing: 1px;}
        .effect-1, .effect-2, .effect-3{border: 0; padding: 7px 0; border-bottom: 1px solid #ccc;}

        .effect-1 ~ .focus-border{position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background-color: #4caf50; transition: 0.4s;}
        .effect-1:focus ~ .focus-border{width: 100%; transition: 0.4s;}

        .effect-2 ~ .focus-border{position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background-color: #4caf50; transition: 0.4s;}
        .effect-2:focus ~ .focus-border{width: 100%; transition: 0.4s; left: 0;}
        :focus{outline: none;}

        .BUTTON_GAS {
        background: #3D94F6;
        background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
        background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
        background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
        background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
        background-image: linear-gradient(to bottom, #3D94F6, #1E62D0);
        -webkit-border-radius:5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        color: #FFFFFF;
        /* font-family: Open Sans; */
        font-size: 16px;
        font-weight: 100;
        padding: 6px 15px;
        box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.6);
        -webkit-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.6);
        -moz-box-shadow: 1px 1px 6px 0px rgba(0,0,0,0.6);
        text-shadow: 1px 1px 20px #000000;
        border: solid #337FED 1px;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        }
        .btn_cstom img{width: 15%; margin-right: 10px;}
        .btn_cstom{padding: 6px 0; box-shadow:unset; text-shadow: none;}
        .bttn_stack{display: flex; justify-content: flex-end;}
        .bttn_stack input[type=reset]{margin-right: 10px;}
        .BUTTON_GAS img{width: 20%; margin-right: 10px;}

        .BUTTON_GAS:hover {
        border: solid #337FED 1px;
        background: #1E62D0;
        background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
        background-image: linear-gradient(to bottom, #1E62D0, #3D94F6);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
        }

        @media only screen and (max-width: 767px){
            .form_input img{width: 100%;}
            .btn_cstom{float: right; margin-top: 10px;}
            .BUTTON_GAS img{width: 16%;}
            .form_section{width: 100%;}
            .logo_liner p{ font-size: 14px;}
            .quick_payCont .row{margin-right: 0px; margin-left: 0px;}
        }

        @media only screen and (max-width: 480px){
            .form_section{margin: 40px 15px;}
            .header_logo{display: block; text-align: center;}
            .header_logo img{margin: 0 auto;}
            .logo_liner p{ font-size: 11px;}
            .container{
		        max-width: 100%;
		    }
        }