@media(max-width: 1199px){
  :root {
    font-size: 14px;
    line-height:20px;
  }
}

@media(min-width: 1200px){
  :root {
    font-size: 17px;
    line-height:22px;
  }
}

@media(min-width: 1600px){
  :root {
    font-size: 20px;
    line-height:24px;
  }
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display:fallback;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display:fallback;
}


@font-face {
    font-family: 'microgrammadeebolextregular';
    src: url('../fonts/me25096d-webfont.woff2') format('woff2'),
         url('../fonts/me25096d-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:fallback;
}
@font-face {
    font-family: 'microgrammadmedextregular';
    src: url('../fonts/microgme-webfont.woff2') format('woff2'),
         url('../fonts/microgme-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:fallback;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?waxf02');
  src:  url('../fonts/icomoon.eot?waxf02#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?waxf02') format('truetype'),
    url('../fonts/icomoon.woff?waxf02') format('woff'),
    url('../fonts/icomoon.svg?waxf02#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display:fallback;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mobile:before {
  content: "\e900";
}
.icon-user:before {
  content: "\e901";
}
.icon-arrow-btm:before {
  content: "\e903";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-bell:before {
  content: "\e906";
}
.icon-check:before {
  content: "\e908";
}
.icon-cross:before {
  content: "\e909";
}
.icon-delete:before {
  content: "\e90a";
}
.icon-download:before {
  content: "\e90b";
}
.icon-edit:before {
  content: "\e90c";
}
.icon-eye:before {
  content: "\e90d";
}
.icon-search:before {
  content: "\e90f";
}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, body, div, fieldset, font, footer, form, h1, h2, h3, h4, h5, h6, header, html, img, label, li, nav, ol, p, section, select, span, strong, table, tbody, td, th, thead, tr, ul {
  outline: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html, body{height: 100%;}

body{padding: 0; margin: 0;font-family: 'Helvetica'; font-weight: 300;font-size: inherit; line-height: inherit; color: #00559f;}

ul, li{list-style-type: none;}

a{text-decoration: none !important; color: inherit;}

h1{font-size: 1.95rem; color: #00559f;}

h2{font-size: 1.95rem; color: #00559f;}

h3{font-size: 1.5rem; color: #00559f;}

h5{font-size: 1rem;}

.img_responsive{max-width: 100%;}

.extra-padding-top-30{padding-top: 20px;}

.extra-padding-bottom-30{padding-bottom: 20px;}

.extra-margin-top-30{margin-top: 20px;}

.extra-margin-bottom-30{margin-bottom: 20px;}

.extra-padding-top-15{padding-top: 15px;}

.extra-padding-bottom-15{padding-bottom: 15px;}

.form-control{border-width: 1px;
  border-color: rgb(172, 225, 249);
  border-style: solid;
  border-radius: 4px;
  background-color: rgba(255, 255, 255);
  box-shadow: 0px 0px 4px #eeeeee;
  height: 50px;
  color: #13457f;
  padding-left: 15px; padding-right: 15px;}

.form-control:focus{border-width: 1px;
  border-color: rgb(172, 225, 249);
  border-style: solid;
  background-color: rgba(255, 255, 255);
  box-shadow: 0px 0px 4px #eeeeee;}

label{margin-bottom: 7px; color: #929296;}

a.btn_primary{line-height: 48px;}

.btn_primary{border-radius: 5px; color: #fff; cursor: pointer; position: relative; overflow: hidden; cursor: pointer; display: block; text-align: center;
  background-color: #13457f; height: 50px; box-shadow: 0 0 5px rgba(0,0,0,0.22); border:0; font-size: 0.83rem; font-weight: 600; text-transform: uppercase;}

.btn_primary:before, .btn_primary:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-top: 32px solid #0a3d79;
  border-bottom: 32px solid #0a3d79;
}
.btn_primary:before {
  border-right: 32px solid transparent;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.btn_primary:after {
  border-left: 32px solid transparent;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.btn_primary:hover {
  color: #fff;
}
.btn_primary:hover:before {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}
.btn_primary:hover:after {
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}

.btn_primary span{position: relative; z-index: 99;}


.clear{clear: both;}

.bold{font-weight: bold;}

.btn_full_width{width: 100%;}

button:focus{outline: none;}

.form-control{font-size: 1rem;}

input:-webkit-autofill {
   -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000;
}

textarea{resize: none;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #13457f !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #13457f !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #13457f !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #13457f !important;
}

.blue_color{color: #13457f}

.defaul_color{color: #333;}

.btn_max_width{max-width: 170px;}

.uppercase{text-transform: uppercase;}


 .slick-slide img {
      max-width: 100%;
    }
  
.slick-slide{
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  opacity: 0.7;
  transform: scale(0.85);
  transition: all 0.3s;
  filter: blur(3px) grayscale(7%);
}

.slide_inner{padding-left:30px; padding-right:30px;border-radius: 5px;background-color: #fff; box-shadow: 8px 8px 20px 4px rgba(0, 0, 0, 0.27); border-bottom: 10px solid #004ba3; min-height:600px;/*display: -ms-flexbox; display: -webkit-flex; display: flex;*/ align-items: center;}

.banner_slider .slick-center{
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  opacity: 1;
  transform: scale(0.9);
  filter: blur(0) grayscale(0%);
}

#banner{background:url(../images/bg-body.jpg) center top no-repeat fixed; text-align:center; background-size: cover; padding:30px 15px;height: 100vh; min-height: 100vh;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

#banner_inner{background:url(../images/bg-body.jpg) center bottom no-repeat fixed; padding:15px 0;height: 650px;}

.banner_text{color:#fff; text-align: center;}

.banner_text h2{color:#fff;}

.banner_text p{font-size: 1.95rem; line-height: 1.95rem;}

.welcome_text p{font-size: 1.95rem; line-height: 1.95rem;}

.banner_text p{font-size: 1.9rem; line-height: 2rem;}

.tips_for{width: 100%; align-self: flex-end; padding-bottom: 25px;text-align: center;}

.welcome_text{width: 100%;align-self: flex-end;}

.tips_for h2{font-family: 'microgrammadmedextregular';}

.tips_for p{font-family: 'microgrammadeebolextregular';}

.tips_for img{margin-top: 50px;}

#banner_inner .tips_for img{margin-top: 30px;}

#banner_inner .tips_for{padding-top: 15px; padding-bottom: 0px;}

.login_name{text-align: center;width: 100%; padding-top: 10px;}

.login_name h3{color: #fff; font-size: 1.3rem;}

.login_name span{font-weight: 400;}

.login_box{max-width: 460px; margin:auto; border-radius: 5px;background-color: rgba(255, 255, 255, 0.6); box-shadow: 0px 0px 19.11px 1.89px rgba(0, 0, 0, 0.33); padding:30px 20px;}

.form-control, .form-control:focus{border-width: 1px; border-color: rgb(255, 255, 255); border-style: solid; border-radius: 5px; background-color: rgba(255, 255, 255, 0.5);box-shadow: none;} 

.login_box .form-control{border-right: 0; font-size: 0.83rem;color: #13457f;}

.input-group-text{background-color: rgba(255, 255, 255, 0.5);border:1px solid #fff;border-left: 0; border-bottom-right-radius: 5px !important; border-top-right-radius: 5px !important;}

.login_box .input-group{margin-bottom: 20px;}

.input-group-text{font-size: 0.83rem;}

.input-group-text a{color: #13457f;}

.login_box .btn_primary{margin-top: 35px;}

.slide_inner p{color: #333333; font-size: 1rem !important; margin-top: 15px;}

.slide_row{text-align: left;
  display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-top: 30px;
width: 100%;}

.quiz_points{width: 100%;}

.img_left_slide1{float: left; width: 35%; align-self: end; center; padding-left: 15px; padding-right: 15px;}

.content_slider{float: left; width: calc(100% - 35%); align-self: center; padding-left: 15px; padding-right: 15px;}

.normal_points{/*display: inline-block; padding-right: 30px;*/ padding-left: 30px;position: relative;}

.normal_points li:first-child:before{content: "“";color: #ee0000;display: inline-block;font-size: 2.5rem;float: left;margin-left: -30px;}

.normal_points li:last-child:after{content: "”"; vertical-align: middle;vertical-align: -webkit-baseline-middle;color: #ee0000;display: inline-block;font-size: 2.5rem;vertical-align: -moz-middle-with-baseline;margin-left: 10px;}

.normal_points li{font-size: 1.2rem; line-height: 1.5rem; margin-bottom: 15px;}

.normal_points li:last-child{margin-bottom: 0;}

.content_box{background-color: #e8e8e8; box-shadow: 6.364px 6.364px 8.1px 0.9px rgba(0, 0, 0, 0.11); color: #00559f;border-bottom-left-radius: 15px; border-top-right-radius: 15px; padding: 25px;z-index: 2;  position: relative;}

/*.body_btm_bdr{border-bottom: 25px solid #001f79; min-height: 100%;}*/

.bg_slide2{background: url(../images/img-slide2.jpg) #fff left bottom no-repeat; background-size: contain;display: flex; align-items: center;}

.content_slider2{float: right; max-width: 72%;}

.content_slider_listen{float: left; width: calc(100% - 30%);}

.img_left_listen{float: left; width: 30%;}

.listening_ff_row{display: flex; align-items: center;}

.listening_des{color: #333}

.ff_listening{display: flex;align-items: center;padding-right: 20px; font-size: 1.2rem; font-weight: bold; white-space: nowrap;}

.short_name{display: inline-block; background-color: #00559f;box-shadow: 2.8px 2.8px 9px 1px rgba(0, 0, 0, 0.11); width: 2.5rem; height: 2.5rem; text-align: center; line-height: 2.4rem;font-size: 1.5rem; color: #fff; font-weight: bold;border-bottom-left-radius: 1rem; border-top-right-radius: 1rem;margin-right: 5px; text-transform: uppercase;}

.content_slider_listen .content_box{padding: 5px;}

.img_left_listen{align-self:flex-end;}

.content_whyus{padding:15px;}

.content_whyus p{margin-top: 0; padding-left: 10px;}

.content_whyus p::before {content: "-";margin-left: -10px; margin-right: 4px;}

.custom_row{margin-left: -30px; margin-right: -30px;}

.custom_col{padding-left: 30px; padding-right: 30px;}

.does_col{border: 3px solid #39b54a;}

.dont_col{border: 3px solid #ed1c24;}

.dont_does_col{padding: 40px 20px; position: relative; margin-top: 30px;}

.does_icon{border: 3px solid #39b54a; color: #39b54a;}

.dont_does_icon{position: absolute;top: -1.6rem;left: 0;right: 0;text-align: center;width: 3.2rem;margin: auto;background: #fff;height: 3.2rem;border-radius: 50%; font-size: 1.5rem;align-items: center;justify-content: center;display: flex;}

.dont_icon{border: 3px solid #ed1c24; color: #ed1c24;}

.does_col p{padding-left: 10px;}

.does_col p::before {content: "-";margin-left: -10px; margin-right: 4px;}

.dont_col p{padding-left: 10px;}

.dont_col p::before {content: "-";margin-left: -10px; margin-right: 4px;}

.dont_does_col p{font-size: 1.1rem !important; line-height: 1.4rem;}

.quiz_points li{/*margin-left:2rem;*/ font-size: 1.2rem;}

/*.quiz_points li::before {
  counter-increment: section;                                      
  content: "0" counters(section, ".") ". ";  
  margin-left: -2rem;
}*/

.quiz_row .content_box{padding: 15px;}

.custom-control-label::before {
    position: absolute;
    top: 4px;
    left: -23.5px;
    display: block;
    width: 18px;
    height: 18px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: 1px solid #8f8c8c;
}

.custom-control-label::after {
    position: absolute;
    top: 3.7px;
    left: -23.5px;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-control-label{color: #333;}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00559f;
    background-color: #00559f;
}

/*.quiz_content {
    white-space: nowrap;
    width: 100%;
    overflow-x: hidden;
}*/

/*.quiz_row {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    width: 100%;
}*/

.quiz_points li{white-space: normal;}

.full_width{width: 100%;}

.mobile_only{display: none;}

.first_slide{display: inline-block;}

.right_wrong_ans{display: flex; align-items: center;padding-left: 2rem;}

.right_wrong_ans span{width: 2.4rem; height: 2.4rem; border-radius: 50%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; justify-content: center; color: #fff;font-size: 1.5rem;}

.right_wrong_ans span i{line-height: 0;}

.right_ans_text, .wrong_ans_text{width: calc(100% - 2.4rem); padding-left: 10px;}

.right_icon{background-color: #39b54a;}

.wrong_icon{background-color: #ef4036;}

.right_wrong_ans h3, .right_wrong_ans h5{font-size: 1.2rem !important; color: #333}

.right_ans_text h3{color: #39b54a;}

.wrong_ans_text h3{color: #bf2020;}

.quiz_row h6{color: #333;}

.thanks h4{font-size: 3rem; margin-bottom: 15px;}

.thanks h5{font-size: 1.2rem}

.thanks .btn_primary{margin-top: 40px; text-align: center; margin-left: auto; margin-right: auto;}

#thankyou .content_slider_listen, #oops .content_slider_listen{width: 100%;}

.thankyou_row .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.modal-backdrop.show {
    opacity: .95;
}
.modal-backdrop{background-color: #fff;}

.close{position: absolute; right: -25px; top: -25px; font-size: 1.2rem; opacity: 1;}

.modal-content{position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(236, 236, 236);
border-radius: .3rem;
outline: 0;
box-shadow: 0 0 8px rgba(236, 236, 236);
}

.modal-content .modal-title{font-weight: bold; padding-left: 30px; padding-top: 20px;}

.modal-body{padding: 30px;}

.btn_disabled, .btn_disabled:hover{cursor: default; opacity: 0.4;color: #a1b5cc;pointer-events:none;}

.hide{display:none}

.modal-sm{max-width: 360px;}

.icon_oops_failed i{font-size: 3rem; padding: 15px;background: #ef333b;color: #fff;border-radius: 50%;}

@media(max-width: 1199px){
.slide_inner{min-height: inherit !important;}
}

@media(max-width: 767px){
#banner{align-items: center; height: auto;}

#banner .tips_for{align-self: center;padding-bottom: 0; padding-top: 40px;}

h2, h1{font-size: 1.6rem;}

.banner_text p{font-size: 1.4rem; line-height: 1.4rem;}

.welcome_text p{font-size: 1.4rem; line-height: 1.4rem;}

.banner_text p{font-size: 1.4rem; line-height: 1.5rem;}

.welcome_text{padding-top: 60px;}

.tips_for img {
    margin-top: 30px;
    max-height: 24px;
  }

.login_box{max-width: 360px;}

.login_box .form-control{font-size: 1.125rem;}

.input-group-text {
    font-size: 1.125rem;
}

.btn_primary{font-size: 1.125rem;}

}

@media(max-width: 720px){
.img_left_slide1 {
    display: none;
}

.mobile_only{display: block;}

.mobile_only img{max-height: 65px;}

.content_slider{width: 100%; padding-left: 0; padding-right: 0;}

.bg_slide2{background: #fff;}

.content_slider2{max-width: 100%;}

.content_slider_listen{width: 100%;}

.mobile_hide{display: none;}

.thanks{width: 100%;}

.img_left_listen{display: none;}

.slide_row{width: 100%; display: block;}

.slide_inner{padding-bottom: 30px;display: block; padding-left: 15px;  padding-right: 15px;}

#banner_inner .tips_for{padding-bottom: 15px; padding-top: 30px;}

.content_box{padding: 15px;}

#banner_inner .login_name{padding-top: 15px;}

.custom-control-label::before {
    top: 1px;
}

.custom-control-label::after {
    top: 0.8px;
}

#banner_inner{height: 400px; background: url(../images/bg-body.jpg) center 60% no-repeat fixed;}

.modal-body {padding: 15px;}

.close {
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
  }
}

@media(max-width:575px){
.listening_ff_row{display: block;}

.listening_des{margin-top: 10px;}

.dont_does_col{height: auto !important; padding: 20px;}

.first_slide{display: block;}

/*.right_wrong_ans span{width: 1.9rem; height: 1.9rem;font-size: 1.3rem;}*/

.right_ans_text, .wrong_ans_text{width: calc(100% - 1.9rem); padding-left: 10px;}

.thankyou_row .col-sm-6 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;

}

.thankyou_row .col-sm-6.mobile_small{
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;

}

.thankyou_row h4{font-size: 2.2rem;}

.thanks img{max-width: 65%;}

.btn_primary {
    font-size: 1rem;
}

.normal_points{padding-left: 25px;}

.normal_points li:first-child::before{margin-left: -20px;}

#banner_inner .login_name{padding-top: 5px;}

#banner_inner .tips_for img {
    margin-top: 15px;
}
#banner_inner .tips_for {
    padding-bottom: 0px;
    padding-top: 20px;
}

.normal_points li:last-child:after{margin-left: 2px;}
}


@media(min-width: 1600px){
.extra-padding-top-30{padding-top: 30px;}

.extra-padding-bottom-30{padding-bottom: 30px;}

.extra-margin-top-30{margin-top: 30px;}

.extra-margin-bottom-30{margin-bottom: 30px;}

}

.dateof_test{font-size: 16px;
    text-transform: uppercase;
    margin-top: -60px;
    padding-bottom: 30px;
    color: #00559f;
    font-family: 'microgrammadeebolextregular';
}

.thanks h3{font-weight: bold;}


.thanks h4{margin-bottom: 8px;}

.thanks h5.bold{font-weight: bold;margin-bottom: 7px;text-transform: uppercase;font-size: 1.1rem;margin-top: 2px;}