body {
    padding: 0;
    margin: 0;
    height: 100vh;
}
.navbar {
    padding: 0 2rem;
}
.panel-wrapper {
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-right: 50%;
}
.logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    padding: 40px;
}
#Frogot_link {
    position: absolute;
    /*top: 0;*/
    right: 0;
}
.text-danger.field-validation-error {position:absolute;}
.navbar {
    /*box-shadow: 0px 0px 8px #d7d7d7;
    background: #f7f7f7;*/
    padding-bottom: 5px;
}
.main-panel {
    height: auto;
    overflow: auto;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.signup-container,
.login-container {
    padding: 0;
}
.switch-action {
    right: 0;
}
.switch-action__label {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #495561;
    margin-right: 8px;
    vertical-align: middle;
}
.switch-action__btn {
    min-width: 60px;
    text-align: center;
    text-transform: capitalize;
}
.main-panel__content {
    width: 100%;
    max-width: 416px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    padding: 0 24px;
    margin-top: 0;
}
.main-panel__content--login {
    margin-top: 70px;
}
.main-panel__title {
    font-size: 26px;
    font-weight: 700;
    color: #323945;
    margin: 0 0 25px;
}
.main-panel__subtitle {
    /*font-size: 13px;
    margin-bottom: 16px;*/
    font-weight: 400;
    margin-top: 0;
    color: #323945;
    font-size: 16px;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 35px;
}
.display-flex-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-center {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.full-height {
    height: 100%;
}
.pf-btn--inline {
    display: inline-block;
    vertical-align: middle;
}
.pf-btn--bordered {
    border: 1px solid #c6ccd7;
}
.pf-btn {
    padding: 12px 32px;
    text-decoration: none;
    color: #323945;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2em;
    border-radius: 3px;
    transition: all .2s ease-out;
}
.pf-form__message--padding {
    padding-bottom: 12px;
    font-size: 14px;
}
.pf-form__textfield {
    margin-bottom: 16px;
}
.pf-form__textfield__label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #323945;
    margin-bottom: 4px;
    text-decoration: none;
}
.pf-form__textfield__input {
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e6ed;
    padding: 10px 12px;
    color: #5c6776;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
}
.pf-form__message--error {
    color: #ff626a;
}
.pf-form__message {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.07;
}
.pf-form__textfield__label--pull-left {
    float: left;
}
.pf-form__textfield__label--pull-right {
    float: right;
}
.pf-form__textfield-button--submit:hover {
    box-shadow: 0 4px 6px rgba(143,152,169,.3), 0 1px 3px rgba(143,152,169,.3);
}
.pf-link {
    color: #0e68f9 !important;
}
.pf-form__textfield-button {
    position: relative;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #c6c7c9;
    padding: 16px 20px;
    color: #5c6776;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 1.33;
    box-sizing: border-box;
    transition: .3s;
}
.pf-form__textfield-button--submit {
    border: 0;
    background-color: #e8801b;
    box-shadow: 0px 3px 4px #e8801b !important;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.03rem;
}
.pf-copyright {
    /*width: 200px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);*/
}
.pf-copyright, .pf-form__textfield__or {
    text-align: center;
    font-size: 14px;
    color: #8f98a9;
}
.pf-form__textfield__or {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1px;
}

/*right side*/
.featured-panel {
    height: auto;
    width: 50%;
    position: absolute;
    top: 15%;
    left: 0;
    /*background-color: #e5e5e5;*/
    padding: 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.text-align-center {
    text-align: center;
}
.featured-panel__slide-new__title {
    font-size: 26px;
    font-weight: bold;
    margin: 0; margin-bottom: 30px;
}
.featured-panel__frame {
    position: relative;
    width: 500px;
    border-radius: 10px;
    margin: 30px auto 0;
}
.featured-panel__slide-new__paragraph {
    margin: 16px 0 0;
    font-weight: 500;
}
.slick-slider {
    margin-top: 0px;
}
.slick-slide img {
    display: block;
}

.slider-img--2 {
    width: 60%;
}
.slider-img--1 {
    width: 100%;
}
.slider-img {
    height: auto;
    margin: 0 auto;
}
.pf-form__textfield {
    position: relative;
}
.field-icon {
    position: absolute;
    right: 12px;
    top: 14px;
}
.fa-icon {
    position: absolute;
    right: 12px;
    top: 40px;
}
.password {
    padding-right: 30px;
}
.login-cntr {
    height: 92%;
    margin: 0px 85px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    top: 25px;
    bottom: 0;
    /*overflow: hidden;*/
}

.header-section {
    padding: 5px 65px;
}

.header-section .switch-action {
    float: right;
    margin-top: 15px;
}





.switch-action__label{font-size:16px;font-weight: 400; color:#000;}
.featured-panel__slide-new__title, .featured-panel__slide-new__paragraph {
    color: #6c6cc5;
    padding: 8px 30px
}
.switch-action a{color: #e8801b;text-decoration: none;font-size: 16px;border-color: #e8801b;}
.owl-pagination{text-align:center;}
.owl-page  {   display: inline-block;    width: 10px;  height: 10px;  margin: 1px; text-indent: -999px;
    cursor: pointer;  background-color: #000\9; /* background-color: rgba(0,0,0,0); */  border: 1px solid #fff;
    border-radius: 10px; margin-right:4px;}
	
	.owl-pagination .active {   background-color: #fff;}

.frm-fill {
    float: right;
    position: absolute;
    right: 0;
    width: 50%;
    top: 6%;
    top: 15%;
}
.pf-form__textfield-button--submit {
    margin-top: 15px;
}
.forms {
    padding: 40px 40px;
    background: #fff;
    box-shadow: 0px 5px 20px #3e3e3e54;
    margin: 30px auto;
    max-width: 500px;
    overflow: hidden;
    position: relative;
}

@media (max-height: 640px) {
    .main-panel__content--login {
        margin-top: 0;
    }

    .login-container {
        /*padding-top: 40px;*/
    }

    .signup-container {
        /*padding-top: 100px;*/
    }

    .main-panel .pf-copyright {
        position: relative;
        bottom: auto;
        width: 100%;
    }

}

@media (max-width: 959px) {
    .frm-fill {
        width: 100%;
        position: static;
        top: 0;
    }

    .login-cntr {
        margin: 0px 30px;
    }

    .header-section {
        padding: 10px 30px;
    }
    .panel-wrapper {
        height: auto;
        padding-right: 0;
    }

    .featured-panel {
        display: none;
    }
    .main-panel {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .frm-fill {
        margin: 30px 0;
    }
    #AccountCntr .frm-fill {
        margin: 10px 0;
    }
    body {
        background-image: none !important;
    }
    .main-panel__title {
        margin: 8px 0 8px;
    }
    .main-panel__content--login {
        margin-top: 0px;
    }
    .switch-action__label {
        font-size: 14px;
    }
    .switch-action a {
        font-size: 14px;
    }
    .pf-btn {
        padding: 7px 20px;
        font-size: 12px;
    }
    .navbar-brand img {
        height: 45px;
    }
}
@media (max-width: 599px) {
    .switch-action__label {
        display: none;
    }

    
}
#rc-imageselect {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
@media (max-width: 575px) {
    .login-cntr {
        margin: 0px 12px;
        top: 12px;
    }
    .pf-form__textfield {
        margin-bottom: 10px;
    }
    .main-panel__content--login {
        margin-top: 15px;
    }
    .forms {
        padding: 30px 20px;
        margin: 0px auto;
    }
    .login-cntr {
        margin: 0px 15px;
    }
    .header-section {
        padding: 10px 20px;
    }
    .pf-form__textfield__input {
        padding: 8px 12px;
    }

    .pf-form__textfield-button {
        padding: 12px 20px;
    }
    .header-section .switch-action {
        margin-top: 10px;
    }

    .navbar-brand img {
        height: 40px;
    }

    .switch-action a {
        font-size: 12px;
    }

    .pf-btn {
        padding: 7px 12px;
        font-size: 12px;
    }
    .main-panel__title {
        font-size: 20px;
    }

    .pf-form__textfield-button--submit {
        font-size: 15px;
    }
    /*.pf-form__textfield-button--submit {
        margin-top: 0;
    }*/
  
}
@media screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 960px) { .featured-panel{display: inline;padding: 60px 0;overflow: hidden;}
 .slider-img--1{width: 80%;}}

@media (max-width: 480px) {
   
    .main-panel__content--login {
        margin-top: 0;
    }
}


/*selectmenu css*/
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
    width: 100% !important;
}

.ui-selectmenu-open {
    z-index: 1 !important;
}

.ui-front {
    z-index: 999999 !important;
}

.ui-selectmenu-button.ui-button {
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e6ed;
    padding: 12px;
    color: #5c6776;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: block;
    line-height: 1.66;
}

.ui-selectmenu-text {
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0;
}

.ui-icon-triangle-1-s {
    background-position: -65px -12px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 12px !important;
}

.ui-widget.ui-widget-content {
    color: #8e8e93;
    line-height: 20px !important;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #c7c7cc;
    border-radius: 4px !important;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    letter-spacing: 0;
    font-weight: normal;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    max-height: 288px;
    max-width: 1095px;
    max-height: 185px;
}

.ui-button:active, .ui-button:hover {
    background: #ffffff !important;
    color: #8e8e93 !important;
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url('../image/ui-icons_555555_256x240.png');
}

*:focus {
    outline: none;
}

/*---------- Media ----------*/
/*##Device = Desktops, ##Screen = 1281px to higher resolution desktops */ 
@media (min-width:1281px) {
}

/*##Device = Laptops, Desktops, ##Screen = B/w 1025px to 1280px*/ 
@media (min-width:1025px) and (max-width:1280px) {
}

/*##Device = Tablets, Ipads (portrait), ##Screen = B/w 768px to 1024px*/ 
@media (min-width:768px) and (max-width:1024px) {
}

     /*##Device = Tablets, Ipads (landscape), ##Screen = B/w 768px to 1024px*/ 
    @media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    }


 /*##Device = Most of the Smartphones Mobiles (Portrait), ##Screen = B/w 320px to 479px*/ 
@media (min-width:320px) and (max-width:767px) {
    .login-cntr .grpAddon .dd {width: 100px !important;}
    #ContactNo {width: calc(100% - 100px) !important;}
}
