﻿.critical-aspects
{
    width:100%;
    padding:2% 0 10px;
}
.slides p 
{
    color:#000 !important;
  
}

.critical-aspects
{
    position:relative;
    margin-bottom: 20px !important;
}



.modal-content .panel
{
    margin:0px !important;
    border-radius:0px !important;
    text-align:left;
}

.critical-aspects li.box
{
    width:45%;
    counter-increment: step-counter;
    clear:both !important;
    margin-top:15px;
    margin-bottom:15px;
    display:block;
    list-style-type:none;
    padding: 25px;
    min-height: 180px;
    text-align: center;
    z-index: 10;
    display: table;
    position:relative;
    background-color:#fff;
    text-align:left;
}

.slides p
{
    padding: 0 !important;
}



.critical-aspects li.box:nth-child(odd)
{
    border-right:solid 2px #2e5a82;
    -webkit-box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.25);
box-shadow: -3px 3px 10px 0px rgba(0,0,0,0.25);
}

.critical-aspects li.box:nth-child(odd):before
{
    content: '';
    position: absolute;
    width: 10%;
    height: 2px;
    background-color: #2e5a82;
    top: 50%;
    right: -10%;
}

.critical-aspects li.box:nth-child(odd):after
{
    position: absolute;
    width: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    height: 40px;
    background-color: #2e5a82;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    right: -15.5%;
    border: solid 2px #2e5a82;
    font-size: 20px;
    content: counter(step-counter);
}

.critical-aspects li.box:nth-child(even):after
{
    position: absolute;
    width: 40px;
    font-size: 20px;
    border-radius: 100%;
    border: solid 2px #2e5a82;
    text-align: center;
    line-height: 35px;
    height: 40px;
    background-color: #2e5a82;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    left: -15.5%;
    content: counter(step-counter);
}

.critical-aspects li.box:nth-child(even)
{
    border-left:solid 2px #2e5a82;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.25);
}

.critical-aspects li.box:nth-child(even):before
{
    content: '';
    position: absolute;
    width: 10%;
    height: 2px;
    background-color: #2e5a82;
    top: 50%;
    left: -10%;
}

.critical-aspects li.active
{
    background-color:#f6bb43;
    color:#fff;
}

.critical-aspects li.active p,
.critical-aspects li.active p strong
{
    color:#fff !important;
}

.critical-aspects li.active:after
{
    background-color: #f6bb43 !important;
}

.critical-aspects .box i
{
    position:absolute;
    top:-3%;
    right:-3%;
    border-radius:10px 5px;
    width:40px;
    height:40px;
    color:#fff;
    text-align:center;
    line-height:40px;
    font-weight:bold;
    font-size:1.3em;
    display: none;
    font-style:normal;
    background-color:#2e5a82;
    border:solid thin #fff;
}

.critical-aspects .box p
{
    line-height: 1.5;
    text-align: center;
    margin: 0;
    color:#2e5a82 !important;
    font-weight: 300 !important;
}

.critical-aspects .box a
{
    display: table-cell !important;
    vertical-align: middle !important;
}

.critical-aspects .box p strong
{
    color:#2e5a82;
    font-size: 22px !important;
    line-height: 1.8;
    margin-bottom: 5px;
    display: block;
}

.clarity-btn-icon
{
    text-align:center;
}

.clarity-btn-icon .btn
{
    margin:0 auto;
    text-align:center;
    border:none;
    background-image:url(../images/button_icon.png);
    background-position:left;
    background-repeat:no-repeat;
    background-color:#2e5a82;
    word-wrap: break-word;
    white-space:pre-line;
    padding-left:40px;
    padding-right:30px;
    border:solid medium #215a9b;
    color:#fff;
    font-size:18px;
    line-height:28px;
}

.critical-aspects-tabs .tab-pane
{
    width:100%;
    background-color: #2e5a82;
    color:#000;
    text-align:center;
    padding:0 5px;
        min-height: 200px;
}

.critical-aspects-tabs .tab-pane .btn-group
{
    padding: 0;
    margin: 0;
}

.critical-aspects-tabs .tab-pane img
{
    margin:0 auto;
    width: 100px !important;
    height: 80px !important;
}

.critical-aspects-tabs .tab-pane .modal-content img
{
    width: 100% !important;
    height: auto !important;
}

.critical-aspects-tabs .tab-pane .btn-group,
.critical-aspects-tabs .tab-pane .btn-group .btn
{
    padding:0 auto;
    padding-top:0;
    padding-bottom:0;
    font-size:25px;
    font-weight:bold;
}

.modal-title
{
    text-transform:uppercase;
}

.modal-body
{
    padding:17px !important;
}

.modal-body p
{
    font-size:16px !important;
    color:#333 !important;
    line-height:25px !important;
    text-align:justify !important;
}

.modal-header .close span
{
    font-size:30px !important;
}

.btn i.glyphicon.glyphicon-remove {
    position: fixed;
    top: 0;
    right: 0;
    font-size: 30px !important;
    font-weight: lighter;
    margin: 20px;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  height: 100%;
}

.critical-aspects-tabs .tab-pane .tab-inner a.tab-box span,
.critical-aspects-tabs .tab-pane .tab-inner .btn-group span
{
    padding: 0 20px;
    color: #fff;
}

.critical-aspects-tabs .tab-pane .tab-inner .modal-content
{
    
    overflow: auto !important;
    border: none !important;
   /* max-height: 90%;*/
    z-index: 1;
    -webkit-box-shadow: 0 8px 6px -6px black !important;
     -moz-box-shadow: 0 8px 6px -6px black !important;
          box-shadow: 0 8px 6px -6px black !important;
}

.modal.in:after {
    content: '';
    background-color: #2e5c83;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.critical-aspects-tabs .tab-pane .tab-inner .modal.in:before
{
    background-color: rgba(0,0,0,.5);
    z-index: 5;
}

.critical-aspects-tabs .tab-pane .tab-inner .btn
{
    background: none;
    border: none;
    border-radisu: 0;
    line-height: 1.5 !important;
    font-size: 16px;
    text-transform: uppercase;
    outline: none;
}

.critical-aspects-tabs  .modal-body
{
    max-height: 500px;
    overflow: auto;
    overflow-y: none;
}

.critical-aspects-tabs .tab-pane{
    border-top: solid 2px #f6bb43;
}

.critical-aspects-tabs .tab-pane .tab-inner i
{
    color: #fff;
    font-size: 16px;
}

.panel-default>.panel-heading
{
    border: none !important;
    background: #eaf4f5 !important;    
    padding: 0 !important;
    border-radius: 0;
    margin: 1px 0;
}

.panel-default>.panel-heading>.panel-title
{
    font-size: 18px !important;
    font-weight: 400 !important;
    text-align: left;
    color: #222;
    line-height: 1.5;
    padding: 10px 15px;
    border: none !important;
}

.panel-default .panel-body>p
{
    text-align: justify !important;
    color: #444 !important;
    margin-bottom: 15px !Important;
}

.critical-aspects-tabs .tab-pane .tab-inner .modal-content p
{
    color: #333 !important;
}

.critical-aspects-tabs .tab-pane .tab-inner p,
.critical-aspects-tabs .tab-pane .tab-inner h5
{
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px !important;
}

.critical-aspects-tabs .tab-pane .tab-inner
{
    display: -webkit-flex;
   display: flex;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   -webkit-justify-content: space-between;
   justify-content: space-between;
}

.critical-aspects-tabs .tab-pane .tab-inner .tab-box
{
    border-radius: 0px;
    min-width:100px;
    color: #fff;
    margin:0;
    padding: 20px 40px !important; 
        margin-top: 6%;
}
.critical-aspects-tabs .tab-pane .tab-inner div
{
    margin-top: 2%;
}
.critical-aspects-tabs .tab-pane .tab-inner .tab-box p
{
    font-size:16px;
    color:#2e5a82 !important;
    display: none;
}

.critical-aspects-tabs .tab-pane .tab-inner a.tab-box
{
    color:#fff;
    font-size:18px;
    text-transform:uppercase;
}

.critical-aspects-tabs
{
    position:fixed !important;
    bottom:0;
    width:100%;
}

.critical-aspects-tabs .container-fluid
{
    width: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.tab-close
{
    position:absolute;
    right:5px;
    top:-15px;
    width:30px;
    height:30px;
    border-radius:100%;
    background:#fff;
    border:solid thin #2e5a82;
}

.tab-close i
{
    font-size:16px;
    line-height:30px;
    font-weight:lighter;
    text-align:center;
}



@media(max-width:767px){    
    .critical-aspects .box
    {
        width:94% !important;
        margin: 0 auto;
        display:block;
    }
    
    .critical-aspects
    {
        flex-wrap: wrap !important;
        display:flex;
    }
    
    .critical-aspects .box
    {
        line-height:normal !important;
        min-height:50px !important;
    }
    
    .critical-aspects .box span.arrow_right
    {
        display:none;
    }
    
    .critical-aspects-tabs
    {
        position:relative !important;
    }
    
    .critical-aspects-tabs
    {
        position:absolute !important;
        bottom:5px;
        width:100%;
    }
    
    .critical-aspects-2 .box-2
    {
        width: 50% important;
    }
    
    .critical-aspects-2 .box-2
    {
        width: 50% !important;
    }
}

.modal-additional
{
    max-height:650px !important;   
    overflow:auto !important;
}

.modal-additional .form-group
{
    padding:5px 15px;
}

.modal-additional .form-group .form-control
{
    border-radius:0;
    min-height:40px;
}

@media(min-width:768px)   
{
    .critical-aspects li.box:nth-child(odd)
    {
        float: left !important;
        
    }

    .critical-aspects li.box:nth-child(even)
    {
        float: right !important;
        
    }
    
    .critical-aspects li.box:nth-child(odd) span.arrow_right
    {
        font-size:5em !important;
        color:#2e5a82;
        position:absolute;
        right:-67px;
        display: none;
        top:50%;
    }
    
    .critical-aspects li.box:nth-child(even) i
    {
        display: none;
    }
    
    .critical-aspects li.box:nth-child(even) span.arrow_right
    {
        font-size:5em !important;
        color:#2e5a82;;
        position:absolute;
        left:-67px;
        top:50%;
        display: none;
        transform: rotate(180deg);
    }
    
}

.critical-aspects-tabs
{
    z-index: 20 !important;
}

.critical-aspects
{
    display: inline-block;
}

@media(min-width:1200px)
{
    .critical-aspects:before
    {
        width: 2px;
        height: 100%;
        content: '';
        top:0;
        position: absolute;
        left:50%;
        z-index: 1;
        margin-left: -1px;
        background-color:#2e5a82;
    }
    
}

.clarity-btn-icon .btn
{
    margin: 30px auto 10px !important;
}

@media(max-width:1200px)
{
    .critical-aspects li.box span.arrow_right
    {
        display: none !important;
    }
    
    .critical-aspects-2
    {
        flex-wrap: wrap;
    }
    
    .critical-aspects-2 .box-2
    {
        width: 30% !important;
    }
}

.critical-aspects-2
{
    display: flex !important;
    flex-wrap: no-wrap !important;
    padding:0;
    justify-content: space-between;
}

.critical-aspects-2 .box-2:hover
{
    color:#ffffff;
    background-color:#2e5a82 !important;
}

.critical-aspects-2 .box-2:hover p
{
    color:#ffffff !important;
}

.critical-aspects-2 .box-2
{
    width:100%;
    margin:15px 10px !important;
    list-style-type:none;
    position:relative;
    border: solid thin #2e5a82;
    background-color:#f6bb43;
    text-align:center;
    color:#fff !important;
    border-radius:0px;
    align-items: center;
    word-wrap: break-word !important;
    transition:ease-in-out all 0.3s;
    -mos-transition:ease-in-out all 0.3s;
    -webkit-transition:ease-in-out all 0.3s;
    -o-transition:ease-in-out all 0.3s;
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
     -moz-box-shadow: 0 8px 6px -6px #ccc;
          box-shadow: 0 8px 6px -6px #ccc;
}

.critical-aspects-2 .box-2 a
{
    min-height: 150px !important;
    padding:15px 20px !important;
    line-height: 150px;
    display: table;
    word-wrap: break-word !important;
}

.critical-aspects-2 .box-2 p
{
    color:#fff !important;
    display: table-cell;
  vertical-align: middle;
    display: inline-block;
    vertical-align: middle;
    line-height: normal; 
    word-wrap: break-word !important;
    transition:ease-in-out all 0.3s;
    -mos-transition:ease-in-out all 0.3s;
    -webkit-transition:ease-in-out all 0.3s;
    -o-transition:ease-in-out all 0.3s;
}

.critical-aspects-2 .box-2 span
{
    position: absolute;
    top:50%;
    right:-5px;
    color:#2e5a82;
    font-size: 20px !important;
    border:solid thin #fff;
    display:none;
}

.critical-aspects-2 .box-2 i
{
    position:absolute;
    top:-12px !important;
    right:-12px !important;
    width:24px;
    font-size: 14px;
    border-radius: 5px 0;
    line-height: 24px !important;
    height:24px;
    padding:0;
    color:#fff;
    display:block;
    background-color:#f6bb43;
    border:solid thin #fff;
}