 @import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

 .fonts{
       font-family: 'Raleway' !important;
}
.answer {
              padding-top: 5px;
              padding-bottom: 5px;
        }
       
        .answer-li {
            padding-top: 5px;
            padding-bottom: 5px;
        }

   

@media  screen  and (max-width : 769px) {
             .logo{
                padding: 12px 20px !important;
               }
	       .container-fluid-block,.container-fluid-col{
			padding: 0px !important;
		}
        }

@media  screen  and (min-width : 769px) {
             .logo{
                padding: 12px !important;
                margin-left: 10px;
               }
        }

