div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, header, footer, nav, section, article, figure, aside, dl, dt, dd, fieldset, legend, label, em, strong, span, b, a, img, form, input, br, hr {
    margin: 0px;
    padding: 0px;
}

html, button, input, select, textarea {
    color: #ff6d05;
}

html {
    font-size: 62.5%
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/* google map zoom icon display */
#map img {
    max-width: none;
    vertical-align: inherit;
}

/* google map zoom icon display */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

@-ms-viewport {
    width: device-width;
}

:root {
    --primary-color: #ee4123;
    --primary-dark: #1e4163;
    --accent-color: #e50707;
    --warning-color: #ee4123;
    --link-color: #3e9ddc;
    --header-bg: #f3f5f6;
    --border-color: #eceff0;
    --button-primary: #e50707;
    --button-primary-hover: #2c3e50;
    --button-secondary: #3285bc;
    --button-secondary-hover: #2c3e50;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.clear {
    clear: both;
    font-size: 0.01em;
    height: 0;
}

.after:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

ul, dl {
    list-style: none;
    /*overflow:hidden;*/
    margin: 0;
    padding: 0;
}

ol, li {
    list-style: none;
}

p {
    line-height: 20px;
    padding-bottom: 22px;
    margin: 0;
}

a, input[type=submit], input[type=button], button[type=submit] {
    text-decoration: none;
    transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    color: #595959;
}

a:hover {
    color: #005078;
    text-decoration: none;
}

a:focus, a.select {
    outline: none;
    text-decoration: none;
}

a.opacity {
}

a.opacity:hover {
    opacity: 0.6;
}

input:focus, textarea:focus {
    outline: none;
    text-decoration: none;
}

input[type=text], input[type=password] {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 6px;
    background: #ffffff;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    color: #454545;
    font-family: 'Open Sans', sans-serif;
    -moz-box-shadow: inset 0 1px 4px #c9c9c9;
    -webkit-box-shadow: inset 0 1px 4px #c9c9c9;
    box-shadow: inset 0 1px 4px #c9c9c9;
}

textarea {
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 6px;
    background: #ffffff;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    color: #454545;
    font-family: 'Open Sans', sans-serif;
    padding: 6px 5px;
    -moz-box-shadow: inset 0 1px 4px #c9c9c9;
    -webkit-box-shadow: inset 0 1px 4px #c9c9c9;
    box-shadow: inset 0 1px 4px #c9c9c9;
}

input[type=submit] {
    cursor: pointer;
    text-align: center;
    background: #161733;
    color: #fff217;
    font-size: 13px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    font-family: 'Open Sans', sans-serif;
    width: auto !important;
    display: inline-block;
    padding: 6px 20px;
    border: none;
    text-transform: uppercase;
}

input[type=submit]:hover {
    background: #2b4061;
    color: #ffffff;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

img.abc {
    float: left;
    padding: 5px 18px 10px 0;
}

.main-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 1160px;
}

.wrapper {
    width: 100%;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.header {
    width: 100%;
    height: 90px;
    background: #f3f5f6;
    position: fixed;
    top: 0;
    z-index: 999;
}

.flash-container {

}

.alert {
    margin-top: 20px;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 6px 2px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 6px 2px rgba(0,0,0,0.3);
}

.alert-warning {
    background: var(--accent-color);
    color: #fff;
}

.alert-success {
    background: #005078;
    color: #fff;
}

.banner {
    width: 100%;
    height: 440px;
    background: url(../../img/landing/banner.jpg) no-repeat center;
    background-size: cover;
    padding-top: 100px;
    text-align: center;
    margin-top: 30px;
}

h1 {
    font-size: 50px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #fff;
}

h1 span {
    display: block;
    font-weight: 800;
    font-size: 60px;
}

.banner p {
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
}

a.get-strt {
    font-size: 16px;
    color: #fff;
    font-family: 'Droid Serif', serif;
    font-style: italic;
    background: url(../../img/landing/down-ar.png) no-repeat center top;
    padding-top: 49px;
    display: inline-block;
}

a.get-strt:hover {
    color: #FF9;
}

.login-sec {
    background: var(--accent-color);
    min-height: 165px width : 100 %;
    clear: both;
    padding: 40px 0;
    text-align: center;
}

.login-sec p {
    font-size: 20px;
    color: #fff;
}

.fld {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    margin-right: 15px;
    text-align: left;
}

.fld label {
    padding: 10px 5px 10px 15px;
    display: inline-block;
    position: absolute;
    color: #fff;
}

.fld input {
    background: none;
    font-size: 14px;
    color: #fff;
    box-shadow: none;
    border: 1px solid #fff;
    min-height: 45px;
    max-width: 300px;
    width: 100%;
    padding: 6px 5px 6px 40px;
}

.fld .help-block {
    font-size: 14px;
}

.help-block {
    font-size: 14px;
    color: #f3a529;
}

button[type=submit] {
    min-height: 45px;
    width: 139px;
    padding: 0;
    line-height: 45px;
    background: #005078;
    font-size: 14px;
    text-transform: uppercase;
    background: #005078;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    vertical-align: top;
}

button[type=submit]:hover {
    background: #022536;
}

.sub-lnk {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding-left: 10px;
    padding-top: 8px;
    vertical-align: top;
}

.sub-lnk a {
    color: #fff;
}

.sub-lnk a:hover {
    color: #005078;
}

.sub-lnk.blue-link a {
    color: #005078;
}

.sub-lnk.blue-link a:hover {
    color: #f3a529;
}

.section1 {
    background: url(../../img/landing/section1.jpg) no-repeat top right;
    background-size: cover;
    width: 100%;
    position: relative;
}

.section2 {
    background: url(../../img/landing/section2.jpg) no-repeat top right;
    background-size: cover;
    width: 100%;
}

.section3 {
    background: url(../../img/landing/section3.jpg) no-repeat top right;
    background-size: cover;
    width: 100%;
}

.section4 {
    background: #2f3f4e url(../../img/landing/map.png) center no-repeat;
    width: 100%;
    padding: 80px 0 0px;
    text-align: center;
}

.section5 {
    background: url(../../img/landing/section4.jpg) no-repeat top right;
    background-size: cover;
    width: 100%;
    overflow: hidden;
}

.bltxt.bltxt2 {
    padding: 100px 0 80px;
}

.col-6 {
    width: 55%;
    float: left;
}

.bltxt {
    padding: 130px 0;
}

.bltxt h2 {
    font-size: 50px;
    color: #005078;
    font-weight: 300;
    line-height: 65px;
}

.bltxt h2 span {
    color: #005078;
    display: block;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 10px;
}

.bltxt p {
    font-size: 18px;
    line-height: 24px;
    color: #414243;
    padding-top: 20px;
}

.bltxt a {
    min-height: 45px;
    padding: 0 15px;
    line-height: 45px;
    background: #005078;
    font-size: 14px;
    text-transform: uppercase;
    background: #005078;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    vertical-align: top;
    display: inline-block;
}

.bltxt a:hover {
    background: #022536;
}

.register-txt {
    background: var(--accent-color);
    text-align: center;
    line-height: 100px;
    min-height: 100px;
    font-size: 28px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.right-blk {
    float: right;
}

a.btns {
    min-height: 45px;
    padding: 0 15px;
    line-height: 45px;
    background: #005078;
    font-size: 14px;
    text-transform: uppercase;
    background: #005078;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    vertical-align: top;
    display: inline-block;
}

a.btns:hover {
    background: #022536;
}

.section4 h3 {
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}

.section4 p {
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    color: #dadada;
    line-height: 24px;
}

.accordion, .accordion * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 5px;
}

.accordion {
    overflow: hidden;
    width: 94%;
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    padding: 15px;
    display: inline-block;
    border-bottom: 1px solid #1a1a1a;
    transition: all linear 0.15s;
    font-size: 18px !important;
    color: #085780 !important;
    background: url(../../img/landing/gd.png) repeat !important;
    text-transform: none !important;
    position: relative;
}

.accordion-section-title:after {
    background: url(../../img/landing/rt-ar.png) no-repeat right;
    width: 7px;
    height: 12px;
    content: "";
    position: absolute;
    right: 19px;
    top: 17px
}

.accordion-section-title.active:after {
    background: url(../../img/landing/dn-ar.png) no-repeat right;
    width: 12px;
    height: 7px;
    content: "";
    position: absolute;
    right: 19px;
    top: 17px
}

.accordion-section-title.active, .accordion-section-title:hover {
    background: #4c4c4c;
    /* Type */
    text-decoration: none;
}

.accordion-section:last-child .accordion-section-title {
    border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
    padding: 15px;
    display: none;
    background: url(../../img/landing/gd.png) repeat !important;
    font-size: 16px !important;
    color: #414243;
    border-top: 1px solid #cdd1d5;
    margin-top: 0;
}

.accordion-section-content p {
    font-size: 16px !important;
    color: #414243;
    padding-top: 0;
    padding-bottom: 10px;
}

.open-blk {
    display: block;
}

.footer {
    width: 100%;
    display: block;
    clear: both;
    background: #fff;
}

.footer p {
    color: #414243;
    font-size: 22px;
    text-align: center !important;
    line-height: 80px;
    margin-bottom: 0px;
}

.footer p strong {
    font-weight: 700;
}

.scllink {
    border-top: 1px solid #efefef;
    padding-top: 25px;
    width: 100%;
    clear: both;
    padding-bottom: 51px;
}

.add {
    text-align: left;
    font-size: 14px;
    color: #414243;
    float: left;
    width: auto;
}

.social-tab {
    float: right;
    width: auto;
    font-size: 14px;
    color: #414243;
    line-height: 38px;
}

.social-tab a.help {
    color: #414243;
    display: inline;
    width: auto;
    height: auto;
    border: 0;
    font-size: 14px;
}

.social-tab a.help:hover {
    color: #000;
}

.social-tab a.supt {
    font-weight: bold;
    display: inline;
    width: auto;
    height: auto;
    border: 0;
    font-size: 14px;
    color: var(--accent-color);
}

.social-tab a.supt:hover span {
    color: #666
}

.social-tab span {
    font-weight: bold;
    color: var(--accent-color);
}

.social-tab a {
    width: 34px;
    height: 34px;
    border: 2px solid #727272;
    display: inline-block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin-left: 5px;
}

.social-tab span.help-text {
    color: #414243;
    font-weight: normal;
}

.social-tab a:hover i {
    color: #005078;
}

.top-right-info {
    width: auto;
    float: right;
    margin-top: 20px;
}

.top-right-info li {
    color: #6a7475;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    margin-top: 0px;
    padding-left: 8px;
}

.top-right-info li a i {
    padding-right: 5px;
    line-height: 40px;
}

.selectRow {
    margin-top: 3px;
}

.top-right-info a.btns {
    line-height: 40px;
    min-height: 40px;
    margin-left: 10px;
}

.top-right-info li a.btns i {
    padding-right: 0;
    line-height: 30px;
}

.flag-text {
    margin-left: 10px;
    float: left;
}

.flag-icon {
    width: 80%;
}

.dropdown-toggle.lng {
    margin-left: 0;
    padding: 5px 13px 5px 0;
    border-right: 1px solid #ccc;
}

.selectRow .nav .open > a, .selectRow .nav .open > a:focus, .selectRow nav .open > a:hover {
    background: none;
}

.flg {
    margin: 0 !important;
    padding: 5px 0 !important;

}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

.inner-banner {
    background: url(../../img/landing/sub-banner.jpg) no-repeat;
    background-size: cover;
    min-height: 135px;
}

.inner-banner h2 {
    padding: 30px 0 0 30px;
    font-size: 30px;
    font-weight: 300;
    color: #ffffff;
}

.inner-banner span {
    display: block;
    font-weight: 900;
    font-size: 34px;
}

body.inner-bg {
    background: #fcfdfd;
}

.left-fld {
    background: #fafcfc;
    min-height: 250px;
    border: 1px solid #f1f3f3;
    padding-bottom: 0px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.12);
    -moz-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.12);
    box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.12);
}

p.reg {
    padding: 30px 30px 0;
    font-size: 14px;
    color: #585858;
    line-height: 22px;
}

p.reg a {
    color: #585858;
    font-weight: 600;
}

p.reg a:hover {
    color: #000;
}

.frm-sec {
    background: #fff;
    min-height: 150px;
    border-top: 1px solid #f1f3f3;
    padding-top: 30px;
    border-bottom: 1px solid #f1f3f3;
    margin-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.frm-sec h3 {
    font-size: 32px;
    color: #5d5c5c;
    line-height: 35px;
}

.frm-sec h3 span {
    font-size: 18px;
    color: #005078;
    display: block;
}

.frm-sec .form-group {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 30px;
}

.cntr {
    text-align: center;
}

.frm-sec .form-group label {
    font-size: 14px;
    color: #585858;
    text-align: right;
    font-weight: 500;
    line-height: 16px;
    padding-top: 10px;
}

.frm-sec1 .form-group label {
    font-size: 14px;
    color: #585858;
    text-align: right;
    font-weight: 500;
    line-height: 16px;
}

.form-horizontal .form-control {
    line-height: 40px !important;
    height: 40px !important;
    font-size: 14px;
    color: #585858;
    border: 1px solid #dedede;
    box-shadow: none;
}

.form-horizontal .form-group select.form-control {
    color: #999;
}

.form-horizontal .form-group input[type="radio"],
.form-horizontal .form-group input[type="checkbox"] {
    margin: 2px -20px 0;
}

.form-horizontal .select2-container--krajee .select2-selection--single {
    line-height: 26px;
    height: 40px;
    border: 1px solid #dedede;
    box-shadow: none;
    font-size: 14px;
    color: #585858;
}

.form-horizontal .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.select2-results__option {
    font-size: 14px;
}

.smltx {
    font-size: 12px;
    color: #8b8b8b;
    display: block;
    padding-top: 8px;
}

.smltx em {
    color: #ff0000
}

input[type="radio"] {
    margin-right: 5px;
}

.frm-sec1 {
    padding-top: 30px;
    padding-left: 30px;
}

.frm-sec1 h3 {
    font-size: 32px;
    color: #5d5c5c;
    line-height: 35px;
    padding-bottom: 30px;
}

button[type=submit].rjs {
    height: 48px;
    padding: 0 15px;
    width: auto;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}

.clr {
    line-height: 48px;
    padding: 11px 35px;
    width: auto;
    background: #fff;
    border: 2px solid #005078;
    color: #005078;
    font-size: 16px;
    font-weight: 700;
    margin-left: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.clr:hover {
    background: #005078;
    color: #fff;
}

.login-right {
    background: #f3a529;
    padding: 30px 0;
    min-height: 250px;
    border: 1px solid #f1f3f3;
}

.no-pd-right {
    padding-right: 0;
}

.no-pd-left {
    padding-left: 0;
}

.frm-wr {
    padding: 0 30px;
}

.frm-wr h4 {
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 20px;
}

.no-padding {
    padding: 0;
}

.frm-wr input[type="text"] {
    line-height: 28px;
}

.frm-wr .fld {
    margin-bottom: 20px;
}

.cntr-pnl {
    text-align: center;
}

.top-right-info ul li.language_list {
    padding: 0 16px;
    position: relative;
    border-right: 1px solid #dee0e1;
}

.top-right-info ul li.language_list a i {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.sprite-flags {
    margin-right: 10px;
}

/* Generated by http://css.spritegen.com CSS Sprite Generator */

.sprite-flags-lt, .sprite-flags-cl, .sprite-flags-br, .sprite-flags-ee, .sprite-flags-es,
.sprite-flags-pt, .sprite-flags-lv, .sprite-flags-ca, .sprite-flags-us, .sprite-flags-mx,
.sprite-flags-th, .sprite-flags-ar  {
    display: inline-block;
    background: url(../../img/flags/sprite_new.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.sprite-flags-ar {
    background-position: -46px -36px;
    width: 23px;
    height: 12px;
}

.sprite-flags-br {
    background-position: -0px -0px;
    width: 23px;
    height: 12px;
}

.sprite-flags-cl {
    background-position: -23px -0px;
    width: 23px;
    height: 12px;
}

.sprite-flags-ee {
    background-position: -46px -0px;
    width: 23px;
    height: 12px;
}

.sprite-flags-es {
    background-position: -0px -12px;
    width: 23px;
    height: 12px;
}

.sprite-flags-ca {
    background-position: -23px -12px;
    width: 23px;
    height: 12px;
}

.sprite-flags-lt {
    background-position: -46px -12px;
    width: 23px;
    height: 12px;
}

.sprite-flags-lv {
    background-position: -0px -24px;
    width: 23px;
    height: 12px;
}

.sprite-flags-mx {
    background-position: -23px -24px;
    width: 23px;
    height: 12px;
}

.sprite-flags-pt {
    background-position: -46px -24px;
    width: 23px;
    height: 12px;
}

.sprite-flags-us {
    background-position: -0px -36px;
    width: 23px;
    height: 12px;
}

.sprite-flags-th {
    background-position: -23px -36px;
    width: 23px;
    height: 12px;
}


.top-right-info ul li.language_list ul {
    background: #3285bc;
    margin: 0 -140px;
    opacity: 0;
    left: 100%;
    top: 110%;
    border: none;
    padding: 0;
    position: absolute;
    width: 140px;
    z-index: 100;
    visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.top-right-info ul li.language_list ul li {
    display: block;
    padding: 2px 0;
    width: 100%;
}

.top-right-info ul li.language_list ul li a {
    padding: 4px 12px;
    color: #FFF;
    display: block;
    text-align: left
}

.top-right-info ul li.language_list ul li a:hover {
    background: #1368a0;
}

.top-right-info ul li.language_list ul li:after {
    display: none;
}

.top-right-info ul li.language_list:hover ul {
    background: #3285bc;
    visibility: visible;
    opacity: 1;
    top: 110%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.language_list > a {
    line-height: 36px;
}

.container.inCon {
    padding-top: 90px;
}

.modal-body p {
    font-size: 16px;
}

.modal-body p.help-block {
    font-size: 14px;
}

.modal-body input {
    line-height: 40px !important;
    height: 40px !important;
    font-size: 14px;
    color: #585858;
    border: 1px solid #dedede;
    box-shadow: none;
}

.modal-footer button[type=submit] {
    width: 150px;
}

.checkboxRegister label{
    font-size:14px !important;
    text-align: left !important;
}
.checkboxRegister label a{
    font-size: 14px;
    text-decoration:underline;
    color: #005078;
}
.checkboxRegister input[type="checkbox"] {

    margin: 0px 0px 0 !important;

}

.section-container.privacypolicy p {
    font-size: 14px; 
    padding-bottom: 10px;
    color: #323232;
    line-height: 22px;
}

.numbering-ul-li li {
    list-style-type: decimal;
}
.square-ul-li li {
    list-style-type: square !important; 
}

.red-link a:link { color:#cb4154; }
.red-link a:visited { color:#cb4154; }
.red-link a:hover { color:#337ab7;}
.red-link a:active { color:#cb4154;  }

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    /*
     * Don't show links for img/landing, or javascript/internal links
     */
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}


@media (max-width: 1199px) {
    .section2 {
        background-position: left
    }

    .container {
        width: 90%;
    }

    .fld {
        margin-bottom: 8px;
    }

    .top-right-info li {

        margin-right: 0;

    }

    .register-txt {
        font-size: 26px;
        line-height: 27px;
        min-height: auto;
        text-align: center;
        padding: 20px 0;
    }

    .section4 {
        background: hsl(209, 25%, 25%) url("../../img/landing/map.png") no-repeat scroll center center;
        min-height: 459px;
        padding: 80px 0 0;
        text-align: center;
        width: 100%;
    }

    .section5 .bltxt a {

        line-height: 22px;
        padding: 8px 22px 8px 10px;

    }

    .footer p {
        color: hsl(210, 2%, 26%);
        font-size: 22px;
        line-height: 44px;
        margin-bottom: 0;
        text-align: center !important;
    }

    .banner p {

        font-size: 16px;

    }

    .bltxt {
        padding: 10px;
        background: url(../../img/landing/gd1.png) repeat;
    }

    .bltxt h2 {
        font-size: 42px;
        line-height: 42px;
    }

    .section4 h3 {
        font-size: 46px;
    }

    .section4 p {
        font-size: 15px;
        line-height: 22px;
    }

    .section5 .bltxt {
        background: none
    }

    .frm-sec, .frm-sec1 {
        padding-left: 15px;
        padding-top: 30px;
        padding-right: 15px;
    }

    .frm-sec .form-group {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .frm-sec .form-group label {
        color: hsl(0, 0%, 35%);
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .smltx {
        color: hsl(0, 0%, 55%);
        display: block;
        float: left;
        font-size: 12px;
        padding-top: 8px;
    }

    .cntr1 {
        text-align: center;
    }

    .cntr1 input {
        margin-bottom: 8px;
    }

    input.rjs[type="button"] {
        color: hsl(0, 0%, 100%);
        font-size: 12px;
        font-weight: 700;
        height: 48px;
        padding: 0 15px;
        width: auto;
    }

    input.clr[type="button"] {
        background: hsl(0, 0%, 100%) none repeat scroll 0 0;
        border: 2px solid hsl(200, 100%, 24%);
        color: hsl(200, 100%, 24%);
        font-size: 12px;
        font-weight: 700;
        height: 48px;
        margin-left: 8px;
        padding: 0 35px;
        width: auto;
    }

    .cntr1 {
        text-align: center;
        width: 94%;
    }

    .section5 .bltxt a {

        line-height: 22px;
        padding: 8px 22px 8px 10px;

    }

    .cntr1 input {
        margin-bottom: 8px;
    }

    .cntr1 {
        text-align: center;
    }

    .cntr1 input {
        margin-bottom: 8px;
    }

    .frm-sec, .frm-sec1 {
        padding-left: 15px;
        padding-top: 30px;
        padding-right: 15px;
    }

    .frm-sec .form-group {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 10px;
    }

    .frm-sec .form-group label {
        color: hsl(0, 0%, 35%);
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .smltx {
        color: hsl(0, 0%, 55%);
        display: block;
        float: left;
        font-size: 12px;
        padding-top: 8px;
    }

    .footer p {
        color: hsl(210, 2%, 26%);
        font-size: 22px;
        line-height: 47px;
        margin-bottom: 0;
        text-align: center !important;
    }

    .scllink {
        border-top: 1px solid hsl(0, 0%, 94%);
        clear: both;
        padding-bottom: 56px;
        padding-top: 21px;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .bltxt h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .bltxt h2 span {
        font-size: 24px;
        font-weight: 600;
        line-height: 28px;
    }

    .bltxt p {
        font-size: 17px;
        line-height: 22px;
    }

    .section4 h3 {
        font-size: 40px;
    }

    .section4 p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .header {
        height: 60px;
    }

    .header .logo img {
        max-height: 60px;
    }

    .sprite-flags {
        margin-right: 0;
    }

    .container.inCon {
        padding-top: 60px;
    }

    a.get-strt {
        background: url(../../img/landing/down-ar.png) no-repeat center top;
        background-size: 28px 15px;
        padding-top: 30px;
    }

    .top-right-info li {
        margin-right: 5px;
    }

    a.btns {
        padding: 0 11px;
    }

    h1 {
        font-size: 28px;
    }

    h1 span {
        display: block;
        font-size: 40px;
        font-weight: 800;
    }

    .banner p {
        color: hsl(0, 0%, 100%);
        font-size: 14px;
        line-height: 18px;
        overflow: hidden;
        padding-top: 10px;
        text-align: center;
    }

    .container {
        width: 90%;
    }

    .fld {
        margin-bottom: 10px;
    }

    .register-txt {
        font-size: 22px;
        line-height: 27px;
        min-height: auto;
        text-align: center;
        padding: 10px 0;
    }

    .bltxt {
        padding: 30px 0 0;
    }

    .bltxt h2 {
        font-size: 34px;
        line-height: 34px;
    }

    .bltxt h2 span {
        font-size: 20px;
        line-height: 24px;
    }

    .bltxt p {
        font-size: 16px;
        line-height: 20px;
        padding: 10px 0;
    }

    .section1, .section3, .section2 {
        min-height: 150px;
        padding-bottom: 15px;
    }

    .section4 {
        padding: 20px 0 10px;
        min-height: 150px
    }

    .section4 h3 {
        font-size: 36px;
    }

    .section4 p {
        font-size: 13px;
        line-height: 18px;
    }

    .dropdown.open {
        width: 32%;
    }

    .top-right-info a.btns {
        line-height: 30px;
        margin-top: 5px;
        margin-left: 10px;
        min-height: 30px;
    }

    .login-sec {
        padding: 30px 0;
    }

    .nav.navbar-nav.navbar-right > li:first-child {
        width: 30px;
    }

    .bltxt a {
        background: hsl(200, 100%, 24%) none repeat scroll 0 0;
        border: 0 none;
        border-radius: 3px;
        color: hsl(0, 0%, 100%);
        display: inline-block;
        font-size: 15px !important;
        font-weight: 500;
        line-height: 30px;
        min-height: 45px;
        padding: 7px 28px 7px 12px;
        text-transform: uppercase;
        vertical-align: top;
        text-align: center;
    }

    .accordion-section a {
        line-height: 15px;
        text-align: left;
    }

    .section5 {
        height: auto;
        padding-bottom: 35px;
        background: #dadada;
    }

    .footer p {
        color: hsl(210, 2%, 26%);
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 0;
        text-align: center !important;
    }

    .add {
        color: hsl(210, 2%, 26%);
        float: left;
        font-size: 14px;
        text-align: center;
        width: 100%;
    }

    .social-tab {
        color: hsl(210, 2%, 26%);
        float: right;
        font-size: 12px;
        line-height: 38px;
        width: auto;
    }

    .add {
        color: hsl(210, 2%, 26%);
        float: left;
        font-size: 13px;
        text-align: center;
        width: 100%;
        padding-bottom: 10px;
    }

    .scllink {
        border-top: 1px solid hsl(0, 0%, 94%);
        clear: both;
        padding-bottom: 25px;
        padding-top: 15px;
        width: 100%;
    }

    .social-tab {
        color: hsl(200, 2%, 26%);
        float: none;
        font-size: 12px;
        line-height: 38px;
        width: 100%;
        text-align: center;
    }

    .footer p {
        padding-top: 10px;
    }

    .top-right-info li {
        margin-right: 0 !important;
        padding: 0 !important;
    }

    .top-right-info li {
        margin-right: 5px;
        width: 58%;
    }

    .language_list li {
        width: 100% !important
    }

    a.btns {
        font-size: 12px;
    }

    .top-right-info {
        float: right;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    .top-right-info ul li.language_list {
        padding: 0 16px;
        position: relative;
        width: 42%;
    }

    .language_list > a {
        float: right;
        line-height: 36px;
    }

    .bltxt {
        padding: 10px;
        background: url(../../img/landing/gd1.png) repeat;
    }

    .section5 .bltxt {
        background: none
    }

    .inner-banner h2 {
        font-size: 21px;
        font-weight: 300;
        padding: 30px 0 0 30px;
    }

    .container .row {
        position: relative;
    }

    .col-sm-9.no-pd-right {
        padding: 0 !important;
        margin-top: 340px;
    }

    .frm-sec {

        padding-left: 10px;
        padding-right: 10px;
    }

    .frm-sec .form-group {
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 2px;
    }

    p.reg {
        color: hsl(0, 0%, 35%);
        font-size: 14px;
        line-height: 22px;
        padding: 30px 10px 0;
    }

    .frm-sec .form-group label {
        color: hsl(0, 0%, 35%);
        font-size: 14px;
        font-weight: 500;
        line-height: 16px;
        text-align: left;
    }

    .frm-sec1 {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
    }

    .cntr1 {
        text-align: center;
    }

    .cntr1 input {
        margin-bottom: 8px;
    }

    .fld {
        display: inline-block;
        margin-bottom: 8px;
        margin-right: 15px;
        min-height: 45px;
        text-align: left;
        vertical-align: top;
        max-width: 100%;
        width: 100% !important
    }

    .fld input {
        max-width: 100%;
        width: 100% !important
    }

    .top-right-info ul li.language_list a i {
        float: right;
        margin-left: 10px;
        margin-right: 13px;
    }

    .no-pd-left {
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .smltx {
        color: hsl(0, 0%, 55%);
        display: block;
        float: left;
        font-size: 12px;
        padding-top: 8px;
    }

    .col-xs-12.no-pd-right {
        margin-top: 310px;
        padding: 0 !important;
    }

    button[type=submit].rjs {
        font-size: 14px;
        padding: 0 12px;
        height: 44px;
    }
    .clr {
        font-size: 14px;
        padding: 11px 30px;
    }
}

@media (max-width: 480px) {
    button[type=submit].rjs {
        font-size: 12px;
        padding: 0 10px;
        height: 38px;
        line-height: 38px;
    }
    .clr {
        font-size: 14px;
        padding: 11px 20px;
    }

    .bltxt h2 {
        font-size: 28px;
        line-height: 28px;
    }

    .bltxt h2 span {
        font-size: 18px;
        line-height: 20px;
    }

    .bltxt p {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 320px) {

}
