/*
Theme Name: ShreeSumTechnologies
Theme URI: http://shreesum.com/
Version: 1.0
Author: Shree Sum Technologies
Author URI: http://shreesum.com/
*/

html,
body,
img,
fieldset,
abbr,
acronym {
    border: 0;
    max-width: 100%;
    width: auto;
}

body {
    padding: 0 !important;
    font-family: 'Open Sans', sans-serif;
}

body a,
body button {
    color: #000;
    outline: none !important;
    text-decoration: none !important;
    transition: all ease .5s;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.MainHeader {
	padding: 20px 0;
}

.MainHeader .navbar {
	padding: 0;
    justify-content: space-between;
}

.MainHeader .navbar .navbar-collapse{
    flex-grow: unset;
}

.MainHeader .navbar .navbar-collapse .navbar-nav li {
	margin: 0 30px;
}

.MainHeader .navbar .navbar-collapse .navbar-nav li a {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #000;
}

.MainHeader .navbar .navbar-collapse .navbar-nav li .dropdown-menu {
	top: 110%;
    padding: 0;
	border: 0;
	width: 600px;
	display: block;
	transform: translateY(-10px);
	transition: all ease .5s;
	visibility: hidden;
	opacity: 0;
}

.MainHeader .navbar .navbar-collapse .navbar-nav li .dropdown-menu.show {	 
	transform: translateY(0px); 
	visibility: visible;
	opacity: 1;
}

.devMegaMenu {
	box-shadow: 0 0 10px #e7e7e7;
	border-radius: 5px;
	position: relative;
}

.devMegaMenu::before {
	content: '';
	position: absolute;
	left: 50px;
	width: 15px;
	height: 15px;
	background-color: #fff;
	box-shadow: 0 0 10px #ddd;
	top: -7.5px;
	transform: rotate(45deg);
}

.devMegaMenu .devMegaMenuInner {
	background-color: #fff;
	position: relative;
	z-index: 99;
}

.devMegaMenu .devMegaMenuInner .devMHeader {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	color: #5ac1d0;
	padding: 15px 30px;
	border-bottom: 1px solid #5ac1d0;
}

.devMegaMenu .devMegaMenuInner .devMMenus {
	padding: 10px 25px;
}

.devMegaMenu .devMegaMenuInner .devMMenus .devMMenusInner {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.devMegaMenu .devMegaMenuInner .devMMenus .devMMenusInner .devMMenuItem {
	width: 47%;
    padding: 7px 0;
}

.devMegaMenu .devMegaMenuInner .devMMenus .devMMenusInner .devMMenuItem a {
	display: block;
	font-size: 15px;
    font-weight: 600;
}

.devMegaMenu .devMegaMenuInner .devMMenus .devMMenusInner .devMMenuItem a span {
	display: block;
	font-size: 14px;
	color: #5f727c;
    font-weight: 500;
}

.MainHeader .SignBts ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.MainHeader .SignBts ul li:first-child a {
	padding: 7px 20px;
	font-weight: 600;
	font-size: 16px;
    display: block;
}

.MainHeader .SignBts ul li:last-child {
	margin-left: 10px;
}

.MainHeader .SignBts ul li:last-child a {
	padding: 7px 20px;
	font-weight: 600;
	font-size: 16px;	
	color: #fff;
    display: block;
	border-radius: 100px;
    background: #00838f;
    background: -moz-linear-gradient(bottom,  #00838f 0%, #05b7c7 100%);
    background: -webkit-linear-gradient(bottom,  #00838f 0%,#05b7c7 100%);
    background: linear-gradient(to top,  #00838f 0%,#05b7c7 100%);

}

.heroSection {
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 100px 0;
}

.heroSection .heroSectionContent {
	text-align: center;
}

.heroSection .heroSectionContent h1 {
	font-size: 50px;
	font-size: ;
	font-weight: 700;
	color: #fff;
}

.heroSection .heroSectionContent h2 {
	font-size: 44px;
	color: #ffd201;
	font-weight: 600;
	margin-bottom: 30px;
}

.heroSection .heroSectionContent p {
	font-size: 18px;
	color: #fff;
    line-height: 30px;
}

.heroSection .heroSectionContent .hsBtn {
	margin-top: 100px;
	text-align: center;
}

.heroSection .heroSectionContent .hsBtn a {
	padding: 15px 50px;
	font-weight: 600;
	font-size: 16px;	
	color: #fff;
    display: inline-block;
	border-radius: 100px;
    background: #00838f;
    background: -moz-linear-gradient(bottom,  #00838f 0%, #05b7c7 100%);
    background: -webkit-linear-gradient(bottom,  #00838f 0%,#05b7c7 100%);
    background: linear-gradient(to top,  #00838f 0%,#05b7c7 100%);
}

.mainTile {
	text-align: center;
    margin-bottom: 30px;
}

.mainTile h4 { 
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #ff9f41;
	letter-spacing: .5px;
	margin-bottom: 10px;
}

.mainTile h2 {
	font-size: 30px;
	font-weight: 700;
	color: #37474f;
    margin-bottom: 0;
}

.featureSection {
	padding: 100px 0;
}

.featureSection .featureBox {
	text-align: center;
	padding: 30px;
}

.featureSection .featureBox .fbImg {
	margin-bottom: 10px;
}

.featureSection .featureBox .fbImg img {
	width: 50px;
	display: inline-block;
}

.featureSection .featureBox h4 {
	font-size: 20px;
	font-weight: 700;
	color: #00838f;
	margin: 15px 0;
}

.featureSection .featureBox h6 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .5px;
	color: #777777;
	margin: 0;
}

.pricingSection {
	padding: 100px 0;	
	position: relative;
}

.pricingSection .priceBG {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 65%;
}
 
.pricingSection .priceBG::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0; 
	top: 0;
	bottom: 0;
	background-color: #fff;
	background: #00838f;
	background: -moz-linear-gradient(bottom, #00838f 0%, #05b7c7 100%);
	background: -webkit-linear-gradient(bottom, #00838f 0%,#05b7c7 100%);
	background: linear-gradient(to top, #00838f 0%,#05b7c7 100%);
	opacity: 0.7;
}

.pricingSection .mainTile h4 {
	color: #fff;
	text-shadow: 0 0 1px #fff;
}

.pricingSection .mainTile h2 {
	color: #fff;
	text-shadow: 0 0 1px #fff;
}

.subscibeSection {
    text-align: center;
    margin-bottom: 50px;
}

.subscibeSection h2 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 0 0 5px #474646;
	margin-bottom: 20px;
}

.subscibeSection h2 strong {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: normal;
	display: inline-block;
	margin-left: 5px;
}

.subscibeSection h2 span {
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	display: inline-block;
	margin-left: 5px;
}

.subscibeRangeInput {
	width: 80%;
	margin: 0 auto;
    position: relative;
}

.subscibeRangeInput .subscibeRange {	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 1000;
	width: 100%;
	height: 20px;
	background: #fff;
	outline: none;
	border-radius: 100px;
	display: block;   
}
 

.subscibeRangeInput .subscibeRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 30px;
	height: 30px;
	background-image: url(../images/icon/rangeIcon.png);
	cursor: pointer;
	border-radius: 100%;
	border: 0;
	position: relative;
	background-size: 150%;
	background-position: center;
	background-color: #fff;
	box-shadow: 0 0 5px #a6a3a3de;
}

.subscibeRangeInput .subscibeRange::-moz-range-thumb {
    -moz-appearance: none;
	width: 30px;
	height: 30px;
	background-image: url(../images/icon/rangeIcon.png);
	cursor: pointer;
	border-radius: 100%;
	border: 0;
	position: relative;
	background-size: 150%;
	background-position: center;
	background-color: #fff; 
    z-index: 5000;
	box-shadow: 0 0 5px #a6a3a3de;
}
 
.rangeValue {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #ffd201;
	border-radius: 100px;
}

.tabBilling h3 {
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .5px;
	text-shadow: 0 0 3px #000;
}

.tabBillingTab {
	margin-top: 30px;
	margin-bottom: 50px;
}

.tabBillingTab ul {
	justify-content: center;
}

.tabBillingTab ul .nav-item a.nav-link {
	background-color: #fff;
	margin: 0 5px;
	border-radius: 0;
	color: #000;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 50px;
}

.tabBillingTab ul li.nav-item:first-child a.nav-link {
	border-radius: 100px 0px 0px 100px;
}

.tabBillingTab ul li.nav-item:last-child a.nav-link {
	border-radius: 0px 100px 100px 0px;
}

.tabBillingTab ul .nav-item a.nav-link span {
	color: #19c602;
	display: inline-block;
	margin-left: 10px;
}
   
.tabBillingTab ul .nav-item a.nav-link.active {
	background-color: #ffd201;
}

.planMain {
	padding: 20px;
    padding-top: 50px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 10px #e8e8e8;
    text-align: center;    
    height: 100%;
}

.planMain .planInfo {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.planMain .planInfo h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}

.planMain .planInfo h6 {
	font-size: 14px;
	font-weight: 500;
	color: #777;
	line-height: 25px;
	margin-bottom: 20px;
}

.planMain .planInfo .planPriceMain {
	margin-bottom: 20px;
}

.planMain .planInfo .planPriceMain .price {
	font-size: 36px;
	font-weight: 600;
}

.planMain .planInfo .planPriceMain .price sup {
	font-size: 24px;
	font-weight: 600;
	top: -15px;
}

.planMain .planInfo .planPriceMain sub {
	font-size: 16px;
	color: #777;
	margin-left: 5px;
	font-weight: 500;
}

.planMain .planInfo .planBtn {
	margin-bottom: 20px;
}

.planMain .planInfo .planBtn.FreeBtn a {
	display: block;
	border: 2px solid #00b1be;
    background-color: #fff;
	padding: 7px;
	border-radius: 100px;
	color: #00b1be;
	font-weight: 600;
}

.planMain .planInfo .planBtn a {
	display: block;
	border: 2px solid #ffd201;    
	padding: 7px;
	border-radius: 100px;
	color: #000;
    background-color: #ffd201;
	font-weight: 600;
}

.planMain .planInfo h5 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.planMain .planFeatures {
	text-align: left;
}

.planMain .planFeatures h4 {
	font-size: 14px;
	font-weight: 600;
	color: #777;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

.planMain .planFeatures ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.planMain .planFeatures ul li {
	padding-left: 25px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 7px 0;
	position: relative;
}
.planMain .planFeatures ul li::before {
	content: '';
	position: absolute;
	background-image: url(../images/icon/check.png);
	left: 0;
	width: 16px;
	height: 15px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 3px;
	background-position: center;
}

.planMain.popularPlan {
	border: 5px solid #ffd201;
    position: relative;
}

.planMain.popularPlan .popularPlanLabel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffd201;
	padding: 3px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
	text-transform: uppercase;
}

.testimonialsSection {
	padding-bottom: 100px;
}

#testimonialSlider .tsMain .clientImg {
	margin-bottom: 30px;
}

#testimonialSlider .tsMain .clientImg img {
	width: 156px;
	height: 156px;
	border-radius: 100%;
	display: block;
	margin: 0 auto;
	border: 3px solid #a9dae7;
}

#testimonialSlider .tsMain .review {
	font-size: 18px;
	font-weight: 500;
	color: #777;
	text-indent: 50px;
	line-height: 30px;
    position: relative;
    margin-bottom: 20px;
    font-style: italic;
}

#testimonialSlider .tsMain .review::before {
	content: '\f10d';
	font-family: FontAwesome;
	color: #a9dae7;
	position: absolute;
	left: -50px;
	top: -10px;
	font-size: 24px;
}

#testimonialSlider .tsMain .clientInfo h5 {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

#testimonialSlider .tsMain .clientInfo h6 {
	font-size: 15px;
	font-weight: 600;
	color: #777;
	margin: 0;
}

.CTASection {
	padding: 70px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.CTASection::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #262f43;
	opacity: 0.9;
}

.CTASection .ctaBox {
	color: #fff;
	padding-left: 10px;
	border-left: 5px solid #ffd201;
	margin: 25px 0;
}

.CTASection .ctaBox h2 {
	font-size: 36px;
	font-weight: 700;
}

.CTASection .ctaBox h5 {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.5px;
	margin: 0;
}

.CTASection .ctaText h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}

.CTASection .ctaText h2 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.FooterSection {
	padding-top: 70px;
    padding-bottom: 50px;
}

.FooterSection .logoAbout .logoImg {
	margin-bottom: 20px;
}

.FooterSection .logoAbout h5 {
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	color: #777;
	letter-spacing: .5px;
	margin: 0;
}

.FooterSection .footerMenu h3 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}

.FooterSection .footerMenu ul {
	padding: 0;
	margin: 0;
	list-style: none; 
}

.FooterSection .footerMenu ul li a {
	color: #777;
	font-size: 15px;
	display: block;
	padding: 3px 0;
}

.FooterBarSection {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

.FooterBarSection .fbsMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.FooterBarSection .fbsMenu ul li {
	margin-right: 20px;
}

.FooterBarSection .fbsMenu ul li a {
	display: block;
	font-size: 13px;
	color: #777;
}

.FooterBarSection .socialCopy {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}

.FooterBarSection .socialCopy .socialLink ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;	
	flex-wrap: wrap;
    justify-content: right;
}

.FooterBarSection .socialCopy .socialLink ul li {
	margin-right: 20px;
}

.FooterBarSection .socialCopy .socialLink ul li a {
	display: block;
	color: #00b1be;
	font-size: 16px;
}

.FooterBarSection .socialCopy .socialLink {
	flex-basis: 0;
	flex-grow: 1;
}

.FooterBarSection .socialCopy .copyright {
	font-size: 13px;
	color: #777;
	font-weight: 600;
	flex-basis: 0;
	flex-grow: 1;
    text-align: right;
}

.breadcrumbSection {
	padding: 100px 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.breadcrumbSection::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #00838f;
	background: -moz-linear-gradient(bottom, #00838f 0%, #05b7c7 100%);
	background: -webkit-linear-gradient(bottom, #00838f 0%,#05b7c7 100%);
	background: linear-gradient(to top, #00838f 0%,#05b7c7 100%);
	opacity: 0.7;
}

.breadcrumbSection .breadcrumbSectionContent {
	text-align: center;
}

.breadcrumbSection .breadcrumbSectionContent h1 {
	font-size: 42px;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
    color: #fff;
}

.breadcrumbSection .breadcrumbSectionContent p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.5px;
	text-shadow: 0 0 3px #ddd;
}

.ContactSection {
	padding: 100px 0;
}

.ContactSection .ContactInfoBox {
	padding: 50px 20px;
	border-right: 1px solid #ddd;
}

.ContactSection .ContactInfoBox.br-0 {
    border-right: 0;
}

.ContactSection .ContactInfoBox .CIImg {
	text-align: center;
	margin-bottom: 20px;
}

.ContactSection .ContactInfoBox h4 {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 20px;
}

.ContactSection .ContactInfoBox h6 {
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	color: #777;
	line-height: 1;
	margin-bottom: 0;
	line-height: 25px;
}

.ContactFormSection {
	padding-bottom: 70px;
}

.ContactFormSection .cForm .inputField {
    margin-bottom: 20px
}

.ContactFormSection .cForm .inputField label {
	display: block;
	font-size: 14px;
	color: #000;
    font-weight: 600;
	margin-bottom: 10px;
}

.ContactFormSection .cForm .inputField select,
.ContactFormSection .cForm .inputField input,
.ContactFormSection .cForm .inputField textarea {
	width: 100%;
	padding: 13px;
	border-radius: 5px;
	border: 1px solid #ddd; 
}

.ContactFormSection .cForm .inputField textarea { 
    resize: none;
    height: 200px;
}

.ContactFormSection .cForm .inputField input[type="submit"] {
	width: auto;
	display: block;
	margin: 0 auto;
	padding: 10px 50px;
	border-radius: 100px;
	border: 0;
	background-color: #ffd302;
	font-size: 16px;
	font-weight: 600;
}

.FaqSection {
	padding-bottom: 70px;
}

.FaqSection .card {
	border: 0 !important;
	margin: 20px 0;
	background-color: #fff;
	box-shadow: 0 0 50px #f0f0f0;
	border-radius: 10px !important;
}

.FaqSection .card-header {
	padding: 0;
	border: 0;
	border-radius: 10px !important;
	background-color: #fff;
}

.FaqSection .card-header button {
	padding: 20px;
    background-color: #fff;
	padding-left: 50px;
	position: relative;
	width: 100%;
	text-align: left;
	font-size: 18px;
    border-radius: 10px;
	color: #000;
	font-weight: 500;
}

.FaqSection .card-header button.collapsed {
    background-color: #e2f4f8;
    position: relative;
}

.FaqSection .card-header button.collapsed::before {
	content: '\f067';
	font-family: FontAwesome;
	position: absolute;
	left: 14px;
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	border: 2px solid #1bde98;
	border-radius: 100%;
	color: #1bde98;
    background-color: #fff;
	top: 20px;
}

.FaqSection .card-header button::before {
	content: '\f068';
	font-family: FontAwesome;
	position: absolute;
	left: 14px;
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	border: 2px solid #1bde98;
	border-radius: 100%;
	color: #fff;
    background-color: #1bde98;
	top: 20px;
}

.featuresPSection {
	padding: 100px 0;
}

.featuresPSection .featurePBox {
	border: 1px solid #04b0bf;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}

.featuresPSection .featurePBox .fbPImg {
	width: 80px;
}

.featuresPSection .featurePBox .fbPImg img {
	width: 70px;
}

.featuresPSection .featurePBox .fbPInfo {
	width: calc(100% - 100px);
    padding-left: 20px;
}

.featuresPSection .featurePBox .fbPInfo h4 {
	font-size: 20px;
	font-weight: 600;
	color: #00838f;
	letter-spacing: 1px;
}

.featuresPSection .featurePBox .fbPInfo h6 {
	font-size: 16px;
	font-weight: 500;
	color: #777;
	line-height: 25px;
	margin: 0;
}

.LoginSection {
	height: 100vh;
}

.loginLeft {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.loginLeft::before { 
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
    background: #00838f;
	background: -moz-linear-gradient(bottom, #00838f 0%, #05b7c7 100%);
	background: -webkit-linear-gradient(bottom, #00838f 0%,#05b7c7 100%);
	background: linear-gradient(to top, #00838f 0%,#05b7c7 100%);
	opacity: 0.7;
}

.loginLeft .loginContent {
	z-index: 1;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}

.loginLeft .loginContent h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	margin-bottom: 20px;
}

.loginLeft .loginContent h5 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 25px;
	text-shadow: 0 0 6px #ddd;
}

.loginLeft .loginContent .LoginBtn {
	text-align: center;
	margin-top: 100px;
}

.loginLeft .loginContent .LoginBtn a {
	display: inline-block;
	padding: 10px 30px;
	background-color: #ffd302;
	border-radius: 100px;
	font-weight: 600;
	letter-spacing: .5px;
	color: #000;
}

.loginForm {
	height: 100%;
	padding: 0 100px;
    overflow: auto;
}

.loginForm .LFLogo {
	text-align: center;
	margin: 50px 0;
}

.loginForm .LFForm {
	margin-bottom: 50px;
}

.loginForm .LFForm h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}

.loginForm .LFForm .inputField label {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
}

.loginForm .LFForm .inputField input {
	width: 100%;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 600;
}

.loginForm .LFForm .inputField {
	margin-bottom: 20px;
}

.loginForm .LFForm .rememberPassword {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.loginForm .LFForm .rememberPassword.TCSignUp {
	display: block;
}

.loginForm .LFForm .rememberPassword .rememberLogin label {
	display: block;
	margin: 0;
	cursor: pointer;
    position: relative;
}

.loginForm .LFForm .rememberPassword .rememberLogin label input {
	position: absolute;
	opacity: 0;
}

.loginForm .LFForm .rememberPassword .rememberLogin label span {
	display: block;
	padding-left: 30px;
	position: relative;
	user-select: none;
	font-size: 14px;
	font-weight: 600;
}

.loginForm .LFForm .rememberPassword .rememberLogin label span::before {
	content: '';
	position: absolute;
	left: 3px;
	top: 2px;
	width: 20px;
	height: 20px;
	background-color: #e7ecef;
	border-radius: 3px;
}

.loginForm .LFForm .rememberPassword .rememberLogin label input:checked + span::before {
	content: '\f00c';
	font-family: FontAwesome;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}

.loginForm .LFForm .rememberPassword.TCSignUp .rememberLogin label input:checked + span::before { 
    background-color: #ffd302;
    color: #fff;
}

.loginForm .LFForm .rememberPassword .passRec a {
	color: #4d7cfe;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
}

.loginForm .LFForm .inputField input[type="submit"] {
	border-radius: 0;
	border: ;
	border: 0;
	background-color: #ffd302;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.loginForm .LFForm .LFDivider {
	position: relative;
	text-align: center;
    margin-bottom: 20px;
}

.loginForm .LFForm .LFDivider::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #ddd;
	border-radius: 10px;
	top: 50%;
	margin-top: -1px;
}

.loginForm .LFForm .LFDivider span {
	display: inline-block;
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding: 0 5px;
	font-weight: 600;
	color: #777;
	font-size: 14px;
}

.loginForm .LFForm .LoginWith {
	display: flex; 
	flex-wrap: wrap;
    margin-bottom: 20px;
}

.loginForm .LFForm .LoginWith .LoginWithFacebook {
	flex-basis: 0;
	flex-grow: 1;
    padding-right: 10px;
}

.loginForm .LFForm .LoginWith .LoginWithGmail {
	flex-basis: 0;
	flex-grow: 1;
    padding-left: 10px;
}

.loginForm .LFForm .LoginWith .LoginWithFacebook a,
.loginForm .LFForm .LoginWith .LoginWithGmail a {
	display: block;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .5px;
	border-radius: 5px;
    color: #fff;
}

.loginForm .LFForm .LoginWith .LoginWithFacebook a {
	background-color: #34599d;
}

.loginForm .LFForm .LoginWith .LoginWithGmail a {
	background-color: #ea4235;
}

.loginForm .LFForm .signupLink {
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #777;
	letter-spacing: .5px;
	margin-bottom: 20px;
}

.loginForm .LFForm .signupLink a {
	color: #4d7cfe;
	display: inline-block;
	margin-left: 20px;
}

.SignUpStep {
	position: relative;
	padding-bottom: 1px;
	margin-bottom: 30px;
	margin-top: 70px;
	height: 2px;
	background-color: #ddd;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.SignUpStep::before,
.SignUpStep::after {
	content: '';
	position: absolute;	
	width: 15px;
	height: 15px;
	top: -7.2px;
	border-radius: 100%;
	background-color: #ddd;
	border: 2px solid #ddd;
}

.SignUpStep::before {	
	left: 0;	
}

.SignUpStep::after { 
	right: 0; 
}

.SignUpStep.acDetailActive::before,
.SignUpStep.activeBillDetail::after {
    background-color: #00b1be;
}

.SignUpStep .acDetails {
	position: absolute;
	top: -40px;
	left: -50px;
	font-size: 14px;
	font-weight: 600;
	color: #00b1be;
	user-select: none;
}

.SignUpStep .billDetails {
	position: absolute;
	top: -40px;
	right: -50px;
	font-size: 14px;
	font-weight: 600;
	color: #777;
	user-select: none;
}

.BillingInformationTwo {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.BillingInformationTwo .inputField {
	width: 48%;
    margin-bottom: 0 !important;
}