/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input,
select,
textarea,
button {
    font: 14px/1.4 Arial, Helvetica, sans-serif;
}

input:hover,
input:focus,
input:active,
select:hover,
select:focus,
select:active,
textarea:hover,
textarea:focus,
textarea:active,
button:hover,
button:focus,
button:active {
    outline: 0;
}

body {
    font: 14px/1.4 Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #fff;
}

hr {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ddd;
}

hr:before {
    display: table;
    content: "";
}

hr:after {
    display: table;
    clear: both;
    content: "";
}

.browserupgrade {
    background: #f00;
    color: #fff;
    margin: 0;
    text-align: center;
    padding: 0.8em;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.browserupgrade a {
    font-weight: bold;
    color: #ff0;
}

.cf:before {
    display: table;
    content: "";
}

.cf:after {
    display: table;
    clear: both;
    content: "";
}

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

figure {
    margin: 0;
    padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0 0 0.7em;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 21px;
}

h3,
.h3 {
    font-size: 16px;
}

h4,
.h4 {
    font-size: 14px;
}

h5,
.h5 {
    font-size: 12px;
}

h6,
.h6 {
    font-size: 11px;
}

a {
    color: #4078c0;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    outline: 0;
}

a:focus {
    text-decoration: none;
}

a[href^=tel] {
    cursor: default;
}

p {
    margin: 0 0 0.7em;
}

small {
    font-size: 90%;
}

blockquote {
    margin: 0;
}

ul,
ol {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

ol ol,
ul ol {
    list-style-type: lower-roman;
}

ul ul ol,
ul ol ol,
ol ul ol,
ol ol ol {
    list-style-type: lower-alpha;
}

dd {
    margin-left: 0;
}

tt,
code {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

pre {
    margin-top: 0;
    margin-bottom: 0;
    font: 12px Arial, Helvetica, sans-serif;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

label {
    font-size: 13px;
    font-weight: bold;
    outline: none;
}

label:focus {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    height: 38px;
    padding: 7px 8px;
    font-size: 13px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
    display: block;
    width: 100%;
    -webkit-transition: all ease .1s;
    -o-transition: all ease .1s;
    transition: all ease .1s;
}

.form-control.focus,
.form-control:focus {
    border-color: #4078c0;
    -webkit-box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
    box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
}

textarea {
    resize: none;
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: 0.35em;
}

input.input-contrast,
.input-contrast {
    background-color: #fafafa;
}

input.input-contrast:focus,
.input-contrast:focus {
    background-color: #fff;
}

::-webkit-input-placeholder {
    color: #aaa;
}

:-ms-input-placeholder {
    color: #aaa;
}

::-ms-input-placeholder {
    color: #aaa;
}

::placeholder {
    color: #aaa;
}

button:focus,
button.focus,
input[type="submit"]:focus,
input[type="submit"].focus {
    outline: 0;
}

.form-box input:-moz-placeholder {
    opacity: 1;
    /* Firefox 18- */
    color: #333 !important;
}

.form-box input::-moz-placeholder {
    opacity: 1;
    /* Firefox 19+ */
    color: #333 !important;
}

.form-box ::-webkit-input-placeholder {
    color: #333 !important;
    opacity: 1 !important;
    /* for chrome */
}

.form-box textarea:-moz-placeholder {
    opacity: 1;
    /* Firefox 18- */
    color: #333 !important;
}

.form-box textarea::-moz-placeholder {
    opacity: 1;
    /* Firefox 19+ */
    color: #333 !important;
}

.form-box ::-webkit-input-placeholder {
    opacity: 1 !important;
    /* for chrome */
    color: #333 !important;
}

table {
    border-collapse: collapse;
    margin: 0.7em 0;
    table-layout: fixed;
    width: 100%;
}

th {
    border-bottom: 2px solid #ddd;
    font-weight: 600;
    padding: 0.7em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid #ddd;
    padding: 0.7em 0;
}

tr,
td,
th {
    vertical-align: middle;
}

.crossButton {
    text-decoration: line-through;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#eee));
    background-image: -webkit-linear-gradient(#fcfcfc, #eee);
    background-image: -o-linear-gradient(#fcfcfc, #eee);
    background-image: linear-gradient(#fcfcfc, #eee);
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.btn:focus {
    text-decoration: none;
    border: 0;
    outline: none;
}

.btn:focus:hover {
    border-color: #51a7e8;
}

.btn:hover,
.btn:active {
    text-decoration: none;
    background-color: #ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
    background-image: -webkit-linear-gradient(#eee, #ddd);
    background-image: -o-linear-gradient(#eee, #ddd);
    background-image: linear-gradient(#eee, #ddd);
    border-color: #ccc;
}

.btn:active {
    background-color: #dcdcdc;
    background-image: none;
    border-color: #b5b5b5;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn:disabled,
.btn:disabled:hover,
.btn.disabled,
.btn.disabled:hover {
    color: rgba(102, 102, 102, 0.5);
    cursor: default;
    background-color: rgba(229, 229, 229, 0.5);
    background-image: none;
    border-color: rgba(197, 197, 197, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
    background: #4078c0;
}

.btn-primary:hover {
    color: #fff;
    background: #396cad;
}

.btn-primary:active {
    background: #33609a;
}

.btn-primary:disabled,
.btn-primary:disabled:hover,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #fefefe;
    background: #add39f;
}

.btn-outline {
    color: #4078c0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
}

.btn-outline:focus {
    border: 1px solid #e5e5e5;
}

.btn-outline:hover,
.btn-outline:active {
    color: #fff;
    background-color: #4078c0;
    background-image: none;
    border-color: #4078c0;
}

.btn-outline:disabled,
.btn-outline:disabled:hover,
.btn-outline.disabled,
.btn-outline.disabled:hover {
    color: #767676;
    background-color: #fff;
    background-image: none;
    border-color: #e5e5e5;
}

.btn-sm {
    padding: 2px 10px;
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center;
}

.container-otr {
    max-width: 1300px;
}

.top-nav .top-nav-otr {
    border-bottom: 1px solid #ece4e4;
    padding: 11px 0px 10px;
}

.top-nav .top-nav-otr .content-left {
    font: 400 15px/23px "Montserrat", sans-serif;
}

.top-nav .top-nav-otr .content-right {
    text-align: right;
}

.top-nav .top-nav-otr .content-right span {
    background: #987faa;
    padding: 14px 22px 13px;
    color: #fff;
    font: 400 14px/23px "Montserrat", sans-serif;
}
/*10/12/18 - my account button*/

/*.top-nav .top-nav-otr .content-right button {
    background: #987faa;
    padding: 6px 22px 5px;
    border-radius: 2px;
    border: 0;
    color: #fff;
    font: 400 14px/23px "Montserrat", sans-serif;
}*/

.logo-section .logo-outer .logo-content-otr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.logo-section .logo-outer .logo-content-otr .logo {
    padding: 8px 0px 18px;
}

.logo-section .logo-outer .logo-content-otr .logo img {
    width: 320px;
}

.logo-section .logo-outer .logo-content-otr .slogan {
    padding-bottom: 21px;
}

.logo-section .logo-outer .logo-content-otr .slogan .sl1 {
    font: 400 18px/23px "Montserrat", sans-serif;
}

.logo-section .logo-outer .logo-content-otr .slogan .sl2 {
    font: 600 18px/23px "Montserrat", sans-serif;
}

.navbar-section .navbar {
    background: #363636 !important;
}

.navbar-section .navbar .navbar-nav .nav-link {
    color: #bebebe !important;
    text-transform: uppercase;
    font: 400 15px/23px "Montserrat", sans-serif;
    margin-right: 37px;
}

.navbar-section .navbar .navbar-nav .show>.nav-link,
.navbar-section .navbar .navbar-nav .active>.nav-link,
.navbar-section .navbar .navbar-nav .nav-link.show,
.navbar-section .navbar .navbar-nav .nav-link.active {
    color: #fff !important;
}

.banner-section .bg-background {
    /*banner.jpg*/
   /* background: url("../images/Cosmotraining_changed_banner_1.jpg") no-repeat center top;
    background-size: cover;
    min-height: 720px;*/
}

.banner-section .bg-background .banner-content-otr {
    /*min-height: 720px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
}

.banner-section .bg-background .banner-content-otr .banner-content-text {
    padding-left: 7px;
}

.banner-section .bg-background .banner-content-otr .banner-content-text h3 {
    text-transform: uppercase;
    font: 600 50px/57px "Montserrat", sans-serif;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.banner-section .bg-background .banner-content-otr .banner-content-text h4 {
    font: 600 30px/37px "Montserrat", sans-serif;
    color: #fff;
}

.banner-section .bg-background .banner-content-otr .banner-content-text .pink-round {
    width: 220px;
    height: 220px;
    background: #c06b81;
    border-radius: 50%;
    text-align: center;
    padding: 58px 8px;
}

.banner-section .bg-background .banner-content-otr .banner-content-text .pink-round span {
    font: 400 21px/27px "Montserrat", sans-serif;
    color: #fff;
}

.banner-section .bg-background .banner-content-otr .banner-content-text .pink-round h3 {
    font: 500 53px/54px "Montserrat", sans-serif;
}

.banner-section .bg-background .banner-content-otr .banner-form {
    background: #fff;
    padding: 40px 19px 84px;
    width: 650px;
}



/*@media(max-width: 1679px){
    .banner-section .bg-background .banner-content-otr .banner-form {
        padding: 40px 19px 43px;
    }
}
*/

.banner-section .bg-background .banner-content-otr .banner-form .form-text {
    text-align: center;
}

.banner-section .bg-background .banner-content-otr .banner-form .form-text h3 {
    font:400 35px/37px "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.banner-section .bg-background .banner-content-otr .banner-form .form-text h4 {
    font: 600 20px/27px "Montserrat", sans-serif;
}

.banner-section .bg-background .banner-content-otr .banner-form textarea.form-control {
    height: 80px !important;
}

.banner-section .bg-background .banner-content-otr .banner-form .form-content .form-group label {
    color: #898989;
    font: 500 18px/27px "Montserrat", sans-serif;
}

.banner-section .bg-background .banner-content-otr .banner-form .form-content .form-group .form-control {
    background: #f2f2f2;
    border: none;
    height: 45px;
}

.banner-section .bg-background .banner-content-otr .banner-form .form-content .btn-custom {
    background: #440e62;
    border-color: #440e62;
    font: 400 15px/27px "Montserrat", sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
}

.course-section {
    padding: 85px 0px;
}

.course-section .course-hed h3 {
    font: 400 45px/27px "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #050505;
    margin-bottom: 18px;
}

.course-section .course-hed h3 span {
    font-weight: 700;
}

.course-section .course-hed h4 {
    font: 400 24px/27px "Montserrat", sans-serif;
    color: #050505;
    margin-bottom: 30px;
}

.course-section .course-hed-det {
    font: 500 17px/23px "Montserrat", sans-serif;
    color: #050505;
    margin: 29px 0px 40px;
}

.course-section .border-section {
    border: 1.5px solid #959595;
}

.course-section .service-otr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.course-section .service-otr .bg1 {
    background: url("../img/service1.jpg") no-repeat center;
    background-size: cover;
    min-height: 300px;
}

.course-section .service-otr .border-otr {
    border: 1px solid #ccc;
    color: #333 !important;
}

.course-section .service-otr .border-otr h4 {
    margin-top: 15px;
    font: 400 24px/27px "Montserrat", sans-serif !important;
    margin-bottom: 5px !important;
}

.course-section .service-otr .border-otr h3 {
    font: 600 24px/27px "Montserrat", sans-serif !important;
    text-transform: uppercase;
}

.course-section .service-otr .service-content {
    width: 580px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 48px;
}

.course-section .service-otr .service-content .img-tdlr img {
    height: 98px;
}

.course-section .service-otr .service-content h4 {
    font: 400 30px/27px "Montserrat", sans-serif;
}

.course-section .service-otr .service-content h3 {
    font: 400 65px/47px "Montserrat", sans-serif;
    margin-bottom: 25px;
}

.course-section .service-otr .service-content a {
    font: 400 14px/27px "Montserrat", sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}

.course-section .service-otr .service-content span {
    padding-left: 5px;
    font-size: 18px;
}

.course-section .service-otr .bg2 {
    background: url("../img/service2.jpg") no-repeat center;
    background-size: cover;
    min-height: 300px;
}

.learning-section {
    background: #381444;
    color: #fff;
    padding: 59px 0px 49px;
}

.learning-section .learning-outer h3 {
    font: 400 30px/27px "Montserrat", sans-serif;
    margin-bottom: 14px;
}

.learning-section .learning-outer h4 {
    font: 300 24px/27px "Montserrat", sans-serif;
}

.learning-section .flex-box {
    margin-top: 64px;
}

.learning-section .flex-box .learn-content-text {
    text-align: center;
    width: 413px;
}

.learning-section .flex-box .learn-content-text .learn-content-img {
    margin-bottom: 15px;
}

.learning-section .flex-box .learn-content-text .learn-content-img img {
    height: 53px;
}

.learning-section .flex-box .learn-content-text h3 {
    text-transform: uppercase;
    font: 400 23px/27px "Montserrat", sans-serif;
}

.learning-section .flex-box .learn-content-text .learn-detail {
    font: 400 16px/23px "Montserrat", sans-serif;
}

.testimonial-section {
    background: #686868;
    padding: 57px 0px 0px;
    min-height: 285px;
}

.testimonial-section h4 {
    font: 400 27px/27px "Montserrat", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.testimonial-section .carousel-item {
    font: 400 17px/27px "Montserrat", sans-serif;
}

.testimonial-section .carousel-indicators {
    margin-left: 26%;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    bottom: -4px;
}

.testimonial-section .carousel-indicators li {
    width: 6px;
    height: 6px;
    background: #fff;
}

.testimonial-section .carousel-indicators .active {
    background: transparent;
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
    top: -2px !important;
}

.testimonial-section .testimonial-otr {
    color: #fff;
}

.testimonial-section .testimonial-otr .testi-img {
    width: 470px;
    padding-right: 12px;
}

.testimonial-section .testimonial-otr .testi-img .img-sec {
    padding-right: 16px;
}

.testimonial-section .testimonial-otr .testi-img .img-sec img {
    height: 95px;
    border-top: 8px solid #ccc;
    border-left: 15px solid #ccc;
}

.testimonial-section .testimonial-otr .testi-img .name-sec {
    padding: 15px 18px;
    border-bottom: 1px solid #fff;
}

.testimonial-section .testimonial-otr .testi-img .name-sec h3 {
    margin-bottom: 0px;
    font: 600 16px/27px "Montserrat", sans-serif;
    text-align: left;
}

.testimonial-section .testimonial-otr .testi-img .name-sec h4 {
    font: 400 14px/27px "Montserrat", sans-serif;
    text-align: left;
}

.testimonial-section .testimonial-otr .testi-content {
    padding: 8px 15px;
}

footer.newFooter {
    background: #363636;
    color: #fff;
}

footer.newFooter .col-md-12 {
    background: #363636;
    color: #fff;
}

footer .footer-outer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 64px 0px 54px;
}

footer .footer-link {
    width: 300px;
    text-transform: none;
}

footer .footer-link ul li {
    list-style: none;
}

footer .footer-link ul li.hed {
    font: 400 20px/27px "Montserrat", sans-serif;
    margin-bottom: 35px;
    color: #fff;
}

footer .footer-link ul .contact-content {
    color: #7b7b7b;
    font: 400 14px/20px "Montserrat", sans-serif;
}

footer .footer-link ul .hr-clr {
    color: #c9bcd1;
    margin-top: 16px;
}

footer .footer-link ul .hr-clr h4 {
    margin-bottom: 5px;
}

footer .footer-link ul .ftr-link {
    color: #c9bcd1;
    font: 400 14px/20px "Montserrat", sans-serif;
}

footer .footer-link .pages-sec {
    padding-left: 27px;
}

footer .footer-link .pages-sec li {
    font: 400 14px/20px "Montserrat", sans-serif;
    color: #7b7b7b;
    margin-bottom: 20px;
}

footer .footer-link .pay-optn .hed {
    width: 100%;
}

footer .footer-link .pay-optn li {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

footer .footer-link .pay-optn li img {
    height: 30px;
}

footer .footer-link .social .hed {
    width: 100%;
}

footer .footer-link .social li {
    float: left;
    margin-right: 10px;
}

footer .footer-link .social li i {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

footer .footer-link .social li .fa-print {
    background: #738a8d;
}

footer .footer-link .social li .fa-facebook-f {
    background: #2b5893;
}

footer .footer-link .social li .fa-twitter {
    background: #1ea8d4;
}

footer .footer-link .social li .fa-envelope {
    background: #738a8d;
}

footer .footer-link .social li .fa-plus {
    background: #f96c4b;
}

footer .copy-text {
    background: #2f2f2f;
    min-height: 72px;
    font: 400 14px/72px "Montserrat", sans-serif;
}

footer .copy-text span {
    color: #c06b81;
}

.clear-fix {
    clear: both;
}

.myAccountForm [class*="col-"] {
    float: left;
}

.modal td {
    border: none !important;
    padding: 0 !important;
}
#stdNameReturningModal{
    text-transform: capitalize;
}

#emailPromotedSuccess .modal-title{
    margin:0 auto;
}
#emailPromotedSuccess .modal-header .close{
    padding: 0;
    margin: 0;
}
.modal-body-contents{
   text-align: center;
}
#emailPromotedSuccess #priceMatchTick{
    color: green;
    font-size: 16px;
}
#emailPromotedSuccess #priceMatchMessage {
    color: red;
}
#emailPromotedSuccess .modal-title{
    font-size: 20px;
}
@media (max-width: 1679px) {
    .container-otr {
        max-width: 1180px;
    }
    .top-nav .top-nav-otr .content-left {
        font: 400 14px/23px "Montserrat", sans-serif;
    }
    .logo-section .logo-outer .logo-content-otr .logo img {
        width: 230px;
    }
    .logo-section .logo-outer .logo-content-otr .slogan .sl2 {
        font: 600 14px/23px "Montserrat", sans-serif;
    }
    .navbar-section .navbar .navbar-nav .nav-link {
        font: 400 14px/23px "Montserrat", sans-serif;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
        font: 600 40px/48px "Montserrat", sans-serif;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text h4 {
        font: 600 27px/34px "Montserrat", sans-serif;
        color: #fff;
    }
    .banner-section .bg-background,
    .banner-section .bg-background .banner-content-otr {
        min-height: 600px;
    }
    .banner-section .bg-background .banner-content-otr .banner-form .form-text h3 {
        font:400 32px/39px "Montserrat", sans-serif;
        text-transform: uppercase;
        margin-bottom: 8px;
    }
    .banner-section .bg-background .banner-content-otr .banner-form .form-text h4 {
        font: 600 16px/22px "Montserrat", sans-serif;
    }
    .banner-section .bg-background .banner-content-otr .banner-form .form-content .form-group label {
        color: #898989;
        font: 500 15px/22px "Montserrat", sans-serif;
    }
    .banner-section .bg-background .banner-content-otr .banner-form .form-content .form-group .form-control {
        height: 40px;
    }
    .form-group {
        margin-bottom: 11px;
    }
    .banner-section .bg-background .banner-content-otr .banner-form {
        background: #fff;
        padding: 23px 15px 35px;
        width: 538px;
    }
    .banner-section .bg-background .banner-content-otr .banner-form .form-content .btn-custom {
        font: 400 14px/27px "Montserrat", sans-serif;
    }
    .course-section {
        padding: 74px 0px;
    }
    .course-section .course-hed h3 {
        font: 400 35px/27px "Montserrat", sans-serif;
        margin-bottom: 14px;
    }
    .course-section .course-hed h4 {
        font: 400 19px/27px "Montserrat", sans-serif;
    }
    .course-section .course-hed-det {
        font: 500 15px/23px "Montserrat", sans-serif;
    }
    .course-section .service-otr .service-content {
        width: 470px;
    }
    .course-section .service-otr .service-content h4 {
        font: 400 26px/27px "Montserrat", sans-serif;
    }
    .course-section .service-otr .service-content h3 {
        font: 400 45px/47px "Montserrat", sans-serif;
        margin-bottom: 10px;
    }
    .course-section .service-otr .service-content {
        padding: 19px 25px;
    }
    .learning-section .learning-outer h3 {
        font: 400 27px/27px "Montserrat", sans-serif;
        margin-bottom: 9px;
    }
    .learning-section .learning-outer h4 {
        font: 300 17px/27px "Montserrat", sans-serif;
    }
    .learning-section .flex-box .learn-content-text .learn-content-img img {
        height: 40px;
    }
    .learning-section .flex-box .learn-content-text h3 {
        text-transform: uppercase;
        font: 400 19px/27px "Montserrat", sans-serif;
    }
    .learning-section .flex-box .learn-content-text .learn-detail {
        font: 400 15px/23px "Montserrat", sans-serif;
    }
    .testimonial-section .testimonial-otr .testi-img .name-sec h3 {
        margin-bottom: 0px;
        font: 600 14px/27px "Montserrat", sans-serif;
    }
    .testimonial-section .testimonial-otr .testi-img .name-sec {
        padding: 11px 7px;
    }
    .testimonial-section .testimonial-otr .testi-img .name-sec h4 {
        font: 400 13px/27px "Montserrat", sans-serif;
    }
    .testimonial-section h4 {
        font: 400 25px/27px "Montserrat", sans-serif;
    }
    .testimonial-section .carousel-item {
        font: 400 15px/24px "Montserrat", sans-serif;
    }
    .testimonial-section .carousel-indicators {
        margin-left: 28.5%;
    }
    footer .footer-outer {
        padding: 56px 0px 49px;
    }
    footer .footer-link ul li.hed {
        font: 400 16px/27px "Montserrat", sans-serif;
        margin-bottom: 20px;
    }
    footer .footer-link ul .hr-clr h4 {
        margin-bottom: 5px;
        font-size: 14px;
    }
    footer .footer-link .pay-optn li {
        float: left;
        margin-right: 10px;
    }
    footer .footer-link .pay-optn li img {
        height: 27px;
    }
}

@media (max-width: 1280px) {
    .container-otr {
        max-width: 1000px;
    }
    footer .footer-link .pay-optn li img {
        height: 23px;
    }
    footer .footer-link .social li i {
        width: 27px;
        height: 27px;
        text-align: center;
        line-height: 27px;
        font-size: 14px;
    }
    .learning-section .flex-box .learn-content-text .learn-detail {
        font: 400 14px/23px "Montserrat", sans-serif;
    }
    .learning-section .flex-box .learn-content-text h3 {
        text-transform: uppercase;
        font: 400 18px/23px "Montserrat", sans-serif;
    }
    .learning-section .flex-box {
        margin-top: 48px;
    }
    .learning-section .learning-outer h3 {
        font: 400 24px/27px "Montserrat", sans-serif;
    }
    .learning-section .learning-outer h4 {
        font: 300 15px/24px "Montserrat", sans-serif;
    }
    .learning-section {
        padding: 45px 0px 49px;
    }
    .course-section .service-otr .service-content h4 {
        font: 400 23px/22px "Montserrat", sans-serif;
        margin-bottom: 5px;
    }
    .course-section .service-otr .service-content a {
        font: 400 13px/27px "Montserrat", sans-serif;
    }
    .course-section .service-otr .border-otr h4 {
        margin-top: 15px;
        font: 400 19px/25px "Montserrat", sans-serif !important;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round h3 {
        font: 500 42px/54px "Montserrat", sans-serif;
    }
    .course-section .service-otr .border-otr h3 {
        font: 600 19px/27px "Montserrat", sans-serif !important;
        text-transform: uppercase;
    }
    .course-section .service-otr .service-content {
        width: 391px;
    }
    .course-section .course-hed h3 {
        font: 400 30px/23px "Montserrat", sans-serif;
        margin-bottom: 10px;
    }
    .course-section .course-hed h4 {
        font: 400 17px/27px "Montserrat", sans-serif;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
        font: 600 35px/41px "Montserrat", sans-serif;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text h4 {
        font: 600 24px/30px "Montserrat", sans-serif;
    }
    .banner-section .bg-background .banner-content-otr .banner-form {
        width: 480px;
    }
    .banner-section .bg-background .banner-content-otr .banner-form .form-text h3 {
       font: 400 30px/33px "Montserrat", sans-serif;
        text-transform: uppercase;
        margin-bottom: 8px;
    }
    .banner-section .bg-background .banner-content-otr .banner-form .form-text h4 {
        font: 600 14px/19px "Montserrat", sans-serif;
    }
    .banner-section .bg-background .banner-content-otr .banner-form .form-content .form-group .form-control {
        height: 34px;
    }
    .banner-section .bg-background .banner-content-otr .banner-form .form-content .btn-custom {
        font: 400 13px/27px "Montserrat", sans-serif;
    }
    .course-section .service-otr .service-content h3 {
        font: 400 39px/43px "Montserrat", sans-serif;
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .container-otr {
        max-width: 100%;
    }
    .logo-section .logo-outer .logo-content-otr .slogan .sl1 {
        font: 400 14px/23px "Montserrat", sans-serif;
    }
}
@media (min-width: 992px) {
    .menu-switch{
        display:none;
    }
}
@media (max-width: 991px) {
    .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
        font: 600 30px/37px "Montserrat", sans-serif;
    }
    .navbar-section .navbar .navbar-nav .nav-link {
        font: 400 14px/23px "Montserrat", sans-serif;
        border-bottom: 1px solid #595353;
        padding-bottom: 15px;
    }
    button.navbar-toggler {
        border: none !important;
        /* float: right; */
        text-align: right;
        width: 100%;
    }
    .course-section .service-otr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .course-section .service-otr .service-content {
        width: 100%;
        margin-bottom: 19px;
    }
    .course-section {
        padding: 74px 0px 54px;
    }
    .learning-section .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .learning-section .flex-box .learn-content-text {
        width: 100%;
        margin-bottom: 18px;
    }
    .testimonial-otr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .testimonial-section .testimonial-otr .testi-img .name-sec {
        border: none;
    }
    .testimonial-section .testimonial-otr .testi-img {
        width: auto;
    }
    .testimonial-section .testimonial-otr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .testimonial-section .carousel-indicators {
        margin-left: 15%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        bottom: -33px;
    }
    .testimonial-section {
        background: #686868;
        padding: 57px 0px 70px;
    }
    .menu-switch{
        position: absolute;
        right: 0;
        top: 0;
        font-size : 17px;
        display:block;
        color: #fff;
    }
    a.menu-switch:hover{
        color:#987faa;
    }
}

@media (max-width: 767px) {
    .top-nav .top-nav-otr .content-left {
        width: 100%;
        text-align: center;
    }
    .navbar-section .navbar .navbar-nav .nav-link {
        margin: 0;
    }
    .logo-section .logo-outer .logo-content-otr .slogan {
        text-align: center;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
        font: 600 28px/34px "Montserrat", sans-serif;
    }
    footer .footer-outer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    footer .footer-link .pages-sec {
        padding-left: 0px;
        margin-top: 18px;
    }
    footer .footer-outer {
        padding: 26px 0px 30px;
    }
    .footer-link {
        width: 100% !important;
    }
    footer .footer-link ul li.hed {
        font: 400 16px/27px "Montserrat", sans-serif;
        margin-bottom: 10px;
    }
    footer .copy-text {
        text-align: center;
    }
    .top-nav .top-nav-otr .content-right {
        width: 100%;
        float: none !important;
        margin: 0 auto;
        width: 128px;
        margin-top: 25px;
    }
    .top-nav .top-nav-otr {
        padding: 11px 0px 30px;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text h4 {
        font: 600 20px/24px "Montserrat", sans-serif;
    }
}

@media(max-width: 767px){
    .banner-section .bg-background {
    background: url(../images/Cosmotraining_changed_banner_1.jpg) no-repeat 0 top;
    background-size: contain;
}



@media (max-width: 725px) {
    .banner-section .bg-background .banner-content-otr {
        min-height: 600px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round {
        width: 100%;
        height: auto;
        background: #c06b81;
        border-radius: 0px;
        text-align: center;
        padding: 18px 3px 5px;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text h3 {
        text-align: center;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text h4 {
        text-align: center;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round h3 {
        font: 500 33px/54px "Montserrat", sans-serif;
    }
    .banner-section .bg-background .banner-content-otr .banner-content-text .pink-round span {
        font: 400 16px/27px "Montserrat", sans-serif;
        color: #fff;
    }
    /* .banner-section .bg-background {
        padding: 60px 0px 70px !important;
    } */
    .banner-section .bg-background .banner-content-otr .banner-form {
        width: 95%;
        margin-top: 29px;
    }
    .course-section {
        padding: 50px 0px;
    }
}

@media (max-width: 650px) {
    .d-flex.logo-content-otr {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .course-section .course-hed h3 {
        font: 400 26px/28px "Montserrat", sans-serif;
    }
    .pad-mob {
        padding: 0;
    }
    .container-otr {
        max-width: 100%;
        padding: 0px 5px;
    }
}

@media (max-width: 479px) {
    .course-section .course-hed h3 {
        font: 400 24px/28px "Montserrat", sans-serif;
        margin-bottom: 4px;
    }
    .banner-section .bg-background .banner-content-otr .banner-form .form-content .btn-custom {
        width: 100%;
    }
    .logo-section .logo-outer .logo-content-otr .logo img {
        width: 160px;
    }
    .top-nav .top-nav-otr .content-left {
        font: 400 13px/23px "Montserrat", sans-serif;
    }
    .top-nav .top-nav-otr .content-right {
        margin-top: 13px;
    }
    .top-nav .top-nav-otr .content-right span {
        background: #987faa;
        padding: 9px 22px 10px;
    }
    .top-nav .top-nav-otr {
        padding: 11px 0px 25px;
    }
}



 @media only screen and (min-width : 320px) and (max-width : 480px) {
    #classNumberContainer{
        display: block;
        font-size: 12px;
        margin-left: 45px;
    }
    .slogan .sl1{
        white-space: nowrap;
        font-size: 12px !important;
        margin-left: 62px;
    }
    #navbarSupportedContent ul{
        text-align: center !important;
    }
    .cst-pad1{
        padding: 0 !important;
    }
    .table{
            width: unset !important;
    }
    .container.well1{
        text-align: left;
    }
    .fontBold {
        font-weight: 300 !important;
    }
    .marginLeft17 {
        margin-left: 17px;
        margin-bottom: 10px;
    }
    .margin-new{
        margin-left: 15px !important;
        display: block !important;
    }
    /*#get-a-quote .inner .input-wrap input[type=text]{
        position: relative;
        display: inline-block;
        width: 180px !important;
        height: 28px;
    }*/
    /*#get-a-quote .inner .input-wrap {
        margin-bottom: 8px;
    }*/
    #get-a-quote .inner .label-input-wrap {
        border: none;
        max-width: fit-content;
    }
    .new-margin{
        cursor: pointer;
        margin-right: 42px !important;
    }
    label{
        display: inline-block;
        margin-bottom: .5rem;
        margin-top: 11px;
    }
    #get-a-quote .inner .input-wrap, .inner .input-wrap{
        width: 100%;
        margin-left: 0;
        margin-top: 7px;
    }
    .rowAdjustmargin {
        margin-top: 0!important;
        padding-bottom: 5px;
    }
    ::-webkit-scrollbar {
    -webkit-appearance: none;
}


::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

}


/*////////////////////////////////////////////////*/
