 

 

 

 
a {
      color: #888888;
    text-decoration: none;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none
}

    a:hover, a:focus {
        color: #111;
        text-decoration: none;
        outline: none
    }

    a.animated_link {
        position: relative;
        text-decoration: none
    }

    a.animated_link {
        position: relative;
        text-decoration: none
    }

        a.animated_link:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 1px;
            bottom: -5px;
            opacity: 1;
            left: 0;
            background-color: #434bdf;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease
        }

        a.animated_link:hover:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1)
        }

        a.animated_link.active {
            position: relative;
            text-decoration: none;
            color: #434bdf
        }

            a.animated_link.active:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 1px;
                bottom: -5px;
                opacity: 1;
                left: 0;
                background-color: #434bdf;
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }

    a.btn_1, .btn_1 {
        border: none;
        color: #fff;
        z-index: 9;
        position: relative;
        background: #FF9800;
        outline: none;
        cursor: pointer;
        display: inline-block;
        text-decoration: none;
        padding: 12px 25px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        font-size: 14px;
        
    }

        a.btn_1:hover, .btn_1:hover {
            background-color: #ffc10766;
        }

        a.btn_1.full-width, .btn_1.full-width {
            display: block;
            width: 100%;
            text-align: center;
            margin-bottom: 5px
        }

        a.btn_1.small, .btn_1.small {
            padding: 7px 10px;
            font-size: 13px;
           
        }

        a.btn_1.medium, .btn_1.medium {
            font-size: 16px;
            
            padding: 18px 30px
        }

        a.btn_1.rounded, .btn_1.rounded {
            -webkit-border-radius: 25px !important;
            -moz-border-radius: 25px !important;
            -ms-border-radius: 25px !important;
            border-radius: 25px !important;
            -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
            -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2)
        }

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 999999
}

[data-loader="circle-side"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0,0,0,0.2);
    border-right-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.2);
    border-radius: 100%
}

#loader_form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #fff;
    background-color: rgba(255,255,255,0.6);
    z-index: 999999;
    display: none
}

[data-loader="circle-side-2"] {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    -webkit-animation: circle infinite .95s linear;
    -moz-animation: circle infinite .95s linear;
    -o-animation: circle infinite .95s linear;
    animation: circle infinite .95s linear;
    border: 2px solid #333;
    border-top-color: rgba(0,0,0,0.2);
    border-right-color: rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.2);
    border-radius: 100%
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.row-height {
    height: 100vh
}

.display-n-more-992 {
    display: none;
}

.mar-btm-30 {

    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .row-height {
        height: auto
    }
    .content-left {
        display: none;
    }
    .display-in-phn {
        display: block!important;
    }
}
@media (max-width: 767px) {
 .content-right {
    padding: 0px 1rem!important;}
}



@media (max-width: 450px) {
 .facebook-btn {
    margin-left: 0px!important;
margin-top: 10px;
margin-bottom: 10px;
}
}



.content-left {
    background-color: #2a3b4b;
    padding: 0
}

.content-left-wrapper {
 
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: #f45c09;
    color: #fff;
    text-align: center;
    position: relative;
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, rgba(250, 127, 0, 0.92));
    background: linear-gradient(to bottom, transparent,rgba(250, 127, 0, 0.92))
}

@media (max-width: 991px) {
    .content-left-wrapper {
        height: auto;
        padding: 95px 30px 35px 30px
    }
}

 
@media (max-width: 991px) {
    .content-left-wrapper figure img {
        height: 150px
    }
}

.content-left-wrapper h2 {
    color: #fff;
    font-size: 32px;
 
    margin: 20px 0 15px 0;
    font-weight: 400
}

@media (max-width: 767px) {
    .content-left-wrapper h2 {
        font-size: 26px;
    
    }
  
}

.content-left-wrapper p {
    font-size: 15px;

    opacity: 0.8
}

@media (max-width: 767px) {
    .content-left-wrapper p {
        font-size: 14px;
    }
}

.content-left-wrapper .btn_1 {
    margin:0px 0 25px 0
}

@media (max-width: 991px) {
    .content-left-wrapper .btn_1 {
        display: none
    }
}

.content-left-wrapper .btn_1.mobile_btn {
    display: none
}

@media (max-width: 767px) {
    .content-left-wrapper .btn_1.mobile_btn {
        margin: 5px 0 30px 0;
        display: inline-block
    }
}

.content-right {
      padding: 60px;
    height: 100%;
    min-height: 100%;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}



a#logo {
    position: absolute;
    left: 20px;
    top: 15px;
    display: block;
    height: 35px
}

@media (max-width: 991px) {
    a#logo {
        left: 15px;
        top: 10px
    }
}

#social {
    position: absolute;
    top: 15px;
    right: 20px
}

@media (max-width: 991px) {
    #social {
        right: 70px
    }
}

#social ul {
    margin: 0;
    padding: 0;
    text-align: center
}

    #social ul li {
        float: left;
        margin: 0 5px 10px 0;
        list-style: none
    }

        #social ul li a {
            color: #fff;
            opacity: 0.7;
            text-align: center;
            line-height: 35px;
            display: block;
            font-size: 16px;
            font-size: 22px;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border: 1px solid #bcbec0;
            width: 35px;
            border-radius: 6px;
        }

            #social ul li a:hover {
                opacity: 1
            }

.copy {
   margin-bottom: 13px;
    width: 100%;
    opacity: 0.5
}

@media (max-width: 991px) {
    .copy {
        display: none
    }
}

#left_form {
    text-align: center
}

    #left_form h2 {
        font-size: 28px;
        
        color: #0686D8
    }

@media (max-width: 767px) {
    #left_form figure img {
        height: 130px;
        width: auto
    }
}

input#website {
    display: none
}

#wizard_container {
    width: 400px;
}

@media (max-width: 767px) {
    #wizard_container {
        width: 100%
    }
}

h3.main_question {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 500;
    font-size: 18px;

}

    h3.main_question strong {
        display: block;
        color: #999;
        margin-bottom: 5px
    }

button.backward, button.forward, button.submit {
    background: rgba(255,153,0,1);
    background: -moz-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(255,207,15,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,153,0,1)), color-stop(100%, rgba(255,207,15,1)));
    background: -webkit-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(255,207,15,1) 100%);
    background: -o-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(255,207,15,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(255,207,15,1) 100%);
    background: linear-gradient(to right, rgba(255,153,0,1) 0%, rgba(255,207,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffcf0f', GradientType=1 );
    font-size: 13px;
    color: white;
    padding: 8px 16px;
    font-weight: 700;
    line-height: 17px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    border-radius: 4px;
    border: 1px solid #1d264654;
     width: 100%;
        cursor: pointer;
}
button.backward:hover, button.forward:hover, button.submit:hover{
   border: 1px solid #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0);
    color: #ffffffa8;

}

button.backward {
    color: #777;
    background: #e8e8e8
}

button[disabled] {
    display: none
}

.backward:hover, .forward:hover {
    background: #2c3c4a;
    color: #fff
}

#top-wizard {
    padding-bottom: 20px
}

#middle-wizard {
    min-height: 330px
}

@media (max-width: 991px) {
    #middle-wizard {
        min-height: inherit
    }
}

#bottom-wizard {
      border-top: 2px solid #ededed;
    padding-top: 15px;
    margin-top: 25px;
    text-align: left;
}

.facebook-btn {
    width: 175px;
    text-align: center;
    background: #4267b2;
    color: #fff;
    font-size: 14px;
    float: left;
    margin-left: 10px;
}

.facebook-btn:hover {
        opacity: 0.6;
        color: #fff !important;
    }


.google-btn:hover {
    opacity: 0.6;
    margin-bottom: 10px;
    color: #fff !important;
}

.google-btn {
    width: 175px;
    text-align: center;
    background: #dd5145;
    color: #fff;
    font-size: 14px;
    float: left;
}
.ui-widget-content {
    background-color: transparent
}

    .ui-widget-content a {
        color: #222222
    }

.ui-widget-header {
    background: #4c82b4;
}

    .ui-widget-header a {
        color: #222222
    }

.ui-progressbar {
    height: 2px;
    width: 100%;
    background-color: #ededed;
}

    .ui-progressbar .ui-progressbar-value {
        height: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease
    }

.summary ul {
    margin: 0;
    padding: 0
}

    .summary ul li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ededed;
        position: relative;
        padding-left: 45px;
        margin-bottom: 25px
    }

        .summary ul li:last-child {
            margin-bottom: 0;
            border-bottom: none
        }

        .summary ul li strong {
            display: block;
            line-height: 26px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            position: absolute;
            left: 0;
            top: 0;
            text-align: center;
            border: 2px solid #ddd
        }

        .summary ul li h5 {
            padding-top: 6px;
            font-size: 15px;
            
            font-weight: 500;
            color: #0686D8
        }

        .summary ul li ul {
            margin: 20px 0 25px 0;
            padding: 0
        }

            .summary ul li ul li {
                margin: 0;
                padding: 0;
                border-bottom: 0
            }

.summary label {
    font-weight: 500
}

#success {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 190px;
    margin-top: -85px;
    margin-left: -150px;
    text-align: center
}

    #success h4 {
        font-weight: 400;
        margin: 20px 0 0 0;
        font-size: 18px;
   
    }

        #success h4 span {
            display: block;
            margin-bottom: 0;
            font-weight: 500;
            font-size: 21px;
           
        }

@-webkit-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-ms-keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes checkmark {
    0% {
        stroke-dashoffset: 50px
    }

    100% {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@-ms-keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

@keyframes checkmark-circle {
    0% {
        stroke-dashoffset: 240px
    }

    100% {
        stroke-dashoffset: 480px
    }
}

.inlinesvg .svg svg {
    display: inline
}

.icon--order-success svg path {
    -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
    animation: checkmark 0.25s ease-in-out 0.7s backwards
}

.icon--order-success svg circle {
    -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
    animation: checkmark-circle 0.6s ease-in-out backwards
}

header {
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    border-bottom: 1px solid #d9e1e6
}

    header .cd-nav-trigger {
        top: -5px !important
    }

    header #social {
        right: 80px;
        top: 0
    }

        header #social ul li a {
            color: #333
        }

footer {
    border-top: 1px solid #ededed;
    padding: 30px 0
}

    footer p {
        margin: 0;
        padding: 0;
        float: right
    }

@media (max-width: 991px) {
    footer p {
        float: none
    }
}

footer ul {
    float: left;
    margin: 0;
    padding: 0
}

@media (max-width: 991px) {
    footer ul {
        float: none;
        margin-top: 10px
    }
}

footer ul li {
    display: inline-block;
    margin-right: 15px
}

    footer ul li:after {
        content: "|";
        font-weight: 300;
        position: relative;
        left: 9px;
        color: #999
    }

    footer ul li:last-child {
        margin-right: 0
    }

        footer ul li:last-child:after {
            content: ""
        }

    footer ul li a {
        color: #555
    }

        footer ul li a:hover {
            color: #121921
        }

.main_title {
    text-align: center
}

    .main_title h2 {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 42px;
    
        color: #434bdf;
        text-transform: uppercase
    }

@media (max-width: 767px) {
    .main_title h2 {
        font-size: 32px;
     
    }
}

.main_title h2 em {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #ededed;
    margin: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px
}

.main_title p {
    font-size: 18px;
   
    padding: 0 10%;
    margin-bottom: 45px;
    color: #777
}

@media (max-width: 767px) {
    .main_title p {
        font-size: 16px;
 
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #434bdf !important
}

main#general_page {
    background-color: #fff
}

iframe#map_iframe {
    width: 100%;
    height: 450px;
    border: 0
}

@media (max-width: 991px) {
    iframe#map_iframe {
        height: 400px
    }
}

.box_style_2 {
    background-color: #f8f8f8;
    padding: 25px 30px 30px 30px;
    position: relative;
    margin-bottom: 25px
}

    .box_style_2 .form-control {
        background-color: #fff !important
    }

    .box_style_2 hr {
        margin: 10px -30px 20px -30px;
        border: 0;
        border-top: 2px solid #fff
    }

ul.contacts_info {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0
}

    ul.contacts_info li {
        margin-bottom: 15px
    }

        ul.contacts_info li:last-child {
            margin-bottom: 0
        }

.parallax_window_in {
    height: 420px;
    position: relative;
    display: table;
    width: 100%
}

#sub_content_in {
    display: table-cell;
    padding: 45px 15% 0 15%;
    vertical-align: middle;
    text-align: center;
    background: rgba(0,0,0,0.5)
}

@media (max-width: 767px) {
    #sub_content_in {
        padding: 45px 30px 0 30px
    }
}

#sub_content_in h1 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 46px;
    font-size: 46px;
   
    margin-bottom: 0
}

@media (max-width: 767px) {
    #sub_content_in h1 {
        font-size: 36px;
   
    }
}

#sub_content_in p {
    color: #fff;
    font-size: 24px;
 
    font-weight: 300
}

@media (max-width: 767px) {
    #sub_content_in p {
        font-size: 21px;
       
    }
}

.container_styled_1 {
    background: #f9f9f9
}

.team-item-img {
    position: relative
}

    .team-item-img .team-item-detail {
        background: none repeat scroll 0 0 rgba(0,0,0,0.8);
        text-align: center;
        color: #fff;
        display: -webkit-flex;
        display: flex;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s
    }

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible
}

.team-item-img .team-item-detail .team-item-detail-inner {
    margin: auto;
    padding: 25px
}

.team-item-detail-inner h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

.team-item-detail-inner .social {
    margin: 0 0px 25px 0px;
    padding: 0px
}

    .team-item-detail-inner .social li {
        list-style: none;
        display: inline-block;
        margin: 0px 5px
    }

        .team-item-detail-inner .social li a {
            color: #fff
        }

            .team-item-detail-inner .social li a:hover {
                color: #d80075
            }

.team-item-info {
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase
}

    .team-item-info h4 {
        margin-bottom: 0px
    }

.modal-content {
    border: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3)
}

.form-group {
    position: relative
}

    .form-group.terms {
        padding: 12px 0 0 0
    }

    .form-group i {
        font-size: 18px;
 
        position: absolute;
        right: 5px;
        top: 11px;
        color: #ccc;
        width: 25px;
        height: 25px;
        display: block;
        font-weight: 400 !important
    }

span.error {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: -20px;
    right: -15px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px
}

    span.error:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 0 6px 6px 0;
        border-color: transparent #e34f4f;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -6px;
        left: 20%
    }

.container_radio.version_2 .error, .container_check.version_2 .error {
    left: -15px;
    top: -30px;
    right: inherit
}

.radio_input .error {
    left: -15px;
    top: -30px;
    right: inherit
}

.styled-select span.error {
    top: -20px
}

.terms span.error {
    top: -30px;
    left: -15px;
    right: inherit
}





.form-control {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-size: .875rem;
    height: calc(2.55rem + 2px);
}

    .form-control:focus {
        box-shadow: none;
        border-color: #434bdf
    }

.rating_wp {
    background-color: #f9f9f9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 10px 10px 15px;
    margin-bottom: 5px
}

.rating {
    display: inline-block;
    font-size: 0;
    float: right;
    position: relative
}

@media (max-width: 767px) {
    .rating {
        float: left;
        display: block
    }
}

.rating span.error {
    top: -30px
}

.rating_type {
    float: left;
    font-size: 16px;
 
    font-weight: 500 !important;
    font-weight: normal;
    color: #434bdf
}

@media (max-width: 767px) {
    .rating_type {
        float: none;
        display: block;
        margin-bottom: 5px
    }
}

.rating-input {
    float: right;
    padding: 0;
    margin: 0 0 0 0;
    opacity: 0;
    width: 4px
}

    .rating:hover .rating-star:hover, .rating:hover .rating-star:hover ~ .rating-star, .rating-input:checked ~ .rating-star {
        background-position: 0 0
    }

.rating-star, .rating:hover .rating-star {
    cursor: pointer;
    float: right;
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 0;
    background: url(../img/stars.svg) 0 -27px
}

.review_message {
    height: 250px !important
}

@media (max-width: 767px) {
    .review_message {
        height: 200px !important
    }
}

.container_check {
    display: block;
    position: relative;
    font-size: 14px;
  
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .container_check input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

        .container_check input:checked ~ .checkmark {
            background-color: #ffb100;
            border: 1px solid transparent
        }

    .container_check .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #d2d8dd;
        background-color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }

        .container_check .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 7px;
            top: 3px;
            width: 5px;
            height: 10px;
            border: solid white;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg)
        }

    .container_check.version_2 {
        padding: 6px 0 0 45px;
        min-height: 30px
    }

        .container_check.version_2 .checkmark {
            height: 30px;
            width: 30px
        }

            .container_check.version_2 .checkmark:after {
                left: 12px;
                top: 8px;
                width: 5px;
                height: 10px
            }

    .container_check input:checked ~ .checkmark:after {
        display: block
    }

.container_radio {
    display: block;
    position: relative;
    font-size: 14px;
   
    padding-left: 30px;
    line-height: 1.3;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .container_radio input {
        position: absolute;
        opacity: 0
    }

        .container_radio input:checked ~ .checkmark:after {
            opacity: 1
        }

    .container_radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 50%
    }

        .container_radio .checkmark:after {
            display: block;
            content: "";
            position: absolute;
            opacity: 0;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            top: 3px;
            left: 3px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #ffb100;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out
        }

    .container_radio.version_2 {
        padding: 6px 0 0 45px;
        min-height: 30px
    }

        .container_radio.version_2 input:checked ~ .checkmark:before {
            opacity: 1
        }

        .container_radio.version_2 .checkmark {
            position: absolute;
            top: 0;
            left: 0;
            height: 30px;
            width: 30px;
            border: 1px solid #ccc;
            border-radius: 50%
        }

            .container_radio.version_2 .checkmark:after {
                width: 30px;
                height: 30px;
                top: -1px;
                left: -1px
            }

            .container_radio.version_2 .checkmark:before {
                display: block;
                content: "";
                position: absolute;
                opacity: 0;
                -moz-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                -webkit-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                left: 12px;
                top: 8px;
                width: 5px;
                height: 10px;
                border: solid white;
                z-index: 999;
                border-width: 0 2px 2px 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg)
            }

.my-toggle {
    background: transparent;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #888;
    cursor: pointer;
    font-size: 10px;
    font-size: 10px; 
    font-weight: bold;
    margin-right: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-transform: uppercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff
}

    .my-toggle:hover, .my-toggle:focus {
        background-color: #eee;
        color: #555;
        outline: transparent
    }

.hideShowPassword-wrapper {
    width: 100% !important
}

#pass-info {
    width: 100%;
    margin-bottom: 15px;
    color: #555;
    text-align: center;
    font-size: 12px; 
    padding: 5px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
}

    #pass-info.weakpass {
        border: 1px solid #FF9191;
        background: #FFC7C7;
        color: #94546E
    }

    #pass-info.stillweakpass {
        border: 1px solid #FBB;
        background: #FDD;
        color: #945870
    }

    #pass-info.goodpass {
        border: 1px solid #C4EEC8;
        background: #E4FFE4;
        color: #51926E
    }

    #pass-info.strongpass {
        border: 1px solid #6ED66E;
        background: #79F079;
        color: #348F34
    }

    #pass-info.vrystrongpass {
        border: 1px solid #379137;
        background: #48B448;
        color: #CDFFCD
    }

.radio_input .container_radio {
    display: inline-block;
    margin: 12px 0 0 12px
}

.fileupload {
    position: relative;
    width: 100%;
    margin-top: 5px
}

input[type=file] {
    border: 1px solid #d2d8dd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    height: auto;
    width: 100%;
    color: #999
}

    input[type=file]:focus {
        box-shadow: none;
        outline: none
    }

    input[type=file]::-webkit-file-upload-button, input[type=file].invalid::-webkit-file-upload-button, input[type=file].valid::-webkit-file-upload-button {
        color: #fff;
        font-size: 13px;
        border: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        padding: 8px 10px 8px 38px;
        background: #434bdf url(../img/upload_icon.svg) 8px center no-repeat;
        outline: none
    }

        input[type=file]::-webkit-file-upload-button:focus, input[type=file].invalid::-webkit-file-upload-button:focus, input[type=file].valid::-webkit-file-upload-button:focus {
            box-shadow: none;
            outline: none
        }

.nice-select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #d2d8dd;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 27px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #6c757d
}

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #434bdf
    }

    .nice-select:after {
        border-bottom: 2px solid #ccc;
        border-right: 2px solid #ccc;
        content: '';
        display: block;
        height: 8px;
        margin-top: -5px;
        pointer-events: none;
        position: absolute;
        right: 20px;
        top: 50%;
        transform-origin: 66% 66%;
        transform: rotate(45deg);
        transition: all 0.15s ease-in-out;
        width: 8px
    }

    .nice-select.open:after {
        transform: rotate(-135deg)
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        transform: scale(1) translateY(0)
    }

    .nice-select.disabled {
        border-color: #9e9e9e;
        color: #999;
        pointer-events: none
    }

        .nice-select.disabled:after {
            border-color: #fff
        }

    .nice-select.wide {
        width: 100%
    }

        .nice-select.wide .list {
            left: -1px !important;
            right: -1px !important
        }

    .nice-select.right {
        float: right
    }

        .nice-select.right .list {
            left: auto;
            right: 0
        }

    .nice-select.small {
        font-size: 12px;
        height: 42px;
        line-height: 40px
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px
        }

        .nice-select.small .option {
            line-height: 40px;
            min-height: 40px
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 0 1px rgba(68,68,68,0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        transform-origin: 50% 0;
        transform: scale(0.75) translateY(-25px);
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),opacity 0.15s ease-out;
        z-index: 9999;
        height: 23vh;
        overflow: auto
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important
        }

        .nice-select .list::-webkit-scrollbar {
            width: 14px;
            height: 18px
        }

        .nice-select .list::-webkit-scrollbar-thumb {
            height: 6px;
            border: 4px solid rgba(0,0,0,0);
            background-clip: padding-box;
            -webkit-border-radius: 7px;
            background-color: rgba(0,0,0,0.15);
            -webkit-box-shadow: inset -1px -1px 0px rgba(0,0,0,0.05),inset 1px 1px 0px rgba(0,0,0,0.05)
        }

        .nice-select .list::-webkit-scrollbar-button {
            width: 0;
            height: 0;
            display: none
        }

        .nice-select .list::-webkit-scrollbar-corner {
            background-color: transparent
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 38px;
        list-style: none;
        min-height: 38px;
        outline: none;
        padding-left: 15px;
        padding-right: 26px;
        text-align: left;
        transition: all 0.2s
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f6f6
        }

        .nice-select .option.selected {
            font-weight: 500
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default
        }

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.budget_slider {
    background-color: #f8f8f8;
    margin-bottom: 20px;
    padding: 45px 30px 15px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
}

    .budget_slider span {
        display: block;
        font-weight: 600;
        color: #434bdf;
        font-size: 24px; 
        margin-top: 25px;
    }

        .budget_slider span:before {
            content: '$'
        }

.rangeslider__handle {
    border: 2px solid #434bdf !important;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.15)
}

.rangeslider__fill {
    background: #434bdf !important
}

.add_bottom_10 {
    margin-bottom: 10px
}

.add_bottom_15 {
    margin-bottom: 15px
}

.add_bottom_30 {
    margin-bottom: 30px
}

.add_bottom_45 {
    margin-bottom: 45px
}

.add_bottom_60 {
    margin-bottom: 60px
}

.add_bottom_75 {
    margin-bottom: 75px
}

.add_top_10 {
    margin-top: 10px
}

.add_top_15 {
    margin-top: 15px
}

.add_top_20 {
    margin-top: 20px
}

.add_top_30 {
    margin-top: 30px
}

.add_top_60 {
    margin-top: 60px
}

.more_padding_left {
    padding-left: 40px
}

.nomargin_top {
    margin-top: 0
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important
}

.nomargin {
    margin: 0 !important
}

.margin_30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.margin_60 {
    padding-top: 60px;
    padding-bottom: 60px
}

.margin_60_35 {
    padding-top: 60px;
    padding-bottom: 35px
}


#app {
    height: 100vh;
    width: 100%;
    background-color: #db3955;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 10vh 0;
}

    #app .container {
        width: 300px;
        height: auto;
        font-size: 20px;
        text-align: center;
        border-radius: 4px;
        padding: 20px;
    }

    #app input[type="text"] {
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        background: #db3955;
        border: 2px solid #fff;
        border-radius: 4px;
        color: #fff;
        font-family: 'Google Sans';
    }

        #app input[type="text"]:focus {
            outline: none;
            border: 2px solid #fff;
        }

        #app input[type="text"]::placeholder {
            color: #e9e9e9;
            font-style: italic;
        }

.calendar {
    width: 100%;
    position: relative;
}

    .calendar .calendar-layout {
        position: absolute;
        z-index: 1;
        width: 100%;
        display: flex;
        flex-direction: column;
        animation: appear .3s ease forwards;
    }

        .calendar .calendar-layout .calendar-header {
            width: 100%;
            background-color: #FF4364;
            height: 60px;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: #fff;
            box-sizing: border-box;
            padding: 0 4px;
        }

            .calendar .calendar-layout .calendar-header .row {
                width: 100%;
                height: 40px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }

                .calendar .calendar-layout .calendar-header .row .calendar-title {
                    font-size: 16px;
                }

                .calendar .calendar-layout .calendar-header .row i {
                    font-size: 16px;
                    cursor: pointer;
                }

            .calendar .calendar-layout .calendar-header .calendar-days {
                display: flex;
                justify-content: space-between;
                width: 100%;
                font-size: 14px;
            }

                .calendar .calendar-layout .calendar-header .calendar-days .day {
                    max-width: calc(100% / 7);
                    padding: 4px;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

        .calendar .calendar-layout .calendar-body {
            display: flex;
            flex-direction: column;
            background-color: #fff;
            overflow: hidden;
        }

            .calendar .calendar-layout .calendar-body .calendar-row {
                display: flex;
                flex-direction: row;
                transition: all .150s ease;
            }

                .calendar .calendar-layout .calendar-body .calendar-row .calendar-day {
                    width: calc(100% / 7);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border: 1px solid #f9f9f9;
                    font-size: 14px;
                    color: #606060;
                    position: relative;
                    cursor: pointer;
                    transition: all .3s ease;
                }

                    .calendar .calendar-layout .calendar-body .calendar-row .calendar-day.disabled {
                        background-color: #f3f3f3 !important;
                    }

                    .calendar .calendar-layout .calendar-body .calendar-row .calendar-day.selected {
                        color: #FF4364;
                    }

                        .calendar .calendar-layout .calendar-body .calendar-row .calendar-day.selected:after {
                            width: 100%;
                        }

                    .calendar .calendar-layout .calendar-body .calendar-row .calendar-day:after {
                        content: "";
                        height: 3px;
                        width: 0px;
                        background: #FF4364;
                        position: absolute;
                        bottom: 0;
                        transition: all .3s ease;
                    }

                    .calendar .calendar-layout .calendar-body .calendar-row .calendar-day:hover {
                        color: #FF4364;
                    }

                        .calendar .calendar-layout .calendar-body .calendar-row .calendar-day:hover:after {
                            width: 100%;
                        }

                .calendar .calendar-layout .calendar-body .calendar-row.swipe-left {
                    opacity: 0;
                    transform: translateX(10px);
                }

                .calendar .calendar-layout .calendar-body .calendar-row.swipe-right {
                    opacity: 0;
                    transform: translateX(-10px);
                }

@keyframes appear {
    from {
        transform: translateY(-10px);
        opacity: 0;
    }

    to {
        transform: translateY(5px);
        opacity: 1;
    }
}

.otp-txt {
    font-size: 24px;
    color: #ff9800;
    text-align: left;
    margin-bottom: 20px;
    margin: 15px 0 10px;
}

.form-group {
    margin-bottom: 0.6rem !important;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.large-container {
    position: static;
    max-width: 1580px;
    padding: 0px 30px;
    margin: 0 auto;
}

.testimonial-section {
    position: relative;
}

    .testimonial-section:before {
        position: absolute;
        left: -344px;
        top: -88px;
        background-image: url(../images/content/banner/ring-circle.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 701px;
        height: 756px;
        content: "";
        -webkit-animation: fa-spin 25s infinite alternate;
        -moz-animation: fa-spin 25s infinite alternate;
        -ms-animation: fa-spin 25s infinite alternate;
        -o-animation: fa-spin 25s infinite alternate;
        animation: fa-spin 25s infinite alternate;
        opacity: 0.2;
    }







.testim {
    width: 100%;
    margin-top: 230px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

    .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        margin: auto;
    }

    .testim .arrow {
        display: block;
        position: absolute;
        color: #eee;
        cursor: pointer;
        font-size: 2em;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222;
    }

        .testim .arrow:before {
            cursor: pointer;
        }

        .testim .arrow:hover {
            color: #ea830e;
        }


        .testim .arrow.left {
            left: 10px;
        }

        .testim .arrow.right {
            right: 10px;
        }

    .testim .dots {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: -31px;
        left: 0;
        display: block;
        z-index: 3333;
        height: 12px;
        margin: 0;
    }

        .testim .dots .dot {
            list-style-type: none;
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 1px solid #eee;
            margin: 0 10px;
            cursor: pointer;
            -webkit-transition: all .5s ease-in-out;
            -ms-transition: all .5s ease-in-out;
            -moz-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            position: relative;
        }

            .testim .dots .dot.active,
            .testim .dots .dot:hover {
                background: #ea830e;
                border-color: #ea830e;
            }

            .testim .dots .dot.active {
                -webkit-animation: testim-scale .5s ease-in-out forwards;
                -moz-animation: testim-scale .5s ease-in-out forwards;
                -ms-animation: testim-scale .5s ease-in-out forwards;
                -o-animation: testim-scale .5s ease-in-out forwards;
                animation: testim-scale .5s ease-in-out forwards;
            }

    .testim .cont {
        position: relative;
        overflow: hidden;
    }

        .testim .cont > div {
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

            .testim .cont > div.inactive {
                opacity: 1;
            }


            .testim .cont > div.active {
                position: relative;
                opacity: 1;
            }


        .testim .cont div .img img {
            display: block;
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 50%;
        }

        .testim .cont div h2 {
            color: #FFEB3B;
            font-size: 2em;
            margin: 15px 0;
        }

        .testim .cont div p {
            font-size: 1.15em;
            color: #eee;
            width: 80%;
            margin: auto;
        }

        .testim .cont div.active .img img {
            -webkit-animation: testim-show .5s ease-in-out forwards;
            -moz-animation: testim-show .5s ease-in-out forwards;
            -ms-animation: testim-show .5s ease-in-out forwards;
            -o-animation: testim-show .5s ease-in-out forwards;
            animation: testim-show .5s ease-in-out forwards;
        }

        .testim .cont div.active h2 {
            -webkit-animation: testim-content-in .4s ease-in-out forwards;
            -moz-animation: testim-content-in .4s ease-in-out forwards;
            -ms-animation: testim-content-in .4s ease-in-out forwards;
            -o-animation: testim-content-in .4s ease-in-out forwards;
            animation: testim-content-in .4s ease-in-out forwards;
        }

        .testim .cont div.active p {
            -webkit-animation: testim-content-in .5s ease-in-out forwards;
            -moz-animation: testim-content-in .5s ease-in-out forwards;
            -ms-animation: testim-content-in .5s ease-in-out forwards;
            -o-animation: testim-content-in .5s ease-in-out forwards;
            animation: testim-content-in .5s ease-in-out forwards;
        }

        .testim .cont div.inactive .img img {
            -webkit-animation: testim-hide .5s ease-in-out forwards;
            -moz-animation: testim-hide .5s ease-in-out forwards;
            -ms-animation: testim-hide .5s ease-in-out forwards;
            -o-animation: testim-hide .5s ease-in-out forwards;
            animation: testim-hide .5s ease-in-out forwards;
        }

        .testim .cont div.inactive h2 {
            -webkit-animation: testim-content-out .4s ease-in-out forwards;
            -moz-animation: testim-content-out .4s ease-in-out forwards;
            -ms-animation: testim-content-out .4s ease-in-out forwards;
            -o-animation: testim-content-out .4s ease-in-out forwards;
            animation: testim-content-out .4s ease-in-out forwards;
        }

        .testim .cont div.inactive p {
            -webkit-animation: testim-content-out .5s ease-in-out forwards;
            -moz-animation: testim-content-out .5s ease-in-out forwards;
            -ms-animation: testim-content-out .5s ease-in-out forwards;
            -o-animation: testim-content-out .5s ease-in-out forwards;
            animation: testim-content-out .5s ease-in-out forwards;
        }

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

.also-signup {
    font-size: 15px;
    font-weight: bold;
    color: #FFEB3B;
    margin-bottom: 12px;
}

.cntry-code-style {
    position: absolute;
    width: 71px;
    background: #fff;
    color: black;
}

.pad-lft-80 {
    padding-left: 80px;
}
.my-form-input {
        width: 48%;
    float: left;
    margin-right: 2%;
}
.terms-c {
    width: 50%;
    float: left;
    margin-right: 1%;
}
.w-100{
    width: 100%;
    float: left;
}
.pull-right {
    float: right;
}
.mr-b-10 {
    margin-bottom: 10px;
}
@media (max-width: 767px) {
  
    .my-form-input {
        width: 100%!important;
    }
}

 .orange-link-text {   color: #464646;
    text-decoration: underline;
    font-weight: 700;}
    .login-bottm-text {
            text-align: left;
    font-size: 14px;
    }
    #middle-wizard {
        text-align: center;
    }


@media (max-width: 551px) {
   .google-btn {
    width: 100%;
} 


.facebook-btn {
    width: 100%;
    margin: 10px 0px;
}


}
.bck-to-hm-on-phn {
        float: left;
    position: absolute;
    left: 3px;
    font-size: 13px;
    color: #f45c09;
    top: 28px;
    padding: 8px 16px;
    border-radius: 50%;
}
.bck-to-hm-on-phn:hover {
    cursor: pointer;
    opacity: 0.7;
}