 
@import url('theme.css');

 

body {
    margin: 0;
    padding: 0;
    
}

.bgfix {
    position: fixed;
    width: 100%;
    height: 100%;
}


.iconPane {
    display: block;
    font-size: 20px;
    font-family: "Droid Arabic Kufi",'Poppins',sans-serif !important;
    font-weight: 300;
    padding: 160px 0px 0px 0px;
    text-align: center;
}

b {
    font-weight: 600;
}

.iconPane ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .iconPane ul li {
        margin: 20px 0px;
    }

.Lbutton {
    width: 100%;
    margin: 10px 0px;
    padding: 12px 0px;
    background: #bf9e67;
    border: 0px none;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
}

.form-control_login {
    background: white;
    padding-left: 0px !important;
    height: 50px !important;
    font-size: 15px;
    border-left: 0px;
    border: 0px none;
    color: #666 !important;
    transition: .05s linear;
    -webkit-transition: .05s linear;
    -moz-transition: .05s linear;
}

    .form-control_login:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-right: 7px solid #ff7800;
        border: 0px none;
        /*transform: scale(1.1);*/
    }

.sv-user {
}

    .sv-user img, .passwordIcon img {
        vertical-align: middle !important;
    }

.loginPane .input-group-addon {
    height: 50px;
    line-height: inherit !important;
    border: 0px none !important;
}

    .loginPane .input-group-addon:first-child {
        background: transparent !important;
        color: #666 !important;
    }

.loginPane .form-control {
    opacity: 1;
    outline: none;
    padding: 10px 0;
    font-size: 14px;
    border: 0px solid #ccc;
}



.loginPane {
    background: rgba(255,255,255,0.4);
    padding: 0px 40px 40px 40px;
    border: 1px solid rgba(0,0,0,0.1)
    /*border-radius: 100%;*/
    /*width: 570px;*/
    /*height: 400px;*/
    /*float:right;*/;
}


.logincenter:after {
    background: url(../img/shadow.png) no-repeat;
    content: '';
    width: 100%;
    height: 15px;
    clear: both;
    position: relative;
    float: left;
    background-size: 100%;
}

.logoLogin {
    display: block;
    text-align: center;
    opacity: 1;
    background: #fff;
    margin: 0px -40px 0px -40px;
    padding: 10px 0px;
    overflow: hidden;
}

    .logoLogin img {
    }

.loginHeadTxt {
    display: block;
    text-align: center;
    margin: 15px 0px 5px 0px;
    font-size: 17px;
    font-weight: 300;
    color: #505050;
}

.loginHeadTxtIcn {
    padding-left: 10px;
}

.login-error {
    color: white !important;
    font-size: 14px;
}

.form-group {
    transition: .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
}


/*.loginSecBg {
    background:url(../images/loginbg.jpg) fixed;
      -webkit-filter: blur(8px);
      
      background-size:cover;
}*/

/*=========Responsive==========*/

@media (min-width:992px) {
}


@media (min-width:992px) and (max-width:1170px) {
    .loginPane {
        /*width: 500px;*/
        /*height: 500px;*/
    }

    .logoLogin img {
        width: 130px;
    }

    .form-control_login, .loginPane .input-group-addon {
        height: 43px !important;
    }

    .Lbutton {
        padding: 10px 0px;
    }

    .iconPane {
        font-size: 17px;
    }
}






@media (min-width:768px) and (max-width:991px) {


    .loginPane {
        /*width: 360px;*/
        height: auto;
    }

    .logoLogin img {
        width: 130px;
    }

    .form-control_login, .loginPane .input-group-addon {
        height: 45px !important;
    }

    .Lbutton {
        padding: 9px 0px;
    }

    .iconPane {
        font-size: 17px;
    }

        .iconPane li i img {
            width: 50px;
        }
}


.iconPane-smallDev {
    display: none;
}

@media (max-width:767px) {

    .loginPane {
        margin-top: 17px;
    }

    .iconPane {
        font-size: 13px;
        display: none;
        /*padding-top:0px;*/
    }

    .iconPane-smallDev {
        display: block !important;
    }

        .iconPane-smallDev img {
            width: 100%;
        }

    .loginPane {
        background: none;
        padding: 30px;
        border-radius: 0;
        width: inherit !important;
        height: inherit !important;
        float: none;
    }

    .container {
    }

    .loginPane {
        margin: 4px -5px;
    }


    .iconPane ul li {
        margin: 10px 12px;
        display: inline-block;
    }

    .iconPane li i img {
        width: 36px;
    }

    .container {
        padding-top: 10px;
    }

    .Lbutton {
        margin: 0px 0px;
    }
}


@media (max-device-width:480px) and (orientation:landscape) {
    .jk {
        max-height: 200px;
    }
}


@media (min-width: 1200px) {
    .container {
        width: 95%;
    }
}

.iconPane img {
    width: 100%;
    max-width: 627px;
}

.ui-checkbox {
    position: relative;
    margin: 10px 0px 5px 22px;
}

    .ui-checkbox input[type="checkbox"] + span:before, .ui-checkbox input[type="checkbox"] + label:before {
        border: 1px solid #9e8739 !important;
        margin-top: 0px;
    }

    .ui-checkbox input[type="checkbox"]:checked + span:after, .ui-checkbox input[type="checkbox"]:checked + label:after {
        top: 1px;
    }

    .ui-checkbox input[type="checkbox"]:checked + span:before, .ui-checkbox input[type="checkbox"]:checked + label:before {
        border: 1px solid #fff;
        background-color: transparent;
    }



.right-header {
    position: fixed;
    top: 20px;
    right: 40px;
    z-index: 9999999;
}

    .right-header ul {
        list-style: none;
    }


.bg-white {
    background: #fff;
}

.bg-whitelogin {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    float: left;
    box-shadow: 0 0 5px #ccc;
    margin: 0 auto !important;
}

.logincenter {
    width: 400px;
    height: auto;
    display: block;
    margin: 25px auto;
}

.clear {
    clear: both;
}

.input-group {
    
    border-radius: 50px;
    padding: 0;
}

.ui-checkbox {
    color: #000;
}

/*.linktxt {
    cursor: pointer;
    color: #333;
}

    .linktxt:hover, .linktxt:active, .linktxt:visited {
        cursor: pointer;
        opacity: 0.5;
    }*/

.SmartLogin-label {
    padding: 10px 5px;
    font-size: 12px;
}

h2 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.25em;
    margin: 10px 0 20px;
}

    h2 span {
        background: #fdfae5;
        padding: 0 10px;
        font-size: large;
        font-family: "Droid Arabic Kufi",'Poppins',sans-serif !important;
    }
/*21-01-2019*/
.headerlogin {
    background: #b68a35 url(../img/subpage-bg.png) no-repeat;
    padding: 10px 15px !important;
    margin: 5px -5px;
    color: #fff;
    text-align: left;
    background-position: right center;
    background-size: contain;
    height: auto;
}

    .headerlogin h3 {
        text-align: left;
        margin: 0;
        color: white;
    }

    .headerlogin .subhead .rate {
        float: right;
        font-size: 12px;
        color: #fff;
    }

        .headerlogin .subhead .rate .fa-star {
            color: #fff;
        }

    .headerlogin .subhead a {
        float: left;
        color: #e4e4e4;
        cursor: pointer;
        font-style: italic;
        font-size: 12px;
    }

    .headerlogin .subhead .links a:after {
        content: '/';
        padding: 3px;
    }

    .headerlogin .subhead .links a:last-child:after {
        content: none;
    }

.panelheader {
    font-weight: 600;
    color: #b08a27;
    margin: 0;
    padding: 15px 0 5px 0;
    display: block;
    text-align: center;
}

.col-md-20 {
    width: 19.6%;
    display: inline-block;
}

@media (max-width:992px) {
    .col-md-20 {
        width: 33%;
        display: inline-block;
    }
}

@media (max-width:767px) {
    .col-md-20 {
        width: 49.5%;
        display: inline-block;
    }
}

@media (max-width:480px) {

    .col-md-20 {
        width: 100%;
        display: inline-block;
    }
}

@media (max-width:420px) {
    .logincenter {
        width: auto;
        height: auto;
        display: block;
        margin: 0 20px;
    }

    .loginPane {
        padding: 15px;
    }
}

.iconarrow:after {
    content: '';
    background: url(../img/arrow.png) no-repeat;
    position: absolute;
    width: 35px;
    height: 35px;
    margin-top: 65px;
}

.pad10 {
    padding: 10px;
}

.pad010 {
    padding: 10px 0;
}

.no-mar .row {
    margin-right: -5px;
    margin-left: -5px;
}

.no-mar .col-lg-1, .no-mar .col-lg-10, .no-mar .col-lg-11, .no-mar .col-lg-12, .no-mar .col-lg-2, .no-mar .col-lg-3, .no-mar .col-lg-4, .no-mar .col-lg-5,
.no-mar .col-lg-6, .no-mar .col-lg-7, .no-mar .col-lg-8, .no-mar .col-lg-9, .no-mar .col-md-1, .no-mar .col-md-10, .no-mar .col-md-11, .no-mar.col-md-12,
.no-mar .col-md-2, .no-mar .col-md-3, .no-mar .col-md-4, .no-mar .col-md-5, .no-mar .col-md-6, .no-mar .col-md-7, .no-mar .col-md-8, .no-mar .col-md-9,
.no-mar .col-sm-1, .no-mar .col-sm-10, .no-mar .col-sm-11, .no-mar .col-sm-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.target-header {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0 0;
}

.bg-gold {
    background: #e8bb68;
    height: 76px;
}

.bg-gold-dark {
    background: #bf9e67;
    height: 76px;
}

.subcaption {
    float: left;
    height: 45px;
    overflow: hidden;
    margin: 0;
}

    .subcaption .SVlabel {
        margin: 0;
    }

.pad5 {
    padding: 5px;
}

.flow-center {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.min-height128 {
    min-height: 128px;
}

.paragraph {
    text-align: left justify;
}

.label-card {
    display: block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #dedbdb;
    padding-bottom: 7px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.linefull {
    display: block;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #dedbdb;
    padding-bottom: 7px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.icon-container {
    margin-right: 10px;
}

.aboutcontent ul {
    left: 20px !important;
}

    .aboutcontent ul li {
        padding: 5px !important;
    }

.aboutcontent p {
    line-height: 1.5 !important;
}

.service-section {
    margin-top: 20px;
}

.lastrate {
    padding: 0 30px;
    display: inline-block;
}

.rate .fa-star {
    color: #9e8739;
}

.steps-title {
    text-align: center;
    color: #444444;
    font-size: 20px;
    margin: 0;
    font-weight: 600;
}

.steps-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9A;
    margin-bottom: 0px;
    text-align: center;
}

.card {
    background: rgb(255, 255, 255);
    padding: 4px 0;
}

.img_mandatory {
    position: absolute;
    margin-top: -25px;
    right: 25px;
}

.title .heading h3 {
}

.custompagedrop .dropdown a .SVlabel {
    margin: 0px;
}

.space {
    height: 15px;
    display: block;
}

.InfoGreen {
    font-size: 12px;
    font-style: italic;
}

.inline {
    display: inline-block;
}

.footer .SVlabel {
    margin: 0;
    display: inline-block;
}

/****11-9-19*****/
.Bt-Quicklogin {
    background-image: url(../img/send.png) !important;
    background-repeat: no-repeat !important;
    background-position: 8px 7px;
    padding-left: 35px !important;
    color: #fff !important;
    background-color: #444 !important;
    margin: 0px !important;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius:50px;
}

.ClearButton {
    background-image: url(../img/Clear.png) !important;
    background-repeat: no-repeat !important;
    background-position: left 6px bottom 6px;
    padding-left: 30px;
    color: #fff !important;
    background-color: #444 !important;
    background-size: 18px;
    border-radius:50px;
    border: 2px solid rgba(0,0,0,0.1);
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    /*-webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;*/
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.center-flex
{
-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.left-flex
{
-webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
    .flex .search {
        padding: 2px 5px;
    }



.Acc_1 {
    /*background-image: url(../img/125.png) !important;*/
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 0px bottom 5px;
    padding: 4px 8px !important;
    text-align: left;
    color: #444444;
    text-transform: capitalize;
    font-weight: 600;
}

.Acc_2 {
    /*background-image: url(../img/126.png) !important;*/
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 0px bottom 5px;
    padding: 4px 8px !important;
    text-align: left;
    color: #444444;
    text-transform: capitalize;
    font-weight: 600;
}

.Acc_3 {
    /*background-image: url(../img/127.png) !important;*/
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 0px bottom 5px;
    padding: 4px 8px !important;
    text-align: left;
    color: #444444;
    text-transform: capitalize;
    font-weight: 600;
}



.intro {
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 2px bottom 9px;
    padding: 6px 8px !important;
     border-bottom: 1px solid #e8e8e8;
   
   
}

.Mostro {
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 2px bottom 9px;
    padding: 6px 8px !important;
    text-align: left;
    /* background-color: #26a599 !important; */
    background-size: 21px 20px;
    box-shadow: 0px 2px 3px #e9e0cf;
}

.Featro {
    background-size: 18px;
    background-repeat: no-repeat !important;
    background-position: left 2px bottom 9px;
    padding: 6px 8px !important;
    text-align: left;
    /* background-color: #26a599 !important; */
    background-size: 18px 18px;
    /*box-shadow: 0px 2px 3px #e9e0cf;*/
    border-bottom: 1px solid #e8e8e8;
}




/*---------------------------Accordian pluse start --------------------------------------*/


.AccDefaultHeader_pluse {
    cursor: pointer;
    background: #fff url(../../App_Themes/Default/img/plus.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 2px;
    margin-bottom: 4px;
    text-align: left;
    padding: 15px 4px;
    overflow: hidden !important;
    border-radius: 0px;
    border-top: 1px solid #bf9e66;
}

.AccDefaultHeaderSelected_pluse {
    cursor: pointer;
    background: #fff url(../../App_Themes/Default/img/minus.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-color: #ffffff;
    margin-top: 2px;
    margin-bottom: 4px;
    text-align: left;
    padding: 15px 4px;
    overflow: hidden !important;
    border-radius: 3px;
    border-radius: 0;
    border-top: 1px solid #bf9e66;
}

    .AccDefaultHeaderSelected_pluse:hover {
        cursor: pointer;
    }

.AccDefaultContent_pluse {
    background-color: #fff;
    border-top: none;
    overflow: hidden !important;
    border: 0px solid #ccc;
    border-top: 0px solid #ccc;
    padding: 1px 5px;
    margin-bottom: 1px;
}

.table-responsive .AccDefaultContent_pluse {
    padding: 0px !important;
}

.accordionNew1Content {
    overflow: hidden !important;
}
/*---------------------------Accordian pluse End--------------------------------------*/

.flex .search .fi-search {
    position: absolute;
    margin-top: -30px;
    margin-left: 285px;
}

.fi-search:before {
    font-family: 'ficons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e92a";
    font-size: 16px;
    color: #bf9e66;
}

.form-control {
    transition: all 150ms cubic-bezier(0.47,0,0.745,0.715);
}

    .form-control:focus {
        border: 1px solid #bf9e66;
         
    }

/*********/
.general-pager {
    padding: 0 1em 1em;
}
.MostDiv .general-pager {
    padding: 10px 1em 0px 1em;
}
.list-pager {
    /*width: 300px;*/
    display: inline-block;
    padding: 0 0;
    font-size: 13px;
    margin: 0;
}

    .list-pager li {
        display: inline-block;
        margin-right: 5px;
        font-weight: 700;
        font-family: 'Open Sans',sans-serif;
    }

        .list-pager li.info .current-page {
            width: 30px;
            text-align: center;
            border: 1px solid #ccc;
            margin: 0 5px;
            display: inline-block;
            border-radius: 5px;
        }

.prev .pre-btn, .next .nxt-btn {
    padding: 6px;
    width: 25px;
    height: 25px;
    background: transparent;
    border: 0;      
}
    
.current-page-input {
    height: 28px;
    width: 32px;
}

h1 {
font-family: 'Raleway','Droid Arabic Kufi',sans-serif !important;
}
.fi-law-regualtion:before,.fi-electronic-filing:before, .fi-electronic-filing:before, .fi-lawyer-registre:before, .fi-translator-register:before {
line-height:1.5 !important;
}


/***for radius forms 25-09-19***/
.form-control
{
    border-radius:50px;
    height:41px !important;
    }
    .SvCalendar .riSingle .riTextBox[type="text"]
    {
        height:41px !important;
        }
        
       
.home-banners .banners .owl-stage-outer, .home-banners .banners .owl-stage, .home-banners .banners .owl-item {
overflow:hidden;
}
  

.popover-navigation .btn-group .btn  {
min-height:0;
min-width:0;
}