/*=========== Typography ========== */
html,body{
    width: 100%;
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Heebo', sans-serif;
    color: #1b1b1b;
    height: 100% !important;
}
/* ======DEFAULT BROWSER STYLE========= */

a:focus{
    text-decoration: none;
}
a:focus,.btn:focus,.btn:active:focus,
button:focus,input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus{
    outline: none;
}
ul,p{
    margin-bottom: 0;
}
.text-white{
    color: #fff !important;
}
.features-block a{
    text-decoration: underline;
    vertical-align: bottom;
}
.features-block-a{
    font-size: 18px;
    position: absolute;
    bottom: 32px;
}
.features-block h4{
    text-align: initial;
    height: 100px;
}
.features div{
    text-align: right;
}
.features li{
    vertical-align: top!important;
}
.features-block{
    height: 350px;
    padding: 32px;
    border: 1px solid #eee;
    background-color: white;
    border-radius: 18px;
}
.pad02{
    float: right;
}
/*===============Custom Spacing=============*/
.space10{
    margin-top: 10px;
}
.space20{
    margin-top: 20px;
}
.space30{
    margin-top: 30px;
}
.space40{
    margin-top: 40px;
}
.space50{
    margin-top: 50px;
}
.space60{
    margin-top: 60px;
}
.space70{
    margin-top: 70px;
}
.space80{
    margin-top: 80px;
}
.space90{
    margin-top: 90px;
}
.space100{
    margin-top: 100px;
}
.space200{
    margin-top: 200px;
}
.pad0{
    padding: 0;
}
/*==================Main Stylesheet==========================*/
.container-fluid{
    width: 1630px;
}
.navbar-default .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}
.navbar-default {
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    padding: 9px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
.home-slider, .banner1,.page-head-section {
    margin-top: 76px;
}
.navbar-brand>img {
    width: 223px;
}
.navbar-brand {
    float: right;
    height: auto;
    padding: 3px 15px;
    font-size: 0;
    line-height: 0;
    margin: 0;
}
.navbar-nav {
    margin: 4px 0;
    width: 100%;
    padding-right: 0;
    text-align: center;
}
.navbar-nav li{
    float: none;
    display: inline-block;
}
.navbar-default .navbar-nav>li>a {
    color: #1b1b1b;
    font-size: 14px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,.navbar-nav>li.active a {
    color: #5ab0d4;
    background-color: transparent;
}
.btn-enroll,.btn-entrance {
    width: 105px;
    padding: 10px 12px;
    border-radius: 8px;
    margin-right: 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.btn-entrance{
    color: #ff8125;
    background-color: #fff;
    border-color: #ff8125;
}
.btn-entrance:hover {
    background-color: #ff8125;
    color: #fff;
}
.btn-enroll{
    color: #fff;
    background-color: #ff8125;
    border-color: #ff8125;
}
.btn-enroll:hover {
    background-color: transparent;
    border-color: #ff6f06;
    color: #ff6f06;
}

.btn-platform{
    background-color: #c8d8e7!important;
    border-color:#c8d8e7!important;
    color: #000!important;
    font-weight: inherit!important;
    border-radius: 60px;
    margin-right: 10px!important;
    padding: 10px 25px!important;
    width: inherit!important;
}
.btn-platform:hover{
    color:#fff!important;
    background-color: #6f98bf!important;
}
.btn-left-platform{
    background-color: #a4a4a4!important;
    border-color:#a4a4a4!important;
    color: #fff!important;
    font-weight: inherit!important;
    border-radius: 60px;
    padding: 10px 25px!important;
}
.btn-platform-corner{
    border-radius: 60px;
    font-weight: inherit!important;
    padding: 10px 25px!important;
}
.navbar-left-platform{
    min-width: 450px;
}
.platform-menu{
    width: 50px;
    float: left;
    margin-right: 10px;
}

.btn-platform-corner:hover{
    background-color:#ff8800!important;
}
.btn-left-platform:hover{
    background-color:#919090;
}
#contact-form-logged-user{
    height: 450px;
}
.visible-xs-logo{
    display: none;
}
.hidden-xs-logo{
    display: block;
}
.navbar-left-platform .glyphicon{
    color:#878787;
}
.dropdown-menu-platform{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);

    padding:7px;
    text-align: right;
    direction: rtl;
    position: absolute;
    top:65px;
    display: none;
    left:0 !important;
    width:160px;
    background: #fff;
    z-index:1001;
    right:auto !important;
}

.dropdown-menu-platform>li>a{
    padding: 5px 8px!important;
}
.dropdown-menu-platform .divider {
    background-color: rgba(33, 33, 33, 0.1);
}
/*-------------------------HOME SLIDER------------------------*/
.slide-heading {
    font-size: 41px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-weight: 800;
    line-height: 25px;
    text-shadow: none;
}
.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
    bottom: auto;
    top: 80px;
    text-shadow: none;
}
.auto-space {
    position: absolute;
    width: 580px;
    margin: 0 auto;
    z-index: 99;
    top: 238px;
    left: 0;
    right: 0;
}
.slide-heading span{
    font-size: 21px;
    font-weight: 300;
}
.slider-content{
    background: rgba(0, 0, 0, 0.61);
    padding: 132px 0;
}
.green-box {
    background-color: #5ecc7f;
    width: 100%;
    border-radius: 10px;
    padding: 70px 0 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in;
}

.private-client-main{
    margin-top: 25px;
}

.orange-box:hover .heading1, .orange-box:hover .tagline {
    color: #f80!important;
}

.private-client-main .btn-detail{
    opacity: 0.9;
}

.orange-box {
    background-color: #ffcb90!important;
    width: 100%;
    border-radius: 10px;
    padding: 10px 0 0!important;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in;
}

.orange-box:hover{
    background: #fff!important;;
    overflow: hidden;
}

.orange-box .btn-detail, .orange-box .btn-detail:hover {
    background-color: #ffca86!important;
}

.heading1-private-client{
    margin:0px!important;
}

.private-client{
    padding: 10px;
    float: right;
}

.private-client-title{
    margin-top: 10px;
}

.green-box:hover{
    background: #fff;
    overflow: hidden;
}
.green-box:hover .heading1 , .green-box:hover .tagline{
    color: #5ecc7f;
}
.green-box .btn-detail{
    display: none;
}

.green-box:hover .btn-detail{
    display: block;
}
.white-box {
    padding: 70px 0 0;
    background-color: #5ab0d4;
    width: 100%;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.white-box:hover{
    background-color: #fff;
}
.white-box .btn-detail{
    display:none;
}
.white-box:hover .btn-detail{
    display:block;
}
.white-box:hover .heading1 ,.white-box:hover .tagline{
    color: #5ab0d4;
}
.green-box .white_icon,.white-box .blue_icon{
    display: block;
}
.green-box .blue_icon,.white-box .white_icon{
    display: none;
}
.green-box:hover  .blue_icon,.white-box:hover .white_icon{
    display: block;
}
.green-box:hover .white_icon,.white-box:hover .blue_icon{
    display: none;
}
.green-box .btn-detail ,.green-box .btn-detail:hover{
    background-color: #5ecc7f;
}
.blue-text{
    color: #5ab0d4;
}
.heading1{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin: 25px 0 0;
}
.tagline{
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}
.btn-detail{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background-color: #5ab0d4;
    color: #fff;
    padding: 10px 12px;
    font-size: 12px;
    border-radius: 0;
    display: block;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.btn-detail:hover{
    color: #fff;
    background-color: #459fc5;
}
eq-height-private-client{
    height: 100px;
}
.eq-height {
    height: 330px;
}
.content-space{
    padding: 0 15px;
}
/*.auto-space {
    margin: -80% auto 0;
    width: 550px;
}*/
.remix-icon{
    font-size: 20px;
}
.btn-digital-example:hover{
    background-color: #ff7b00;
}
.btn-digital-example{
    background-color: #ff8125;
    width: 105px;
    font-size: 22px;
    padding: 10px 12px;
    border-radius: 8px;
    margin-right: 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.btn-digital-example a{
    text-decoration: none;
    color: white!important;
}
.digital-description-last{
    font-family: 'Heebo';
    font-style: normal;
}
.digital-row .section-heading{

    font-size: 32px;
}
.row{
    margin: 0px;
}
.digital-row-blocks{
    margin-right: -12px;
    margin-left: -12px;
}
.digital-sub-features-container-fluid .digital-row-blocks{
    margin-right: 0px;
    margin-left: 130px;
}
.features-block-in div{
    font-size: 18px;
}
.features-block-in h4{
    font-size: 24px;
}
.btn-digital-example i{
    vertical-align: bottom;
}
.digital-heading{
    padding-top: 60px;
}
.digitalbg{
    background:url(../img/digital-top.jpg)no-repeat;
    background-size: 100%;
    height: 313px;
}
.bg1{
    background:url(../img/slider-banner2.jpg)no-repeat;
}
.bg2{
    background:url(../img/slider-banner3.jpg)no-repeat;
}
.bg3{
    background:url(../img/slider-banner4.jpg)no-repeat;
}
.digital-inner{
    height: 313px;
}
.digital-features-container-fluid{
    max-width: 1280px;
    margin: auto;
}
.download-example .text-center{
    width: calc( 100% + 130px );
}
.digital-description-12{
    width: 1114px;
    margin: auto;
}
.digital-sub-features-container-fluid{
    width: 1280px;
    margin: auto;
}
.col-right{
    float: right;
    margin-right: 20px;
}
.col-left{
    float: left;
    margin-left: 130px;
}
.digital-description-img{
    vertical-align: top;
}
.digital-description .col-md-6{
    float: left;
    text-align: right;
}
.slide-bg {
    background-size: cover;
    height: 720px;
    background-position: center;
}
.digital-description-block{
    box-sizing: border-box;

    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 18px 26px;
    gap: 10px;

    width: 615px;
    height: 114px;

    background: rgba(90, 176, 212, 0.1);
    border: 1px solid #5AB0D4;
    border-radius: 10px;

    /* Inside auto layout */

    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
}
.digital-description-text-block{
    margin-top: 20%;
    margin-right: 10px;
}
.digital-description-img{
    text-align: center;
}
.digital-description-img img{
    width: 254px;
}
.sub-features .features-block-in div, .sub-features .features-block-in h4{
    text-align: right;
}
.digital-remixicon-icon{
    color: #5AB0D4;
    width: 13.5px;
}
.sub-features .digital-sub-block{
    width: 548px;
    height: 150px;
    padding: 24px 32px;
    border: 1px solid #5AB0D4;
    background-color: rgba(90, 176, 212, 0.05);
    border-radius: 18px;
    margin: 12px;
}
.sub-features{
    background-color: white!important;
}
.digital-features img{
    width: 300px;
}
#medcourt-video{
    width: 593px;
    height: 389px;
    border: 4px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}
.digital-block{
    width: 467px;
    height: 189.5px;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.07);
    background-color: white;
    border-radius: 10px;
    margin: 5px;
}
.digital-features .col-md-6{
    float: right;
}
.digital-inner .digital-heading{
    font-size: 55px;
}
.digital-block-in div{
    font-size: 24px;
    font-family: 'Heebo';
    text-align: right;
}
.digital-description-text-block li,.tag-digital-row{
    font-size: 22px;
}
.digital-description-text-block{
    Line-height:39px;
    font-size: 26px;
}
.digital-description-text-block .tag{
    font-size: 24px;
}
/*.expertise .carousel-caption {
    right: 0;
    left: 0;
    bottom: auto;
    top: 0;
    text-shadow: none;
    padding: 73px 0px;
    width: 1170px;
    margin: 0 auto;
}*/
.row-space0{
    margin: 0;
}
.carousel-indicators {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    bottom: 10%;
}
.carousel-indicators li {
    border: 2px solid #fff;
}
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px;
}
#carousel-example-generic .carousel-control {
    top: 50%;
    bottom: auto;
    width: 2%;
    opacity: 1;
}
#carousel-example-generic .carousel-control.left,
#carousel-example-generic .carousel-control.right {
    background-image: none;
}
.carousel-control.left {
    left: 9%;
}
.carousel-control.right {
    right: 9%;
}
.scroll-down img{
    margin-top: -30px;
    position: relative;
}
/*---------------------MACTHING MECHANISM-----------------*/
.mechanism {
    padding: 80px 0;
    position: relative;
}

.color-white{
    color: white!important;
}

.download-example{
    background-color: #5AB0D4!important;
}

.section-heading {
    font-size: 30px;
    color: #1b1b1b;
    font-weight: 500;
    text-align: center;
    margin: 0 0 50px;
    position:relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}

.cirlce-box {
    display: flex;
    align-items: center;
    width: 120px;
    height: 120px;
    z-index: 9;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    border: 1px solid #000;
    margin: 0 auto;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}

.mechanism .list-inline,.opinions .list-inline,.links-list {
    margin-left: 0;
    display: table;
    width: 100%;
    padding-right: 0;
}
.mechanism .list-inline>li {
    display: table-cell;
    padding: 0 5px;
    width: 16.6%;
    vertical-align: middle;
    position: relative;
}

.hr-dash {
    border-top: 1px dashed #bbbbbb;
    margin: 0 auto;
    position: absolute;
    top: 142px;
    width: 84%;
    left: 0;
    right: 68px;
}
.mechanism .list-inline>li:last-child:before{
    display: none;
}
.numb-circle {
    position: absolute;
    background: #5ab0d4;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    right: 0;
    top: 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.numb-circle span{
    display: block;
    width: 100%;
    color: #fff;
    font-weight: 700;
}
.on_hover,
.cirlce-box:hover .normal,
.expert-sum:hover .normal,
.btn-send:hover img.normal,
.btn-send img.on_hover,
.mechanism_item.active img.normal{
    display: none;
}
.cirlce-box:hover .on_hover,
.expert-sum:hover .on_hover,
.mechanism_item.active .on_hover{
    display: block;
}
.cirlce-box:hover,.mechanism_item.active .cirlce-box{
    background-color: #5ab0d4;
    border-color: #5ab0d4;
}
.cirlce-box:hover .numb-circle,.mechanism_item.active .numb-circle{
    background-color: #000;
}
.arrow{
    display: none;
    transition: all 0.3s ease-in;
}
.arrow_down{
    transition: all 0.3s ease-in;
}
.down_arrow:hover .arrow{
    display: block;
}
.down_arrow:hover .arrow_down{
    display: none;
}
.tag{
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.subtitle{
    font-size: 15px;
    color: #949494;
    font-weight: 300;
}

.cirlce-box:hover + .tag,.expert-sum:hover .tag ,.mechanism_item.active  .tag{
    color: #5ab0d4;
}
li.mechanism_item:before {
    content: '';
    position: absolute;
    background: #fff url(../img/arrow-left2.jpg);
    width: 22px;
    height: 22px;
    left: -4%;
    top: 24.5%;
    background-size: contain;
    z-index: 999;
}
li.mechanism_item.active:before{
    background: #fff url(../img/arrow-left1.png);
    background-size: contain;
}
li.mechanism_item:after {
    content: '';
    position: absolute;
    border-top: 1px dashed #bbbbbb;
    width: 61%;
    left: -30%;
    top: 30%;
}
li.mechanism_item.active:after {
    border-color: #5ab0d4;
}
li.mechanism_item:last-child:after {
    content: none;
}
.arrow-left{
    position: absolute;
    top: 49px;
    right: -10px;
}
.btn-learn{
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #1b1b1b;
    background: transparent;
    margin-right: 15px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.btn-width{
    width: 240px !important;
}
.btn-learn:hover{
    background-color: #1b1b1b;
    color: #fff;
}

/*--------------------MEET THE STAFF------------------------*/
.staff {
    background-color: #effaff;
    padding: 70px 0;
}
.name-box h4,.opinions h4{
    margin: 0;
    color: #5ab0d4;
    font-weight: 500;
}
.img-fluid{
    width: 100%;
}
.name-box {
    background-color: #fff;
    padding: 20px 10px;
    text-align: center;
}
.content-space2{
    padding: 0 25px;
}
.content-main-staf{
    margin-right: 1.6%;
    margin-left: 1.6%;
}

/*---------------------START BANERS-----------------------*/
.baners{
    padding-bottom: 70px;
}
/*---------------------START OPINIONS-----------------------*/
.opinions{
    background-color: #effaff;
    padding: 70px 0;
}
.opinions .list-inline>li {
    display: table-cell;
    padding: 0 5px;
    width: 20%;
    vertical-align: middle;
}
.opinions .list-inline{
    margin: 0 auto;
    width: 70%;
}
/*.opinions .btn-learn{*/
/*  background-color: #1b1b1b;*/
/*  color: #fff;*/
/*}*/
/*.opinions .section-heading:hover {*/
/*    color:#5ab0d4;*/
/*}*/
.opinions .section-heading:after {
    position: absolute;
    content: '';
    margin: 0 auto;
    width: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #1b1b1b;
    bottom: -3px;
     transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.opinions .section-heading:hover:after{
    width: 170px;
}
.opinions .section-heading span,.senior-staff .section-heading span{
    font-weight: 100;
}
/*------------------START EXPERTISE---------------------*/
.expertise{
    background: url(../img/expertise_banner.jpg)no-repeat;
    padding: 70px 0;
    background-size: cover;
}
.expertise .container{
    width: 800px;
}
.expert-sum .tag {
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
}

.expertise .btn-learn{
    color: #1b1b1b;
}
.expertise .btn-learn:hover{
    color: #fff;
}
/*--------------------CONTACT US----------------------------*/
.contact-us{
    padding: 70px 0;
}
#contact-form{
    width: 100%;
}
#contact-form .form-control {
    height: 44px;
    background-color: #f6f6f6;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}
#contact-form .control-label {
    padding-top: 0;
    margin-bottom: 5px;
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    color: #bbbbbb;
}
#contact-form textarea{
    height: auto !important;
}
.green-box2 {
    padding: 0 65px 0 0;
    background-color: #5ad47f;
    display: table;
    height: 100%;
    width: 100%;
}
.caption-box{
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.sub-tag{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.green-box2 h4{
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 700;
}
.green-box2 .media {
    margin-top: 50px;
}
.green-box2 .media:first-child {
    margin-top: 0 !important;
}
.green-box2 .media>.pull-right {
    padding-left: 30px;
}
.equal_item {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.pad-right50{
    padding-right: 50px;
}
.btn-send img {
    display: -webkit-inline-box;
    margin: 0 20px 0 0;
}
.btn-send{
    color: #5ad47f;
    font-weight: 600;
    background: #fff;
    border: 1px solid #5ad47f;
    padding: 25px 12px;
    border-radius: 10px;
    margin-top: 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
}
.btn-send:hover,.btn-send:focus,.btn-send:active{
    background-color: #5ad47f;
    color: #fff;
}
.btn-send:hover img.on_hover,.btn-send:focus img.on_hover,.btn-send:active img.on_hover{
    display: -webkit-inline-box;
}
/*--------------------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 {
    background-color: #ffffffc9;
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}
.overlay-white p {
    font-size: 28px;
    font-weight: 900;
    color: #222;
    line-height: 18px;
    text-shadow: 2px 1px 0px #00000042;
    margin-bottom: 15px;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 700px;
    border: 6px solid #b7cde0;
    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 {
  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: 6px solid #b7cde0;
    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( 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--------------*/
    .wrapper {
        width: 650px;
    }
    .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%;
    }
    .wrapper{
        width: 560px;
    }
    .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;
    }
    .wrapper {
        width: 100%;
    }
    .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;
    }

}
@media(max-width: 1280px){
    .text-center, .digital-description-12, .digital-sub-features-container-fluid{
        width: 100%;
    }
    .digital-row-blocks{
        margin-right: -12px;
        margin-left: -12px;
    }
    .digital-description-block{
        box-sizing: border-box;

        /* Auto layout */

        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 18px 26px;
        gap: 10px;

        width: 100%;
        height: 180px;

        background: rgba(90, 176, 212, 0.1);
        border: 1px solid #5AB0D4;
        border-radius: 10px;

        /* Inside auto layout */

        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
    }
    .digital-description-last{
        margin-bottom: 24px;
    }
    .digital-description-12 .col-xs-12{
        width: 100%;
    }
    .digital-description .col-md-6{
        padding-right: 0px;

        float: left;
    }
    .digital-description-text-block {
        margin-top: 0px;
    }
    .digital-heading{
        padding-top: 100px;
    }
    .digital-inner .digital-heading{
        font-size: 32px;
    }
    .digitalbg{
        height: 260px;
    }
    .col-left{
        margin-left: 0px!important;
        float: right!important;
        width: 100%!important;
        padding-left: 25px;
        padding-right: 25px;
    }
    .col-right{
        float: right!important;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 0px;
    }
    #medcourt-video{
        width: inherit;
        height: 230px;
    }
    .digital-block{
        width: initial;
        height: 200px;
    }
    .digital-sub-block{
        width: calc( 100% - 20px )!important;
        height: 188px!important;
    }

    .btn-platform{
        display:none!important;
    }

    .visible-xs-logo{
        display: block;
    }

    .digital-features-ontainer-fluid, .digital-description-12, .digital-sub-features-container-fluid{
        width: 96%!important;
    }
    .digital-description-img img{
        width: 100%!important;
        max-width: 153px;
    }
    .hidden-xs-logo{
        display: none;
    }
    .hidden-xs{
        display: none!important;
    }
    .lawyers-page .banner1 .cir-tag {
        display: inline-block;
        width: 70%;
    }
    .ourl-goal.section-heading {
        font-size: 20px;
        line-height: 28px;
        margin: 25px 0;
    }
    .lawyers-page .banner1 .cirlce-box img {
        width: 40px;
    }
    .lawyers-page .banner1 .object-list.list-inline>li {
        margin-bottom: 20px;
    }
    /*---------------Team Page-----------------*/
    .team-banner .w1{
        display: flex;
        display: -webkit-flex;
        justify-content: center;
    }
    .contact-page .contact-us {
        padding: 30px 0 40px;
    }
    .senior-staff {
        padding: 35px 0;
    }
    .square-box {
        margin-bottom: 30px;
    }
    .pad45 {
        width: 250px;
        margin: 0 auto;
    }
    .team-banner {
        padding: 50px 0;
    }
    .team-banner .eq-height {
        height: 140px;
        width: 170px;
        margin: 25px 10px 0;
    }
    .team-banner .media,.team-banner .media:first-child {
        margin-top: 25px;
    }
    .reverse-mob{
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .team-page .row-space0,.contact-page .row-space0 {
        margin: 0 -15px;
    }

    /*---------------Team-Page---------------------*/



    /*-------------------Innerpage-----------------*/
    #myModal .modal-body iframe {
        height: 226px;
    }
    #myModal .modal-dialog {
        width: 95%;
        margin: 0;
    }
    .wrapper {
        margin: 0 auto 20px;
    }
    .btn-play {
        width: 8%;
    }
    .banner1 .cirlce-box img {
        width: 50px;
    }
    .cir-tag {
        padding-top: 8px;
        font-size: 16px;
    }
    .banner1 .cirlce-box,.lawyers-page .banner1 .cirlce-box {
        width: 60px;
        height: 60px;
        margin-left: 20px;
    }
    .banner1 iframe {
        width: 100%;
        height: 200px;
    }
    .object-list {
        margin-top: 0;
    }
    .mechanism .scroll-down img {
        top: -18px;
    }
    .shadow-box {
        margin-bottom: 20px;
    }
    .tag-line, .headOne {
        font-size: 16px;
    }
    .mid-img{
        width: 270px;
        margin: 30px auto;
    }
    .system-unit {
        padding: 18px 0;
    }
    .system-unit h2, .blue-box h2 {
        font-size: 20px;
        margin: 0;
    }
    .d-flex {
        display: block;
    }
	.banner1,.page-head-section {
	    padding: 20px 0;
        margin-top: 53px;
	}
	.object-list.list-inline>li {
	    width: 100%;
	    margin-bottom: 10px;
	}
    /*-------------------Innerpage-----------------*/
    #carousel-example-generic .carousel-control,footer .links-list.list-inline>li:after{
        display: none;
    }
    .expertise .container, .w-2, .w-1,.layer-img,.team-banner .w1,.team-banner .w2,.contact-page .contact-us .container {
        width: 100%;
    }
    .expertise .carousel-caption {
        padding: 50px 0px;
        width: 100%;
    }
    .navbar-left{
        float: none !important;
        padding: 0;
    }
    .navbar-default .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-slider .carousel-inner .item{
        height: 400px;
    }
    .section-heading {
    font-size: 22px;
    line-height: 40px;

    }

    li.mechanism_item:after {
        border-left: 1px dashed #bbbbbb;
        width: 1px;
        left: -100px;
        right: 0;
        height: 100%;
        top: 100%;
        margin: 0 auto;
    }
    li.mechanism_item:before {
        background: #fff url(../img/arrow-left2.jpg);
        left: -100px;
        top: 130%;
        background-size: contain;
        z-index: 999;
        transform: rotate(-90deg);
        right: 0;
        margin: 0 auto;
    }

    .auto-space .pull-right{
        float: none !important;
    }
    #auto_space .pull-right{
        float: left !important;
    }
    .green-box2 {
        height: auto;
    }
    footer .links-list.list-inline + .links-list.list-inline {
        margin: 20px 0;
    }
    footer .page-scroll {
        padding-right: 15px;
    }
    footer .page-scroll img{
        width: 35px;
    }
    .bottom-line {
        margin: 0px auto 25px;
    }
    .footer-text {
        font-size: 14px;
        text-align: center;
    }
    .square {
        margin: 15px 0 8px;
    }
    .sub-list {
        margin-bottom: 30px;
    }
    footer .links-list.list-inline>li {
        display: block;
        position: relative;
        padding: 0 15px;
        width: auto;
    }
    footer .container {
        width: 100%;
    }
    .btn-send img{
        width: 30px;
    }
    .btn-send {
        margin-bottom: 30px;
        padding: 10px 12px;
    }
    .pad02{
        padding: 0;
    }
    .form-horizontal .form-group{
        margin-right: 0;
        margin-left: 0;
    }
    .green-box2 .media {
        margin-top: 35px;
    }

    .green-box2 {
        padding: 50px 30px;
    }
    .equal_item {
      display: -ms-block;
      display: -webkit-block;
      display: block;
    }
    .expert-sum{
        margin-bottom: 30px;
    }
    .opinions h4 {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .staff,.opinions,.expertise,.contact-us,footer {
        padding: 40px 0px;
    }
    .content-space2 {
        padding: 0 15px;
        width: 240px;
        margin: 0 auto 20px;
    }
    .mechanism .text-right,.mechanism .text-left,
    .expertise .text-right,.expertise .text-left{
        text-align: center;
    }
    .btn-learn,.btn-width.btn-enroll{
        margin-right: 0;
    }
    .mechanism {
        padding: 35px 0;
    }
    .scroll-down img {
        margin-top: -18px;
        width: 50px;
    }
    .mechanism .section-heading {
        margin: 0;
    }
    .subtitle {
        font-size: 15px;
        min-height: auto;
    }
    .tag {
        font-size: 17px;
        min-height: auto;
        margin-top: 15px;
    }
    .numb-circle {
        right: 2px;
    }
    .cirlce-box img {
        width: 35px;
    }
    .cirlce-box {
        margin-top: 0;
        float: right;
        width: 95px;
        height: 95px;
    }
    .hr-dash,.arrow-left{
        display: none;
    }
    .mechanism .list-inline>li {
        display: block;
        width: 100%;
        margin-bottom: 75px;
    }
    .mechanism .list-inline>li:last-child {
        margin-bottom: 0;
    }
    .opinions .list-inline>li {
        display: inline-block;
        width: 50%;
    }
    .features .list-inline>li {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .features-block h4{
        height: unset;
        font-size: 24px;
    }
    .features-block-a{
        margin-top: 20px;
        position: unset;
        bottom: unset;
    }
    .features-block {
        height: 320px;
    }
    .mechanism .list-inline {
        padding-right: 0;
    }
    .home-slider .scroll-down{
        display: none;
    }
    .slide-heading span {
        font-size: 18px;
        margin-top: 10px;
        display: block;
    }
    .slide-heading, .banner1 .slide-heading {
        font-size: 24px;
        line-height: 20px;
        text-align: center;
    }
    .carousel-caption {
        top: 0;
        width: 80%;
        padding-bottom: 14px;
    }
    .slider-content {
        padding: 70px 15px;
    }
    .white-box {
        padding: 10px 0;
        margin-bottom: 20px;
    }
    .eq-height {
        height: auto;
    }
    .green-box {
        padding: 10px 15px 10px;
    }
    .heading1 {
        font-size:13px;
        margin: 15px 0 0;
    }
    .auto-space {
        width: 320px;
        top: 140px;
    }

    .navbar-collapse {
        margin-top: 9px;
    }
    .navbar-default .navbar-form {
        border-color: transparent;
    }
    .btn-enroll, .btn-entrance {
        width: 85px;
        margin-right: 15px;
        padding: 8px 6px;
    }
    .navbar-nav {
        text-align: right;
    }
    .navbar-nav li {
        display: block;
    }
    .navbar-brand {
        padding: 0 15px;
    }
    .navbar-toggle {
        float: left;
        margin: 0;
        border: 0;
    }
    .navbar-brand>img {
        width: 170px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .carousel-indicators {
        bottom: 3%;
    }
    .home-slider {
        margin-top: 53px;
    }

}
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
    #myModal .modal-dialog {
        width: 60%;
    }
}
@media(max-width: 600px){
    .digital-description-text-block {
        margin-right: 20px;
    }
    .digital-heading{
        padding-top: 80px;
    }
    .team-banner .eq-height {
        width: 140px;
    }
    .digital-inner{
        max-height: 100%;
        height: 300px;
    }
    .digitalbg{
        height: inherit;
    }
    .overlay-white p {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .overlay-white img {
        width: 35px;
    }
    .overlay-white {
        padding: 5px 0;
    }
	.slide-heading, .banner1 .slide-heading,.lawyers-page .banner1 h1 {
        font-size: 20px;
    }
    .slide-heading span, .banner1 .slide-heading span {
        font-size: 14px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape){
    #myModal .modal-dialog {
        width: 60%;
        margin-top: 20px;
    }
}
@media(max-width: 360px){
    .digital-inner{
        height: 260px;
    }
    /*--------------------Team-Page---------------------*/
    .team-banner .media>.pull-right {
        padding-left: 10px;
        margin-top: 6px;
    }
    .team-banner .pull-right img {
        width: 50px;
    }
    .team-banner h2, .page-head-section h1 {
        font-size: 23px;
    }
    .media-tag {
        font-size: 13px;
    }
    .team-banner .eq-height {
        width: 120px;
        margin: 25px 5px 0;
    }
    .overlay2 .tag-line {
        font-size: 12px;
    }
    /*---------------------Team-Page----------------------*/
    .green-box2 {
        padding: 50px 18px;
    }
    .green-box2 .media>.pull-right img {
        width: 30px;
        margin-top: 5px;
    }
}


@media(max-width: 320px){
    .digital-inner{
        max-height: 100%;
        height: 400px;
    }
    .pad45 {
        width: 230px;
        margin: 0 auto;
    }
    /*-----------------------Innerpage-------------------*/
    #myModal .modal-body iframe {
        height: 176px;
    }
    .banner1 iframe {
        width: 100%;
        height: 160px;
    }
    .mid-img {
        width: 200px;
    }
    .green-box2 h4 {
        font-size: 18px;
    }
    .sub-tag {
        font-size: 14px;
    }
    /*-----------------------Innerpage-------------------*/
    .content-space {
        padding: 0;
    }
    .subtitle,.tag,.cir-tag {
        font-size: 14px;
    }
    .slide-heading{
        font-size: 19px;
    }
    .banner1 .slide-heading {
        font-size: 16px;
    }
    .auto-space {
        width: 300px;
    }
    .tag {
        font-size: 15px;
    }
    .opinions h4 {
        min-height: 30px;
    }
    .carousel-caption {
        width: 90%;
    }
    .white-box {
        margin-bottom: 20px;
    }
    .green-box, .white-box {
        padding: 10px 0;
    }
    .opinions .section-heading:hover:after {
        width: 130px;
    }
    .green-box2 {
        padding: 50px 15px;
    }
    .green-box2 .media>.pull-right img {
        width: 25px;
    }
    .carousel-caption {
        top: 0%;
    }

}
@media(max-width: 300px){
    .banner1 .cirlce-box {
        width: 48px;
        height: 48px;
        margin-left: 15px;
    }
    .banner1 .cirlce-box img {
        width: 40px;
    }
}
@media(max-width: 799px){
    .baners{
        padding-bottom: 30px;
    }

    .baners img{
        width: 100%;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {

}
