@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

.bottom_footer_position{
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
.page-footer{
    margin-top: auto;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}
.btn:focus,
.btn.focus {
  box-shadow: none !important;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: none !important;
}
.signin_form .form-control::-webkit-input-placeholder{ 
    color: #919191;
}
.signin_form .form-control:-moz-placeholder{
    color: #919191;
}
.signin_form .form-control::-moz-placeholder{ 
    color: #919191;
}
.signin_form .form-control:-ms-input-placeholder{
    color: #919191;
}

.signin_form input[type="email"]::-webkit-input-placeholder{ 
    text-transform:capitalize;
    color: #919191;
}
.signin_form input[type="email"]:-moz-placeholder{
    text-transform:  capitalize;
    color: #919191;
}
.signin_form input[type="email"]::-moz-placeholder{ 
    text-transform:capitalize;
    color: #919191;
}
.signin_form input[type="email"]:-ms-input-placeholder{
    text-transform:  capitalize;
    color: #919191;
}
.signin_form input[type="email"]{
    text-transform: lowercase;
}
.signin_wrapper{
    width: 100%;
    max-width: 450px;
    margin:100px auto 0 auto;
    padding-bottom: 50px;
}
.signin_form{
   box-shadow: 4px 4px 40px #eaecff;
   background: #fff;
   padding: 50px;
   -webkit-border-radius: 8px; 

    /* Firefox 1-3.6 */
    -moz-border-radius: 8px; 
  
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 8px;
    border: none;
    margin-bottom: 20px;
    position: relative;
}
.signin_form h3{
    font-size: 26px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 20px 0;
    
}
.signin_form form label{
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    margin-bottom: 10px;
}
.signin_form form label .mandatory_mark{
    color:#e88729;
}
.signin_form form input.form-control{
    border: #dadada solid 1px;
    box-shadow: none;
    font-size: 14px;
    color: #333;
}
.signin_form form input.pw-entry{
    padding-right: 47px;
}
.signin_form button[type="submit"]{
    background: #e88729;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    color: #fff;
}
.signin_form button[type="button"]{
    background: #e88729;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    border: none;
    box-shadow: none;
    color: #fff;
}
.or_divider {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.or_divider:before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 12px;
    background-color: #d0d1dc;
}
.or_divider span {
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    display: inline-block;
    line-height: 24px;
    position: relative;
    z-index: 1;
    color: #a6a7b2;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.signin_form form p{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    
}
.orange_txt{
    color: #e88729 !important;
    
}
.signin_form form .orange_txt{
    font-weight: 700;
}
.signin_wrapper p{
    color: #898999;
    font-weight: 400;
    font-size: 12px;
}
.signin_top_graphic{
    position: absolute;
    left: 70px;
    top: -41px;
    z-index: -1;
    opacity: .6;
}
.signin_right_graphic{
    position: absolute;
    right: -44px;
    bottom: 24px;
    z-index: -1;
    
}
.signup_top_graphic{
    position: absolute;
    right: 70px;
    top: -47px;
    z-index: -1;
}
.signup_left_graphic{
    position: absolute;
    left: -44px;
    bottom: 40px;
    z-index: -1;
}
.remember_row{
    font-size: 14px;
    font-weight: 400;
    color: #404040;
}
.remember_row .checkbox{
    margin-top: 0;
    margin-bottom: 0;
}
.signin_form form .remember_row label{
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    text-transform: none;
}
.remember_row a{
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    text-transform: capitalize;
}
.signin_form input[type="number"]{
    height: 34px;
    background: none;
}
.password_input_holder{
    position: relative;
}
.password_input_holder > span{
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}
.hide-password {
    display: none;
  }

  .arrow_icon{
      width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100%;
    text-align: center;
    /* padding: 3px; */
    cursor: pointer;
    margin-right: 1px;
    background: #e5e5e5;
  }

.arrow_icon:hover{
    background: #e5e5e5;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 100%;
}

.arrow_icon .fa{
    color: #5f5f5f;
}
.arrow_icon .fa:hover{
    color: #e88729;
}
.arrow_back_btn{
    display: none;
    position: absolute;
    top:15px;
    left:15px
}
.grey_txt{
    color: #919191!important;
    font-weight: 500!important;
}
.tab {
    display: none;
  }

.skip_link{
    position: absolute;
    bottom: 20px;
    right: 50px;
    color: #000;
    font-size: 12px;
}
.skip_link span{
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}
/* .arrow_icon img{
    width: 4%;
} */
.page_header figure.logo img {
    position: absolute;
    height: 52px;
    top: -8px;
}
.select-country ul.dropdown-menu{
    top: 20px!important;
}
#i_accept{
    margin-right: 7px;
    top: 1px;
    position: relative;
    display:inline-block;
}
#password, #confirmPassword{
    padding-right: 47px;
}
.notifyjs-container{
    cursor: none;
}
#i_accept .iaccept-check{
    position: relative;
    top:1px;
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
    .page_header figure.logo img {
        
    }
}


@media (min-width: 1024px) {
    #navbar{
        display: none;
    }
  }
@media (max-width: 1024px) {
    .menu-large-screen{
        display: none;
    }
    #navbar {
        display: block;
        float: none;
        width: 100%;
        height: auto;
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    #navbar .navbar-header{
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 48px;
    }
    #navbar .navbar-header .navbar-toggle {
        position: relative;
        float: right;
        padding: 1px 5px 5px 5px;
        margin-top: 4px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: transparent;
        background-image: none;
        border: 1px solid #e88729;
        border-radius: 4px;
    }
    #navbar .navbar-header .navbar-toggle .icon-bar {
        background-color: #e88729;
        display: block;
        width: 14px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px;
    }
    #navbar .collapsing, #navbar .collapse{
        transition: height 0.35s ease;
        border-bottom: 1px solid #e7e7e7;
        margin-top: 0px;
    }
    /**********************/
    .page_header{
        border-bottom: 0px solid #e7e7e7 !important;
    }
    .page_header figure.logo{
        display: inline-block;
    }
    ul.header-link{
        display: block !important;
        text-align: left !important;
    }
    ul.header-link li{
        display: block !important;
        margin-bottom: 15px !important;
        margin-left: 15px !important;
        margin-right: 15px !important;
        border-bottom: 1px solid #ccc;
        padding-bottom: 13px !important;
    }
    ul.header-link li a{
        font-size: 14px !important;
        padding-bottom: 9px!important;
    }
    .offcanvas_menu_sec ul.header-link2 li{
        display: block;
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 13px;
        border-right: none;
    }
    .offcanvas_menu_sec ul.header-link2 li:nth-child(4){
        border-bottom: none;
        margin-bottom: 0;
    }
    ul.header-link2 li a{
        font-size: 14px !important;
        padding-bottom: 8px;
    }
    ul.header-link li:first-child {
        margin-left: 15px !important;
    }
    .spec-signin{
        color: #fff !important;
        background-color: #2f73bb;
        font-size: 12px;
        font-weight: 600;
        text-transform: capitalize;
        text-decoration: none;
        cursor: pointer;
        line-height: 12px;
        padding: 5px 9px 6px 12px;
        border-radius: 28px;
        position: relative;
        float: right;
        border: none;
        margin-top: 7px;
        margin-right: 12px;
        }

        /*selection-country-small-device*/
    .select-region{
        position: relative;
        float:right;
        display: inline-block;
        margin-right: 14px;
        margin-top: 9px;
    }
    .select-region .btn{
        padding: 0;
    }
    .select-region .btn .fa-caret-down{
        font-size: 10px;
        color: #585757 !important;
        vertical-align: top;

    }
    .select-region ul.dropdown-menu{
        left: auto !important;
        right: 17px;
        min-width: 117px;
        top: 41px !important;
        padding-top: 0px;
        padding-bottom: 0px;
        border-radius: 0;
        font-size: 0px;
        transform: initial !important;
    }
    .select-region ul.dropdown-menu li {
        border-right: #777 solid 0px;
        padding: 4px 8px 6px 6px;
        margin: 0 0 0 0px;
        display: block;
        font-size: 10px;
    }

    .select-region ul li a, .select-region ul li:first-child a {
        color: #585757 !important;
        background-color: #fff;
        font-size: 12px;
        font-weight: 400;
        text-transform: capitalize;
        text-decoration: none;
        cursor: pointer;
        line-height: 12px;
        padding: 4px 4px;
        border-radius: 0;
        border-right: #777 solid 0px;
        padding: 0 0px 0 0;
        margin: 0 0 0 0px;
    }
    .select-region ul li:first-child {
        border-bottom: 1px solid rgba(0, 0, 0, .15);
    }
    
    /*ul.header-link li a{
        padding-bottom: 11px !important;
    }
    ul.header-link2 li a{
        padding-bottom: 11px !important;
    }
    ul.header-link2 li:first-child a{
        padding-bottom: 4px !important;
    }*/
    .blog .select-country ul.dropdown-menu{
        top: 45px!important;
     }
     .signin_wrapper{
        margin: 141px auto 0 auto;
     }
     .page_header figure.logo img {
        height: 46px;
    }
    .back-to-home {
        color: #585757 !important;
        background-color: transparent;
        font-size: 18px;
        font-weight: 400;
        text-transform: capitalize;
        text-decoration: none;
        cursor: pointer;
        line-height: 12px;
        padding: 0px 2px 0px 0px;
        border-radius: 28px;
        position: relative;
        float: right;
        border: none;
        margin-top: 9px;
        margin-right: 12px;
        margin-left: auto;
    }
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
    
    .page_header figure.logo img{
        height: 30px;
    }
    .select-region{
        margin-top: 6px;
    }
    #navbar .navbar-header .navbar-toggle{
        margin-top: 0;
    }
    .spec-signin{
        margin-top: 3px;
    }
    .select-country ul.dropdown-menu{
        top: 37px!important;
   }
   .blog .select-country ul.dropdown-menu{
        top: 42px!important;
     }
     .page_header figure.logo img {
        height: 46px;
    }
    #navbar .navbar-header {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 48px;
    }
}
@media (min-width: 768px) { 
    /* .select-region{
        display: none;
    } */
    /* .spec-signin{
        display: none;
    } */
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
    
    .select-country ul.dropdown-menu {
        left: auto!important;
        right: 0!important;
    }
    .select-country ul.dropdown-menu li{
        display: inline-block !important;
        margin-bottom: 0px !important;
        min-width: 61px;
    }

    
    

    ul.header-link2 li:first-child a {
        color: #585757 !important;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
    line-height: 15px;
    padding-bottom: 16px;
    }

    

    
    /*fixed-header*/
    .page_header{
        position: fixed;
        z-index: 99999;
        width: 100%;
        top: 0;
        padding: 17px 0px 0px 0px !important;
        box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.13) !important;
        -webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.13) !important;
        -moz-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.13) !important;
    }
    .signin_wrapper {
        margin: 179px auto 0 auto;
    }

    .select-region .btn .icon-world_icon {
        font-size: 20px;
        font-weight: 400;
        line-height: 10px;
        color: #585757 !important;
    }
    .select-region .btn .region_text {
        font-size: 11px;
        font-weight: 400;
        color: #585757 !important;
    }
    .select-region ul li a span {
        font-weight: 600 !important;
    }
    .select-country .btn {
        padding: 0;
        line-height: 11px;
        color: #585757 !important;
    }


    



}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
    /*.signin_right_graphic {
        position: absolute;
        right: 70px;
        bottom: -40px;
        z-index: -1;
        opacity: .9;
    }
    .signin_form{
        margin-bottom: 50px;
    }*/
    .signin_wrapper{
        max-width: 86%;
    }
    .signin_form{
        padding: 20px;
    }
    .signin_top_graphic{
        width: 40px;
        top: -34px;
    }
    .signin_right_graphic{
        width: 40px;
        right: -36px;
    }
    .signup_top_graphic{
        width: 40px;
        top: -34px;
    }
    .signup_left_graphic{
        width: 40px;
        left: -36px;
    }
    #navbar .navbar-header .navbar-toggle .icon-bar {
       margin-top: 3px; 
    }
    #navbar .navbar-header .navbar-toggle{
        padding: 1px 4px 4px 4px;
        margin-top: 4px;
    }
    .signin_form form p{
        font-size: 13px;
    }
    .blog .select-country ul.dropdown-menu{
        top: 40px!important;
     }
     .skip_link {
        position: absolute;
        bottom: 5px;
        right: 22px;
        color: #000;
        font-size: 12px;
    }
}
@media (max-width: 479.98px) {
    .signin_form form p.spec-link a.orange_txt {
        display: block;
        margin-top: 3px;
    }
    .remember_row  .col-6:nth-child(1){
        padding-right: 0px;
    }
    .remember_row  .col-6:nth-child(2){
        padding-left: 0px;
    }
    /* .g-recaptcha> div{
        width: 260px!important;
        margin: 0 auto!important;
    }
    .g-recaptcha iframe{
        width: 100%!important;
    } */
    .g-recaptcha {
        transform:scale(0.77);
        transform-origin:0 0;
    }
}