html body .font-11 {
    font-size: 14px; }

/*
Extra small devices (portrait phones, less than 544px)
No media query since this is the default in Bootstrap because it is "mobile first"
*/
.text_responsive_1 {
    font-size: 11px;
} /*1rem = 16px*/
/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 576px)
{
    .text_responsive_1 {font-size:2vw;} /*1rem = 16px*/
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px)
{
    .text_responsive_1 {font-size:1.60vw;} /*1rem = 16px*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)
{
    .text_responsive_1 {font-size: 1.25vw;} /*1rem = 16px*/
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px)
{
    .text_responsive_1 {font-size: 0.85vw;} /*1rem = 16px*/
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/

/* Set width to make card deck cards 100% width */
/*
@media (min-width: 950px) and (max-width:1100px) {
    text_responsive_1 {font-size:2.75rem;color:red;}
}
*/





















a:hover{
    cursor: pointer;
}


.show_object{
    text-decoration: underline !important;
}



.roundedPhoto {
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    border-radius: 50% !important;
}








.files{line-height: 44px;border: 1px solid #999;padding-left: 5px;padding-right: 90px;}








.checkedStart {
    color: orange;
}









.floating-labels label
{
    width: calc(100% - 40px);
    background-color: #fff;
    color: #54667a;
    position: absolute;
    cursor: auto;
    top: 5px;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;

}

.floating-labels .form-control:focus label
{
    top: -20px;
    font-size: 12px;
    color: #263238
}



.form-control {box-shadow: none;}

.wasValidated .form-control,
.wasValidated .selectTwo
{transition: all .2s;box-shadow: none;}

.wasValidated .form-control:invalid,
.wasValidated .selectTwo:invalid
{
    -moz-appearance:    #d92550;
    -webkit-appearance: #d92550;
    ::placeholder: #d92550;
    border-color: #d92550;
    border-style: solid;
    border-width: 0 0 1.5px 0;
    padding-right: 2rem;
    background-repeat: no-repeat;
    background-position: center right calc(.1rem);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
}

.wasValidated .form-control:invalid ~ label,
.wasValidated .selectTwo:invalid ~ label
{color:#d92550;}

.wasValidated .form-control:invalid ~ .bar,
.wasValidated .selectTwo:invalid ~ .bar
{color:#d92550;}

.wasValidated .form-control:invalid ~ .bar::before,
.wasValidated .selectTwo:invalid ~ .bar::before,
.wasValidated .form-control:invalid ~ .bar::after,
.wasValidated .selectTwo:invalid ~ .bar::after
{background: #d92550;height: 1px;}

.wasValidated .form-control:invalid::placeholder,
.wasValidated .selectTwo:invalid::placeholder
{color: #d92550;}

.wasValidated .form-control:invalid ~ .invalid-feedback,
.wasValidated .selectTwo:invalid ~ .invalid-feedback
{display: block}

.wasValidated .form-select2:invalid ~ .select2 .selection .select2-selection,
.wasValidated .selectTwo:invalid ~ .select2 .selection .select2-selection
{border-bottom: 1px solid red;}

.wasValidated .form-select2:invalid ~ .select2 .selection .select2-selection .select2-selection__arrow b,
.wasValidated .selectTwo:invalid ~ .select2 .selection .select2-selection .select2-selection__arrow b
{border-color: red transparent transparent transparent;}

.wasValidated .form-control:valid,
.wasValidated .selectTwo:valid
{
    border-color: #3ac47d;
    border-style: solid;
    border-width: 0 0 1.5px 0;
    padding-right: 2rem;
    background-repeat: no-repeat;
    background-position: center right calc(.3rem);
    background-size: calc(2.25rem / 3) calc(2.25rem / 3);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.wasValidated .form-control:valid ~ label,
.wasValidated .selectTwo:valid ~ label
{color:#3ac47d;}

.wasValidated .form-control:valid ~ .bar,
.wasValidated .selectTwo:valid ~ .bar
{color:#3ac47d;}

.wasValidated .form-control:valid ~ .bar::before,
.wasValidated .selectTwo:valid ~ .bar::before,
.wasValidated .form-control:valid ~ .bar::after,
.wasValidated .selectTwo:valid ~ .bar::after
{background: #3ac47d;height: 1px;}

.wasValidated .form-select2:valid ~ .select2 .selection .select2-selection,
.wasValidated .selectTwo:valid ~ .select2 .selection .select2-selection
{border-bottom: 2px solid #3ac47d;}

.wasValidated .form-select2:valid ~ .select2 .selection .select2-selection .select2-selection__arrow b,
.wasValidated .selectTwo:valid ~ .select2 .selection .select2-selection .select2-selection__arrow b
{border-color: #3ac47d transparent transparent transparent;}

.invalid{
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}






.myfieldset {
    background-color: #fff;padding: 10px;
}











.wizard a {
    padding: 6px 5px 2px 25px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    min-width: 50px;
    margin-left: 1px;
    text-align: center;
    font-size: 10px;
    background: #54667a;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    border-color: #fff;
    color: #fff !important;
    height: 28px;
}

.wizard a:hover {
    text-decoration: none;
}

.wizard:not(.left-arrow) a:before {
    width: 0;
    height: 0;
    border-top: 14px inset transparent;
    border-bottom: 14px inset transparent;
    border-left: 14px solid #f2f7f8;
    position: absolute;
    content: "";
    top: 0;
    left: 0;

}

.wizard:not(.left-arrow) a:after {
    width: 0;
    height: 0;
    border-top: 14px inset transparent;
    border-bottom: 14px inset transparent;
    border-left: 14px solid #54667a;
    position: absolute;
    content: "";
    top: 0;
    right: -14px;
    z-index: 2;
}



.ddr-breadcrumb a {
    padding: 6px 5px 2px 25px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    min-width: 50px;
    margin-left: 1px;
    text-align: center;
    font-size: 10px;
    background: #54667a;
    cursor: pointer;
    margin-bottom: 5px;
    margin-top: 5px;
    border-color: #fff;
    color: #fff !important;
    height: 28px;
}

.ddr-breadcrumb a:hover {
    text-decoration: none;
}

.ddr-breadcrumb:not(.left-arrow) a:before {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 17px inset transparent;
    border-left: 14px solid #f2f7f8;
    position: absolute;
    content: "";
    top: 0;
    left: 0;

}

.ddr-breadcrumb:not(.left-arrow) a:after {
    width: 0;
    height: 0;
    border-top: 20px inset transparent;
    border-bottom: 17px inset transparent;
    border-left: 14px solid #54667a;
    position: absolute;
    content: "";
    top: 0;
    right: -14px;
    z-index: 2;
}



.underline{text-decoration: underline !important;}










/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.no-space-pricing [class^="col-"],
.no-space-pricing [class*=" col-"] {
    padding: 0;
}
.pricing {
    position:relative;
    border-radius:3px;
    margin-bottom:15px;
    box-shadow:0 0 5px #eee;
    background-color: #fff;
}
.pricing:hover {
    box-shadow:0 0 15px #b5b5b5;
}
.pricing:hover h4 {
    color:#54667a;
}
.pricing-head {
    text-align:center;
}
.pricing h3,
.pricing h4 {
    margin:0;
    line-height:normal;
    font-weight:bold;
}
.pricing p {
    padding-top: 10px;
    font-size: 11px;
}
.pricing-head h3 span,
.pricing-head h4 span {
    display:block;
    margin-top:5px;
    font-size:12px;
    font-style:italic;
}
.pricing-head h3 {
    color:#fafafa;
    padding:12px 0;
    font-size:35px;
    font-family:Arial;
    background:#54667a;
    border-radius:3px 3px 0 0;
    text-shadow:0 1px 0 #000;
}
.pricing-head h4 {
    color: #888;
    padding:5px 0;
    font-size:70px;
    text-shadow:0 1px 0 #fff;
    border-bottom:solid 1px #f5f9e7;
}
.pricing-head h4 i {
    top:-8px;
    font-size:28px;
    font-style:normal;
    position:relative;
}
.pricing-head h4 span {
    top:-10px;
    font-size:14px;
    font-style:normal;
    position:relative;
}

/*Pricing Content*/

.pricing-content  {
    margin-bottom: 0px;
}
.pricing-content li {
    color:#888;
    font-size:12px;
    padding:7px 15px;
    border-bottom:solid 1px #f5f9e7;
}
.pricing-content li i {
    color:#54667a;
    font-size:16px;
    margin-right:5px;
    position:relative;
}

/*Pricing Footer*/
.pricing-footer {
    color:#777;
    font-size:11px;
    line-height:17px;
    text-align:center;
    padding:0 20px 19px;
    border-radius:0 0 3px 3px;
}

/*Pricing Active*/
.price-active,
.pricing:hover {
    z-index:9;
    margin-top: -15px;
}
.price-active h4 {
    color:#54667a;
}

/*Pricing Extra*/

.bg-color {
    background-color: #f9f9f9;
}
.no-space-pricing {
    padding: 0 15px;
}

.sticker-right,
.sticker-left {
    color: #fff;
    width: 150px;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    text-align: center;
    letter-spacing: 2px;
}

.sticker-right {
    top: 13px;
    right: -49px;
    background: rgba(231, 76, 60, 1);
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.sticker-left {
    top: 9px;
    left: -48px;
    background: rgba(116, 197, 44, 1);
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/*Pricing Table Colored Background Version
------------------------------------*/
.price-active,
.pricing-bg-colored	.pricing:hover {
    margin-top: 0;
}
.pricing-bg-colored .pricing {
    overflow: hidden;
}
.pricing-bg-colored .pricing {
    border: 1px solid #EEEEEE;
}
.pricing-bg-colored .pricing:hover {
    background: #54667a;
}
.pricing-bg-colored .pricing:hover li,
.pricing-bg-colored .pricing:hover li i,
.pricing-bg-colored .pricing:hover .pricing-head p {
    color: #fff;
}
.pricing-bg-colored .pricing-head i {
    color: #54667a;
    padding-top: 20px;
    margin-top: 10px 0px;
}
.pricing-bg-colored .pricing-head p {
    color: #777;
    line-height: 17px;
    text-align:center;
    padding: 0px 20px 19px;
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #F5F9E7;
}
.pricing-bg-colored h3 {
    border-bottom: 1px solid #fff;
}
.pricing-bg-colored h4 {
    color: #999;
    font-size: 70px;
    padding: 5px 0px;
    margin-top: -2px;
    font-family: Arial;
    background: #F7F7F7;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 #fff;
}
.pricing-bg-colored .pricing:hover h4 {
    background: #fff;
}
.pricing-bg-colored h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}
.pricing-bg-colored h4 span {
    top: -10px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}
.pricing-bg-colored .pricing-footer {
    padding: 2px 0px 19px;
}


/*Pricing Table Rounded Version
------------------------------------*/
.price-active,
.pricing-rounded .pricing:hover {
    margin-top: 0;
}
.pricing-rounded .pricing {
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #eee;
}
.pricing-rounded .easy-bg-v2 {
    letter-spacing: 1px;
    border: 1px solid #fff;
    background-color:rgba(255, 255, 255, 0.1);
}
.pricing-rounded .easy-bg-v2 i {
    padding-left: 3px;
}
.pricing-rounded h3 {
    padding-bottom: 80px;
    padding-top: 15px;
}
.pricing-rounded h4 {
    width: 140px;
    height: 140px;
    padding-top: 22px;
    padding-left: 6px;
    font-size: 55px;
    margin: -75px auto 20px;
    border-radius: 140px !important;
    font-weight: normal !important;
    /*background: #fff url("../../img/breadcrumbs.png") !important;*/
}
.pricing-rounded .pricing-head h4 i{
    margin-right: 2px;
}
.pricing-rounded h6 {
    color: #888;
    font-size: 13px;
    font-style: normal;
    padding-bottom: 5px;
}
.pricing-rounded .pricing-content span {
    float: right;
}
.pricing-rounded .pricing-content span i {
    font-size: 13px;
}
/*Pricing Zoom
------------------------------------*/

.pricing-zoom .pricing:hover {
    -webkit-transition:box-shadow 0.3s ease-in-out;
    -moz-transition:box-shadow 0.3s ease-in-out;
    -o-transition:box-shadow 0.3s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.pricing-zoom .pricing-head h4 {
    /*background: url("../../img/breadcrumbs.png")*/
    repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.pricing-zoom .price-active .pricing-head h4,
.pricing-zoom .pricing:hover .pricing-head h4 {
    padding: 15px 0;
    font-size: 80px;
    -webkit-transition:color 0.5s ease-in-out;
    -moz-transition:color 0.5s ease-in-out;
    -o-transition:color 0.5s ease-in-out;
    transition:color 0.5s ease-in-out;
}

/*Pricing Table Light Version
------------------------------------*/
.price-active,
.pricing-light .pricing:hover {
    margin-top: 0 ;
    border-color: #717984;
}
.pricing-light .pricing {
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #ddd;
}
.pricing-light h3 {
    color: #888;
    font-weight: 200 !important;
    font-family: inherit;
    text-shadow: none !important;
    border-bottom: 1px solid #ddd !important;
    /*background: #fff url("../../img/breadcrumbs.png") !important;*/

}
.pricing-light .pricing .rating li {
    padding: 0;
    border-bottom: none;
}
.pricing-light .rating li i {
    color: #888;
    margin: 7px 0;
    padding-top: 0;
    font-size: 20px;
}
.pricing-light li {
    color: #888;
    text-align: center;
}
.pricing-light .pricing-footer {
    margin: 0px;
    padding: 2px 0px 19px;
}
.pricing-light .pricing-footer h4 {
    color: #888;
    padding: 5px;
    font-size: 70px;
    text-shadow: none;
    margin: -2px 0 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-weight: normal !important;
    /*background: #fff url("../../img/breadcrumbs.png") !important;*/

}
.pricing-light .pricing-footer h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
}
.pricing-light .pricing-footer h4 span {
    top: -5px;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-style: normal;
}
.pricing-light .pricing-footer p {
    color: #888;
    line-height: 17px;
    padding: 15px 20px 5px ;
}
.pricing-light .pricing:hover h4,
.pricing-light .pricing:hover h3,
.pricing-light .pricing:hover p,
.pricing-light .pricing:hover li,
.pricing-light .pricing:hover li i {
    color: #717984;
}

.pricing-medium-light .btn-u:hover {
    background-color: #717984!important;
}

/*Pricing Meduim Light
------------------------------------*/
.price-active,
.pricing-medium-light .pricing:hover {
    z-index:8;
    margin-top: 0 !important;
}
.pricing-medium-light .pricing {
    overflow: hidden;
    background: #eee;
    border: 2px solid #ddd;
}
.pricing-medium-light .pricing-head h3 {
    color: #717984;
    text-shadow: none;
    font-weight: normal !important;
    border-bottom: 2px solid #eee !important;
    /*background: #fff url("../../img/breadcrumbs.png") !important;*/
}
.pricing-medium-light .pricing-content > li {
    border-color: #fff !important;
}
.pricing-medium-light .pricing .rating {
    text-align: center;
}
.pricing-medium-light .pricing .rating li {
    padding: 0;
    border-bottom: none;
}
.pricing-medium-light .pricing li i {
    color: #54667a;
}
.pricing-medium-light .rating li i {
    margin: 7px 0;
    padding-top: 0;
    font-size: 20px;
}
.pricing-medium-light .pricing-content span {
    float: right;
}
.pricing-medium-light .pricing-content span i {
    font-size: 12px;
}
.pricing-medium-light .pricing-footer {
    padding: 2px 0px 20px;
}
.pricing-medium-light .pricing-footer h4 {
    color: #717984 !important;
    font-size: 70px;
    padding: 5px 0px;
    text-shadow: none;
    font-family: Arial;
    margin: -2px 0 20px;
    margin-bottom: 20px;
    font-weight: normal !important;
    /*background: #fff url("../../img/breadcrumbs.png") !important;*/

}
.pricing-medium-light .pricing-footer h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}
.pricing-medium-light .pricing-footer h4 span {
    top: -10px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}
.pricing-medium-light .pricing-footer p {
    color: #54667a;
    padding: 0 20px;
    line-height: 17px;
    text-align:center;
    border-radius: 0 0 3px 3px;
}
.pricing-medium-light .btn-u {
    background: #fff ;
    padding: 5px 58px;
    border: 1px solid #888;
}
.pricing-medium-light .btn-u:hover {
    background-color: #717984!important;
}


/*Pricing Table medium-dark Version
------------------------------------*/
.price-active,
.pricing-medium-dark .pricing:hover {
    margin-top: 0 ;
}
.pricing-medium-dark .pricing {
    border: 2px solid #717984;
    box-shadow: none;
}
.pricing-medium-dark .pricing-head h3 {
    color: #fff;
    text-shadow: none;
    background: #717984;
    border-bottom: 2px solid #eee ;
}
.pricing-medium-dark .pricing .rating {
    text-align: center;
}
.pricing-medium-dark .pricing .rating li {
    padding: 0;
    border-bottom: none;
}
.pricing-medium-dark .rating li i {
    padding-top: 0;
    margin: 7px 0;
    font-size: 20px;
}

.pricing-medium-dark .pricing-content li i {
    color: #717984;
}

.pricing-medium-dark .pricing-content li {
    border-color: #eee;
}

.pricing-medium-dark .pricing-footer {
    margin: 0px;
    background: #717984;
    padding: 2px 0px 19px;
}
.pricing-medium-dark .pricing-footer h4 {
    color: #717984 !important;
    font-size: 70px;
    padding: 5px 0px;
    text-shadow: none;
    font-family: Arial;
    text-align: center;
    line-height: normal;
    font-weight: normal;
    margin: -2px 0 20px;
    font-weight: normal !important;
    /*background: #fff url("../../img/breadcrumbs.png") !important;*/
}
.pricing-medium-dark .pricing-footer h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}
.pricing-medium-dark .pricing-footer h4 span {
    top: -10px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}
.pricing-medium-dark .pricing-footer p {
    color: #fff;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 20px 5px;
    border-radius: 0 0 3px 3px;
}
.pricing-medium-dark .btn-u {
    background: #fff !important;
    border: 1px solid #888 ;

}

/*Pricing Table Dark
------------------------------------*/
.price-active,
.pricing-dark .pricing:hover {
    z-index:8;
    margin-top: 0 !important;
}
.pricing-dark .pricing {
    border-top: 2px solid #717984;
    overflow: hidden;
}
.pricing-dark .pricing {
    background: #717984;
}
.pricing-dark .pricing .rating  {
    text-align: center;
}
.pricing-dark .pricing .rating li {
    padding: 0;
    border-bottom: none;
}
.pricing-dark .pricing li i {
    color: #fff;
}
.pricing-dark .rating li i {
    margin: 7px 0;
    padding-top: 0;
    font-size: 20px;
}
.pricing-dark li {
    color: #fff;
}
.pricing-dark .pricing-head h3 {
    color: #717984;
    text-shadow: none;
    font-weight: normal !important;
    border-bottom: 2px solid #eee !important;
    /*background: #fff url("../../img/breadcrumbs.png") !important;*/
}

.pricing-dark .pricing-content li {
    border-color: #fff;
}

.pricing-dark .pricing-content span {
    float: right;
}
.pricing-dark .pricing-content span i {
    font-size: 12px;
}
.pricing-dark .pricing-footer {
    padding: 2px 0px 20px;
}
.pricing-dark .pricing-footer h4 {
    font-size: 70px;
    padding: 5px 0px;
    font-family: Arial;
    text-shadow: none;
    margin: -2px 0 20px;
    margin-bottom: 20px;
    color: #717984 !important;
    font-weight: normal !important;
    /*background: #fff url("../../img/breadcrumbs.png") !important;*/
}
.pricing-dark .pricing-footer h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}
.pricing-dark .pricing-footer h4 span {
    top: -10px;
    display: block;
    margin-top: 5px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}
.pricing-dark .pricing-footer p {
    color: #fff;
    padding: 0 20px;
    line-height: 17px;
    text-align:center;
    border-radius: 0 0 3px 3px;
}
.pricing-dark .btn-u {
    padding: 5px 60px;
    background: #fff !important;
    border: 1px solid #999 !important;
}


/*Pricing Table Mega v1 Version
------------------------------------*/
.pricing-mega-v1 {
    padding: 40px 15px 0 15px;
}
.pricing-mega-v1 .price-active,
.pricing-mega-v1 .pricing:hover {
    margin-top: 0;
}
.pricing-mega-v1 .pricing {
    position: relative;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 0 0 0px #eee;
    border: 1px solid #eee;
}
.pricing-mega-v1 .pricing-head h3 {
    font-size: 25px;
    min-height: 75px;
}
.pricing-mega-v1 .pricing-head h4{
    font-size: 20px;
    min-height: 103px;
}
.pricing-mega-v1 .pricing-head h4 i {
    color: #888;
}
.pricing-mega-v1 .pricing:hover h4 i {
    color: #54667a;
}
.pricing-mega-v1 .pricing-head h4 span,
.pricing-mega-v1 .pricing-content li span,
.padding-mega-v1 .pricing-head .price span {
    display: block;
    padding: 10px 0px 0px;
}
.pricing-mega-v1 .pricing-head .price {
    font-size: 70px;
    font-style: normal;
    padding-bottom: 0px;
    background-color: #fff;
}
.pricing-mega-v1 .pricing-head h3,
.pricing-mega-v1 .pricing-head h4 {
    font-style: normal;
    font-weight: normal !important;
}
.pricing-mega-v1 .hidden-area {
    margin-top: 75px;
}
.pricing-mega-v1 .hidden-area:hover {
    margin-top: 75px;
}
.pricing-mega-v1 .hidden-area .pricing-head h4 {
    font-size: 28px;
    padding: 31px 0;
    min-height: 103px;
}
.pricing-mega-v1 .hidden-area:hover .pricing-head h4 {
    color: #888;
}
.pricing-mega-v1 .block .pricing-content  li i {
    font-size: 13px;
}
.pricing-mega-v1 .block li {
    text-align: center;
}
.pricing-mega-v1 .pricing-content li {
    padding: 10px;
    font-size: 12px;
    font-style: normal;
    min-height: 41px;
}
.pricing-mega-v1 .pricing-content li i {
    color: #72C02C;
}
.pricing-mega-v1 .btn-group .dropdown-menu  {
    width: 100%;
    background: #54667a;
    border-color: #eee;
    margin: 0;
    border: 0;
}
.pricing-mega-v1 .btn-group .dropdown-menu  li a{
    color: #fff;
}
.pricing-mega-v1 .btn-group .dropdown-menu  li a:hover {
    background: #5fb611
}

/*Pricing Table Mega v2
------------------------------------*/

.pricing-mega-v2 .price-active,
.pricing-mega-v2 .pricing:hover {
    margin-top: 0px;
    margin: 40px 0;
}
.pricing-mega-v2 .pricing {
    position: relative;
    border-radius: 3px;
    margin-bottom: 15px;
    margin-bottom: 100px;
    box-shadow: 0 0 0px #eee;
    border: 1px solid #eee;
    margin: 40px 0;
}
.pricing-mega-v2 .pricing-head  h3 {
    font-size: 25px;
    min-height: 75px;
}
.pricing-mega-v2 .pricing-head h4{
    font-size: 20px;
}
.pricing-mega-v2 .pricing-head h4 i {
    color: #888888;
}
.pricing-mega-v2 .pricing:hover h4 i {
    color: #54667a;
}

.pricing-mega-v2 .pricing-head h4 span,
.pricing-mega-v2 .pricing-content li span,
.padding-mega-v2 .pricing-head .price span {
    display: block;
    padding: 10px 0px 0px;
}
.pricing-mega-v2 .pricing-head .price {
    font-size: 70px;
    font-style: normal;
    padding-bottom: 0px;
    background-color: #fff;
}
.pricing-mega-v2 .pricing-head h3,
.pricing-mega-v2 .pricing-head h4 {
    font-style: normal;
    font-weight: normal !important;
}
.pricing-mega-v2 .hidden-area {
    margin-top: 115px;
}
.pricing-mega-v2 .hidden-area:hover {
    margin-top: 115px;
}
.pricing-mega-v2 .hidden-area .pricing-head h4 {
    font-size: 28px;
    min-height: 103px;
    padding: 31px 0;
}
.pricing-mega-v2 .hidden-area:hover .pricing-head h4 {
    color: #888;
}
.pricing-mega-v2 .hidden-area li:hover  i{
    color: #54667a;
}

.pricing-mega-v2 .block li {
    text-align: center;
}
.pricing-mega-v2 .block li i {
    font-size: 13px;
}

.pricing-mega-v2 .pricing-content li {
    padding: 10px;
    font-size: 12px;
    font-style: normal;
    min-height: 41px;
}
.pricing-mega-v2 .hidden-area li {
    font-size: 12px;
}
.pricing-mega-v2 .pricing-content li i {
    color: #888;
}
.pricing-mega-v2 .bg-color {
    background-color: #f9f9f9;
}
.pricing-mega-v2 .block:hover .bg-color {
    background: #54667a;
}
.pricing-mega-v2 .block:hover h3,
.pricing-mega-v2 .block:hover h4,
.pricing-mega-v2 .block:hover li,
.pricing-mega-v2 .block:hover li i,
.pricing-mega-v2 .block:hover h4 i {
    color: #fff !important;
    background: #54667a;
}
.pricing-mega-v2 .hidden-area:hover li i {
    color: #888;
}
.pricing-mega-v2 a{
    padding: 8px 0 ;
}

/*Pricing Table Mega v3
------------------------------------*/
.pricing-mega-v3 .price-active,
.pricing-mega-v3 .pricing:hover {
    margin-top: 0;
}
.pricing-mega-v3 .pricing {
    border-radius: 3px !important;
    box-shadow: none;
}
.pricing-mega-v3 .pricing-content {
    border: 1px solid #eee;
    border-left: none;
}
.pricing-mega-v3 .hidden-area  {
    margin-top: 76px;
}
.pricing-mega-v3  .hidden-area:hover {
    margin-top: 76px;
}
.pricing-mega-v3 .pricing-head h3 {
    font-size: 28px;
    min-height: 76px;
    font-weight: normal !important;
    border-left: 1px solid #eee;
}

.pricing-mega-v3  h4 {
    color: #888;
    min-height: 100px;
    border-top: 1px solid #eee ;
    border-right: 1px solid #eee ;
    font-weight: normal !important;
}
.pricing-mega-v3 .pricing h5 {
    color: #888;
    font-size: 20px;
    padding-left: 5px;
    padding: 30px 0 0 7px;
}
.pricing-mega-v3 .block h5 {
    visibility: hidden;
}
.pricing-mega-v3 .pricing-head h4 span,
.pricing-mega-v3 .pricing-content li span,
.padding-mega-v3 .pricing-head .price span {
    display: block;
    padding: 15px 0px 0px;
}
.pricing-mega-v3 .hidden-area .pricing-content:nth-child(2) {
    margin-bottom: 42px;
}
.pricing-mega-v3 .hidden-area .pricing-head h4 {
    font-size: 28px;
    padding: 34px 0 34px 15px;
    border-left: 1px solid #eee;
}
.pricing-mega-v3 .hidden-area:hover .pricing-head h4 {
    color: #888;
}
.pricing-mega-v3 .hidden-area .pricing-content {
    border-left: 1px solid #eee;
}
.pricing-mega-v3 .hidden-area .price {
    text-align: left;
    padding-left: 15px;
}
.pricing-mega-v3 .block .pricing-content li i {
    font-size: 13px;
}
.pricing-mega-v3 .pricing-content li {
    padding: 10px;
    font-size: 12px;
    text-align: left;
    min-height: 41px;
}
.pricing-mega-v3 .block .pricing-content li {
    text-align: center;
}
.pricing-mega-v3 .btn-u {
    border: 1px solid #fff;
    border-bottom: none;
    padding: 8px 0;
}
.pricing-mega-v3 .btn-group .dropdown-menu {
    margin: 0;
    border: 0;
    width: 100%;
    background: #54667a;
    border-color: #eee;
    border: 1px solid #fff;
    border-top: none;
    margin-top: 40px;
    text-align: center;
}
.pricing-mega-v3 .btn-group .dropdown-menu li a {
    color: #fff;
}
.pricing-mega-v3 .btn-group .dropdown-menu li a:hover {
    background: #5fb611;
}
.pricing-mega-v3 .btn-group-justified {
    display: block;
}

/* Devices (Desktop Mode) */
@media (min-width: 992px) and (max-width: 1200px) {
    .sticker-right {
        top: 10px;
        right: -58px;
        font-size: 10px;
        padding: 3px;
    }
    .sticker-left {
        top: 10px;
        left: -58px;
        font-size: 10px;
        padding: 3px;
    }
}

/* Medium Devices (Desktops, 992px and less) */
@media (max-width: 991px) {
    /*Pricing Page*/
    .price-active,
    .pricing:hover {
        margin-top: 0;
    }
    .no-space-pricing [class^="col-"],
    .no-space-pricing [class*=" col-"] {
        padding: 10px;
    }
    .pricing-zoom .price-active .pricing-head h4,
    .pricing-zoom .pricing:hover .pricing-head h4 {
        padding: 5px 0;
        font-size: 70px;
    }
    .pricing-mega-v3 .pricing h4,
    .pricing-mega-v3 .pricing h3,
    .pricing-mega-v3 .pricing-content {
        border-left: 1px solid #eee;
    }

    .pricing-mega-v3 .block h5 {
        text-align: center;
        visibility: visible;
    }
    /*End Pricing Page*/
}










.hover-effect {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}











.photo_person {
    display: inline-block;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 80px;
    border-radius: 50% !important;
}

.photo_person_row {
    display: inline-block;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    border-radius: 50% !important;






