.myModal .modal-dialog{
    z-index: 6;
}
.modal-header{
    float: right;
    height: 46px;
}
.carousel__button{
    height: 106px;
    cursor: pointer;
}
.doctors_page_movie_link{

}
.overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    display: none;
}

.pop-up {
    background-color: white;
    border: 2px solid black;
    display: block;
    width: 350px;
    z-index: 1001;
    top: 60px;
    left: 240px;
    position: fixed;
    padding-left: 10px;
    margin: auto;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8); /* <-- this is the culprit */
}

.carousel__button svg {

    background: none;
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none;
    color: white;
}
/*--------------------FOOTER---------------------------------------*/
footer{
    padding: 70px 0;
    background-color: #1b1b1b;
}

.links-list.list-inline>li {
    display: table-cell;
    padding: 0 5px;
    width: 23.5%;
}
.links-list.list-inline li a{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.links-list.list-inline li a:hover{
    font-weight: 400;
    text-decoration: none;
}
.sub-list{
    padding-right: 0;
}
.sub-list li{
    padding: 5px 0;
}


.bottom-line{
    border-top: 1px solid #5f5f5f;
    margin: 50px auto;
}

.square{
    width: 50px;
    height: 50px;
    background-color: #fff;
    border:1px solid #fff;
    color: #1b1b1b;
    display: table;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.square:hover{
    background-color: #1b1b1b;
}
.square:hover .fa{
    color: #fff;
}
.square .fa{
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
}
.social-list li a:hover{
    text-decoration: none;
}
.social-list{
    padding-right: 0;
    text-align: center;
}

.footer-text{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

footer .page-scroll{
    position: fixed;
    margin-top: 0;
    z-index: 9999;
    bottom: 10%;
    padding-right: 40px;
}
footer .links-list.list-inline + .links-list.list-inline{
    margin-top: 10px;
}
footer .links-list.list-inline>li{
    display: inline-block;
    position: relative;
    padding: 0 15px;
    width: auto;
}
footer .links-list.list-inline>li:after {
    position: absolute;
    background-color: #fff;
    height: 13px;
    width: 1px;
    content: '';
    left: 0;
    top: 4px;
}
footer .links-list.list-inline>li:last-child:after{
    display: none;
}
/*---------------------------INNERPAGE--------------------*/
.banner1{
    padding: 70px 0;
    background: #4b7fb0; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #4b7fb0 , #56a2ca); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #4b7fb0, #56a2ca); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #4b7fb0, #56a2ca); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #4b7fb0 , #56a2ca); /* Standard syntax */
}
.banner1 iframe {
    margin: 20px auto;
    width: 650px;
    height: 345px;
    border-radius: 10px;
    border: 6px solid #b7cde1;
}
.banner1 .cirlce-box {
    width: 60px;
    height: 60px;
    border: 0;
    float: right;
    margin-left: 20px;
}
.banner1 .cirlce-box:hover,.lawyers-page .banner1 .cirlce-box:hover{
    background-color: #fff;
}
.banner1 .slide-heading{
    line-height: 35px;
}
.cir-tag{
    color: #fff;
    float: right;
    padding-top: 10px;
    font-size: 16px
}
.object-list {
    margin-top: 10px;
    padding-right: 0;
}
.object-list.list-inline>li {
    padding-right: 35px;
}
.object-list.list-inline>li:first-child{
    padding-right: 15px;
}
.black-box{
    padding: 5px 0;
    background: #444444;
}
.black-box h2{
    font-weight: 400;
    color: #fff;
    margin: 0;
    text-align: center;
}
.black-box h2 span{
    font-size: 20px;
}
.banner1 .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5ab0d4;
}
.banner1 .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #5ab0d4;
}
.banner1 .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #5ab0d4;
}
.banner1 .form-control:-moz-placeholder { /* Firefox 18- */
    color: #5ab0d4;
}
.banner1 .form-control {
    height: 38px;
    font-size: 15px;
    font-weight: 300;
    color: #555;
    background-color: #e6e6e6;
    border: 1px solid #5ab0d4 !important;
    border-radius: 0px;
    box-shadow: none;
}
.blue-heading{
    margin: 0 0 10px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #5ab0d4;
}
.blue-heading span{
    font-size: 14px;
    font-weight: 400;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 0px;
    color: #1b1b1b;
    padding-right: 20px;
    font-size: 12px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    width: 13px;
    height: 13px;
    left: 0;
    top: 3px;
    margin-left: 0;
    border: 1px solid #5ab0d4;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    right: 0px;
    top: 2px;
    padding-right: 1px;
    font-size: 10px;
    color: #1b1b1b;
}
.checkbox input[type="checkbox"] {
    opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox.checked  label.check::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.invite-success{
    display:none;
    text-align:right;
}
.invite-lawyers{
    text-align: center;
    padding-top: 10px;
}
#inviteLawyers .form-group{
    margin-bottom: 0px;
}
.btn-invite-lawyers{
    width: 100%;
}
.btn-invite-lawyers img{
    height: 24px;
}
.btn-radius{
    border-radius: 4px;
}
.btn-green:hover, .btn-green:focus{
    background-color: #457138;
    border: 2px solid white;
    color:white;
}
#inviteLawyers .modal-title{
    color: #789c5b;
}
.green-box2-info{
    padding-top:10px;
    padding-bottom:10px;
}
.btn-green{
    background-color: #789c5b;
    border: 2px solid white;
    color:white;
    font-weight: bold;
    font-size: 16px;
}
.banner1 form .btn-default,.banner1 form .btn-default:active {
    color: #fff;
    background-color: #ff8125;
    border-color: #ff8125;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
}
.banner1 form{
    background: #fff;
    padding: 10px 40px 15px;
}
.shadow-box {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 12px #295a88;
    position: relative;
    width: 100%;
    left: 0;
    z-index: 99;
}
.mechanism .scroll-down img,.senior-staff .scroll-down img {
    margin-top: 0;
    position: absolute;
    top: -38px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/*--------------------SYSTEM UNIT-----------------------------*/
.system-unit{
    background:url(../img/test-banner.jpg)no-repeat;
    background-size: cover;
    padding: 50px 0;
}
.system-unit h2{
    text-align: center;
    color: #fff;
    font-weight: 300;
}
.system-unit h2 span{
    font-weight: 500;
}
.blue-box{
    padding: 15px;
    text-align: center;
    background-color: #5ab0d4;
}
.blue-box h2{
    margin: 0;
    color: #fff;
}
.tag-line,.items-list{
    color: #949494;
}
.tag-line,.headOne,.items-list{
    font-size: 19px;
}
.headOne{
    margin: 10px 0;
    font-weight: 700;
}
.d-flex{
    display: flex;
    align-items: center;
}
.object-width{
    width: 80px;
}
.personal-area .blue-box{
    background-color: #5398c2;
}
.filtering .blue-box{
    background-color: #4b7fb0;
}
.error {
    color:#f00 !important;
}

.error:before{
    display: none !important;
}
.error:after{
    display: none !important;
}
.overlay-white {
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}
.wix-israel-title{
    color:#606060;
}
.wix-israel-div{
    float: left!important;
    width: 270px!important;
    margin-right: 5px!important;
}
.wix-israel{
    background-color: #fff!important;
    width: 260px!important;
}
.WixIsraelForm .thank-you{
    color: white;
}
.wix-israel-error{
    clear: both;
}
.WixIsraelForm{
    background-color: #fbb040;
}
.button-wix-israel{
    margin-top: 10px;
    padding-top: 7px;
    padding-bottom: 14px;
    height: 10px;
    background: none;
    width: 150px;
    text-align: center;
    font-style: italic;
    background-color: #606060;
}
.button-wix-israel:hover{
    background-color: #acd8e2;
    color: #606060;
    text-decoration: none;
}
.img-responsive{
    radius: 20px;
}
.overlay-white p {
    font-size: 28px;
    font-weight: 900;
    color: #222;
    line-height: 18px;
    text-shadow: 2px 1px 0px #00000042;
    margin-bottom: 15px;
}
.wrapper {
    margin: 5px;
    position: relative;
    float: left;
    display: block;
    text-align: center;
    width: 39%;
    border-radius: 20px;
    cursor: pointer;
}
.layer-img{
    border-radius: 12px;
}
.btn-play {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 58px;
}
.blue-bar .container-fluid{
    width: 100%;
}
.w-1{
    width: 27%;
    padding-left: 30px;
}
.w-2{
    width: 73%;
}
.modal-open {
    overflow: auto;
}

.modal {
    display: none;
    z-index: 9999;
    text-align: center;
}
.myModal .modal-body,.myModal .modal-header{
    padding: 0;
}
.myModal .modal-header{
    border-bottom: 0;
}
.myModal .close {
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

.myModal .modal-content{
    background-color: transparent;
    box-shadow: none;
    border:0;
}
.myModal .modal-dialog {
    width: 1170px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.myModal .modal-body iframe {
    border-radius: 10px;
    height: 663px;
}

/*----------------START TEAM PAGE----------------*/
.page-head-section{
    background: #cfc9c9; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #cfc9c9 , #ededed); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #cfc9c9 , #ededed); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #cfc9c9 , #ededed); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #cfc9c9 , #ededed); /* Standard syntax */
    padding: 30px 0;
}
.page-head-section h1{
    color: #5cabcc;
    font-weight: 800;
}
.team-banner {
    background: url(../img/banner.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    padding: 70px 0;
}
.team-banner h2,.page-head-section h1{
    margin: 0;
    font-size: 41px;
}
.media-tag{
    font-size: 23px;
    font-weight: 300;
}
.d-table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.d-table{
    width: 100%;
    height: 100%;
    display: table;
}
.team-banner .white-box,.team-banner .green-box {
    padding:0;
}
.team-banner .eq-height {
    height: 280px;
}
.team-banner .media>.pull-right {
    padding-left: 20px;
    margin-top: 10px;
}
.team-banner .media {
    margin-top: 45px;
}
.team-banner .w1{
    width: 28%;
}
.team-banner .w2{
    width: 72%;
}
.team-banner .media:first-child {
    margin-top: 0 !important;
}

/*----------------SENIOR STAFF--------------------*/
.senior-staff{
    background-color: #e8e8e8;
    padding: 100px 0;
    position: relative;
}
.overlay1{
    width: 100%;
    height: 100%;
    position: relative;
}
.overlay2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.90);
    top: 0;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    opacity: 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.square-box {
    background-color: #fff;
    box-shadow: 0 0px 7px rgb(228, 228, 228);
    padding: 15px 15px;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.ancestor:hover .square-box{
    box-shadow: 0 0px 7px rgb(191, 191, 191);
}
.square-box p{
    font-size: 20px;
    color: #303030;
    font-weight: 300;
}
.square-box h3{
    margin: 0;
    font-size: 26px;
    color: #5ab0d4;
    font-weight: 500;
}

.overlay2 .tag-line{
    color: #fff;
    font-weight: 300;
}
.ancestor:hover .overlay2 {
    opacity: 1;
}
.pad45{
    padding: 0 45px;
}
.contact-page .page-head-section h1 {
    color: #416e33;
}
.contact-page .contact-us .container{
    width: 1300px;
}
.contact-page .contact-us {
    padding: 30px 0 100px;
}

/*----------------------------------LAWYERS-PAGE------------------*/
.private-client-banner1{
    background: #ffca86!important;
}

.lawyers-page .banner1 h1{
    margin: 0;
    color: #fff;
    text-align: center;
}
.lawyers-page .banner1{
    background: #4b7fb0;
    background: -webkit-linear-gradient(left, #80a45e , #688d55);
    background: -o-linear-gradient(right, #80a45e, #688d55);
    background: -moz-linear-gradient(right, #80a45e, #688d55);
    background: linear-gradient(to right, #80a45e , #688d55);
}
.lawyers-page .shadow-box {
    box-shadow: 0px 0px 12px rgb(67, 103, 33);
}
.lawyers-page .blue-heading {
    color: #457137;
}
.lawyers-page #contact-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #6d8c50;
}
.lawyers-page #contact-form .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #6d8c50;
}
.lawyers-page #contact-form .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #6d8c50;
}
.lawyers-page #contact-form .form-control:-moz-placeholder { /* Firefox 18- */
    color: #6d8c50;
}
.lawyers-page #contact-form .form-control {
    border: 1px solid #6d8c50 !important;
}
.lawyers-page .checkbox label::before {
    border: 1px solid #6d8c50;
}
.lawyers-page .wrapper {
    border: 6px solid #c6d5bd;
}
.lawyers-page .object-list{
    display: table;
}
.lawyers-page .object-list li{
    display: table-cell;
    vertical-align: top;
}
.lawyers-page .banner1 form {
    padding: 20px 40px 35px;
}
.lawyers-page .numb-circle {
    background: #457138;
}
.lawyers-page .cirlce-box:hover,.lawyers-page .mechanism_item.active .cirlce-box{
    background-color: #457138;
    border-color: #457138;
}
.lawyers-page .cirlce-box:hover + .tag,.lawyers-page .mechanism_item.active  .tag{
    color: #457138 !important;
}
.lawyers-page .numb-circle span{
    padding-top: 2px;
}
.lawyers-page .blue-box {
    background-color: #416e33;
}
.lawyers-page .personal-area .blue-box {
    background-color: #659955;
}
.lawyers-page .filtering .blue-box {
    background-color: #5da846;
}
.items-list {
    text-align: right;
    padding-right: 10px;
    font-weight: 300;
    margin: 10px 0;
}
.items-list li{
    padding-right: 30px;
    position: relative;
}
.items-list li:before {
    position: absolute;
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #416e33;
    font-size: 20px;
    right: 0;
    top: -2px;
}
.f300{
    font-weight: 300;
}
.lawyers-page li.mechanism_item.active:after {
    border-color: #6f9358;
}
.lawyers-page li.mechanism_item.active:before{
    background: #fff url(../img/arrow-left-green.png);
}
.ourl-goal.section-heading{
    margin: 50px 0;
    font-weight: 400;
}
.lawyers-page .navbar-default .navbar-nav>.active>a, .lawyers-page .navbar-default .navbar-nav>.active>a:focus,
.lawyers-page .navbar-default .navbar-nav>.active>a:hover, .lawyers-page .navbar-default .navbar-nav>li>a:focus,
.lawyers-page .navbar-default .navbar-nav>li>a:hover, .lawyers-page .navbar-nav>li.active a {
    color: #457137;
    background-color: transparent;
}

/*========================Top Menu===================================*/
.user-auth-img{
    height:43px;
    width:43px;
}

/*========================Media Query================================*/
@media( max-width: 768px) {
    .wix-israel-div{
        float: none;
        width: 200px!important;
    }
    .wix-israel{
        width: 95% !important;
    }
}
@media( min-width: 768px) {
    .reverseOrder [class^="col-"] {
        float: right;
    }

}
@media(max-width: 1820px){
    /*-------------------Innerpage--------------------*/
    .object-list{
        padding-right: 0;
    }
    .object-list.list-inline>li {
        padding-right: 30px;
    }
    /*-------------------Innerpage--------------------*/
}

@media(max-width: 1780px){
    .container-fluid {
        width: 1600px;
    }
}


@media(max-width: 1680px){
    /*-------------------Innerpage-----------------*/
    .container-fluid {
        width: 1540px;
    }

    .banner1 .slide-heading {
        font-size: 40px;
    }
    .object-list.list-inline>li {
        padding-right: 8px;
    }
    /*-------------------Innerpage-----------------*/
    footer .container {
        width: 1385px;
    }
    .links-list.list-inline>li {
        width: 23.3%;
    }
    .eq-height {
        height: 290px;
    }
    .green-box,.white-box {
        padding: 30px 0 0;
    }
}


@media(max-width: 1580px){
    /*-------------Lawyers-Page------------------*/
    .lawyers-page .banner1 h1 {
        font-size: 34px;
    }
    .lawyers-page .banner1 .cirlce-box img {
        width: 35px;
    }
    /*---------------Team-Page---------------*/
    .media-tag {
        font-size: 21px;
    }
    .team-banner h2, .page-head-section h1 {
        font-size: 39px;
    }
    /*---------------Team-Page--------------*/

    .banner1 form,.lawyers-page .banner1 form {
        padding: 10px 29px 15px;
    }
    .banner1 .slide-heading {
        padding: 0 40px;
    }
    .cir-tag {
        padding-top: 5px;
        font-size: 15px;
    }
    .container-fluid {
        width: 1400px;
    }
    .banner1 .cirlce-box {
        width: 50px;
        height: 50px;
    }
    .banner1 .cirlce-box img{
        width: 45px;
    }
}

@media(max-width: 1500px){
    /*-------------------Innerpage-----------------*/

    .banner1 form,.banner1 form, .lawyers-page .banner1 form {
        padding: 10px 25px 15px;
    }
    .banner1 .slide-heading {
        font-size: 38px;
    }
    .banner1 iframe {
        width: 650px;
        height: 325px;
    }
    .banner1 .slide-heading {
        line-height: 34px;
    }
    .banner1 .cirlce-box img{
        width: 40px;
    }
    .banner1 .cirlce-box {
        width: 50px;
        height: 50px;
    }
    .cir-tag {
        font-size: 14px;
    }
    /*-------------------Innerpage-----------------*/
    footer .container {
        width: 1290px;
    }
    .links-list.list-inline>li {
        width: 23%;
    }
    .opinions .list-inline {
        width: 80%;
    }
    .content-space2 {
        padding: 0 15px;
    }
    .staff {
        padding: 70px 0px;
    }
}


@media(max-width: 1440px){
    /*---------------Team-Page---------------*/
    .media-tag {
        font-size: 20px;
    }
    .team-banner h2, .page-head-section h1 {
        font-size: 36px;
    }
    .contact-page .contact-us .container {
        width: 1170px;
    }
    /*---------------Team-Page--------------*/
    .container-fluid {
        width: 100%;
    }
    .staff {
        padding: 70px 15px;
    }
}

@media(max-width: 1366px){
    /*---------------Team-Page---------------*/
    .media-tag {
        font-size: 18px;
    }
    /*---------------Team-Page--------------*/


    /*-------------------Innerpage-----------------*/
    .myModal .modal-dialog {
        width: 1100px;
    }
    .myModal .modal-body iframe {
        height: 624px;
    }
    .blue-heading,.black-box h2{
        font-size: 26px;
    }
    .cir-tag {
        padding-top: 5px;
        font-size: 12px;
    }
    .banner1 .cirlce-box img{
        width: 45px;
    }
    /*-------------------Innerpage-----------------*/
    .links-list.list-inline>li {
        width: 22.9%;
    }
    .btn-enroll, .btn-entrance {
        margin-right: 15px;
    }
}
@media(max-width: 1280px){
    /*----------------Lawyers-Page--------------*/
    .lawyers-page .banner1 h1 {
        font-size: 29px;
    }
    .lawyers-page .banner1 .cirlce-box {
        width: 50px;
        height: 50px;
    }
    /*---------------Team-Page---------------*/
    .media-tag br{
        display: none;
    }
    .team-banner h2, .page-head-section h1 {
        font-size: 36px;
    }
    /*---------------Team-Page--------------*/
    /*-------------------Innerpage-----------------*/
    .w-2 {
        width: 71%;
    }
    .w-1 {
        width: 29%;
    }
    .banner1 .cirlce-box img {
        width: 35px;
    }
    .banner1 .cirlce-box {
        width: 40px;
        height: 40px;
    }
    .object-list.list-inline>li {
        padding-right: 4px;
    }
    .object-list.list-inline>li:first-child{
        padding-right:0;
    }
    /*-------------------Innerpage-----------------*/
    .opinions .list-inline {
        width: 85%;
    }
    .btn-enroll, .btn-entrance {
        width: 100px;
        margin-right: 10px;
    }
    .tag {
        font-size: 16px;
    }
}
@media(max-width: 1199px){
    .dropdown-menu-platform{
        display: block!important;
        width: 100%!important;
    }
    .dropdown-menu-platform {
        position: initial!important;
        top: initial!important;
        left: initial!important;
        z-index: initial!important;
        display:initial!important;
        float: initial!important;
        min-width: initial!important;
        padding: initial!important;
        margin: initial!important;
        font-size: initial!important;
        text-align: initial!important;
        list-style: initial!important;
        background-color: initial!important;
        -webkit-background-clip: initial!important;
        background-clip: initial!important;
        border: initial!important;
        border-radius: initial!important;
        -webkit-box-shadow: initial!important;
        box-shadow: initial!important;
    }
    /*-----------------Lawyers-Page-----------------*/
    .lawyers-page .numb-circle span {
        padding-top: 0px;
    }
    .ourl-goal.section-heading {
        font-size: 24px;
    }
    .lawyers-page .banner1 h1 {
        font-size: 25px;
    }
    .lawyers-page .object-list li {
        display: inline-block;
    }
    .items-list li:before {
        font-size: 16px;
    }
    .items-list li {
        padding-right: 25px;
    }
    /*---------------Team-Page---------------*/
    .team-banner .pull-right img{
        width: 110px;
    }
    .team-banner h2, .page-head-section h1 {
        font-size: 32px;
    }
    .team-banner .eq-height {
        height: 230px;
    }
    .team-banner .green-box .tagline br{
        display: none;
    }
    .pad45 {
        padding: 0 15px;
    }
    .overlay2 {
        padding: 0 35px;
    }
    /*---------------Team-Page--------------*/


    /*-------------------Innerpage-----------------*/
    .myModal .modal-body iframe {
        height: 512px;
    }
    .myModal .modal-dialog {
        width: 900px;
    }
    .overlay-white {
        top: 35%;
    }

    .object-list {
        margin-right: 50px;
    }
    .w-2 {
        width: 66%;
    }
    .w-1 {
        width: 34%;
    }
    .banner1 iframe {
        width: 528px;
        height: 275px;
    }
    .object-list.list-inline>li {
        padding-right: 0;
        margin-bottom: 10px;
        width: 40%;
    }
    .object-width {
        width: 50px;
    }
    .tag-line, .headOne,.items-list li{
        font-size: 14px;
    }
    .banner1 form, .lawyers-page .banner1 form{
        padding: 10px 15px 15px;
    }
    /*-------------------Innerpage-----------------*/
    .staff {
        padding: 70px 10px;
    }
    .slide-bg {
        height: 500px;
    }
    .expertise .carousel-caption {
        padding: 79px 0px;
        width: 970px;
    }
    .slide-heading {
        font-size: 28px;
    }
    .slide-heading span {
        font-size: 14px;
    }
    .eq-height {
        height: 210px;
    }
    .heading1 {
        margin: 15px 0 0;
    }
    .auto-space {
        width: 100%;
        top: 190px;
    }
    .tagline {
        font-size: 12px;
    }
    .heading1 {
        margin: 10px 0 0;
        font-size: 18px;
    }
    .colored_icon ,.white_icon,.blue_icon{
        width: 60px;
    }
    li.mechanism_item:before {
        top: 24%;
    }
    .green-box2{
        height: 496px;
    }
    .contact-page .contact-us .container {
        width: 970px;
    }
    .links-list.list-inline>li {
        width: 22.5%;
    }
    .green-box2 .media>.pull-right {
        padding-left: 10px;
    }
    .green-box2 {
        padding: 0 50px 0 0;
    }
    .opinions .list-inline {
        width: 100%;
    }
    .opinions h4 {
        font-size: 16px;
    }
    .features h4 {
        font-size: 24px!important;
    }
    .opinions .list-inline li>img{
        width: 110px;
    }
    .name-box {
        min-height: 98px;
    }
    .content-space2 {
        padding: 0 8px;
    }
    .btn-width.btn-enroll{
        padding: 10px 6px;
    }
    .mechanism .list-inline>li:last-child .cirlce-box img {
        width: 50px;
    }
    .numb-circle span {
        font-size: 10px;
    }
    .numb-circle {
        width: 18px;
        height: 18px;
    }
    .arrow-left {
        top: 38px;
        width: 15px;
    }
    .hr-dash {
        top: 129px;
        width: 80%;
    }
    .subtitle {
        font-size: 11px;
    }
    .tag {
        font-size: 13px;
    }
    .cirlce-box {
        width: 90px;
        height: 90px;
    }
    .cirlce-box img{
        width: 25px;
    }
    #carousel-example-generic .carousel-control {
        top: 48%;
    }
    .btn-enroll, .btn-entrance {
        width: 85px;
        margin-right: 5px;
    }
}
@media(max-width: 1199px){
    #contact-form-logged-user{
        height: inherit!important;
    }
    .login-div, .menu-div{
        width: 100%;
    }

    /*----------------Team-page----------------*/
    .team-banner .media>.pull-right {
        margin-top: 7px;
    }
    .square-box h3 {
        font-size: 20px;
    }
    .square-box p {
        font-size: 16px;
    }
    .overlay2 {
        padding: 0 15px;
    }
    .team-banner .w2 {
        width: 68%;
    }
    .team-banner .w1 {
        width: 34%;
    }
    .team-banner .pull-right img {
        width: 80px;
    }
    .team-banner h2, .page-head-section h1 {
        font-size: 26px;
    }
    .media-tag {
        font-size: 16px;
    }
    /*----------------Team-page----------------*/

    /*-------------------Innerpage-----------------*/
    .myModal .modal-body iframe {
        height: 399px;
    }

    .overlay-white {
        padding: 10px 0;
    }
    .overlay-white p {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .overlay-white img{
        width: 45px;
    }
    .myModal .modal-dialog {
        width: 700px;
    }
    .object-list {
        margin-right: 0;
    }
    .w-2 {
        width: 59%;
    }
    .w-1 {
        width: 41%;
        padding-left: 15px;
    }
    .banner1 .slide-heading {
        padding: 0;
    }
    .expertise .container {
        width: 750px;
    }
    .banner1 .cirlce-box {
        width: 30px;
        height: 30px;
        margin-left: 10px;
    }
    .banner1 .cirlce-box img {
        width: 25px;
    }
    .cir-tag {
        padding-top: 0px;
    }
    .black-box h2 span {
        font-size: 16px;
    }
    .banner1 .slide-heading {
        font-size: 28px;
    }
    .system-unit h2,.blue-box h2 {
        font-size: 25px;
    }
    .object-list.list-inline>li {
        width: 49%;
        margin-bottom: 15px;
    }
    .blue-heading,.black-box h2 {
        font-size: 25px;
    }
    .banner1 iframe {
        width: 100%;
        height: 250px;
    }
    /*-------------------Innerpage-----------------*/
    .tagline {
        margin-bottom: 10px;
    }
    .green-box, .white-box {
        padding: 20px 0 0;
    }
    .expertise .carousel-caption {
        padding: 67px 0px;
        width: 768px;
    }
    .auto-space {
        width: 512px;
        /* top: 20px; */
    }
    .carousel-caption {
        width: 70%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    li.mechanism_item:after {
        top: 21%;
    }
    li.mechanism_item:before {
        top: 15%;
        left: -7%;
    }
    .green-box2{
        height: 600px;
    }
    .square {
        width: 45px;
        height: 45px;
        margin-top: -15px;
    }
    .square .fa {
        font-size: 24px;
    }
    .footer-text {
        font-size: 13px;
    }
    .contact-page .contact-us .container {
        width: 750px;
    }
    .links-list.list-inline>li {
        width: 1%;
    }
    .green-box2 .media {
        margin-top: 70px;
    }
    .btn-send {
        padding: 15px 12px;
        margin-top: 30px;
    }
    .green-box2 {
        padding: 0 30px;
    }
    .pad-right50 {
        padding-right: 15px;
    }
    .opinions h4 {
        font-size: 13px;
    }
    .opinions .list-inline li>img {
        width: 95px;
    }
    .content-space2 {
        padding: 0 15px;
    }
    .name-box{
        min-height: auto;
    }
    .mechanism .list-inline>li:last-child .cirlce-box img {
        width: 35px;
    }
    .hr-dash {
        top: 120px;
    }
    .tag {
        min-height: 40px;
        margin-top: 10px;
    }
    .subtitle {
        min-height: 50px;
    }
    .arrow-left {
        top: 32px;
        width: 10px;
    }
    .numb-circle {
        right: -5px;
    }
    .cirlce-box img {
        width: 20px;
    }
    .cirlce-box {
        width: 70px;
        height: 70px;
    }
    .slide-heading {
        font-size: 34px;
    }
    .navbar-brand {
        padding: 10px 15px;
    }
    .btn-enroll, .btn-entrance {
        width: 85px;
        margin-right: 5px;
        padding: 5px 6px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 6px;
    }

}
