@charset "utf-8";


/* CSS Document */
/*::-moz-selection {  Code for Firefox 
    color: #fff;
    background: #000080;
}
::selection {
    color: #fff;
    background: #000080;
}*/
/*::-webkit-scrollbar{width: 6px;}
::-webkit-scrollbar-track{
    border-radius: 0px;
    background: rgba(209, 211, 212, 0.46);
}
::-webkit-scrollbar-track-piece{  4  }
::-webkit-scrollbar-thumb{
    border-radius: 0px;
    background: #2d84dd;
}*/
* { padding:0px; margin:0px; }
html { font-size:100%; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; }
ol, ul { list-style: none; }
:focus { outline: 0; }
a, a:link { text-decoration: none; outline:none;  }
p { padding:0; margin: 0 0 25px;}
h1, h2, h3, h4, h5, h6 { font-weight:normal;}

a:focus{outline: none;}
button{outline: none !important;}
body{padding: 0;margin: 0;font-size: 14px;font-family: 'Nunito Sans', sans-serif;}
.container{max-width: 1170px;}
.margin-0{margin: 0;}
.padding-50{padding: 50px 0;}
.padding-60{padding: 60px 0;}
.padding-70{padding: 70px 0;}
.padding-100{padding: 100px 0;}
.no-padding-left{padding-left: 0;}
.common-overlay {
    position: absolute;
    background: rgba(3, 25, 39, 0.7);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.main-btn {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    background: #1D2245 ;
    color: #fff;
    padding: 22px 35px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: inline-block;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.main-btn:hover{
    box-shadow: none;
    color: #fff;
}

.common-btn {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    background-color: #000A12;
    border-radius: 30px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 30px;
    transition: 0.4s ease-in-out;
}




.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    /*    display: none;*/
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.defination_bx .grid {
    align-items: center;
}
.text-center {
    text-align: center!important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.w-100 {
    width: 100%!important;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
/*.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}*/
.navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.form-group {
    margin-bottom: 1rem;
}
.menu_dflex .right_link {
    padding: 30px 35px;
    min-width: 300px;
}
.form-control{
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    display:block;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}




.common-btn.red{
    background-color:#D11833;
}
.common-btn.red:hover{
    background-color:#ffffff;
    color:#D11833;
}
.common-btn.box_area{
    background-color:#D11833;
}
.header-menu ul li a.common-btn {
    display: inline-block;
    color: #1C4841;
    text-align: center;
    background-color: #02D89A;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    padding: 9px 35px;
    min-width: 150px;
}
.header-menu ul li a.common-btn:hover{
    color:#F8FAF3;
}
.common-btn:hover{
    -webkit-box-shadow: 0px 3px 7px rgb(0 0 0 / 10%);
    box-shadow: 0px 3px 7px rgb(0 0 0 / 10%);
    color:#fff;
}
.commonbtn_ylw:hover{
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}

.section-heading{
    text-align: center;
    font-weight: bold;
    color: #031927;
    text-transform: uppercase;
    font-size: 30px;
}
.heading-line{
    max-width: 50px;
    width: 100%;
    height: 5px;
    background: #439DD1;
    margin: 40px auto;
    border-radius: 4px;
}

.common_heading{
    font-size: 37px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.site-header.inner_pages{
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}

.site-header .row{width:100%;align-items: center;}
.navbar-transparent {
    padding: 16px 0px;
    background-color: #fff;
    border-bottom: 1px none;
    background: #fff;
}
.navbar-default {
    background-color: #ffffff;
    padding: 16px 0;
    transition: all .5s .1s;
    width: 100%;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}
.navbar .site-logo a img {
    max-width: 185px;
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
.site-header .header-menu {text-align: right;}
.header-menu ul li {
    padding: 0;
    display: inline-block;
    position: relative;
    margin-right: 25px;
}
.menu_dflex .right_link {
    padding: 30px 35px;
}
.header-menu ul li a {
    font-size:16px;
    font-weight: 600;
    display: inline-block;
    padding: 11px 12px;
    color: #1D2245;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
}
.site-logo{
    margin-bottom: 5px;
}
.header-menu ul li a.commonbtn_ylw{
    padding: 12px 33px;
}
.header-menu ul li a.commonbtn_ylw:hover{
    background-color: #fff;
}
.header-menu ul li a:hover {
    color:#D11833;
}
.header-menu ul li.active a{
    color: #fff;
    background-color: rgba(255, 255, 255, 0.17);
}
.header-menu ul li.nav_btn a {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(#5204BF), to(#290260)) 0% 0% no-repeat padding-box;background: transparent -o-linear-gradient(top, #5204BF 0%, #290260 100%) 0% 0% no-repeat padding-box;background: transparent linear-gradient(180deg, #5204BF 0%, #290260 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    padding: 11px 35px;
    border-radius: 5px;
    margin-left: 15px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137254902);
}
.header-menu ul li.nav_btn a:hover{
    background:#fff;
    color:#5204BF;
}
.header-menu.right ul li{
    margin-right: 15px;
}
.header-menu.right ul li:last-child{
    margin-right:0px;
}
/*.navbar-default .header-menu ul li a:hover{
    color:#23CD9C;
}*/
.menu_berger{
    display: none;
}
.dash-drop {
    margin: 0px 0 0;
    cursor: pointer;
    display: inline-block;
}
.dash-drop .headr-prof-pic {
    width: 35px;
    height: 35px;
    border: none;
    display: inline;
    font-size: 18px;
    color: #333;
}
.dash-drop h1 {
    color: #1D2245;
    display: inline;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px !important;
}

.dash-drop ul.nw-drp {
    border-radius: 3px;
    border: none;
    max-width: 50px;
    padding-top: 3px;
    width: 50px;
    padding-bottom: 0;
}
.cst_mdt{
    -webkit-box-align: center;    
    -ms-flex-align: center;    
    align-items: center;
}
.dash-drop ul.nw-drp li {
    display: block;
    text-align: center;
    margin-right: 0 !important;
    margin-left: 0px !important;
}
.dash-drop ul.nw-drp li:first-child {
    margin-right: 0px;
    display: block;
}
.dash-drop ul.nw-drp li a {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0;
    max-width: 100%;
    padding-right: 0;
    background-color: #efefef;
    border-bottom: 1px solid #e4e2e2;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    padding: 0;
    line-height: 35px;
}
.dash-drop ul.nw-drp li a:hover{
    background-color: #fff;
}
.dash-drop ul.nw-drp li a i {
    padding-right: 5px;
}

.menu_dflex {
    display: flex;
}
.main_index_body {
    padding-top: 112px;
    background-color: #fff;
}

.subscription_area .subscriptioninr {
    background-color: #D11833;
    padding: 40px 50px;
}
.subscription_area .subscriptioninr .cmn_heading {
    color: #ffffff;
    margin-bottom: 20px;
}
.subscription_area .subscriptioninr .form-control {
    height: 78px;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    padding-left: 15px;
}
.subscription_area .subscriptioninr .dash_btnwrp {
    margin-top: 15px;
}
.header-menu ul li .dropdown-menu a {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 5px 0px;
    color: #1D2245;
    transition: 0.4s ease-in-out;
    border-radius: 0px;
}
.top_banner.support_bill h3{
    color: #F8FAF3;
}


.navbar {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0;
    flex-direction: column;
    box-shadow: 1px 3px 4px 0 #adadad33;
}
.top_nav {
    background-color: #000A12;
    padding: 15px 20px;
    margin-bottom: 20px;
}
.top_nav p {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0px;
}
.navbar-light .navbar-brand {
    color: #2196F3;
}
.navbar-light .navbar-nav .nav-link {
    color: #1ebdc2;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #1ebdc2;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    padding-top: 22px;
    padding-bottom: 22px;
    transition: 0.3s;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    background: #1ebdc2;
    transition: 0.3s;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
    text-decoration: underline;
}
.dropdown-menu {
    padding: 0px;
}
.menu_dflex .right_link .heading {
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #b4985b;
}
.sm-menu{
    border-radius: 0px;
    border: 0px;
    top: 97%;
    box-shadow: rgba(173, 173, 173, 0.2) 1px 3px 4px 0px;
}
.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}
.navbar-toggler{
    outline: none !important;
}
.site-header .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-color: #b4985b;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-tog{
    color: #1ebdc2;
}
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}
.megamenu h6{
    margin-left: 21px;
}
.megamenu i{
    width: 20px;
}






a.scroll_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    background: #439dd1;
    box-shadow:0px 7px 14px rgba(0,0,0,0.29);
    transition:0.4s ease-in-out;
    display: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 999;
    text-decoration: none;
}
a.scroll_top:hover{
    box-shadow: none;
    color:#fff;
}



.custom_modal .modal-content {
    border-radius: 0px;
    padding: 0px 25px;
    background-color: #F8FAF3;
    border-radius: 5px;
}
.custom_modal .modal-content .modal-title{
    font-size: 30px;
    font-family: 'aktivgroteskw15-lightregular';
    color:#000034;
    text-align: center;
}
.form-control {
    height:50px;
    border: 1px solid #D9E1F1;
    border-radius: 5px;
    font-size: 16px;
}
.form-control:focus{
    box-shadow: none;
    border-color: #23CD9C;
}
.custom_modal .modal-content label {
    font-size: 16px;
    color: #1C4841;
    margin-bottom: 7px;
    font-family: 'aktivgroteskw01-mediumregular';
}
.custom_modal .modal-content .form-group{
    margin-bottom: 20px;
}
.custom_modal .modal-content .commonbtn_ylw{
    margin-bottom: 20px;
}
.custom_modal .modal-content .signin-foot p {
    font-size:18px;
    color: #1D2245;
    font-family: 'aktivgroteskw01-mediumregular';
    margin-top: 25px;
}
.custom_modal .modal-content .signin-foot p a{
    color:#23CD9C;
    padding-left: 7px;
}
.custom_modal .modal-content .signin-foot p a:hover{
    color:#1C4841;
}
.custom_modal .modal-header {
    background-color: transparent;
    border-bottom: none;
    color: #494949;
    min-height: 16.4286px;
    padding: 35px 0px 15px 0px;
    position: relative;
    margin-bottom: 0px;
    border-top: none;
}
.custom_modal .modal-header .close {
    width: 36px;
    height: 36px;
    display: inline-block;
    color: #A4A2AE;
    font-size: 35px;
    line-height: 19px;
    position: absolute;
    right: 15px;
    font-weight: 500;
    top: 37px;
    opacity: 1;
    padding: 0;
}
.custom_modal .modal-header .close:hover{
    color: #23CD9C;
}
.custom_modal .modal-content .log_nw_bx label {
    font-size: 17px;
    color: #1C4841;
    font-weight: 400;
}
.custom_modal .modal-content .log_nw_bx label a{
    color: #23CD9C;
}
.custom_modal .modal-content .log_nw_bx label a:hover{
    color: #1C4841;
}
.custom_modal .modal-content .log_nw_bx .forget_pass{
    font-size: 17px;
    color:#23CD9C;
    font-family: 'Nunito Sans', sans-serif;
}
.custom_modal .modal-content .log_nw_bx .forget_pass:hover{
    color:#1C4841;
}
.custom-checkbox .custom-control-label::before {
    color: #F6F6F6;
    border-radius: 3px;
    border: 1px solid #95989A;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
}
.custom-checkbox .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width:18px;
    height:18px;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom_modal .common-btn {
    color: #ffffff;
    text-align: center;
    background-color: #23CD9C;
    border: 1px solid #23CD9C;
    font-size:20px;
    display: block;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 35px;
    font-weight: 300;
    transition: 0.4s ease-in-out;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #23CD9C;
    border-color: #23CD9C;
}




.bannernw_area .callout {
    position: relative;
    margin: 0 0 1rem;
    border-radius: 0;
    min-height: 400px;
    box-shadow: 0 15px 40px 0 rgb(0 0 0 / 16%);
    border: none;
    padding: 2.5rem 1rem 3em;
    background-color: #fff;
    color: #000a12;
}
.bannernw_area .callout .icon {
    max-width: 96px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:15px;
}
.bannernw_area .callout .icon img{
    width: 100%;
}
.bannernw_area .callout h2 {
    font-size: 23px;
    font-weight: 800;
    color: #363636;
    margin-bottom:10px;
}
.bannernw_area .callout .lower-content {
    padding: 0 2rem;
}
.bannernw_area .callout p {
    font-size: 15px;
    color: #363636;
    line-height: 25px;
    margin-bottom: 15px;
}
.search-form .input-group {
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: nowrap;
}
.search-form .input-group .form-control{
    border-bottom-left-radius: 1.875em;
    border-top-left-radius: 1.875em;
    padding-left: 1.5rem;
}
.search-form .input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
}

.search-form .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #d11833;
    color: #fff;
    font-weight: bold;
    border-top-right-radius: 1.875em;
    border-bottom-right-radius: 1.875em;
    font-family: "Nunito Sans",sans-serif;
    border: 1px solid transparent;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: 1.125rem;
    padding: 5px 20px;
    align-self: stretch;
}
.search-form .button:hover{
    background-color:#000A12;
}

.defination_bx .white-box-square {
    padding: 28px 30px;
    width: auto;
    height: auto;
    margin-top: 0px;
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
}
.cmn_heading {
    font-family: "Nunito Sans",sans-serif;
    font-weight: 800;
    font-size: 21px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 10px;
}
.defination_bx .white-box-square ul.stylized-ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
}
.defination_bx .white-box-square ul.stylized-ul li {
    margin-bottom: 10px;
    padding-left: 0px;
    color: #555555;
    font-size: 18px;
}
.defination_bx .white-box-square ul.stylized-ul li i {
    color: #B4985B;
    font-size: 23px;
    margin-right: 10px;
}
.defination_bx .white-box-square ul.stylized-ul li:last-child{
    margin-bottom:0px;
}
.defination_bx .image-content-side .box-content {
    height: auto;
    margin-left: 7px;
    margin-right: 7px;
}
.defination_bx .right_bx.image-content-side {
    background-image: url(../images/wood_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 45px;
}
.bx_para p {
    font-size: 18px;
    color: #555555;
    line-height: 30px;
}
.bx_para p:last-child{
    margin-bottom:0px;
}
.process_area .step_bx .step-icon img {
    max-width: 100px;
    image-rendering: -webkit-optimize-contrast;
}
.process_area{
    padding: 35px 0px;
}
.heading_text {
    font-size: 16px;
    color: #363636;
    max-width: 500px;
    line-height: 25px;
    margin-bottom: 0px;
}
.process_area .step_bx .step-title {
    font-weight: 800;
    font-size: 17px;
    line-height: 30px;
    margin-bottom:5px;
}
.process_area .step_bx .step-content{
    font-size: 15px;
    color:#363636;
    line-height: 25px;
    margin-bottom:0px;
}
.process_area .step_bx .step-icon {
    margin-bottom: 15px;
}
.defination_bx .row{
    align-items:center;
}
.defination_bx {
    padding: 35px 0px;
}
.defination_bx .right_bx.image-content-side .cell{
    max-width: 450px;
    margin: auto;
}
.social_bxnew ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social_bxnew{
    padding:25px 0px 50px;
}
.social_bxnew ul li{
    max-width: 140px;
}
.defination_bx .right_bx.image-content-side .box-content {
    height: auto;
    margin-left: 7px;
    margin-right: 7px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.heading_bx{
    margin-bottom: 35px;
}
.defination_bx.video_part {
    background-color: #FBFBFB;
    padding: 50px 0px;
}
.defination_bx.video_part iframe{
    width:100%;
    height: 400px;
}

footer.footer {
    background: black;
    color: white;
    margin-top: 0;
}

footer.footer .nav-title {
    font-style: normal;
    font-weight: 800;
    color: inherit;
    font-size: 16px;
    margin-bottom: 15px;
}
footer.footer .set-height {
    min-height: auto;
}
footer.footer p {
    margin-bottom: 0;
}
footer.footer .second-footer {
    border-top: solid 1px #333;
    margin-top: 2rem;
    padding-top: 2rem;
}
footer.footer .second-footer button.read-more {
    margin-bottom: 0;
}
footer.footer .second-footer .footer-tagline {
    color: white;
    font-size: 0.75rem;
}
footer.footer .menu a, footer.footer .menu button, footer.footer .menu input, footer.footer .menu select {
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 0;
    line-height: 35px;
    color: white;
}
footer.footer .menu a:hover, footer.footer .menu button:hover, footer.footer .menu input:hover, footer.footer .menu select:hover {
    text-decoration: underline;
    text-underline-position: under;
}
footer.footer .menu, footer.footer .menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}
footer.footer .inner-footer {
    padding-top: 40px;
}
footer.footer .privacy-links a {
    color: white;
    padding: 0;
    font-size: 0.813rem;
    line-height: 1.125rem;
}
footer.footer nav.social-links ul#social-icons {
    margin-left: 0;
    list-style-type: none;
    display: inline-flex;
}
footer.footer nav.social-links ul#social-icons li.icon {
    line-height: 2.5rem;
    text-decoration: none;
    margin-right: 0.5rem;
}
#gsa-footer {
    width: 60%;
    margin: 10px auto;
    text-align: center;
}
footer.footer .footer_btm {
    border-top: 1px solid #ad8f3f;
    padding: 15px 0px;
}
.footer_top{
    padding-bottom: 30px;
    padding-top: 20px;
}
.social_bx{
    display: flex;
}
.social_bx li {
    margin-right: 15px;
}
.social_bx li:last-child{
    margin-right:0px;
}
.social_bx li a {
    color: #333333;
    display: block;
    border-radius: 50%;
    width: 25px;
    text-align: center;
    line-height: 27px;
    height: 25px;
    font-size: 14px;
    background-color: #ffffff;
}
.footerbtm_left {
    display: flex;
    font-weight: 600;
}
.footerbtm_left .main-logo img{
    max-width: 150px;
}
.grid-container.footer_btm .row{
    align-items:center;
}
.top_content {
    background-image: url(../images/banner.png);
    min-height: 400px;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
}
.index_maintag {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.index_maintag .heading {
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}
.index_maintag p {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.index_maintag .search-form .input-group .form-control {
    border-bottom-left-radius: 1.875em;
    border-top-left-radius: 1.875em;
    padding-left: 1.5rem;
    height: 55px;
}
.index_maintag .search-form .input-group {
    width: 500px;
}
.index_maintag .search-form .button {
    font-size: 16px;
    padding: 5px 20px;
    align-self: stretch;
}
.footerbtm_left .main-logo{
    margin-right:15px;
}
.social_bx li a:hover{
    color:#D11833;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.defination_bx .white-box-square.boxsd_none{
    box-shadow:none;
}


.common_table table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.common_table table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.common_table table tr {
    background-color: #f8f8f8;
    padding: .35em;
}

.common_table table th,
.common_table table td {
    padding: .625em;
    text-align: left;
    background-color: #ffffff;
}

.common_table table th {
    font-size: 18px;
    letter-spacing: 0;
    text-align: left;
    color: #5D5D5D;
    padding: 15px 5px;
    background-color: #ffffff;
    border: none;
}
.common_table table td.time{
    font-size:16px;
    color:#666666;
    font-weight:bold;
}
.common_table table td.course_group{
    font-size:14px;
    color:#666666;
    font-weight:bold;
}
.common_table table td.course_group a {
    color: #666666;
    margin-right: 5px;
    margin-bottom: 3px;
    display: inline-block;
}
.common_table table td {
    vertical-align: middle;
    padding: 15px 5px;
}
.common_table table td.course_group a:hover{
    color:#D11833;
}
.common_table table th.highlited_text{
    color:#D11833;
}

.common_table table td:first-child {
    padding-left:18px;
}
.common_table table td:last-child{
    padding-right:18px;
}
.common_table table th:first-child{
    padding-left:18px;
}
.common_table table th:last-child{
    padding: 0px 18px 0px 0px;
}
.table-striped tbody tr:nth-of-type(odd) td{
    background-color:#ffffff;
}
.table-striped tbody tr:nth-of-type(even) td{
    background-color: #FCFCFC;
}

.common_table.top_table{
    margin-bottom:30px;
}
.main_index_body.inner {
    background-color: #F6F6F6;
    padding-bottom: 30px;
}
.common_table table th span{
    color:#D11833;
}
.common_table .common-btn.red{
    padding: 10px 20px;
    font-size:15px;
}

.common_table.nw_top table th:last-child {
    padding-right: 18px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}
.common_table.nw_top table td.course_group {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

.common_table.nw_top table td.course_group a{
    margin-right:0px;
}
@media screen and (max-width: 600px) {
    .common_table table {
        border: 0;
    }

    .common_table table caption {
        font-size: 1.3em;
    }

    .common_table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .common_table table tr {
        border-bottom:0px;
        display: block;
        margin-bottom: .625em;
    }

    .common_table table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .common_table table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform:normal;
    }
    .common_table table td.time::before {
        color:#D11833;
    }

    .common_table table td:last-child {
        border-bottom: 0;
    }
    .common_table table td:first-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    .table-striped tbody tr:nth-of-type(odd) {
        background-color: #ffffff;
    }
    .common_table table tr {
        padding: 0em;
    }
    .common_table table td.course_group {
        font-size: 15px;
    }
    .common_table table td.course_group .all_course {
        max-width: calc(100% - 120px);
        display: inline-block;
        font-size: 14px;
    }
    .common_table table td:last-child {
        border-bottom: 0;
        text-align: center !important;
    }

    .common_table.nw_top table td.time {
        text-align: right !important;
    }

    .common_table table td.course_group::before{
        color: #D11833;
    }
    .common_table table td {
        padding-left:10px;
        padding-right:10px;
    }

    .common_table table td.time {
        font-size: 15px;
    }
}


.innersmall_banner {
    position: relative;
    width: 100%;
    background: url(../images/course_detailsbanner.png) no-repeat scroll center center / cover;
    top: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    transition: all .2s ease-in-out;
}
.innersmall_banner .banner-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sub-page-heading h2 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.sub-page-heading p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 0px;
}


.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu.show .dropdown-menu {
    display: block;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    display: block;
    color: #25447B;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 7px;
    font-size: 14px;
    border-bottom: 1px solid #eae9e9;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
    color: #F8FAF3;
    background-color: #d11833;
}
.bootstrap-select .btn {
    border-radius: 3px;
    border: 1px solid #D5D5D5;
    color: #666666;
    height: 50px;
    font-weight: 600;
    background-color: #ffffff;
}
.bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
    box-shadow: none;
}

.course_list {
    margin-bottom: 30px;
}
.course_list .state {
   color: #666666;
   font-weight: bold;
   font-size: 23px;
   margin-right: 10px;
}
.course_list label{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}






.cartbx_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    padding: 20px 25px;
    margin-bottom: 1px;
}
.cartbx_list li .left_bx .heading {
    font-size:18px;
    color:#666666;
    font-weight: bold;
    margin-bottom:10px;
}
.cart_bx .heading {
    font-size: 21px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 15px;
}
.cart_bx {
    padding-top:40px;
}
.cartbx_list li .left_bx .heading a {
    color:#666666;
}
.cartbx_list li .right_bx .price {
    font-size: 18px;
    color: #68B21D;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: right;
}
.cartbx_list li .right_bx .close {
    font-size: 13px;
    color: #787878;
    font-weight: 600;
    margin-bottom: 0px;
    text-align: right;
    opacity: 1;
}
.cartbx_list li .right_bx .close:hover{
    color:#D11833;
}
.cartbx_list li .left_bx p {
    font-size: 16px;
    color: #787878;
    font-weight: bold;
    margin-bottom: 0px;
}
.cartbx_list li:nth-child(even) {
    background-color: #FBFBFB;
}






.cart_bx .pricedetails-bx {
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    padding: 23px 30px 30px;
    background-color: #ffffff;
}
.cart_bx .pricedetails-bx h2 {
    font-size: 20px;
    color: #5D5D5D;
    font-weight: bold;
    text-align: left;
    display: block;
    padding-bottom:15px;
    text-transform: capitalize;
}
.cart_bx .pricedetails-bx ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    font-size: 17px;
    color: #666666;
    font-weight:600;
}
.cart_bx .pricedetails-bx .common-btn {
    border-radius: 5px;
    padding: 10px 30px;
    text-transform: uppercase;
}
.cart_bx .pricedetails-bx ul li.tottal {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 1px solid #E1DEDE;
}
.innersmall_banner.small_bnr {
    min-height: 135px;
}

.cart_bx .pricedetails-bx .input-group .form-control {
    height: 45px;
    font-weight: 500;
    border: 1px solid #D9E1F1;
}
.cart_bx .pricedetails-bx .input-group .btn {
    background-color: #D11833;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 25px;
}
.cart_bx .pricedetails-bx .input-group .btn:hover{
    background-color: #b3172e;
    color: #FFFFFF;
}
.cart_bx .pricedetails-bx h2 span {
    color: #D11833;
    margin-left: 5px;
}
.cart_bx .pricedetails-bx .input-group {
    margin-bottom: 20px;
}

.cart_bx {
    padding-top: 40px;
    padding-bottom: 50px;
}



.cd-user-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, 0.9);
    z-index: 3;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
    -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
    transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0, visibility 0 0;
    -moz-transition: opacity 0.3s 0, visibility 0 0;
    transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-user-modal-container {
    position: relative;
    width: 90%;
    max-width: 600px;
    background: #FFF;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: 0.25em;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher::after {
    clear: both;
    content: "";
    display: table;
}
.cd-user-modal-container .cd-switcher li {
    width: 50%;
    float: left;
    text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
    border-radius: 0.25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
    border-radius: 0 0.25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d2d8d8;
    color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
    background: #FFF;
    color: #505260;
}
@media only screen and (min-width: 600px) {
    .cd-user-modal-container {
        margin: 4em auto;
    }
    .cd-user-modal-container .cd-switcher a {
        height: 70px;
        line-height: 70px;
    }
}

.cd-form {
    padding: 1.4em;
}
.cd-form .fieldset {
    position: relative;
    margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
    margin-top: 0;
}
.cd-form .fieldset:last-child {
    margin-bottom: 0;
}
.cd-form label {
    font-size: 14px;
    font-size: 0.875rem;
}
.cd-form label.image-replace {
    /* replace text with an icon */
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
.cd-form label.cd-username {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-username.svg");
}
.cd-form label.cd-email {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-email.svg");
}
.cd-form label.cd-password {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-password.svg");
}
.cd-form input {
    margin: 0;
    padding: 0;
    border-radius: 0.25em;
}
.cd-form input.full-width {
    width: 100%;
}
.cd-form input.has-padding {
    padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.cd-form input.has-border:focus {
    border-color: #343642;
    box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
    outline: none;
}
.cd-form input.has-error {
    border: 1px solid #d76666;
}
.cd-form input[type=password] {
    /* space left for the HIDE button */
    padding-right: 65px;
}
.cd-form input[type=submit] {
    padding: 16px 0;
    cursor: pointer;
    background: #2f889a;
    color: #FFF;
    font-weight: bold;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
    background: #3599ae;
    outline: none;
}
.cd-form .hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    font-size: 0.875rem;
    color: #343642;
}
.cd-form .cd-error-message {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: rgba(215, 102, 102, 0.9);
    padding: 0.8em;
    z-index: 2;
    color: #FFF;
    font-size: 13px;
    font-size: 0.8125rem;
    border-radius: 0.25em;
    /* prevent click and touch events */
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
    -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
    transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
    /* triangle */
    content: "";
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-bottom: 8px solid rgba(215, 102, 102, 0.9);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.cd-form .cd-error-message.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s 0, visibility 0 0;
    -moz-transition: opacity 0.2s 0, visibility 0 0;
    transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
    .cd-form {
        padding: 2em;
    }
    .cd-form .fieldset {
        margin: 2em 0;
    }
    .cd-form .fieldset:first-child {
        margin-top: 0;
    }
    .cd-form .fieldset:last-child {
        margin-bottom: 0;
    }
    .cd-form input.has-padding {
        padding: 16px 20px 16px 50px;
    }
    .cd-form input[type=submit] {
        padding: 16px 0;
    }
}

.cd-form-message {
    padding: 1.4em 1.4em 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
}
@media only screen and (min-width: 600px) {
    .cd-form-message {
        padding: 2em 2em 0;
    }
}

.cd-form-bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}


.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.fade.show {
    opacity: 1;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}
.course_list.form_area .form-control{
    width: 200px;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.cust_modal .modal-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none;
    padding-bottom: 0;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.cust_modal .modal-header .modal-title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #000034;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.cust_modal .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #A4A2AE;
    font-size: 35px;
    opacity: 1;
    font-weight: normal;
    text-shadow: none;
    box-shadow: none;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.cust_modal .modal-body {
    padding: 30px;
    padding-top: 20px;
}
.form-group {
    margin-bottom: 1rem;
}
.cust_modal .modal-form label {
    font-size: 16px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #1D2245;
}
.cust_modal .modal-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #D9E1F1;
    border-radius: 5px;
    font-size: 14px;
    color: #1D2245;
    padding: 0 10px;
}

.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {
    margin-right: -1px;
}
.cust_modal .modal-form .input-group .input-group-prepend {
    max-width: 50%;
    width: 100%;
}
.check-style input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.cust_modal .modal-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #D9E1F1;
    border-radius: 5px;
    font-size: 14px;
    color: #1D2245;
    padding: 0 10px;
}
.check-style label {
    margin-bottom: 15px;
    color: #555;
    position: relative;
    cursor: pointer;
}
.cd-form-bottom-message a {
    color: #FFF;
    text-decoration: underline;
}

.cd-close-form {
    /* form X button on top right */
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/148866/cd-icon-close.svg") no-repeat center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (min-width: 1170px) {
    .cd-close-form {
        display: none;
    }
}

#cd-login, #cd-signup, #cd-reset-password {
    display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
    display: block;
}


.loginregistrationwrap{
    margin-top: 150px;
    margin-bottom: 50px;
}
.link{
    font-size: 14px;
    color: #333333;  
    font-weight: 500;
}



.text-right {
    text-align: right !important;
}

.innersmall_banner.newindexbanner {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    min-height: 350px;
    background-position: bottom !important;
    overflow: hidden;
}
.innersmall_banner.newindexbanner .sub-page-heading{
    position: relative;
}


.banner_logo {
    margin-bottom: 15px;
}
.banner_logo a{
    display: inline-block;
}
.innersmall_banner.newindexbanner .heading {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
}

.site-header .new_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
}
.header-menu ul li a.btn {
    display: inline-block;
    color: #666666;
    text-align: center;
    background-color: #FCFCFC;
    border-radius: 30px;
    border: 2px solid #D11833;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    padding: 8px 25px;
    font-size: 15px;
    transition: 0.4s ease-in-out;
}
.header-menu ul li a.btn:hover{
    color:#ffffff;
    background-color:#D11833;
}
.d-none{
    display: none !important;
}
.main_index_body.inner {
    padding-top: 80px;
    background-color: #F6F6F6;
    min-height: calc(100vh - 160px);
}
.course_list label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-content: space-between;
}
.footerbtm_spn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.footerbtm_spn .social_bx {
    margin-right: 25px;
}
.site-header .new_header .brand_text{
    margin-bottom: 0;
    font-size:15px;
    color: #ac8e45;
    line-height: 17px;
    font-weight:500;
}
footer.footer .privacy-links a {
    font-weight: bold;
    font-size: 13px;
    text-decoration: underline;
}
footer.footer .nw_footer {
    padding: 50px 0px 70px;
}
footer.footer .nw_footer .privacy-links ul li {
    margin-bottom:0px;
}
footer.footer .nw_footer .privacy-links ul li:last-child{
    margin-bottom:0px;
}
.new_header .header-menu ul li:last-child{
    margin-right: 0px;
}
.vertline {
    width: 1px;
    border-right: 1px solid #999;
    float: left;
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.newindexbanner video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
}
.footerbtm_left .top-tagline {
    font-size: 12px;
}
.footerbtm_left .top-tagline .d-block{
    display:block;
}
.footerbtm_left .main-logo img {
    width: 180px;
    max-width: 180px;
}
.site-header .new_header .brand_text span{
    font-weight: 600;
}
.site-header .new_header .headerdts {
    display: flex;
    align-items: center;
}

.course_list label {
    justify-content: space-between;
}

footer.footer .privacy-links a {
    font-size: 12px;
}

.new-radio-wrapper input[type=radio] + label span {
  transition: background 0.2s, transform 0.2s;
}

.new-radio-wrapper input[type=radio] + label span:hover,
.new-radio-wrapper input[type=radio] + label:hover span {
  transform: scale(1.2);
}

.new-radio-wrapper input[type=radio]:checked + label span {
  background-color: #3490DC;
  box-shadow: 0px 0px 0px 2px white inset;
}

.new-radio-wrapper input[type=radio]:checked + label {
  color: #3490DC;
}
/*.new-radio-wrapper .bg-gray-200{
     border: 1px solid #b8c2cc;
}*/


.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.ml-auto{
    margin-left: auto;
}
.col-lg-10 {
    flex: 100%;
    max-width: 100%;
}
@media (min-width: 992px){
.col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
}