/* Minification failed. Returning unminified contents.
(35,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(36,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(37,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(38,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(83,34): run-time error CSS1046: Expect comma, found '5'
(83,38): run-time error CSS1046: Expect comma, found '/'
(133,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(211,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(215,28): run-time error CSS1039: Token not allowed after unary operator: '-udst-bg-color'
(252,28): run-time error CSS1039: Token not allowed after unary operator: '-udst-bg-color'
(269,17): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(377,16): run-time error CSS1039: Token not allowed after unary operator: '-udst-error-color'
(1103,28): run-time error CSS1039: Token not allowed after unary operator: '-udst-bg-color'
(1161,28): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(2243,22): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
(2244,26): run-time error CSS1039: Token not allowed after unary operator: '-primary-color'
 */


/*@font-face {
    font-family: "Lato";
    src: url(fonts/lato/Lato-Regular.eot), url(fonts/lato/Lato-Regular.eot?#iefix) format("embedded-opentype"), url(fonts/lato/Lato-Regular.woff2) format("woff2"), url(fonts/lato/Lato-Regular.woff) format("woff"), url(fonts/lato/Lato-Regular.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Lato_bold";
    src: url(fonts/lato/Lato-Bold.eot), url(fonts/lato/Lato-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/lato/Lato-Bold.woff2) format("woff2"), url(fonts/lato/Lato-Bold.woff) format("woff"), url(fonts/lato/Lato-Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Lato_italic";
    src: url(fonts/lato/Lato-Italic.eot), url(fonts/lato/Lato-Italic.eot?#iefix) format("embedded-opentype"), url(fonts/lato/Lato-Italic.woff2) format("woff2"), url(fonts/lato/Lato-Italic.woff) format("woff"), url(fonts/lato/Lato-Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}*/


@font-face {
    font-family: "NeoSansArabic";
    src: url('fonts/neo/NeoSansArabicRegular.ttf') format("truetype");
    font-weight: normal;
    font-style: normal;
}



:root {
    --primary-color: #0055B8;
    --udst-bg-color: #efefee;
    --udst-error-color: #ff0000;
    --udst-black: #222222;
}


* {
    box-sizing: border-box;
}

.mb-30 {
    margin-bottom: 1.875rem;
}

.p-18 {
    padding: 1.125rem;
}

.px-20 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}

.pt-30 {
    padding-top: 1.875rem;
}

.pb-30 {
    padding-bottom: 1.875rem;
}
.font-arabic {
    font-family:'NeoSansArabic';
  /*  font-weight:bold;*/
}

.arabic-direction {
    direction:rtl;
}
.txtpadding {
    margin-top: 15px !important;
    
}
.formDisplay, .userName, .token, .confirmpass, .password {
    margin-top: 15px !important;
    max-width: 100% !important;
}
.login-wrapper {
    box-shadow: 0 0 16px 0 rgb(4 5 5 / 17%);
    width: 500px;
    margin: 6% auto;
    padding: 20px;
    border-radius: 5px;
}
input[type=text] {
    max-width: 100% !important;
}
input[type=password] {
    max-width: 100% !important;
}
.button-style {
    display: flex;
    justify-content: right;
}
body {
    /* padding-top: 50px;*/
    padding-bottom: 20px;
    font-family: 'Lato',sans-serif !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    min-height: 75vh;
    
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
     max-width: 280px;
    /*max-width: 400px;*/
}

.hr {
    width: 200%;
    height: 1px;
    left: -50%;
    background: var(--primary-color);
    position: relative;
    clear: left;
    margin-bottom: 30px;
}

p {
    line-height: 1.7;
}

td {
    border: 1px solid black;
    padding: 5px 7px 2px 7px;
    vertical-align: baseline;
}

th {
    text-align: center;
}

/*.homeli {
    font: 400 17px / 1.4 'Lato', sans-serif;
    margin-top: 15px;
    line-height: 1.7;
}*/

/*.blue {
    background-color: var(--primary-color);
    color: white;
}*/

/*.bg-primary-primudst {
    --bs-bg-opacity: 1;
    background-color: var(--primary-color);
}*/


.vertical-section {
    margin-top: 3.5rem;
}

.blue {
    color: #0055b8;
}

.node-link {
    margin: auto 0 0 auto;
}

.separator:after {
    margin-left: 0.313rem;
    padding-right: 0.313rem;
    content: "|";
}

.a-no-decoration {
    text-decoration:none;
}

.title-wrapper {
    color: #000;
}

.pt-20 {
    padding-top: 1.25rem;
}
.p-20 {
    padding: 1.25rem;
}

.h-100 {
    height: 100% !important;
}
.gray-bg {
    background-color: #efefee;
}

.bg-primary-udst {   
    background-color: var(--primary-color);
}

.bg-secondary-udst {
    background-color: var(--udst-bg-color);
}

.bg-secondary-eng {
    background-color: #C04D00;
}

.bg-secondary-black {
    background-color: #222;
    color: #fff;
}


.bg-secondary-blue {
    background-color: #0055b8;
    color: #fff;
}

.text-primaray-udst {
    color: #0055b8;
}


.alert-udst-secondary {
    color: #000;
    background-color: #efefee;
    font-weight: bolder;
}

ul.langs {
    display: flex;
    flex-direction: row;
    column-gap: 5px;
    justify-content: flex-end;
}

.alert-term {
    background-color: var(--udst-bg-color);
}
/*a.more-link {
    position: relative;
    display: block;
    padding-right: 2rem;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 700;
    color: #0055b8;
}*/
   
.ul-square {
    list-style-type: square;
}

.ul-square > li::marker {
    color: var(--primary-color);
}

.radiobutton ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;   
    column-gap: 30px;
}

    .radiobutton ul li {
        display: block;
        position: relative;
        float: left;       
    }

        .radiobutton ul li input[type=radio] {
            position: absolute;
            visibility: hidden;
        }

        .radiobutton ul li label {
            display: block;
            position: relative;
            font-weight: 300;
            font-size: 1.35em;
            padding: 0px 0px 0px 35px;
            z-index: 9;
            cursor: pointer;
        }
        /*
.radiobutton ul li:hover label {
    color: #FFFFFF;
}
    */
        .radiobutton ul li .check {
            display: block;
            position: absolute;
            border: 5px solid #aaa;
            border-radius: 100%;
            height: 25px;
            width: 25px;
            top: 0px;
            left: 0px;
            z-index: 5;
            transition: border .25s linear;
            -webkit-transition: border .25s linear;
        }


            /*
.radiobutton ul li:hover .check {
    border: 5px solid #FFFFFF;
}
 */
            .radiobutton ul li .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 12px;
                width: 12px;
                top: 2px;
                left: 2px;
                margin: auto;
                transition: background .25s linear;
                -webkit-transition: background .25s linear;
            }

.radiobutton input[type=radio]:checked ~ .check {
    border: 4px solid #ccc;
}

    .radiobutton input[type=radio]:checked ~ .check::before {
        background: #999;
    }

.radiobutton input[type=radio]:checked ~ label {
    color: #333;
}

.validation-summary-errors {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.field-validation-error {
    color: #ff0000;
    padding: 7px 0px 7px 4px;
    display: block;
    font-weight: 500;
}

.field-validation-upload-error {
    color: #ff0000;
    padding: 7px 0px 7px 4px;
    font-weight: 500;
}

.required-doc {
    color:var(--udst-error-color);
}
.labelsummary {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #333;
    font: 600 14px/1.8 'Lato', sans-serif !important;
    padding-left: 0.6em;
}
.grey {
    background-color: #d9d8d6;
    color: black !important;
}

.displayNone {
    display: none !important;
}
/*Bootrap custimazation Start*/

.bg-dark-udst {
    background-color: #0055b8;
}

.bg-dark-udst2 {
    background-color: #fff;
}


.navbar-brand .UDSTLogo {
    height:118px;
    margin-left:1.5rem;
}
.navbar-text2 {
    color: #222222 !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-dark .navbar-text {
    color: #fff !important;
}

/*.navbar-dark2 .navbar-nav .nav-link {
    color: #222222 !important;
}*/

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #0055B8 !important;
    background-color: #D9D8D6;
    text-decoration: underline;
    text-decoration-color: #222222
}

/*
.courses-container.g-4, .gy-4 {
    --bs-gutter-y: 3.5rem;
}

.courses-container.g-4, .gx-4 {
    --bs-gutter-x: 3.5rem;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #0055b8 !important;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
     border-radius: 0 !important;
}

.modal-header {
    background-color: #0055b8;
    color : #fff;
}

.btn-close{
    color:#fff;
}
/*Bootrap custimazation End*/
i.fa.fa-trash-o {
    color: #ff0000;
}

.page-content .paragraph {
    color: #222222;
    font: 400 17px / 1.4 'Lato', sans-serif;
    margin-top: 15px;
    line-height: 1.7;
    text-align: justify;
}

.page-content .page-image > img {
    max-width: 100%;
}


.cbs-image-link img {
    height: 118px;
}


/*Footer Start*/
.headercontainer {
    padding-top: 27px;
    font-size: 14px;
}



.footer {
    clear: both;
    /* bottom: -182px;*/
    width: 100%;
    display: block;
    position: absolute;
    /* background: #0069aa; */
    height: 30px;
    padding: 7px 10px 0 0;
    text-align: right;
    font: 300 13px 'Lato',sans-serif;
    /*border-top:1px solid #0055b8;*/
}

.footer-in .footer-image {   
    text-align: left;
    margin-bottom: 5px;
}

.footer-in .footer-image > img {
    height: 118px;
}



.footer .cnaq-padding {
    padding-right: 0;
}

.footer .footer-in {
    background-color: #0055b8;
    color: white;
}

.footer .navbar-nav > li > a,
.footer a {
    padding: 0 10px;
    color: white;
}

    .footer .navbar-nav > li > a .fa.fa-map-marker:before,
    .footer a .fa.fa-map-marker:before {
        font-size: 21px;
        margin-right: 5px;
        margin-left: 9px;
    }

.footer .col-lg-1.col-md-1.col-sm-12 > img {
    padding-top: 43px !important;
}

.footer col-lg-1.col-md-1.col-sm-12 {
    padding-top: 0 !important;
}

.footer .col-lg-3.col-md-11.col-sm-12.cnaq-padding p:not(:first-child) {
    display: block;
    margin: 4px 0;
}

.footer .col-lg-7.col-md-12.col-sm-12.cnaq-padding > .row .col-sm-12 {
    margin-bottom: -5px;
}

.footer .nav.navbar-nav.navbar-right:not(.navbar-social) {
    width: 100%;
    float: left !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

    .footer .nav.navbar-nav.navbar-right:not(.navbar-social) li a {
        margin: 0 14px;
        color: #0055B8;
        padding: 0;
    }

        .footer .nav.navbar-nav.navbar-right:not(.navbar-social) li a:hover:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            background: #D9D8D6;
            left: 0;
            clear: left;
            display: block;
        }

.footer .navbar-right {
    margin-right: 5px;
    float: left !important;
}

.footer .btn-map-icon.btn-map {
    display: block;
    position: relative;
    padding: 0;
    margin: 15px 0;
    /* padding-top : 20px;*/
}

@media (max-width: 767px) {
    .footer .btn-map-icon.btn-map {
        margin: 20px 0;
    }
}

.footer a:hover,
.footer a:focus,
.footer .nav > li > a:hover,
.footer .nav > li > a:focus,
.footer > .active > a,
.footer > .active > a:hover,
.footer > .active > a:focus,
.footer > li > a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #D9D8D6;
}

/*.footer a.udst-email,
.footer a.udst-email:hover,
.footer a.udst-email:focus {*/
    /*color: #0055B8*//*;
}*/

@media (min-width: 1200px) {
    .footer .cnaq-padding {
        padding-top: 13px;
    }
}

@media (min-width: 1160px) {
    .col-md-10 {
        width: 83.33333333%;
        left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 992px) {
    .col-md-10 {
        width: 83.33333333%;
        left: 40px;
    }
}

.footerlogo {
    height: 130px;
    padding-top: 20px;
}

.footer-address {
    text-align:left;
}

ul.navbar-social {
    display:inline-block;
}

ul.navbar-social2 {
    flex-direction:row !important;
}

.navbar-social2 a.btn.btn-social-icon {
    background-color: #0055b8;
}

.nav-bottom {
    flex-direction: row !important;
}

    .nav-bottom .nav-item:not(:last-of-type):after {
        width: 0.125rem;
        height: 1.125rem;
        margin: 0 1.75rem;
        content: "";
        background-color: #cfcfc9;
    }

.nav-bottom .nav-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
 
.nav-bottom .nav-item .nav-link {
        padding: 0;
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
        transition: color 0.5s linear;
        color: #000;
        font-size: 0.875rem;
    }

.footer .navbar-nav > li > a.btn-social-icon {
    margin-top: 15px;
    /* border: 2px solid #0055B8;
    border-radius: 30px;*/
    /*  padding: 8px 4px;
    margin: 15px 6px;
    line-height: 14px;
    font-size: 18px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;*/
}

    .footer .navbar-nav > li > a.btn-social-icon i {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
    }

    .footer .navbar-nav > li > a.btn-social-icon:hover {
        background-color: #0055b8;
    }

        .footer .navbar-nav > li > a.btn-social-icon:hover i {
            color: #002754;
        }

.footer .udst-copytight-adjust {
    /* text-align: right;
    margin-right: 10px;*/
    margin-top: -1px;
    color: white;
}

.footer .col-sm-12 + .col-lg-6.col-md-12 {
    padding-left: 25px;
}

.footer .col-lg-5.col-lg-offset-1.col-md-12 {
    padding-left: 5px;
}

.footer .nav.navbar-nav.navbar-right.navbar-social li {
    width: 50px;
    display: inline-block;
}

.footer .nav.navbar-nav.navbar-right.navbar-social > :first-child {
    margin-left: -5px;
}

.footer .fa-map-marker {
    margin-left: 11px;
}

/*Footer End*/


/*NotSupported IE start*/
.NotSupportedImg {
    background-position: center;
    background-repeat: no-repeat;
    height: 429px;
    min-height: 200px;
    max-height: 30vh;
}

.NotSupportedBody {
    background-color: #0055B8;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.NotSupportedContent {
    text-align: center;
    margin-top: 10%;
}

.btn-link-NotSupported {
    color: yellow;
    text-decoration: underline;
    text-decoration-color: #fff;
}

    .btn-link-NotSupported:hover {
        color: #fff !important;
    }

    .btn-link-NotSupported :focus {
        color: #fff !important;
    }

/*NotSupported IE End*/





/* header*/
.top-container {
   /* display: grid;
    grid-template-columns: 1fr 8fr;*/
    background-color: #0055b8;
    width: 100%;
}


.top-nav {
    float: right;
}


.top-nav .nav-link {
    color: white !important;
}

.top-container .header-title {
    font-size: 3vh;
    color: #fff;
    font-weight: 500;
    margin-top: 30px;
    margin-left: -100px;
}

.steps {
    margin-top :20px !important;
}
/*
.steps > .list-group {
    flex-direction: row;
    
}*/

/*.steps > .list-group > li > a {
        color: #fff;
}

.steps > .list-group > li.active {
    background-color: #0055b8;
    border-color: #0055b8;
}

.steps > .list-group > li:not(.active) {
    background-color: #646464;
}*/

/*button.navbar-toggler.nav-steps {
    background-color: #222;
}*/

.nav-steps .navbar-toggler-icon {
    background-image: none !important;
}

button.navbar-toggler.nav-steps.collapsed ::after {
    font-family: FontAwesome;
    content: "\f067";
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle;
    color: Green;
}

button.navbar-toggler.nav-steps ::after {
    font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle;
    color: red;
}

.steps > li > a {
    color: #fff;
}

.steps > li.active {
    background-color: #0055b8;
    border-color: #0055b8;
}

.steps  > li:not(.active) {
    background-color: #646464;
}




.nav-admin .navbar-toggler-icon {
    background-image: none !important;
}

button.navbar-toggler.nav-admin.collapsed ::after {
    font-family: FontAwesome;
    content: "\f067";
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle;
    color: Green;
}

button.navbar-toggler.nav-admin ::after {
    font-family: FontAwesome;
    content: "\f068";
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    vertical-align: middle;
    color: red;
}
   
.body-app {
    padding-top :20px;
}

.page-image-container {
    margin-bottom: 3.5rem;
}

.home-banner-container {
    position: relative;
    right: 50%;
    left: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100vw;
    -ms-flex: 0 0 100vw;
    flex: 0 0 100vw;
    width: 100vw;
    max-width: none;
    margin-right: -50vw !important;
    margin-left: -50vw !important;
}

.contact-us {
    /*background-color: #D9D8D6;*/
    /* background-color: #d9d8d6; */
    /* padding: 1.25rem 1.25rem 0.625rem 1.25rem !important; */
    padding: 1.25rem 1.25rem 0.625rem 1.25rem;
    border-top: 2rem solid #0055b8;
    background-color: #efefee;
    margin-top: 6px;
}

/*.udst-message {
    background-color :var(--udst-bg-color);
    padding:10px;
    color: var(--udst-black);
    font-weight:bold;
}*/

.contactus-contactus {
    margin-top:15px;
}
/*.contactus-title 
    font-weight:bold;
}
.contactus-title + ul {
    list-style-type: none;
}*/
.contactus-contactus {
    margin-top: 5px;
}

.offering-title {
    /*  display: flex;
    flex-direction: row;
    margin: 20px;*/
    margin-left: -33px;
}

.offering-title div {
    background-color: #0055B8;
    color:#fff;
}

.offering-title > ul {
    /* list-style-type: none; */
    /* display: inline-flex; */
    column-gap: 3.6rem;
    list-style-type: none;
    /* display: inline-flex; */
    /* column-gap: 10px; */
    /* display: flex; */
    /* max-width: 504px; */
    /* margin: 15px auto; */
    display: grid;
    /* grid-gap: 1rem; */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.courses-container {
    /*margin-bottom:3.5rem;*/
}

.courses-container .card {
    border:none;
}

.card-title-udst {
    color: #222222;
    font-weight: 700;
}

/*.card-footer-udst {
    display: flex;
    flex-direction: row-reverse;
    background-color: #efefee;
    padding: .5rem 1rem;


}*/


.card-footer-udst-read-more { 
    padding: .5rem 1rem;
    color: #fff;   
    padding-right: 2rem;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;   
    color: #fff;
   
}

.card-footer-udst-read-more:after {
    position: absolute;
    bottom: 0;
    left: 49%;
    width: 3.25rem;
    height: 0.125rem;
    content: "";
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}



a.more-link {
    position: relative;
    display: block;
    padding-right: 2rem;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 700;
    text-decoration: none;
    color: #0055b8;
}

a.more-link:after {
    position: absolute;
    top: 50%;
    right: 0.25rem;
    display: block;
    width: 1.125rem;
    height: 0.8125rem;
    margin-left: 0.625rem;
    margin-left: 0;
    content: "";
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(images/more-link.svg);
}

a.more-link:hover:after {
    right: 0;
    margin-left: 0;
    opacity: 0.75;
}

a:hover {
    text-decoration: none;
    color: #0679ff;
}

/*.accreditation {
    max-width: 1200px;
    margin: 15px auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    margin-bottom: 3.5rem;
}*/

.accreditation img {
    box-shadow: 0 2px 4px 2px rgba(0,0,0,.1);
    max-height:200px;
}

.Upcoming-event-container {
    background-color :var(--udst-bg-color);
}


footer.footer.ms-dialogHidden {
    margin-top: 3.5rem;
}
/* Buttons*/
.udst-btn {
   /* border-radius: 4px;*/
    padding: 16px 36px !important;
    text-decoration: none;
    margin: 20px 10px 25px 0 !important;
    color: #fff;
    position: relative;
    display: inline-block;
    border: 0;
    font: 500 19px 'Lato Slab', sans-serif;
}

.udst-btn2 {
    /* border-radius: 4px;*/
    padding: 16px 36px !important;
    text-decoration: none;
    margin: 20px 0 !important;
    color: #fff;
    position: relative;
    display: inline-block;
    border: 0;
    font: 500 19px 'Lato Slab', sans-serif;
    width:100%;
}

.udst-btn-small {
    padding: 8px 18px !important;
    text-decoration: none;
    margin: 10px 10px 10px 0 !important;
    color: #fff;
    position: relative;
    display: inline-block;
    border: 0;
    font: 300 18px 'Lato Slab',sans-serif;
}


.udst-btn-small-lang {
    padding: 4px 9px !important;
    text-decoration: none;
    margin: 2px 10px 2px 0 !important;
    color: #fff;
    position: relative;
    display: inline-block;
    border: 0;
    font: 300 18px 'Lato Slab',sans-serif;
}

.udst-btn-blue {
    margin-right: 0px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 16px 36px;
}

.udst-btn-blue p {
    color: #fff;
}


.udst-btn-blue:focus,.udst-btn-small:focus {
    color: #0055B8 !important;
    background-color: #D9D8D6;
    /* text-decoration: underline;*/
    text-decoration-color: #222222;
    cursor: pointer;
}

.udst-btn-blue:hover,.udst-btn-small:hover {
    color: #0055B8 !important;
    background-color: #D9D8D6;
    /* text-decoration: underline;*/
    text-decoration-color: #222222;
    cursor: pointer;
}

.udst-btn-small-link {
    padding: 8px 18px !important;
    text-decoration: none;
    margin: 10px 10px 10px 0 !important;
    color: #fff;
    position: relative;
    display: inline-block;
    border: 0;
    font: 300 18px 'Lato Slab',sans-serif;
}

.login-container ul.nav.nav-pills {
    padding-bottom: 0px;
    padding-top: 1px;
    border-bottom: 2px solid #0055B8;
}

.login-container .nav-pills > li.active > a, .login-container .nav-pills > li.active > a:focus, .login-container .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #0055B8;
}

/*.login-container .nav-pills > li > a {
    border-radius: 0px;
    font: 400 14px 'Lato',sans-serif;
    background-color: #eee;
}*/

.login-container .nav-pills > li  {
   /* border-radius: 0px;
    font: 400 14px 'Lato',sans-serif;
    background-color: #eee;*/
}


   /* .login-container .nav-pills > li > a:hover {
        border-radius: 0px;
        font: 400 14px 'Lato',sans-serif;
        background-color: #D9D8D6;
        color: #ccc;
    }*/


    .login-container .nav-pills > li :hover {
       /* border-radius: 0px;
        font: 400 14px 'Lato',sans-serif;
        background-color: #D9D8D6;
        color: #222222;*/
    }

.btn-tab {
    margin-right: 2px !important;
}

.login-container2 {
    max-width: 1200px;
    margin: 15px auto;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    /* border: 1px red; */
    /*box-shadow: -10px 0 10px px #efefee;*/
   /* border-top: 0.3rem solid #0055b8;
    border-left: 0.1rem solid #0055b8;
    border-right: 0.3rem solid #0055b8;
    border-bottom: 0.3rem solid #0055b8;*/
}

.fa-sign-in:before {
    content: "\f090";
    color: #0055b8;
}

.login-img {
    /*box-shadow: -10px 0px 10px 1px #efefee;*/
    -webkit-box-shadow: -10px 0 10px 1px #efefee;
    box-shadow: -10px 0 10px 1px #efefee;
    /*box-shadow: -5px 0 5px 0px #0055b8;*/
}
/*.login-container #loginTabs .ui-widget-header {
    border-bottom: 1px solid #222222;
    background: none;
}*/
.ui-widget {
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: normal !important
}

.ui-widget-header {
    border: 1px solid #0055b8;
    background: #0055b8;
    color: #222
}

    .ui-widget-header .ui-icon {
        background-image: url("images/ui-icons_ffffff_256x240.png");
    }

.ui-datepicker-month {
    border-radius: 0
}

.ui-datepicker-year {
    border-radius: 0
}

.ui-widget-content {
    border: 1px solid rgba(0,0,0,.3);
    background: #fff url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x
}

.ui-widget input {
    font-family: "Lato",sans-serif;
    font-size: 15px
}

.ui-datepicker-month, .ui-datepicker-year {
    background: #fff !important
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: 'Lato',sans-serif !important
}

a.ui-state-default {
    color: #0055b8 !important;
    background: none !important
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #222
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #222;
    /*background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;*/
    font-weight: bold;
    color: #0055b8;
    background-color: #eee;
}

/*.login-container #loginTabs .ui-widget-content {
    border:none;
}*/

.login-container .right-signInUp {
    padding-top: 5%;
}




.section-header1 {
    margin: 20px 0 20px 0;
    color: #222222;
    font: 600 18px 'Lato',sans-serif;
    text-transform: uppercase;
    padding: 12px 0px 10px 10px;
    border-bottom: 2px solid #0055B8;
    background-color: #eee;
}

.section-header1 > span {
    color: #55c3e3;
}

.forgotlink {
    padding: 10px 0px;
}

    .forgotlink ul {
        margin: 0px;
        padding: 0px;
    }

    .forgotlink ul li {
        padding: 2px 5px;
    }


.cc-selector-2 input {
    position: absolute;
    z-index: 999;
}

.visa {
    background-image: url(../../Images/visaimg.png);
    margin-right: 15px;
}

.mastercard {
    background-image: url(../../Images/napimg.png);
}

.cc-selector-2 input:active + .drinkcard-cc,
.cc-selector input:active + .drinkcard-cc {
    opacity: 1;
}

.cc-selector-2 input:checked + .drinkcard-cc,
.cc-selector input:checked + .drinkcard-cc {
    opacity: 1;
    border: 2px solid green;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 82px;
    height: 52px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    /*-webkit-filter: brightness(1.8) grayscale(1) opacity(0.3);
       -moz-filter: brightness(1.8) grayscale(1) opacity(0.3);
            filter: brightness(1.8) grayscale(1) opacity(0.3);*/
}

.payradio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}



.stepCircle {
    /* border-radius: 50%; */
    width: 50px;
    height: 50px;
    padding: 8px 8px 8px 8px;
    background: #efefee;
    /* border: 2px solid #C04D00; */
   /* color: #000;*/
    text-align: center;
    font: 24px Arial,sans-serif;
    color: #222;
}

.step {
    display: flex;
    column-gap: 10px;
}


.step-item {
    position: relative;
    /* display: block; */
  /*  padding: .5rem 1rem;*/
    color: #fff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    padding-right: 20px;
}

.step :nth-child(2) {
    padding-top:10px;
}

.navbar-nav.steps {
    column-gap: calc(10% - 15px);
}

.route {
    width: calc(100% - 90px);
    position: absolute;
    top: 25px;
    left: 50%;
    height: 2px;
    border-radius: 1px;
    background-color: #d8d8d8;
    transform: translate(-50%,-50%);
}


/*dts*/

table.dataTable thead th {
    background-color: #55c3e3 !important;
    color: #fff !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #0055B8;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #0055B8;
}

.dataTables_filter {
    margin-bottom: 10px;
}
/*table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f4ac7b;
}*/

/*table.display tbody tr:nth-child(even):hover td {
    background-color: #f4ac7b !important;
}

table.display tbody tr:nth-child(odd):hover td {
    background-color: #f4ac7b !important;
}
*/
/*
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #ee7623;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    border: 1px solid #361600;
    background-color: #55c3e3;   
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #0055B8;
}


.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #fff;
    background-color: #55c3e3;  
}*/

/*dt*/


.alertbox1 {
    position: fixed;
    z-index: 10000000;
    left: 50%;
    top: 50%;
    width: auto;
    /* max-width: 80%; */
    height: auto;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ui-dialog {
    top: 50% !important;
    left: 50% !important;
    margin-top: -50px !important;
    margin-left: -50px !important;
}


.ui-dialog .ui-dialog-title {
    color:#fff !important;
}

div#dialog-confirm {
    background-color: #fff;
}




.udst-navbar-header {
    -webkit-box-shadow: 0 0.1875rem 0.125rem rgba(0,0,0,0.2) !important;
    box-shadow: 0 0.1875rem 0.125rem rgba(0,0,0,0.2) !important;
    margin-top: -20px;
}

    .udst-navbar-header .navbar-toggler.collapsed .navbar-toggler-icon {
        width: 1.4375rem;
        height: 1.4375rem;
        background-image: url(../../Images/hamburger-menu.svg);
    }

    .udst-navbar-header .navbar-toggler .navbar-toggler-icon {
        width: 1.9375rem;
        height: 1.25rem;
        background-image: url(../../Images/close.svg);
    }

    


    section.row.region.region-navigation-collapsible {
        -webkit-box-pack: end;
        justify-content: flex-end;
        width: 100%;
        margin: 0;
    }

div#block-headertop {
    min-width: 77.4%;
    max-width: 87.4%;
}

ul.navbar-nav.ml-auto {
    margin-left: auto !important;
}

.navbar-login {
    justify-content:center;
}

.navbar-logged {
    justify-content: space-between;
}

a.nav-link2 {
    position: relative;
    margin: 0.25rem 0;
    padding: 0.625rem 0.3125rem;
    text-transform: uppercase;
    font-size: 1rem;
    color:#000;
}

    a.nav-link2:hover {
        color: #0055B8;
       
    }

.nav-item2:hover > a:after {
    position: absolute;
    top: auto;
    right: 0.6125rem;
    bottom: 0;
    left: 0.6125rem;
    display: block;
    width: auto;
    height: 0.125rem;
    margin: 0;
    content: "";
    -webkit-transition: opacity 0s,-webkit-transform 0s cubic-bezier(0.175,0.885,0.32,1.275);
    -o-transition: opacity 0s,-o-transform 0s cubic-bezier(0.175,0.885,0.32,1.275);
    transition: opacity 0s,-webkit-transform 0s cubic-bezier(0.175,0.885,0.32,1.275);
    transition: transform 0s cubic-bezier(0.175,0.885,0.32,1.275),opacity 0s;
    transition: transform 0s cubic-bezier(0.175,0.885,0.32,1.275),opacity 0s,-webkit-transform 0s cubic-bezier(0.175,0.885,0.32,1.275),-o-transform 0s cubic-bezier(0.175,0.885,0.32,1.275);
    -webkit-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem);
    /* opacity: 0; */
    background-color: #0055b8;
}




a.nav-link3 {
    position: relative;
    /*  margin: 0.25rem 0;*/
    margin-top: -5px;
    padding: 0.625rem 0.3125rem;
    text-transform: uppercase;
    font-size: 1rem;
    color: #000;
}

    a.nav-link3:hover {
        color: #0055B8;
    }

/*
    a.nav-link3 {
        position: relative;
        margin: 0.25rem 0;
        padding: 0.625rem 0.3125rem;
        text-transform: uppercase;
        font-size: 1rem;
    }*/



/*New footer*/

/* border-top: 1px; */


.footer2 {
    /*border-top: 0.1rem solid #0055b8;*/
    margin-top: 3.5rem;
}

.footer2 .footer-in {
    background-color: #efefee;
    color: #000;
}


.footer2 .footer-top {
    position: relative;
    padding-top: 3.5rem;
    padding-bottom: 3.125rem;
    font-size: 1rem;
    line-height: 1.38;
}

.footer-img {
    margin-bottom:3rem;
}

.menu--social-media-links ul.nav {
    column-gap:10px;
}

.menu--social-media-links .nav .nav-item .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1.5625rem;
    height: 1.5625rem;
    padding: 0;
    border-radius: 50%;
    background-color: #0055b8;
    font-size: 0;
}

    .menu--social-media-links .nav .nav-item .nav-link:before {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        width: 100%;
        color: #fff;
        font-size: 0.875rem;
    }


.footer2 .footer-bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.875rem;
}


.footer-top .menu--quick-links > h2 {
    margin-bottom: 0.625rem;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
}



.nav-link4 {
    position: relative;
    /* margin: 0.25rem 0; */
    padding: 0.1rem 0.3125rem;
    /* text-transform: uppercase; */
    font-size: 1rem;
    color: #000;
}


.btn-login {
    margin-right: -2px !important;
    margin-left: 10px !important;
}

.udst-fa-phone, .udst-fa-email {
    margin-right: 0.5rem;
    color: #0055b8;
}


.contact-us-login {
    margin-top: 21px !important;
}

.sub-title {
    margin-bottom: 0.5rem;
}
/*enfd*/



/* country-list*/

.iti__country-list {
    /*background-color: #646464 !important;*/
    z-index: 10 !important;
}

.iti__country-list iti__hide {
    z-index:0 !important;
}
/*End Conuntry list*/



/*Image-hover*/

/*@import url(https://fonts.googleapis.com/css?family=Raleway);*/

/**,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*/



/* body {
    background: #f9f9f9;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
} */

/* .main-title {
    color: #2d2d2d;
    text-align: center;
    text-transform: capitalize;
    padding: 0.7em 0;
} */

.container1 {
    padding: 1em 0;
    float: left;
   /* width: 50%;*/
}

/*@media screen and (max-width: 640px) {
    .container1 {
        display: block;
        width: 100%;
    }
}*/

/*@media screen and (min-width: 900px) {
    .container1 {
        width: 33.33333%;
    }
}*/

/*porgram offered*/
.container1 .title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px;
}

.content1 {
    position: relative;
   /* width: 90%;
    max-width: 400px;*/
    margin: auto;
    overflow: hidden;
}

    .content1 .content1-overlay {
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        height: 99%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .content1:hover .content1-overlay {
        opacity: 1;
    }

.content1-image {
    width: 100%;
}

.content1-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content1:hover .content1-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content1-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content1-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 80%;
}

.content1-read-more {
    position: absolute;
    left: 50%;
    top: 80%;
    opacity: 1;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 1.5em;
    text-transform: uppercase;
    padding-bottom: 1.25rem;
}

.content1:hover .content1-read-more {  
    opacity: 0;
}


.content1 .content1-read-more:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 5.25rem;
    height: 0.125rem;
    content: "";
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
}

@media screen and (max-width: 1024px) {

    .content1-read-more {
        position: absolute;
        left: 10%;
        top: 50%;
        opacity: 1;
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.15em;
        margin-bottom: 1.5em;
        text-transform: uppercase;
        padding-bottom: 1.25rem;
    }

    .content1 .content1-read-more:after {
        /*display: none;*/
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 5.25rem;
        height: 0.125rem;
        content: "";
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #fff;
    }
}

/* .fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
} */

/*end program offered*/

/*slider*/

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient( to bottom, transparentize(#0E1D33, 0.2), transparentize(#0E1D33, 0.8) );
}

.hero-slider {
    width: 100%;
    /*height: 100vh;*/
    height: 80vh;
    overflow: hidden;
}

    .hero-slider .carousel-cell {
        width: 100%;
        /*  height: 100%;*/
        height: 80vh;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

        .hero-slider .carousel-cell .slide-content {
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            text-align: center;
        }

            .hero-slider .carousel-cell .slide-content .title {
                position: relative;
               /* font-family:;*/
                font-size: 3.2rem;
                letter-spacing: 3px;
                text-transform: uppercase;
                color: #fff;
            }

            .hero-slider .carousel-cell .slide-content .caption {
               /* font-family:;*/
                font-size: 2.2rem;
                color: #fff;
                margin-bottom: 30px;
            }

            .hero-slider .carousel-cell .slide-content .btn {
                display: inline-block;
                border: 1px solid #fff;
                padding: 14px 18px;
                text-transform: uppercase;
            /*    font-family:;*/
                font-size: 0.9rem;
                letter-spacing: 2px;
                color: #fff;
                text-decoration: none;
            }

                .hero-slider .carousel-cell .slide-content .btn:hover {
                    background: #fff;
                    color: #000;
                    transition: all 0.2s ease;
                }

    .hero-slider .flickity-prev-next-button {
        width: 80px;
        height: 80px;
        background: transparent;
    }

        .hero-slider .flickity-prev-next-button:hover {
            background: transparent;
        }

        .hero-slider .flickity-prev-next-button .arrow {
            fill: white;
        }

    .hero-slider .flickity-page-dots {
        bottom: 30px;
    }

        .hero-slider .flickity-page-dots .dot {
            width: 30px;
            height: 4px;
            opacity: 1;
            background: rgba(255, 255, 255, 0.5);
            border: 0 solid white;
            border-radius: 0;
        }

            .hero-slider .flickity-page-dots .dot.is-selected {
                background: #f00;
                border: 0 solid #f00;
            }


.slide-content .title, .slide-content .caption, .slide-content .btn {
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards;
}

.slide-content.mask .mask {
    position: relative;
    overflow: hidden;
}

.slide-content.mask .title {
    animation-duration: 0.4s;
    animation-delay: 0.7s;
    animation-name: slide-up;
    animation-fill-mode: backwards;
    opacity: 1;
}

.slide-content.mask .divider {
    display: inline-block;
    position: relative;
    margin: 5px auto;
    height: 2px;
    width: 60%;
    background-color: #fff;
    animation: divider-mask 1s 0.3s both;
}

.slide-content.mask .caption, .slide-content.mask .btn {
    animation-duration: 0.4s;
    animation-delay: 0.7s;
    animation-name: slide-down;
}


@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-up {
    0% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slide-down {
    0% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes divider-mask {
    0%, 100% {
        transform: scaleX(0);
    }

    40%, 60% {
        -webkit-transform: scaleX(1);
    }
}

@-moz-keyframes divider-mask {
    0%, 100% {
        transform: scaleX(0);
    }

    40%, 60% {
        -moz-transform: scaleX(1);
    }
}

@keyframes divider-mask {
    0%, 100% {
        transform: scaleX(0);
    }

    40%, 60% {
        transform: scaleX(1);
    }
}


.hero-slider .flickity-page-dots .dot.is-selected {
    background: var(--primary-color);
    border: 0 solid var(--primary-color);
}

/*.slide-content.mask .divider {
    display: inline-block;
    position: relative;
    margin: 5px auto;
    height: 2px;
    width: 60%;
    background-color: var(--primary-color);
    animation: divider-mask 1s 0.3s both;
}*/
/*slider end*/


#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
