/*custom font*/


    @primary-color: #63a2cb;
    @secondary-color: #67d5bf;
    /*basic reset*/

    .bb-new-footer{
        display: block;
    }

    /*form styles*/
    #msform {
        width: 100%;
        margin: 50px auto;
        text-align: center;
        position: relative;
    }
    #msform fieldset {
        background: transparent;
        border: 0 none;
        padding: 0;

        box-sizing: border-box;
        width: 100%;
        /*margin: 0 10%;*/

        /*stacking fieldsets above each other*/
        position: absolute;
    }
    /*Hide all except first fieldset*/
    #msform fieldset:not(:first-of-type) {
        display: none;
    }

    .down {
        width: 100%;
        position: fixed;
        height: 80px;
        bottom: 0px;
        background-color: white;
        left: 0;
        z-index: 999;
        -webkit-box-shadow: 0px -6px 9px -5px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -6px 9px -5px rgba(0,0,0,0.75);
        box-shadow: 0px -6px 9px -5px rgba(0, 0, 0, 0.55);
        padding-top: 10px;
    }

    /*inputs
#msform input, #msform textarea {
  padding: 15px;
  margin-bottom: 10px;
  width: 100%;
  font-family: montserrat;
  color: #2C3E50;
  font-size: 13px;
}*/
    /*buttons*/
    #msform .action-button {
        width: 100px;
        background: #67d5bf;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 1px;
        cursor: pointer;
        padding: 10px 5px;
        margin: 10px 5px;
        font-family: "Open Sans", arial,
        verdana;

    }
    #msform .action-button:hover, #msform .action-button:focus {
        box-shadow: 0 0 0 2px white, 0 0 0 3px #67d5bf;
    }
    /*headings*/
    .fs-title {
        font-size: 16px;
        text-transform: uppercase;
        color: #63a2cb;
        margin-bottom: 10px;
    }
    .fs-subtitle {
        font-weight: normal;
        font-size: 14px;
        color: #666;
        margin-bottom: 20px;
    }
    /*progressbar*/
    #progressbar {
        margin-bottom: 30px;
        overflow: hidden;
        /*CSS counters to number the steps*/
        counter-reset: step;
        /*margin-left:26%;*/

    }
    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9px;
        width: 20%;
        float:left;
        position: relative;
    }

    .keywords {
        background-color: #2196F3;
        padding: 0 5%;
        width: 109%;
        margin-left: -4.4%;
    }

    .keywords .rowKey:first-child {
        border:none;
    }

    /* label color */
    .rowKey .input-field label {
        color: white;
    }
    /* label focus color */
    .rowKey .input-field input[type=text]:focus + label {
        color: white;
    }
    /* label underline focus color */
    .rowKey .input-field input[type=text]:focus {
        border-bottom: 1px solid white;
        box-shadow: 0 1px 0 0 white;
    }

    .rowKey .input-field input[type=number]:focus {
        border-bottom: 1px solid white;
        box-shadow: 0 1px 0 0 white;
    }
    /* valid color */
    .rowKey .input-field input[type=text].valid {
        border-bottom: 1px solid white;
        box-shadow: 0 1px 0 0 white;
    }

    .rowKey .input-field input[type=number].valid {
        border-bottom: 1px solid white;
        box-shadow: 0 1px 0 0 white;
    }
    /* invalid color */
    .rowKey .input-field input[type=text].invalid {
        border-bottom: 1px solid white;
        box-shadow: 0 1px 0 0 white;
    }
    /* icon prefix focus color */
    .rowKey .input-field .prefix.active {
        color: white;
    }

    div.keywords > div > div.row > div > label.active {
        color: white;
    }

    .rowKey{
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: #E2E2E2;
        color:white;
        padding-top:10px;
    }

    #progressbar li:before {
        content: counter(step);
        counter-increment: step;
        width: 20px;
        line-height: 20px;
        display: block;
        font-size: 10px;
        color: #333;
        background: white;
        border-radius: 9px;
        margin: 0 auto 5px auto;
    }
    /*progressbar connectors*/
    #progressbar li:after {
        content: '';
        width: 100%;
        height: 1px;
        background: hsl(0, 0%, 89%);
        position: absolute;
        left: -50%;
        top: 9px;
        z-index: -1; /*put it behind the numbers*/
    }
    #progressbar li:first-child:after {
        /*connector not needed before the first step*/
        content: none;
    }
    /*marking active/completed steps green*/
    /*The number of the step and the connector before it = green*/
    #progressbar li.active:before,  #progressbar li.active:after{
        background: #67d5bf;
        color: white;
    }

    .help-block {
        font-size: .8em;
        color: #7c7c7c;
        text-align: left;
        margin-bottom: .5em;
    }
    .lead {
        width:50%;
        margin-top: 10px;
        margin-right: 30px;
        margin-left:30px;
    }

    .s4 .promo-example {
        margin-left:0;
        margin-right:0;
    }
    .promo-example {
        margin-left:20%;
        margin-right:20%;
        padding-top:5%;
        padding-bottom:5%;
        border-color: transparent;
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
        cursor:pointer;
    }
    .selected {
        background-color:rgba(3, 169, 244, 0.65);
        color:white;
        transition:.1s all;

    }

    .hovered {
        border-color: rgba(3, 169, 244, 0.48);
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
    }

    .listus{
        left:0 !important;
    }

    .promo-exemple2 {
        margin-left: 20%;
        margin-right: 20%;
        padding-top: 10%;
        padding-bottom: 10%;
        border-color: transparent;
        border-width: 1px;
        border-style: solid;
        border-radius: 3px;
        cursor: pointer;
    }
    .card {
        width:100%;
        /*margin-left:-10%;*/
        padding:2%;
    }

    .background-right {
        width: 400px;
        height: 500px;
        padding-top: 0px;
        margin-top: -27px;
        margin-left: 373px;
        background-color: #5E8496;
    }

    .pay{
        margin-top: 80px;
        float: right;
        margin-right: -18px;
    }


    .animated {
        -webkit-animation-duration: 0.5s;
        animation-duration: 0.5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    @-webkit-keyframes zoomIn {
        from {
            opacity: 0;
            height:0;

        }

        20% {
            height:510px;
            -webkit-transform: scale3d(.8, .8, .8);
            transform: scale3d(.8, .8, .8);

        }

        50% {
            opacity: 1;
            height:510px;
        }

    }

    @keyframes zoomIn {
        from {
            border-color:yellow;
            opacity: 0;
            height:0;

        }

        20% {
            border-color:yellow;
            height:512px;
            -webkit-transform: scale3d(.8, .8, .8);
            transform: scale3d(.8, .8, .8);
        }

        50% {
            opacity: 1;
            border-color:white;

        }
    }
    @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
    .srchLabel {
        font-weight: bold;
        padding-left: 10px;
        text-transform: uppercase;
        margin-top: 60px;
        line-height: 2;
    }
    .ui-autocomplete {
        width: 25%;
    }

    .ui-menu-item a
    {
        max-width:100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .txt[type="text"] {
        border: 1px solid <?php echo $page['color'];?>;

    }
    .txt {
        border: 1px solid <?php echo $page['color'];?>;

    }

    .card{
        border: 1px solid <?php echo $page['color'];?>;
    }


    .personName{
        color:  <?php echo $page['color'];?>;
    }

    .arrow{
        color:  <?php echo $page['color'];?>;
    }

    .card-block{
        border: 1px solid <?php echo $page['color'];?>;
    }

    .txt1[type="text"] {
        border: 1px solid <?php echo $page['color'];?>;

    }
    .txt1 {
        border: 1px solid <?php echo $page['color'];?>;

    }

    .txt1 {
        border: 1px solid #ccc;
        margin: 0px 0;
        padding: 10px 0 10px 5px;
        width: 100%;
        background-color: #fff;
        height: 40px;
    }

    .email_input{
        margin: 10px 0;
    }

    .input-group-addon {

        border: 1px solid <?php echo $page['color'];?>;

    }
    .fa-lock{
        font-size: 18px;
        color: green;
    }


    #btnClose{
        /* line-height: 2rem;
    padding: 13px;
    color: #fff;
    width: auto;
    height: auto;
    margin-left: -78px;
     border-radius: 4px;
     border-color: <?php echo $page['color'];?>;
    background-color: <?php echo $page['color'];?>;
    position: fixed;

    bottom: 0px;
    visibility: visible;
    filter: alpha(opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.9;
    cursor: pointer;
    transition: all 1.2s;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;*/

        z-index:99;
        margin-right: -20px;
        /* left: 28px; */
        font-size: 16px;
        line-height: 2rem;
        padding: 13px;
        color: #fff;
        /* width: 50px; */
        height: 50px;
        /* border-radius: 50px; */
        border-color: <?php echo $page['color'];?>;
        background-color: <?php echo $page['color'];?>;
        position: fixed;
        right: 20px;
        bottom: 20px;
        visibility: visible;
        filter: alpha(opacity=50);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.9;
        cursor: pointer;
        transition: all 1.2s;
        -webkit-transition: all 1.2s;
        -moz-transition: all 1.2s;
        -ms-transition: all 1.2s;
        -o-transition: all 1.2s;

    }
    .header img {
        float: left;
        width: 100px;
        height: 100px;
        background: #555;
    }

    .header h1 {
        position: relative;
        top: 18px;
        left: 10px;
    }
    .logo {
        padding: 10px 10px 0 10px;
    }


    hr{
        margin-top: 0px;
        margin-bottom: 0px;
    }

    @media only screen and (max-width: 768px) {
        .special_offers{
            display: block;
        }
    }
    @media (min-width: 481px) and (max-width: 768px) {


        .special_offers h2{
            font-size: 20px;
            color: <?php echo $page['color'];?>
        }

        .special_offers h3{
            font-size: 19px;
            color: <?php echo $page['color'];?>
        }
        .carousel-caption{
            display: none;
        }

    }
    @media (min-width: 320px) and (max-width: 480px) {

        .special_offers{
            display: block;
        }
        .special_offers h2{
            font-size: 15px;
            color: <?php echo $page['color'];?>
        }

        .special_offers h3{
            font-size: 13px;
            color: <?php echo $page['color'];?>
        }
        .carousel-caption{
            display: none;
        }
    }

    .carousel-caption h3{
        color: <?php echo $banner['titleColor']?>;

    }

    .carousel-caption p{
        color: <?php echo $banner['titleColor']?>;

    }

    .wrapper.style1 {
        background-color: #fafafa;
        color: #999999;
    }
    .wrapper.style2 {
        background-color: #3498db;
        color: #aed6f1;
    }
    .wrapper {
        padding: 3em 0 0em 0;
        position: relative;
    }
    .wrapper .inner {
        margin: 0 auto;
        width: 80em;
        position: relative;
        z-index: 99;
    }
    .image.round {
        border-radius: 100%;
    }

    .image.fit {
        display: block;
        margin: 0 0 2em 0;
        width: 100%;
        /*height: 40%;*/
    }

    .flex.flex-2, .flex.flex-3 {
        -moz-align-items: stretch;
        -webkit-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
    }

    .flex {
        display: -ms-flexbox;
        -ms-flex-pack: justify;
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -moz-justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
    }
    .image {
        border: 0;
        display: inline-block;
        position: relative;
        box-shadow: 0px 0px 0px 7px #fff, 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
    }
    .wrapper.style1 a {
        color: #000;
    }
    .image.round img {
        border-radius: 100%;
    }

    .image.fit img {
        width: 100%;
        /*height: 100%;*/
    }

    .image img {
        display: block;
    }
    .wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
        color: #000;
    }

/*    h1, h2, h3, h4, h5, h6 {
        color: #000;
    }*/

    h3 {
        font-size: 1.75em;
    }


    .flex.flex-2 .col.col1 {
        width: 30%;
    }
    .flex.flex-2 .col.col2 {
        width: 66%;
    }
    .disabled{
        pointer-events: none;
    }
    #exampleModal .modal-content {
        height: 400px;
    }

    .errorInput{
        border-color:red !important;
    }
    .errorMsg {
        font-size: 12px;
        color: red;
        margin-bottom: 10px;
        text-align: left;
    }
    .switch-radio {
        float: left;
        padding: 0px;
        list-style-type: none;
        margin-top: 0;
        border: 1px solid <?php echo $page['color'];?>;
        /* border-radius: 2px; */
        border-radius: 5px;
        height: 40px;
        width: 100%
    }
    ul, menu, dir {
        display: block;
        list-style-type: none;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0px !important;
        padding: 0px !important;
    }
    .switch-radio input[type="radio"] {
        opacity: 0.011;
        z-index: 100;
    }
    .switch-radio label, .switch-radio input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .switch-radio label {
        padding: 0px;
        /* border-right: 1px solid #CCC; */
        border-right: 1px solid <?php echo $page['color'];?>;
        cursor: pointer;
        /*z-index: 90;*/
        padding: 10px 0px;
        color: #000;
        margin: 0px;
        border-radius: 0px;
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: normal;
    }
    .switch-radio label, .switch-radio input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .switch-radio input[type="radio"]:checked + label {
        /* background-color: #7CA9C5; */
        margin: 0px;
        border-radius: 5px;
        color: #FFF;
    }





    .switch-radio label, .switch-radio input {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .switch-radio-no-border {
        border-right: 0px !important;
        border-radius: 5px;
    }
    .switch-radio li:first-child {
        border-right: solid 1px #ced4da;
    }

    label {
        cursor: default;
        float: left;
    }

    .switch-radio li {
        float: left;
        margin: 0px;
        /* width: 162px; */
        width: 50%;
        height: 40px;
        position: relative;
        text-align: center;
        padding: 0px;
    }

    .hidden1 {
        display: none;
    }
    .profile-card {
        background-color: #222222;
        margin-bottom: 20px;

    }

    .profile-pic {
        border-radius: 50%;
        position: absolute;
        /*top: -65px;*/
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        max-width: 100px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }


    .profile-info {
        color: #BDBDBD;
        padding: 25px;
        position: relative;
        margin-top: 15px;
    }

    .profile-info h2 {
        color: #E8E8E8;
        letter-spacing: 4px;
        padding-bottom: 12px;
        margin-top: 115px;
    }

    .profile-info span {
        display: block;
        font-size: 12px;
        color: #4CB493;
        letter-spacing: 2px;
    }

    .profile-info a {
        color: #4CB493;
    }
    .profile-info i {
        padding: 15px 35px 0px 35px;
    }


    .profile-card:hover .profile-pic {

        transform: scale(1.1);
    }

    .profile-card:hover .profile-info hr  {
        opacity: 1;
    }




    /* Underline From Center */
    .hvr-underline-from-center {
        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;
        overflow: hidden;
    }
    .hvr-underline-from-center:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 52%;
        right: 52%;
        bottom: 0;
        background: #FFFFFF;
        border-radius: 50%;
        height: 3px;
        -webkit-transition-property: all;
        transition-property: all;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }
    .profile-card:hover .hvr-underline-from-center:before, .profile-card:focus .hvr-underline-from-center:before, .profile-card:active .hvr-underline-from-center:before {
        left: 0;
        right: 0;
        height: 1px;
        background: #CECECE;
    }
    .img-thumbnail {    display: inline-block;
        max-width: 100%;
        height: auto;
        padding: 0px;
        line-height: 1.42857143;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 42px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;}
    .pic_ina
    {

        height: 90px; */
    width: 30%;
        float: left;
    }
    .alert {
        padding: 0px;
        margin-bottom: 0px;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .con_ina
    {
        /* height: 100px; */
        /* width: 67%; */
        margin-left: 33%;
        /* float: left; */
        font-size: 10px;
        margin-top: 14px;
    }
    .btn_inr
    {
        float:right;
        margin-top:25px;
    }
    #content {
        /* position:absolute;
    z-index:-1;*/
        z-index:500;
        position:relative;
    }

    .scroll-button {
        font-size: 25px;
        line-height: 2rem;
        padding: 13px;
        color: #fff;
        width: 50px;
        height: 50px;
        /* border-radius: 50px; */
        background-color: <?php echo $page['color'];?>;
        position: fixed;
        right: 20px;
        bottom: 40px;
        visibility: visible;
        filter: alpha(opacity=50);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.9;
        cursor: pointer;
        transition: all 1.2s;
        -webkit-transition: all 1.2s;
        -moz-transition: all 1.2s;
        -ms-transition: all 1.2s;
        -o-transition: all 1.2s;
    }

/*    #demo{
        min-height: 450px;
    }*/
    .selectoption2{
        height: 50px;
        border: 1px solid black;
        width: 45%;
        float: left;
        /* padding: 15px;*/
        margin-left: 13px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 4px;
    }

    .selectoption2small{
        height: 40px;
        border: 1px solid black;
        width: 30%;
        float: left;
        padding: 12px;
        margin-left: 13px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 4px;
        cursor: pointer;
    }
    .selectoption3{
        height: 41px;
        border: 1px solid black;
        width: 46%;
        float: left;
        padding: 15px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 4px;
        cursor: pointer;
    }
    .selectoption3 .textclass{
        margin-top: -4%;
    }
        .selectoption4{
        height: 41px;
        border: 1px solid black;
        width: 46%;
        float: left;
        padding: 15px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 4px;
        cursor: pointer;
    }
    
    .selectoption4 .textclass{
        margin-top: -9%;
    }
    .textclass{
        margin-top: -6%;
    }
    .activeClass{
        background-color:#87CEEB;
        color:white;
    }

    .deactiveClass{
        background-color:white;
        color:black;
    }
    .labelsSide{
        text-align:left;
    }
    .occupation--fields .selectoption2small{
        width: 40%;
    }
    .occupation--fields .textclass{
        margin-top: -3%;
    }

    .switch-radio input[type="radio"]:checked + label {
    background-color: #000000;
    border: 1px solid #000000;
    /* border-left: 0px !important; */
    margin: 0px;
    /* border-radius: 2px 0px 0px 2px; */
    border-radius: 5px;
    color: #FFFFFF;
}