/* Reset Css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	overflow:initial !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/* Main styles starts */
body,html {
    font: 400 16px/1 "Montserrat", sans-serif;  
    color: #2D353F;
}

p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
}

h4 {
    font-size: 32px;
    line-height: normal;
    margin: 0 0 20px;
}

a {
    color: #171717;
    text-decoration: underline;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center;
}

.font-500 {
    font-weight: 500;
}

.font-600 {
    font-weight: 600;
}

.font-700 {
    font-weight: 700;
}

input,select {
    font:  500 16px/1 "Montserrat", sans-serif; 
    height: 50px;
    border: 1px solid #E4E3E1;
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 6px;
    padding: 0 12px;
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type="checkbox"] + span {
    padding: 10px;
    border: 2px solid #e4e3e1;
    display: inline-block;
    border-radius: 4px;
}

input[type="checkbox"]:checked + span {
    background: url(/isha_crm/static/img/checked.svg) no-repeat center center / cover;
    border-color: transparent
}

.btns-submit {
    display: inline-block;
    color: #fff;
    font: 600 18px/1 "Montserrat", sans-serif;  
    background-color: #72B73B;
    border: 0;
    box-shadow: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
}

::placeholder {
    font: 400 16px/1 "Montserrat", sans-serif;    
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font: 400 16px/1 "Montserrat", sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
    font: 400 16px/1 "Montserrat", sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
    font: 400 16px/1 "Montserrat", sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
    font: 400 16px/1 "Montserrat", sans-serif;
}

.notes_text,lable {
    display: block;
    margin-bottom: 10px;
}

main {
    margin: 40px 0;
}

.form-group {
    margin-bottom: 16px;
    text-align: left;
}

.form_fields-select {
    cursor: pointer;
    background: url(/isha_crm/static/img/animated_arrow.svg) no-repeat 96% 50% / 14px;
}

.form_fields-upload,.form_fields-checkbox {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.from_group-inner {
    display: inline-block;
    position: relative;
    margin: 6px 0 15px;
}

.input_wrap {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.terms_option .from_group-inner {
    padding-left: 35px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-right: 10px;
}

.form_fields-mask {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #2D353F;
    border-radius: 6px;
}

.form-group.upload_option {
    margin: 20px 0;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.section_form-wrapper {
    max-width: 460px;
    margin: 0 auto;
}

.terms_notes {
    color: #171717;
    font-size: 14px;
    line-height: 20px;
}

.form-group.submit {
    text-align: center;
    margin-top: 30px;
}

.section_banner {
    margin: 30px 0;
}

.social_list {
    display: inline-block;
}

.social_list li {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #E4E3E1;
    min-width: 140px;
    padding: 0 12px 20px;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    border-radius: 10px;
    margin: 0 30px 30px 0;
    cursor: pointer;
}

.social_list li:active {
    color: #894527;
}

.social_list li:last-child {
    margin-right: 0;
}

.social_list li img {
    margin: 0 auto;
    display: block;
}

.download_badge {
    margin: 50px 0;
}

.badge_footer {
    font-size: 18px;
    line-height: 24px;
}

@media screen and (max-width: 768px) {
    h4 {
        font-size: 24px;
    }
    
    p {
        font-size: 16px;
        line-height: 22px;
    }

    .notes_text, .terms_notes {
        font-size: 14px;
    }

    .section_banner {
        max-width: 320px;
        margin: 30px auto;
    }

    .icon {
        display: block;
    }

    .social_list li:first-child {
        margin-right: 15;
    }

    .social_list li:last-child {
        margin-left: 15;
        margin-right: 30;
    }

}