body{
    font-family: 'Montserrat', sans-serif;
    /* background: #f9f9f9; */
    font-size: 16px;
    position: relative;
}
/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */
.navbar {
    height: 80px;
    background-color: transparent;
    border: none;
    color: white;
    z-index: 100;
    -webkit-transition: background-color 1s ease 0s;
    transition: background-color 1s ease 0s;
  }
 .navbar-default .navbar-brand {
    margin-top: 10px;
    color: white;
  }
  .navbar-default .navbar-brand:hover {
    color: #C57ED3;
    border: 1px solid #C57ED3;
  }
  .navbar-default .navbar-nav > li > a {
    color: black;
    margin: 4px 2px 4px 2px;
    padding: 14px 12px 12px 10px;
    font-weight: 700;
  }
  .navbar-default .navbar-nav > li:last-child a{
      /* padding-top: 7px; */
  }
  .navbar-default .navbar-nav > li > a:visited {
    color: #000;
  }
  .navbar-brand{
      padding:0px 10px;
  }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
    color: #33cc99;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #C57ED3;
  }
  .navbar-default .navbar-toggle {
    border-color: #C57ED3;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #490D40;
  }
  .navbar-default .navbar-toggle .icon-bar {
    color: #C57ED3;
    background-color: #C57ED3;
  }
  .navbar-default .navbar-collapse.collapse.in ul {
    /* background-color: #490D40; */
  }
  
  /* Solid class attached on scroll past first section */
  .navbar.solid {
    background-color: #490D40;
    -webkit-transition: background-color 1s ease 0s;
    transition: background-color 1s ease 0s;
    box-shadow: 0 0 4px grey;
  }
  .navbar.solid .navbar-brand {
    color: #C57ED3;
    -webkit-transition: color 1s ease 0s;
    transition: color 1s ease 0s;
  }
  .navbar.solid .navbar-nav > li > a {
    color: #C57ED3;
    -webkit-transition: color 1s ease 0s;
    transition: color 1s ease 0s;
  }
@media (min-width: 768px){
.navbar-right {
margin-top:15px;
margin-right: 0;
}
}
@media (min-width: 320px) and (max-width:400px) {
.navbar-brand img{
	width: 90%;
    padding: 0px 80px 0px;
}

}

@media (min-width: 400px) and (max-width:530px) {
.navbar-brand img{
	width: 70%;
    padding: 0px 80px 0px;
}

}

@media (min-width: 530px) and (max-width:760px) {
.navbar-brand img{
	width: 55%;
    padding: 0px 80px 0px;
}

}

@media (min-width: 760px) and (max-width:776px) {
.navbar-brand img{
	width: 100%;
    padding: 0px 80px 0px;
}

}

@media (min-width: 776px) and (max-width:1000px) {
.navbar-brand img{
	width: 100%;
    padding: 0px 80px 0px;
}}

@media (min-width: 1000px) and (max-width:1200px) {
.navbar-brand img{
	width: 83%;
    padding: 0px 80px 0px;
}

}
@media (min-width: 1200px) {
.navbar-brand img{
	width: 262px;
	/* padding: 0px 80px 0px; */
}

}

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */


/* ================================update css ===================================== */

.pull-left ul li{
    text-align: center !important;
  }
  

.footer{
	position: relative;
	overflow: hidden;
    display: block;
    padding: 24px 0px 8px 0px;
    background-color: #FFA200;
}


.footer p {
	font-size: 16px;
	/* color: #fff; */
}

.footer p a {
	font-size: 16px;
	color: #fff;
	text-decoration:none;
}


/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */

.home-section {
	position: relative;
	z-index: 999;
	background: url(../images/banner.jpg) top no-repeat;
	overflow: hidden;
	position: relative;
	padding-top: 10%;
	padding-bottom: 4%;
	background-color: #141414;
}

.home-section:before {
    -webkit-transform: rotate(177deg);
    background: #990fc3;
    background: -webkit-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -o-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: -moz-linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    background: linear-gradient(135deg,#990fc3 0,#760fc3 16%,#652ec3 52%,#652ec3 52%,#0dd3c5 100%,#7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#990fc3", endColorstr="#7db9e8", GradientType=1 );
    border-radius: 750px;
    content: "";
    height: 1250px;
    left: -400px;
    /* position: absolute; */
    top: -590px;
    transform: rotate(177deg);
    width: 2250px;
    z-index: -100;
}

.home-section-overlay {
    background: url(../images/banner.jpg) top no-repeat;
    background-size: cover;
    width: 100%;
    opacity: 0.79;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.home-section h2{
    line-height: 1.3;
    font-weight: 700;
    color: #000000;
    font-size: 38px;
}
.home-section .form-main-head h2{
    line-height: 35px;
    font-weight: 700;
    color: #000;
   
}
/* -----  Register ----- */
.register-form-wrapper{
	background: #3466bf none repeat scroll 0 0;
	box-shadow: 0 6px 10px -1px rgba(0, 0, 0, 0.25);
	border-radius: 8px 8px;
	padding: 30px 29px 24px 29px;
	max-width:425px;
}

.register-form-wrapper h2{
	font-size: 30px;
	text-align:left;
	
}
.register-form-wrapper img{
    width: 100%;
    margin-top: 0;
}

input.register-input, select.register-input{
	width: 100%!important;
	height: 50px!important;
	padding-left: 4%!important;
	padding-right: 4%!important;
	margin-top: 7px!important;
	margin-bottom: 7px!important;
	color: #545454;
	border: 1px solid #ededed!important;
	background-color: #fff!important;
	font-size: 16px!important;
	border-radius: 7px!important;
}
input.register-input::placeholder {
  color: #545454;
}
input.register-submit-top, input.register-submit{
	background: #008aff;
	background: -webkit-linear-gradient(135deg, #6B02FF 0%, #985BEF 100%);
	background: -o-linear-gradient(bottom right, #6B02FF, #985BEF);
	background: -moz-linear-gradient(bottom right, #008aff, #1ad2fd);
	background: #d93333;
	border: none;
	color: #fff;
	letter-spacing: 1px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 22px;
	width: 100%;
	padding: 15px 0;
	text-transform: uppercase;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
input.register-submit-top{
	width:100%;
	max-width:535px;
}
input.register-submit-top[disabled]{
    opacity: 0.5;
}
input.register-submit-top:hover{
	background: #000;
}
input.register-submit:hover{
	color:#fff;
	background-color: transparent;
	border:1px solid #fff;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}
#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#757575;
  outline: none;
}
p.register_success_box{
	display:inline-block;
	color:#454545;
	font-size:19px;
	text-shadow: none;
	font-style:italic;
	margin:20px 0 0 0;
}
.login-check {
    position: relative;
    text-align:left;
    padding:15px 0px 0px 4px;
	color: white;
    font-size: 10px;
    margin-bottom: 10px;
	
}
.login-check a{
	color:#adeaff;
}
.login-check label {
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    color:#98919D;
}
.login-check label {
    margin: 0;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 500;
    color:#fff;
    margin-bottom: 20px;
    font-size: 11px;
    padding-left: 20px;
	font-family: 'Roboto', sans-serif;
}
.checkbox input[type="checkbox"]{
	/* margin-left:0; */
	/* margin-right: 20px; */
	/* overflow: hidden; */
	/* display: none; */
}


.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .three_col_point{background: #33cc99;padding: 20px 0 20px;}
    .three_col_point .three_col_point_content{max-width: 894px;margin: 0 auto;}
    .three_col_point .three_col_point_content img{}
    .three_col_point .three_col_point_content h3{color: #fff;font-size: 23px;margin: 11px 0 2px -16px;/* vertical-align: middle; */}
    .two_col_desc{
    padding: 6% 0 6%;
}
    .two_col_desc .two_col_desc_content{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
    .two_col_desc .content-figure{}
    .two_col_desc .content-figure img{
    /* margin-left: 14%; */
}
    .two_col_desc .content-block{
    margin-right: 15%;
}
    .two_col_desc .content-block h2{
        font-size: 40px;
        font-weight: 600;
        line-height: 1;
        color: #3466bf;
        margin-bottom: 0.625em;
        }
        .two_col_desc .content-block h2 span{    
            display: block;
            color: #1c1c1c;
            font-size: 0.575em;}
    .two_col_desc .content-block p{
    font-size: 19px;
    margin-bottom: 20px;
}

    .how_it_work {
        /* background:#33cc99; */
        padding: 4% 0 4%;
        background-position: top left;
        background-repeat: no-repeat;
    }
    h2.how_it_work_heading {
        text-align: center;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 44px;
    }
    span.highlight {
        color: #ffffff;
    }
    .worksboxes {
        z-index: 1;
        padding: 35px 20px;
        margin: 0 0px;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 20px;
        background-color: #fff;
        /* box-shadow: 0 1px 6px rgba(61, 65, 84, 0.15); */
        margin-top: 40px;
        height: 326px;
        text-align: left;
        position: relative;
    }
    .worksboxes:hover {
        background-color: #f6f6f6;
    }
    .worksboxes img{
        width: 70px;
        height: auto;
        margin-bottom: 15px;
    }
    .worksboxes h4{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    }
    .worksboxes p{
    font-size: 18px;
    }
    .worksboxes span{
        position: absolute;
        right: 4%;
        top: -12%;
        font-size: 12em;
        color: #f6f6f6;
        font-weight: 700;
        z-index: -1;
    }
    .worksboxes:hover span{
        color:#fff;
    }
    .hover-up {
        top: 0;
        position: relative;
        transition: all 0.2s ease-in-out;
    }
    .hover-up:hover {
        /* box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15); */
        top: -2px;
    }
    .worksboxes:first-child{
    }
    .section-04{
        background: url(../images/banner-2.jpg) center fixed;
        background-size: cover;
        padding: 4% 0 4%;
    }
    .section-04 .title-block h2 {
        font-size: 2.4125em;
        color: #33cc99;
    }
    .section-04 .row-list .item-box {
        color: #fff;
        margin-top: 2.5em;
    }
    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
        margin: auto;
    }
	 .img-responsive.logo{
		 width: 280px;
		 margin: 0;
		}
    .section-04 .row-list .item-box h4 {
        font-size: 1.25em;
        margin: 0.75em 0;
        color: #33cc99;
    }
    .common-banner{
        background:#34cc99 url(../images/03.jpg) center top;
        padding: 5% 0 5%;
        background-attachment: fixed;
        color: #fff;
    }
    .common-banner h2{
    font-size: 50px;
    margin: 14px;
    font-weight: 700;
    }
    .common-banner p{
    font-size: 20px;
    margin-bottom: 32px;
    }
    .common-banner a{
    border-radius: 5px;
    background: #d93333;
    min-width: 280px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    padding: 14px 0 15px;
    }
    .common-banner a i{
        display: none;
    }
    .common-banner a:hover{
        text-decoration: none;
    }
 
.form-block {
    box-shadow: 0 4px 12.6px 5.4px rgba(188, 206, 215, 0.33);
    background: transparent;
    border-radius: 10px;
    max-width: 590px;
    margin-left: auto;
    margin-bottom: 30px;
    overflow: hidden;
    }

.form-block__content {
    padding: 38px 40px 3px;
    background: #fff;
    }
    .btn.head_btn{
      font-size: 18px;
      font-weight: 700;
    }
    .btn.btn_footer{display: inline-block;background: #d93333;color: #fff;padding: 13px 28px 13px 28px;font-size: 24px;font-weight: 700;margin-top: 8px;}
    .footer_layer_1{
}
    .footer_layer_2{
    display: inline-block;
    margin-bottom: 16px;
}
    .footer_layer_3{}
    .footer_layer_3 p{
    text-align: justify;
    margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
    .form-block__content {
        padding: 20px 15px 0; } }
.form-block__btn {
    /* background: #ffe11c; */
    text-align: center;
    padding: 18px 0px 25px;
    /* border-top: 1px dashed #fff; */
    }

.form-block__btn_blue {
    background: #0099d0; }

.form-block__btn.btn-wrap_indent {
    padding-bottom: 15px; }

.form-block.success .form-block__btn {
    background: #5acb23; }

.form-block.success .btn-text {
    padding-right: 24px; }
.rangeslider__ruler {
    cursor: pointer;
    font-size: .7em;
    margin: 20px 3px 0 3px;
    position: relative;
    top: 100%;
    text-align: justify;
    }
    

    .rangeslider__ruler:after {
    content: "";
    display: inline-block;
    width: 100%;
    }
    .submit-btn{
        cursor: pointer;
        background: #fff;
        line-height: 1;
        color: #fff;
        background: #3e3e3e;
        padding: 17px 0px 17px;
        width: 95%;
        -webkit-border-radius: 40px;
        border-radius: 10px;
        font-size: 22px;
        font-weight: 500;
        transition: all .2s ease;
        box-shadow: 0 2px 6.3px 2.7px rgba(204, 204, 204, 0.26);
        /* border: 2px solid #fff; */
    }
    .submit-btn:hover{
        color: #fff;
        box-shadow: 0 2px 6.3px 2.7px rgb(204, 204, 204);
    }
.styfooterLogo{
    max-width: 100%;
    margin: 0px 0px 20px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
.secureLogosWidth {
    width: 50%;
    float: right;
    margin-left: 10px;
    max-height: 32px;
}
.secure-logos {
    display: flex;
}
.imgmaxwidth{
    width: 50%;
}
.footer ul li:after {
    content: " | ";
    /* padding: 0 36px; */
}
.footer ul li {
    color: #000000;
    display: inline-block;
}
.footer {
    padding: 34px 0;
    background: #f6f6f6;
}
.footer ul{
    margin-bottom: 28px;
    padding-left: 0;
}
.footer ul li{
    list-style-type: none;
    /* margin-right:25px; */
    /* text-align: center; */
    float: left;
    margin: 10px;
}
.footer ul li a{
    color: #000000;
    font-size: 14px;
    font-weight: 600;
}


.partners img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.navbar {
    width: 100%;
    background: rgba(255, 255, 255, 0.81);
    height: auto;
    margin: 0px;
    padding: 2px 0 5px;
    top: 0;
    position: absolute;
    z-index: 999;
}
.navbar-brand{
    height: auto;
}

@media only screen and (max-width:1024px){
    .footer ul {
         font-family: sans-serif;
    }
    

}
@media only screen and (max-width:768px){
    .footer ul li {
        list-style-type: none;
        margin-right: 0px;
        text-align: center;
        float: none;
        margin: 2px;
    }
    .footer_layer_3 p {
        text-align: justify;
        margin-bottom: 22px;
        padding: 10px;
    }
}


@media only screen and (max-width:425px){

    .footer_layer_3 p {
        text-align: justify;
        margin-bottom: 22px;
        padding: 10px;
    }
    .navbar-right {
        float: left !important;
        text-align: start !important;
    }
    .img-responsive.logo {
        width: 185px;
        margin: 10px !important;
    }
    .styfooterLogo {
        max-width: 100%;
        margin: 0px 0px 20px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .secure-logos {
        padding-top: 20px;
    }
        
        
}



@media only screen and (max-width:1200px){
    #banner{
        padding: 50px 0;
    }    
}
@media only screen and (max-width:992px){
    .navbar{
        background: #fff;;
    }
    .nav>li>a{
        padding: 10px 5px;
    }
    .img-responsive.logo {
        width: 185px;
        margin: 0;
    }
    #banner{
        padding:40px 0;
    }
    .btn-wrap-text {
        font-size: 14px;
    }
    .submit-btn{
        padding: 14px 15px;
    }
    .navbar-right{
        float: right ;
        text-align: center;
    }
    
}

@media only screen and (max-width: 767px){
    nav {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .navbar{
        margin-bottom:0px;
        background: #fff;;
    }
    #banner{
        padding:75px 0;
    }
    #banner .title,#banner .text-gray {
        text-align: center;
    }
    .calculator-block .form-block__content {
        padding-bottom: 30px;
    }
    .home-section{
        padding-top: 22%;
    }
    .home-section h2{
        font-size: 32px;
    }
    .input-group_row .input-group__label {
        width: 56px;
        margin-bottom: 0;
        padding-top: 8px;
    }
    .input-group__label {
        font-size: 12px;
        margin-bottom: 20px;
    }
    .calculator-block {
        width: 100%;
        max-width: none;
        padding-left: 0px;
        padding-right:0px;
    }
    .input-group_row .input-group__input {
        width: -webkit-calc(100% - 56px);
        width: calc(100% - 56px);
    }
    .input-group input {
        height: 34px;
    }
    .input-group input, .input-group textarea {
        font-size: 12px;
    }
    .input-group__label_w-auto {
        padding-top: 8px;
    }
    .btn-wrap-text {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .title__elem:after {
        bottom: 5px;
    }
    .submit-btn{
        padding: 9px 12px;
    }
    .advantages {
        margin-bottom: 50px;
        margin-top: 25px;
    }
    .advantages-list__icon {
       
        margin: 0 auto 20px;
    }
    .advantages-list__text{
        margin-bottom: 20px;
    }
    .partners img{
        margin-bottom:10px;
    }
    .steps{
        margin-bottom: 15px;
    }
    .partners {
        margin-bottom: 30px;
    }
    .feedback {
        padding:20px 10px;

    }
    .three_col_point .three_col_point_content h3{
        text-align: center;
        margin-bottom: 35px;
    }
    .two_col_desc .two_col_desc_content{
        display: block;
    }
    .two_col_desc .content-block{
        margin-right: 0;
    }
    .two_col_desc .content-block h2 {
        font-size: 1.725em;
    }
    .common-banner h2{
        font-size: 30px;
    }
    .footer ul{
        padding:0px;
        text-align: center;
    }
    .footer ul li{
        margin-right: 7px;
        font-size: 12px;
        text-align: center;
        display: contents;
    }
    .footer .pull-right, .footer .pull-left{
        float:none !important;
    }
}
