@media only screen and (min-width: 1280px){
.container {
    width: 1280px !important;
}
}
.landing_page.content{
  width:70%;
  margin:0 auto;
}
.landing_page .logo {
    padding: 40px 0px 10px;
}
.landing_page .heading{
  font-size: 36px;
  font-weight: bold;
  color: #334150;
  margin: 30px 0px;
}
.landing_page .subHeading{
  font-size: 22px;
  font-weight: normal;
  color: #7f8fa4;
  max-width:35%;
  margin:20px auto;
}
.countryImage{
   display:inline-block;
   padding:10px 15px;
}
.countryImage .flagImage{
  border:1px solid #7f8fa4;
  border-radius:100%;
  padding:7px;
  cursor: pointer;
  text-align: center;
}
.countryImage input[type=radio]{
  display:none;
}
.countryImage input[type=radio]:checked + label .flagImage{
  border:2px solid #f3515c;
}
.countryImage input[type=radio]:checked + label .countryName{
  color: #f3515c;
}
.countryImage .countryName {
    font-size: 17px;
    font-weight: normal;
    letter-spacing: normal;
    text-align: center;
    color: #334150;
    margin-top: 15px;
}
.language_select{
  margin:30px 0px 20px;
}
.selectDiv {
  position: relative;
  width:30%;
  margin:10px auto;
}
.selectDiv select.form-control{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  border-radius: 5px;
  border: solid 1px #e1e8ee;
  box-shadow:none !important;
  height:36px;
}
.selectDiv:after {
    content: '<>';
    font: 16px "Consolas", monospace;
    color: rgba(255, 255, 255, 0);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 0px;
    top: 0px;
    padding: 8px 6px 6px 8px;
    border-bottom: 1px solid #e1e8ee;
    position: absolute;
    pointer-events: none;
    width: 33px;
    height: 34px;
    color: #7f8fa4;
}
.language_select label {
    font-size: 18px;
    font-weight: normal;
    color: #7f8fa4;
}
.proceed_btn .btn{
  width: 286px;
  height: 46px;
  margin: 30px 10px 10px 15px;
   border-radius: 5px;
  vertical-align:middle;
  background-color: #f3515c;
  border-color:#f3515c;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 2.3;
}
.proceed_btn  .btn:active:focus, .proceed_btn  .btn:focus {
    outline: 0px;
    box-shadow: none !important;
}
.proceed_btn  .btn:hover, .proceed_btn  .btn:focus {
  background-color: #f3515c;
  border-color:#f3515c;
  color:#fff;
}
