﻿/* ==========================================================================
   Global styles
   ========================================================================== */
@import "normalize.css" handheld, print;

* {
    vertical-align: baseline;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}
body {
    line-height: 1;
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    background: white;
    -webkit-font-smoothing: antialiased;
}
a:hover,
a:focus {
    text-decoration: none;
}
p {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
h1 {
    color: white;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
h2 {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
h3 { 
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
ul,ol {
    padding-left: 20px;
    line-height: 20px;
    font-size: 16px;
}
ul li,
ol li {
    margin-bottom: 10px;
}
.btn {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;    
}
.order-btn {
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 43px;
    text-transform: uppercase;
    width: 200px;
    height: 58px;
    background: #19c5df;
    border-radius: 29px;
    letter-spacing: 1px;
}
.order-btn:hover,
.order-btn:focus,
.order-btn:active {
    background-image: linear-gradient(to top, #2aaac4 0%, #33cded 100%);
    color: white;
}
.yellow-btn {
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    text-transform: uppercase;
    width: 200px;
    height: 58px;    
    background: #19c5df;
    border-radius: 29px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;    
}
.yellow-btn:hover,
.yellow-btn:focus,
.yellow-btn:active {
    background-image: linear-gradient(to top, #fbb202 0%,  #f2c805 100%);
    color: white;
}
.btn-transpatent {
    color: white;
    font-size: 24px;
    font-weight: 600;
    line-height: 43px;
    text-transform: uppercase;
    width: 200px;
    height: 58px; 
    border-radius: 30px;
    background: transparent;
    border: 2px solid #fab502;
}
.btn-transpatent:hover,
.btn-transpatent:focus,
.btn-transpatent:active {
    background: #fab502;
    color: white;
}
.new-calc .calc-btn.yellow-btn {
    line-height: 18px;
    color: #fff;
    border: none;
    font-weight: 600;
    height: 36px;
}
.new-calc .calc-btn.yellow-btn:hover,
.new-calc .calc-btn.yellow-btn:focus,
.new-calc .calc-btn.yellow-btn:active {
    background: linear-gradient(to top, #fbb202 0%,  #f2c805 100%);
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.block_pers_stat_btn {
    display: flex;
    justify-content: center;
    margin: 20px 0 20px 0;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/* End Float Shadow */
ul.list {
    padding-left: 0;
    margin-bottom: 0;
}
._flex {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.pers_stat_list_point {
margin: 10px 0 15px 0;
}
.pers_stat_list_point li{
    list-style-type: initial;
}

/* for all page - admission-help" */
    .for_admission_help h2  {
        margin-top: 50px;
    }
    .for_admission_help .order-btn  {
        font-weight: bold;
        font-size: 16px;
    }
   
    
    /* for all page - admission-help" */    
ul.list li {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    list-style: none;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}
ul.list li:before {
    content: '\f111';
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    color: #c3c3c3;
    font-size: 10px;
}
.table-holder {
    display: table;
    width: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: top;    
}
.bg-grey {
    background-color: #f8f8f8;
}
.c-grey {
    color: #c3c3c3;
}
section {
    padding: 50px 15px;
    max-width: 785px;
    margin: 0 auto; 
}
section.order-section{
    padding: 50px 20px;
}
section h2 {
    text-align: center;
    margin-bottom: 20px;
}
section h3 {
    font-weight: 600;
    margin-bottom: 20px;
}
ul.list.before-off li {
    padding-left: 0;
}
ul.list.before-off li:before {
    display: none;
}
/* ==========================================================================
   End Global styles
   ========================================================================== */



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* header */
@media(max-width:1199px) and (min-width: 768px){
    #navbar .navbar-nav.navbar-ab>li>a{
        padding: 25px 3px !important;
    }
    #navbar .navbar-nav.navbar-ab>li>a.call img{
        height: 20px;
        vertical-align: -5px;
    }
}
@media(max-width:767px){
    nav.fixed-main-menu{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
    }
    body.hero-fixed-menu{
        padding-top: 68px;
    }
}
 #navbar .navbar-nav.navbar-ab>li>a {
     padding: 30px 8px;
}
 #navbar .navbar-nav.navbar-ab>li>a.call {
    padding: 26px 8px;
}
#navbar .navbar-nav.navbar-ab>li>a.header-btn{
    font-size: 12px;
    color: white;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 10px 17px !important;
    margin-top: 24px;
    margin-right: 15px;
    display: inline-block;
}
@media (max-width: 1199px) and (min-width: 768px){
    .navbar-nav{
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    #navbar .navbar-nav.navbar-ab>li>a.header-btn{
        margin-top: 18px;
    }
    .navbar-brand{
        position: absolute;
        top: -5px;
        left: 45px;
    }
    nav.navbar-static-top{
        padding-top: 30px;
    }
}
@media (max-width: 767px){
    #navbar .navbar-nav.navbar-ab>li>a.header-btn{
        margin-left: 15px;
        width: 150px;
        text-align: center;
        margin: 15px auto;
        display: block;
    }
}
#navbar .navbar-nav.navbar-ab>li>a.header-btn.inquiry-btn-h{
    background: #ED8634;
}
#navbar .navbar-nav.navbar-ab>li>a.header-btn.order-btn-h{
    background: #19c5df;
}
nav.navbar-static-top {
    margin-bottom: 0;
}
nav.navbar-static-top.bg-nav {
    background-color: #2c2d2d;

}
@media(max-width: 767px){
    nav.navbar-static-top {
        max-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
nav.navbar-static-top.bg-nav #navbar .navbar-nav>li>a:hover,
nav.navbar-static-top.bg-nav #navbar .navbar-nav>li>a:active {
    background: #363636;
}
.navbar-header .navbar-brand {
    padding: 18px 0px;
    height: 44px;
    width: 220px;
}
#navbar .navbar-nav>li {
    margin-bottom: 0;
}
#navbar .navbar-nav>li>a {
    color: white;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: none;
    padding: 30px 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;    
}
#navbar .navbar-nav>li>a:hover {
    color: #D5D5D5;
}
#navbar .nav>li>a:hover,
#navbar .nav>li>a:focus {
    background: transparent;
    
}
#navbar .navbar-nav>li>a i {
    color: #33cded;
    font-size: 16px;
}
#navbar .navbar-nav>li>a.call {
    color: #279ab0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 26px;
    height: 80px;
}
#navbar .navbar-nav>li>a.call img {
    vertical-align: -7px;
    margin-left: 3px;
}
/* end header */

/* hero */
.hero {
    background: url(../img/bg-city.jpg) no-repeat;
    background-position: 0;
    background-size: cover;
    height: 100%;
}
.hero h1 {
    padding: 50px 15px;
    text-align: center;
}
.front-hero {
    background: url(../img/front-page.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
    height: 100%;
    box-shadow: 0px 50px 100px rgba(0,0,0,0.75) inset;
    margin-top: -101px;
}
.front-hero .table-holder {
    margin-top: 140px;
}
.front-hero h1 {
    font-size: 30px;
    font-weight: 600;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7);
    margin-top: 50px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    line-height: 40px;
}
/* new calculate */
.substrate  {
    padding: 6px;
    background: rgba(255,255,255,0.5);
    border-radius: 17px;
}
.calc-holder {
    margin-top: 50px;
    position: relative;
}
.calc-holder:before {
    content: '';
    background: url(../img/calc-arrow.png) no-repeat;
    width: 220px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-left: -15px;
    margin-top: 150px;
    background-size: 220px;
}
.new-calc {
    width: 365px;
    height: 375px;
    box-sizing: border-box;
    margin: auto;
}
.new-calc h3 {
    margin-bottom: 30px;
    margin-top: 0;
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}
.new-calc {
    background: #eaeced;
    padding: 25px 35px 15px 35px;
    border-top: 1px solid transparent;
    border-radius: 17px;
}

.new-calc .line-box {
    margin-bottom: 15px;
    width: 100%;
}
.new-calc .line-box select {
    background: #ffffff;
    width: 100%;
    height: 35px;
    border: 1px solid #d6d6d6;
    color: #404141;
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px;
    cursor: pointer;
/*    -webkit-appearance: none;
    -moz-appearance: none;*/
    text-indent: 0.01px;
    text-overflow: '';
}
.new-calc .line-box select optgroup {
    padding-left: 20px;
}
.new-calc .line-box select option {
    font-weight: 400;
}
.new-calc .price-div {
    text-align: center;
}
.new-calc .price-div .price-title {
    color: #474747;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    vertical-align: 3px;
}
.new-calc .price-div .price_div {
    color: #5a5a5b;
    font-weight: 600;
    font-size: 24px;
}
.new-calc .price-div span small {
    font-size: 18px;
}
.new-calc .calc-btn {
    display: block;
    width: 189px;
    height: 40px;
    border: 1px solid #2badc8;
    border-radius: 19px;
    color: #1f95ae;
    font-size: 16px;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    margin: 10px auto;
}
.new-calc .calc-btn:hover {
    background: #2badc8;
    color: white;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;    
}
/* new calculate */

/* end hero */

/* cta blocks */
.cta-holder {
    max-width: 620px;
    margin: auto;
}
.cta-holder.cta-holder-order{
    max-width: 450px;
}
.cta-block {
    background: url(../img/bg-hands-pen.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}
.inquiry-block{
    background: url(../img/inquiry-block-bg.jpg) no-repeat;
    background-size: cover;
    padding: 60px 20px;
    text-align: center;
}
.inquiry-block .inquiry-block-title{
    font-size: 22px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.1;
    font-weight: bold;
    text-transform: uppercase;   
}
.inquiry-block .inquiry-block-title span{
    font-size: 18px;
    display: block;
    font-family: "Open Sans";
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: initial;
    line-height: 1.2;
    text-align: center;
    margin: 20px 0 30px 0;
}
.inquiry-block .inquiry-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: white;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    width: 280px;
    height: 58px;
    background: #ed8633;
    border-radius: 29px;
    letter-spacing: 1px;
}
.wrap_list_main .item_b li {
    list-style: none;
    width: 250px;
    padding: 5px;
}
.wrap_list_main .item_b li a{
    font-size: 13px;
}
.wrap_list_main .item_b {
    display: flex;
    flex-wrap: wrap;

}
.wrap_list_main .item_b li:first-child{
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}
.storycontent .cta-block {
    border-radius: 17px;
}
.cta-block span {
    display: block;
    color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 30px;
}
.payments {
    background-color: #f8f8f8;
    padding: 50px 0;    
}
.payments h2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
}
.payments .cta-holder .table-holder .table-cell:first-child {
    padding-right: 40px;
}
.payments ul {
    padding: 0;
    margin: 5px 0;
}
.payments ul li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.payments ul li:last-child a:last-child {
    margin-top: 15px;
}
.payments ul li a {
    display: block;
}
.payments ul li:last-child a img {
    width: 127px;
    display: block;
}
.payments img.money-back {
    width: 116px;
    height: 116px;
    margin-right: 20px;
}
.payments span {
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    margin-bottom: 30px;
}
.payments-inner-holder{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
@media(max-width: 767px) {
    .payments-inner-holder {
        justify-content: center;
    }
}
.payments .payments-inner-holder .img-payment-pics {
    width: 109px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

/* end cta blocks */

/*  front-page */

.benefit {
    padding: 50px 0;
}
.benefit h2,
.category h2,
.hiw h2 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0
}
.benefit ul.images {
    padding-bottom: 50px;
    margin-bottom: 0;
    padding-left: 0;
}
.benefit ul.images_wrap{
    padding-top: 50px;
    padding-bottom: 30px;
}
.benefit ul.images li {
    list-style: none;
    display: inline-block;
    padding-left: 236px;
    position: relative;
}
.benefit ul.images li:first-child:after {
    display: none;
}
.benefit ul.images li:after {
    content: '';
    background: url(../img/strip.png) no-repeat;
    width: 189px;
    height: 6px;
    top: 50%;
    margin-top: 3px;
    right: 0;
    margin-right: 65px;
    position: absolute;
}
.benefit ul.images li:first-child {
    padding-left: 0;
}
.benefit ul.images li:first-child img {
    width: 43px;
    height: 60px;
}
.benefit ul.images li img {
    width: 50px;
    height: 50px;    
}
.benefit ul.images li:last-child img {
    width: 43px;
    height: 60px;
}
.benefit ul.list:first-child {
    padding-right: 40px;
}
.benefit ul.list {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
}
.benefit ul.list li {
    list-style: none;
    margin-bottom: 0;
}
.benefit ul.list li i {
    color: #68d0dd;
}
.category {
    padding: 50px 0;
}
ul.list {
    margin-bottom: 0;
    padding-left: 0;
}
ul.list li {
    list-style: none;
    margin-bottom: 0;
}
ul.list li a {
    display: block;
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}
ul.list li a i {
    color: #2bacc8;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    font-size: 10px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;
}
ul.list li a:hover,
ul.list li a:active {
    text-decoration: none;
    color: #6d6d6d;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }

  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-horizontal:before {
  content: "\f061";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  color: #2faec9;
  font-size: 10px;
}
.hvr-horizontal:hover:before, .hvr-horizontal:focus:before, .hvr-horizontal:active:before {
  -webkit-animation-name: hvr-horizontal;
  animation-name: hvr-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hiw {
    padding: 50px 0;
    background: white;
}
.hiw ul.images {
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
}
.hiw ul.images li {
    list-style: none;
    display: inline-block;
    padding-left: 115px;
    text-align: center;
    margin-bottom: 0;
}
.hiw ul.images li:first-child {
    padding-left: 0;
}
.hiw ul.images li strong {
    display: block;
    color: #2badc7;
    font-size: 18px;
    line-height: 36px;
    margin-top: 40px;
    margin-bottom: 0;
}
.hiw ul.images li span {
    display: block;
    color: #454545;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.table {
    border-top-width: 0px;
}
.table thead tr {
    background: #3ab1c9;
}
.table thead tr th {
    text-align: center;
    border-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: white;
    font-size: 15px;
    font-weight: 600;
    line-height: 37px;
}
.table tbody tr th {
    color: #3e3e3e;
    font-size: 16px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 400;
    background-color: #e0e0e0;
}
.table tbody tr:last-child th:first-child {
    border-radius: 0 0 0 3px;    
}
.table tbody tr:last-child td:last-child {
    border-radius: 0 0 3px 0;    
}
.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 3px;
}
.table tbody tr td {
    font-weight: 400;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    color: #3e3e3e;
    background: #e7e7e8;
    border-top: 1px solid #cfcfcf;
}
.table tbody tr td:nth-child(2n) {
    background: #efeff1;
}
.price-table {
    margin-top: 20px;
}
.price-table .nav-tabs {
    border: none;
}
.price-table .nav-tabs>li a {
    border-bottom: none;
    border-radius: 0;
}
.price-table .nav-tabs>li a:hover,
.price-table .nav-tabs>li a:focus {
    background-color: transparent;
    border-color: transparent;
}
.price-table .nav-tabs>li.active a {
    background: #3ab1c8;
    color: white;
    border: none;
}
@media(max-width: 767px){
    table.table thead tr th{
        padding: 5px 1px;
        font-size: 10px;
        font-weight: 600;
        line-height: 12px;
        vertical-align: middle;
    }
    table.table tbody tr td {
        padding: 5px 1px;
        font-size: 10px;
        font-weight: 600;
        line-height: 12px;
        vertical-align: middle;
    }
        table.table tbody tr td:first-child{
            white-space: pre;
        }

}
.currency_select {
    width: 85px;
    display: inline-block;
}

.panel-group > .text-center {
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.panel-group > h3 {
    color: #282828;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px; 
}
.panel-group .panel-title>a {
    display: block;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 15px;
}
.panel-group .panel-title>a:hover,
.panel-group .panel-title>a:active,
.panel-group .panel-title>a:focus {
    text-decoration: none;
}
.panel-group .panel-title>a i {
    color: #32c9e8;
    margin-right: 10px;
    font-size: 18px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;    
}
.panel-group .panel-title a i {
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.panel-group .panel-collapse.in .panel-group .panel-heading .panel-title a i {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.panel-group .panel+.panel {
    margin-top: 15px;
}
.panel-group .panel-default>.panel-heading {
    background: none;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 0;
}
.panel-default {
    border: none;
}
.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: transparent;
}
.ital p em {
    font-style: italic;
}
.panel-group .panel .panel-body {
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 40px;
}
._flex {
    display: flex !important;
    justify-content: space-between;
    width: 100%
      
}
._flex li{
      padding: 0 15px 0 0;
}
/*  end front-page */
/*  footer */

.footer-nav {
    background-color: #212121;
}
.footer-nav ul {
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
    padding-left: 0;
}
.footer-nav ul li {
    list-style: none;
    display: inline-table;
    margin: 0;
}
.footer-nav ul li:hover,
.footer-nav ul li:active {
    background: #595959;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
     -o-transition: all 0.2s;
        transition: all 0.2s;
}
.footer-nav ul li a {
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    height: 50px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 20px;
}
.footer-nav ul li a:hover {
    text-decoration: none;
}
.basement {
    background: #2a2a2a;
    text-align: center;
}
.contact-info {
    padding-top: 40px;
}
.contact-info span {
    display: block;
    color: #b3b3b3;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
}
.contact-info span strong {
    font-size: 16px;
    font-weight: 600;    
}
.contact-info a {
    color: #b3b3b3;
}
.copyrights {
    color: #b2b2b2;
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    padding: 25px 0;
}
.trast-text{
    color: #b3b3b3;
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    padding: 15px 0;
}
@media(max-width: 767px){
    .trast-text{
        margin: 0 15px;
        display: block;
        text-align: center;
    }
    ._flex {
        flex-direction: column;
    }
    .for_mob {
        padding: 50px 0 0 0;
    }
    .form_mob_two {
        padding: 50px 0 20px 0;
    }
    .not_padding_mob {
      padding: 0px 0;
    }
}
/* end footer */

/*  blog */
.post:first-child {
    margin-top: 0;
}
.post {
    margin-top: 20px;
    line-height: 20px;
}
.post h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 22px;
}
.post h2 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 22px;
    text-align: left;
}
.post a[rel=tag] {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    background: #e1e1e1;
    color: #5f5f5f;
    padding: 3px 5px;
    margin: 0 5px;
    line-height: 14px;
    position: relative;
}
.post a[rel=tag]:hover {
    background: #017f9f;
    color: #ffffff;
}
.post a[rel=tag]:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
  top: 50%;
  margin-top: -3px;
  right: -4px;
}
.post a[rel=tag]:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  border: 9px solid transparent;
  border-right-width: 0;
  border-left-color: #e1e1e1;
  right: -9px;
  top: 0;
}
.post a[rel=tag]:hover:before {
  border-left-color: #017f9f;
}
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi .pages {
    display: block;
    margin: 20px 0;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .current,
.wp-pagenavi .page {
    padding: 0 5px;
}
.wp-pagenavi .page:hover {
    width: 16px;height: 16px;
    border-radius: 50%;
    background: #e1e1e1;
    color: #2E2E2E;
}
/* end blog */

/* 400 page */

.page-404 {
    background: -webkit-linear-gradient(315deg, #282430 0%, #100e12 100%);
    background: linear-gradient(135deg, #282430 0%, #100e12 100%);
}
.holder {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
.page-404 h1 {
    font-weight: 100;
    font-family: 'Lato', sans-serif;
    font-size: 20vmin;
    text-align: center;
    margin: 1vh 0 1vh 0;
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);    
}
.page-404 h2 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 1.5em;
    font-size: 2.5vmin;
}
.holder .btn {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    mix-blend-mode: screen;
    -webkit-appearance: none;
    outline: none;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 15px 60px;
    font-size: 1.5vmin;
    letter-spacing: 0.25vmin;
    margin: 3vh 0;
    -webkit-transition: all 0.2s;
            transition: all 0.2s;
    opacity: 0.85;
}
.holder .btn:hover {
    background-color: #fff;
    color: #000;
}

/* end 400 page */

/* Upgrade now */
.order-form-holder .help-block>p{
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
    font-size: 12px !important;
}
optgroup label{
 font-weight: bold;   
}
optgroup option{
    font-weight: normal;
}
.last-step-order-form-modal .heading {
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}

.last-step-order-form-modal .modal-dialog .btn.go_to_step2 {
    text-shadow: none;
    border: none;
    border-radius: 3px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    box-shadow:none;
    background: #33cded;
}
.last-step-order-form-modal .modal-dialog .btn.go_to_step2 i {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: -1px;
} 
.last-step-order-form-modal .modal-body {
    padding: 15px;
    background: url(../img/girl-modal.png) no-repeat right bottom;
}
.last-step-order-form-modal .modal-sidebar {
    float: left;
    width: 140px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-header {
    padding: 10px;
    border-radius: 4px 4px 0 0;
    background: #989594;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body {
    padding: 20px 10px;
    border-radius: 0 0 4px 4px;
    background: #e5e5e5;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body div {
    color: #707070;
    font-size: 12px;
}
.last-step-order-form-modal .modal-sidebar .modal-sidebar-body span {
    color: #3e3e3e;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}
.last-step-order-form-modal .modal-header {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    border: none;
    color: #33cded;
}
.last-step-order-form-modal .modal-body .text-block {
    float: left;
    font-size: 14px;
    width: 418px;
    margin-top: 5px!important;
    padding: 0 0 0 10px!important;
    background: none;
    border: none;
}
.last-step-order-form-modal .text-block .text-inside {
    font-size: 14px;
}
.last-step-order-form-modal .text-block .under-heading {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    margin: 25px 0 18px;
}
.last-step-order-form-modal .text-block .under-heading .new_price_modal {
    color: #528900;
    font-size: 28px;
    vertical-align: middle;
}
.last-step-order-form-modal .modal-footer .go_to_proc {
    text-decoration: underline;
    font-size: 13px;
    margin-top: 10px;
    float: left;
}
.last-step-order-form-modal .modal-footer .go_to_proc:hover {
    text-decoration: none;
}
.last-step-order-form-modal .text-block ul {
    width: 290px;
    padding: 0;
}
.last-step-order-form-modal .text-block ul li {
    margin-top: 10px;
    padding: 0;
    background: none;
    list-style: none;
}
.last-step-order-form-modal .text-block ul li i {
    font-size: 14px;
    color: #9c9c9c;
    padding-right: 4px;
}
/* Upgrade now */
.modal-backdrop {
    position: fixed;
    bottom: 0;
    z-index: 0;
}

/* go-back-modal */

.go-back-modal * {
  box-sizing: border-box;
}
.go-back-modal.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999999;
  overflow: hidden;
  outline: 0;
  margin: 0;
  width: auto;
  background: none;
}
.modal-open .go-back-modal.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-open .modal-backdrop .in {
  opacity: 0.9;
}
.go-back-modal .modal-dialog {
  display: table;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 10%;
  position: relative;
}
.go-back-modal .modal-dialog .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  border-radius: 0;
}
.go-back-modal .modal-dialog .modal-inside {
  display: table-cell;
  vertical-align: middle;
}
.go-back-modal .modal-header {
  text-align: center;
  padding: 10px 50px;
  border-bottom: 1px solid #dae2e0;
  background: #2c2d2d;
}
.go-back-modal .modal-header .close {
  margin-top: 11px;
  opacity: 1;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  float: right;
}
.go-back-modal .modal-header i {
  font-size: 28px;
  color: #9a9a9a;
  line-height: 18px;
}
.go-back-modal .modal-header i:hover {
  color: #7a7a7a;
}
.go-back-modal .modal-header a {
  display: inline-block;
  border: none;
}
.go-back-modal .modal-body {
  font-family: Arial;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-top: 50px;
  max-height: inherit;
  padding: 15px;
  overflow-y: inherit;
  position: relative;
}
.go-back-modal .modal-body h4 {
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0;
  font-size: 17.5px;
}
.go-back-modal .modal-body form {
  max-width: 600px;
  margin: 20px auto;
}
.go-back-modal .modal-body form .form-group {
  margin-bottom: 15px;
}
.go-back-modal .modal-body form .form-group .input-group {
  border-collapse: separate;
  display: table;
  position: relative;
}
.go-back-modal .modal-body form .input-group .input-group-addon {
  background-color: #ffffff;
  border: 3px solid #777;
  border-radius: 8px 0 0 8px;
  border-right: none;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.3) inset;
  padding: 6px 12px 6px 20px;
  display: table-cell;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
.go-back-modal .modal-body form .input-group .input-group-addon i {
  font-size: 28px;
  color: #777;
  height: 28px;
}
.go-back-modal .modal-body form .input-group .form-control {
  border-radius: 0 8px 8px 0;
}
.go-back-modal .modal-body form .form-control {
  font-size: 24px;
  color: #3d3d3d;
  border: 3px solid #777;
  border-left: none;
  height: 56px;
  box-shadow: -1px 1px 1px rgba(0,0,0,0.3) inset;
  padding-left: 5px;
  transition: none;
  line-height: 26px;
  display: table-cell;
  width: 100%;
}
.go-back-modal .modal-body form .form-control::-webkit-input-placeholder {
  color: #777;
  opacity: 1;
}
.go-back-modal .modal-body form .form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.go-back-modal .modal-body form .form-control:-ms-input-placeholder {
  color: #777;
  opacity: 1;
}
.go-back-modal .modal-body form .form-group {
  text-align: center;
}
.go-back-modal .modal-body form .form-group .btn {
  border-radius: 52px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.25);
  color: #fff;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  padding: 20px 80px;
  border: none;
  text-transform: none;
  text-shadow: none;
  outline: none;
  background-image: linear-gradient(to top, #2aaac4 0%, #33cded 100%);  
}
.go-back-modal .modal-body form .form-group .btn:hover {
  opacity: 0.9;
}
.go-back-modal .lead-text {
  font-size: 38px;
  font-weight: bold;
  color: #2aaac4;
  line-height: 62px;
  text-transform: uppercase;
}
.go-back-modal .secondary-text {
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  color: #363636;
  padding-bottom: 20px;
}
.go-back-modal .secondary-text span {
  color: #2aaac4;
}
.go-back-modal .modal-counter-holder {
  margin: 10px auto;
}
.go-back-modal .modal-counter-holder span {
  display: inline-block;
  font-size: 20px;
  vertical-align: 28px;
  padding-right: 10px;
}
.go-back-modal .modal-counter {
  width: 381px;
  display: inline-block;
}
.go-back-modal .modal-counter span {
  float: left;
  background-color: #d3d3d3;
  border-left: 3px solid #ffffff;
  position: relative;
  color: #262626;
  text-align: center;
  padding: 15px 3px 13px;
  width: 109px;
  height: 68px;
  font-size: 62px;
  line-height: 40px;
}
.go-back-modal .modal-counter span:first-child {
  border-radius: 4px 0 0 4px;
  border: none;
}
.go-back-modal .modal-counter span:last-child {
  border-radius: 0 4px 4px 0;
}
.go-back-modal .for-free {
  position: absolute;
  right: 250px;
  top: 5px;
}
.go-back-modal .form-group .input-group .input-group-addon strong {
  font-size: 24px;
  font-weight: normal;
  display: inline-block;
  margin: 0 -10px 0 14px;
  color: #777;
  vertical-align: 1px;
}
.go-back-modal ._validation-error {
  color: #e03100;
  font-family: Arial;
  font-size: 20px;
  display: none;
  padding: 5px 0 20px 0;
}
.go-back-modal .btn:active {
  box-shadow: 0 1px 0 0 rgba(0,0,0,0.24);
  margin-top: 1px;
}
.go-back-modal .btn:focus {
  outline: none !important;
}
.go-back-modal .modal-counter span:after,
.go-back-modal .modal-counter span:before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #ffffff;
  right: -8px;
  top: 18px;
  z-index: 2;
}
.go-back-modal .modal-counter span:before {
  top: 41px;
}
.go-back-modal .modal-counter span:last-child:after,
.go-back-modal .modal-counter span:last-child:before {
  content: none;
}
.go-back-modal .modal-body form .input-group.focused .input-group-addon,
.go-back-modal .modal-body form .input-group.focused .form-control {
  border-color: #60847d;
}
.go-back-modal.go-back-modal-book .secondary-text {
  font-size: 32px;
}
.go-back-modal.go-back-modal-book .modal-body {
  padding-top: 50px;
}
.go-back-modal .form-error .input-group-addon,
.go-back-modal .form-error .form-control {
  border-color: #e03100 !important;
}
#goBackModalWithTimer.go-back-modal .lead-text {
  font-size: 33px;
  line-height: 45px;
}
#goBackModalWithTimer.go-back-modal .secondary-text {
  padding-bottom: 2px;
  font-size: 24px;
}
#goBackModalWithTimer.go-back-modal .modal-body form {
  margin: 0px auto;
}
#goBackModalWithTimer.go-back-modal ._validation-error {
  padding: 0px 0 10px 0;
}
.promo-paylater-modal .modal-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;    
}
.promo-paylater-modal .modal-img-holder img{
    max-height: 180px;
    padding: 10px;
    margin-top: 15px;
}
.promo-paylater-modal .modal-dialog{
    max-width: 980px;
    margin: auto;
}
.promo-paylater-modal .lead-text{
    margin-bottom: 10px;
}
.promo-paylater-modal .secondary-text {
    font-size: 20px !important;
}
.promo-paylater-modal .modal-body form .form-control {
    font-size: 18px;
}
.promo-paylater-modal .modal-body form .form-group .btn {
    font-size: 18px;
    padding: 10px 20px;
}
.promo-paylater-modal .modal-body form .form-group .input-group{
    padding: 10px 30px;
}
 /* go-back-modal */

 .client-lead-informer.mobile-view {
        display: none !important;
}
.client-lead-informer.desktop-view {
    top: 450px;
    left: 14px;
    border-radius: 5px;
    width: 200px;
    position: fixed;
    background: rgba(0,0,0,0.95);
    opacity: 0.94;
    color: #fff;
    z-index: 4;
}
.client-lead-informer.desktop-view .fa-phone {
    font-size: 40px;
    float: left;
    margin: 9px 11px 3px 14px;
    cursor: pointer;
}
.client-lead-informer.desktop-view div {
    width: 190px;
    padding-top: 10px;
    font-size: 13px;
    line-height: 17px;
}
.client-lead-informer.desktop-view div span {
    display: inline-block;
}
.client-lead-informer.desktop-view div strong {
    border-radius: 4px;
    background: -moz-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e8e8e8));
    background: -webkit-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -o-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: -ms-linear-gradient(top,#ffffff 0%,#e8e8e8 100%);
    background: linear-gradient(to bottom,#ffffff 0%,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@top',endColorstr='@bottom',GradientType=0);
    color: #1f95ae;
    border-radius: 17px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    cursor: pointer;
    display: block;
    padding: 5px 46px;
    margin: 10px 5px 15px 15px;
}
.client-lead-informer.desktop-view::after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(0,0,0,0.95);
    border-width: 0px 12px 24px 0px;
    top: 50%;
    margin-top: -16px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.client-lead-informer.desktop-view.closed {
    width: auto;
}
.client-lead-informer.desktop-view .fa-minus,
.client-lead-informer.desktop-view .fa-plus {
    position: absolute;
    right: 0;
    top: 0;
    color: white;
    font-size: 14px;
    padding: 4px 4px;
    line-height: 10px;
    opacity: 0.8;
    cursor: pointer;
}
.client-lead-informer.desktop-view .fa-minus:hover,
.client-lead-informer.desktop-view .fa-plus:hover {
    background: rgba(255,255,255,0.3);
    border-radius: 3px;
}
.client-lead-modal .modal-dialog button.btn {
    margin-right: auto;
    display: block;
    margin-left: auto;
    font-weight: bold;
    text-shadow: none;
    border: none;
}
.client-lead-modal .alert-danger {
    padding: 10px;
    margin-top: 5px;
}

/* call me back */
#callback-request-modal .modal-header,
#callback-request-modal .modal-footer {
    padding: 10px;
}
#callback-request-modal .form-group > span {
    margin: 0 0 5px;
    display: block;
}
#callback-request-modal .alert-info {
    padding: 10px
}
#callback-request-modal .form-group .alert-danger {
    margin-top: 5px;
    padding: 10px
}
#callback-request-modal .form-group .not_your_country {
    display: block;
    cursor: pointer;
    margin: 5px 0;
}
#callback-request-modal .form-group .field_text span {
    display: block;
    margin: 0 0 5px;
}
#callback-request-modal .field_id_customer_id_email .field_text {
    float: left;
    width: 175px;
}
#callback-request-form span.country {
    margin: 10px 0 0;
    width: 100%;
}Ω
#callback-request-form .donot_have_any {
    margin-bottom: 10px;
}

.abuse-form-wrap {
    background: #eaeced;
    padding: 25px 35px 15px 35px;
    border-top: 1px solid transparent;
    border-radius: 17px;
    max-width: 400px;
    width: 100%;
    margin: auto;
}
.abuse-form-wrap .form-group .abuse-send {
    display: block;
    height: 40px;
    border: 1px solid #2badc8;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}
.abuse-form-wrap .form-group #abuse-captcha {
    width: 150px;
}
.abuse-form-wrap .form-control.has-warning {
    border: 1px solid #CB5757;
}

/* loyal program */

.steps-holder {
    margin: 50px 0;
}
.steps-holder .table-holder {
    margin-bottom: 70px;
    position: relative;
}
.steps-holder .table-holder:after {
    content: '';
    position: absolute;
    width: 6px;height: 40px;
    left: 50%;
    margin-left: -6px;
    bottom: -55px;
    background: url(../img/line.png) no-repeat;
}
.steps-holder .table-holder:last-child:after {
    display: none;
}
.steps-holder .table-holder .table-cell {
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    vertical-align: middle;
}
.steps-holder .table-holder:nth-child(odd) .table-cell:nth-child(odd) {
    text-align: right;
    width: 55%;
}
.steps-holder .table-holder:nth-child(odd) .table-cell:nth-child(even) {
    padding-left: 40px;
    text-align: left;
}
.steps-holder .table-holder:nth-child(even) .table-cell:nth-child(even) {
    width: 56%;
}
.steps-holder .table-holder:nth-child(even) .table-cell:nth-child(odd) {
    padding-right: 40px;
    text-align: right;
}


/* end loyal program */

/* banner discount */
.first-discont-banner {
    position: relative;
    display: block;
    top: 0;
    z-index: 99;
    background: #03B9D3;
    width: 100%;
    height: 32px;
    line-height: 1;
}
.first-discont-banner .body {
    max-width: 895px;
    color: white;
    font-size: 13px;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
}
.first-discont-banner .close-btn {
    position: absolute;
    z-index: 10;
    right: 0;
    width: 18px;
    height: 18px;
    //background: rgba(255,255,255,0.8);
    border-radius: 50%;
    margin: 7px 11px;
    -webkit-transition: background ease-out 0.2s;
    -moz-transition: background ease-out 0.2s;
    -o-transition: background ease-out 0.2s;
    transition: background ease-out 0.2s;
}
/*.first-discont-banner .close-btn:hover {
   background: rgba(255,255,255,1);
}*/
.first-discont-banner .close-btn i {
    color: #000000;
    font-size: 19px;
    line-height: 1;
    padding: 0px 3px;
}
.first-discont-banner .body > span {
    padding: 10px 0;
    display: inline-block;
}
.first-discont-banner .body span > span {
    color: #ffc602;
    font-weight: bold;
}
.first-discont-banner .body span .discount-code {
    color: white;
    font-weight: bold;
    background: #03829a;
    padding: 3px 7px;
    border-radius: 3px;
}

@media (max-width: 992px){
    .first-discont-banner{
        height: 60px;
        padding-top: 8px;
    }
    .first-discont-banner .body .btn-default{
        margin: 9px auto;
        float: none !important;
        display: block;
    }
    .first-discont-banner .container{
        width: 100%;
    }
    .first-discont-banner .body > span {
        padding: 0 15px;
        margin: 0 auto;
        display: block;
        line-height: 22px;
        text-align: center;
        max-width: 300px;
    }
    .first-discont-banner .close-btn{
            position: absolute;
        right: 0;
        top: 0;
    }
}
/* banner discount END */
.testim-accord {
    max-width: 755px;
    margin: 40px auto 60px;    
}
.testim-accord .table-cell {
    vertical-align: middle;
}
.testim-accord .table-holder .table-cell:first-child {
    width: 17%;
}
.testim-accord .panel .body {
    padding: 35px 40px;
}
.testim-accord .panel .panel-body {
    font-size: 14px;
    line-height: 18px;    
}
.profile {
    display: inline-block;
    border: 3px solid #59ddf2;
    border-radius: 50%;
    width: 80px;
    height: 80px;    
}
.testim-accord .panel .panel-heading {
    border-radius: 30px;
    border: none;
    background: #59ddf2;
    text-align: center;
}
.testim-accord .panel .panel-heading:hover {
    background: #70e8fb;
}
.testim-accord .panel-title>a {
    padding: 20px 15px;
    line-height: 1;
    color: white;
    font-weight: 600;
}
.testim-accord .panel+.panel {
    margin-top: 2px;
}
.signUpForm-holder {
    background: url(../img/bg-sign-form.jpg) no-repeat;
    background-size: cover;
}
.accord-essays {
   box-shadow: none; 
}
.accord-essays h2 {
    margin: 0;
    text-align: center;
}
.accord-essays h4 a .fa {
    font-size: 30px;
    vertical-align: -3px;
    color: #3e3e3e;
    margin-left: 7px;
    position: relative;
    top: 0;
}
.accord-essays .panel-title>a {
    padding: 30px 15px;
}
.accord-essays h4 {
    background: #fafafa;
}
.accord-essays .panel-default>.panel-heading {
    border: none;
}
.accord-essays .panel {
    box-shadow: none;
}
.cta-2 .cta-holder span{
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1;
}
.signUpForm {
    max-width: 600px;
    margin: auto;
}
.signUpForm-holder {
    padding: 40px 0 55px;
}
.signUpForm-holder h2 {
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 18px;
    color: white;
    text-transform: inherit;
}
.signUpForm .form-group {
    margin: 11px 0 0 0;
}
.signUpForm .form-control {
    width: 360px;
    margin-right: 20px;
    padding: 12px;
    font-size: 16px;
    line-height: 1;
    height: 46px;
    background: rgba(0, 0, 0, 0);
    border-top: none;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    box-shadow: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}
.signUpForm .form-control.error {
    border-bottom: 1px solid #f00;
}
.signUpForm .form-control::-webkit-input-placeholder {color: #fff;}
.signUpForm .form-control::-moz-placeholder          {color: #fff;}/* Firefox 19+ */
.signUpForm .form-control:-moz-placeholder           {color: #fff;}/* Firefox 18- */
.signUpForm .form-control:-ms-input-placeholder      {color: #fff;}
.footer-2 .basement {
    background: #283038;
}
.footer-2 .footer-nav {
    background-color: #191f24;
}
.front-hero.hero-2 {
    background: url(../img/hero-bg-2.png) no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
.hero-2 h1 {
    font-size: 32px;
    font-weight: 700;
}
.signUpForm-holder small {
    color: #b3b3b3;
    text-align: center;
    display: block;
    margin: 20px 0 0;
    font-style: italic;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*-----Order Modal-----*/
#modal_uploading_files{
    background: transparent;
    overflow: hidden;
}
#modal_uploading_files .modal-dialog{
    display:table;
    text-align: center; 
    height: 100%;
}
#modal_uploading_files .modal-content{
    box-shadow: none; 
    border: none; 
    display: table-cell;
    vertical-align: middle; 
    background: transparent;
}
#modal_uploading_files .modal-body{
    background: rgba(0,0,0,0.8);
    color: #fff;
    width: 360px;
    height: 200px;
    margin: 0 auto;
    border-radius: 3px;
}
#modal_uploading_files .modal-body img{
    margin-top: -50px;
}
#modal_uploading_files .in-progress{
    margin-top: 50px;
    margin-bottom: -20px;
}
#modal_uploading_files~.modal-backdrop{
    opacity: 0.2 !important;
}
.stats-item-wrap{
    display: flex;
}
.stats-item{
    position: relative;
    font-size: 40px;
    color: rgb(0, 186, 212);
    font-weight: bold;
    line-height: 100px;
    padding-left: 25px;
    text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
}
.stats-item.counter-5{
    padding-left: 0;
}
.stats-item-block{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.stats-item-block:before{
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    background: #e9e9e9;
    border-radius: 50%;
}
.stats-item-text{
    font-weight: 600;
    margin-left: 12px;
    z-index: 9;
}
@media(max-width: 500px){
    .stats-item-row .col-xs-6{
        width: 100% !important;
    }
}

/*-----cookie-banner-----*/
.cookie-banner-fixed{
    position: fixed;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
} 
@keyframes fadeInOpacity {
    0% {
            opacity: 0;
    }
    100% {
            opacity: 1;
    }
}
.cookie-banner *{
    outline: none !important;
}
.cookie-banner {
    display: none;
    z-index: 999;
    top: 0;
    width: 100%;
    background-color: #19313e;
}
.cookie-banner .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    background: #19313e;
    position: relative;
}
.cookie-banner .wrapper .wrapper__text{
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    opacity: 1;
}
.cookie-banner .wrapper .wrapper__text a{
    color: #2eb8d5;
    text-decoration: none;
} 
.cookie-banner .wrapper .wrapper__text a:hover, .cookie-banner .wrapper .wrapper__text a:focus{
    color: #2eb8d5;
    text-decoration: none;
}
.cookie-banner .wrapper .wrapper__buttons button {
    white-space: nowrap;
    border-radius: 4px;
    color: #fff;
    opacity: 1;
    font-size: 14px;
    border: none;
    background: #2eb8d5;
    padding: 6px 10px;
    line-height: 1;
    margin: 5px 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.cookie-banner .wrapper .wrapper__buttons button:hover {
    text-decoration: none;
    background: #2eb8d5;
}
@media (max-width: 767px) {
    .cookie-banner .wrapper {
        flex-direction: column;
    }
    .cookie-banner {
        bottom: 0;
        top: auto;
        z-index: 999;
        position: fixed;
        padding-top: 5px;
    }
    .cookie-banner .wrapper .wrapper__text{
        margin-bottom: 5px;
        max-width: 360px;
    }
    @keyframes fadeInOpacity {
        0% {
                opacity: 1;
        }
        100% {
                opacity: 1;
        }
    }
}

.checkbox-gdbr{
    font-size: 14px;
}

.alert-danger-gdbr{
    margin-top: 10px;
    font-size: 15px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;    
}

/*-----Custom checkbox GDPR-----*/
.container-checkbox-gdpr{
    display: inline-block;
    position: relative;
    padding-left: 35px !important;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400 !important;
    padding-top: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.container-checkbox-gdpr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container-checkbox-gdpr .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}
.container-checkbox-gdpr input:checked ~ .checkmark {
    background-color: #ffffff;
}
.container-checkbox-gdpr .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container-checkbox-gdpr input:checked ~ .checkmark:after {
    display: block;
}
.container-checkbox-gdpr .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
.container-checkbox-gdpr .gdpr-agree-err ~ span.checkmark{
    border-color: red;
}
/*-----Custom checkbox GDPR END-----*/

.go-back-modal .alert-danger-gdbr{
    display: block;
    color: rgb(224, 49, 0);
    font-family: Arial;
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    background: transparent !important;
}


/* -- Testimonials -- */
#testimonials-section {
    background: url(../img/inquiry-block-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0
}
#testimonials-section h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
}
#testimonials-section .testimonial-item {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 14px;
    margin: 15px 0;
    min-height: 275px;
    box-shadow: 0px 1px 6px 0px rgba(161, 223, 236, 0.1);
}
#testimonials-section .testimonial-item h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
#testimonials-section .testimonial-item span {
    display: block;
    font-style: italic;
    font-size: 12px;
    margin-top: 10px;
}