@charset "utf-8";
/* CSS 'What is CRM' Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

.fullLayout {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.text-center {text-align: center}
.text-left {text-align: left}
.text-right {text-align: right}
.text-justify {text-align: justify}

.d-block {display: block}
.d-inline-block {display: inline-block}
.d-none {display: none}
.d-inline {display: inline}

.p-0 {padding: 0px}
.pt-10{padding-top:10px}
.pt-0 {padding-top: 0px!important}
.pr-10{padding-right:10px}
.pb-10{padding-bottom:10px}
.pl-10{padding-left:10px}
.pt-20{padding-top:20px}
.pr-20{padding-right:20px}
.pb-20{padding-bottom:20px}
.pl-20{padding-left:20px}
.pt-30{padding-top:30px}
.pr-30{padding-right:30px}
.pb-30{padding-bottom:30px}
.pl-30{padding-left:30px}

.m-0 {margin: 0px}
.mt-0 {margin-top: 0px!important}
.mt-10{margin-top:10px}
.mr-10{margin-right:10px}
.mb-10{margin-bottom:10px}
.ml-10{margin-left:10px}
.mt-20{margin-top:20px}
.mr-20{margin-right:20px}
.mb-20{margin-bottom:20px}
.ml-20{margin-left:20px}
.mt-30{margin-top:30px}
.mr-30{margin-right:30px}
.mb-30{margin-bottom:30px}
.ml-30{margin-left:30px}

h1 {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 15px;
}
h2 {
    color: #555;
    font-size: 30px;
	font-weight: 400;
    margin-bottom: 50px;
    padding-bottom: 0px;
    line-height: normal;
}
h3 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: normal;
}
h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: normal;
}
h5 {
    border-bottom: 1px dashed #ccc;
    color: #000;
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 50px;
	line-height: normal;
}

p {
	margin: 0 0 1em 0;
	text-align: justify;
}

b, optgroup, strong {
    font-weight: 600;
}

.feature-image img {
	border: solid #dbdbdb 1px;
}
.chapter-image img {
	background-color: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	border: solid #dbdbdb 1px;
	margin: 15px 0;
}

.heading {
	color: #555;
	font-size: 18px;
    font-weight: 500;
}

ul.listing {
    margin: 0 0 20px 20px;
}
ul.listing li {
	color: #555;
    font-size: 17px;
    line-height: 1.7em;
    letter-spacing: .3px;
	list-style-type: circle;
    margin: 0 0 1em;
    padding: 0;
	text-align: justify;
}


.layout-section {
	overflow: hidden;
	padding: 70px 0;
}
.layout-bg {
	background-color: #f2f2f2;
}
.layout-main {
    padding: 70px 0;
}
.layout-left-border {
    border-left: 1px dotted #ccc;
}
.layout-wrapper {
	background-color:#fff;
	border:1px solid #cccccc;
	padding:50px 30px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.left-menu-heading {
	color: #000;
	font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}
.left-menu ul {
    margin: 10px 0 0 20px;
    padding-top: 15px;
}
.left-menu ul li {
    color: #2f99e6;
	font-size: 15px;
    letter-spacing: 0.3px;
    font-weight: 500;
    list-style-type: decimal;
    margin-bottom: 10px;
    line-height: normal;
}
.left-menu ul li a, 
.left-menu ul li a:hover {
	border-bottom: 0px;
	color: #2f99e6;
	font-weight: 500;
	text-decoration: none;
}

.chapter-header {
	color: #fff;
	padding: 50px 20px 25px;
    text-align: center;
	border-radius: 4px;
    box-sizing: border-box;
    position: relative;
}
.chapter-header h2 {
	color: #fff;
	font-size: 28px;
}
.chapter-header .chapter-number {
	box-shadow: 0px 4px 5px 0 rgb(0 0 0 / 30%);
	width: 85px;
    height: 85px;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    line-height: 85px;
    position: absolute;
    top: 0;
    margin-top: -5%;
    left: 50%;
	transform: translate(-50%, -5%);
}
.chapter-header.orange .chapter-number {background: #f0ab36;}
.chapter-header.greenBlue .chapter-number {background: #33ca93;}
.chapter-header.blue .chapter-number {background: #26b2a0;}
.chapter-header.blueGreen .chapter-number {background: #2d71bb;}
.chapter-header.redYellow .chapter-number {background: #f55e52;}
.chapter-header.violet .chapter-number {background: #a73189;}

.chapter-header.orange {
  background-color: #f08f31;
  background: -webkit-gradient(linear, left top, right top, from(#f1d23c), to(#f08f31));
  background: -webkit-linear-gradient(left, #f08f31, #f1d23c);
  background: -moz-linear-gradient(left, #f08f31, #f1d23c);
  background: -ms-linear-gradient(left, #f08f31, #f1d23c);
  background: -o-linear-gradient(left, #f08f31, #f1d23c);
}
.chapter-header.greenBlue {
	background-color: #31cd56;
	background: -webkit-gradient(linear, left top, right top, from(#31cd56), to(#33c7b7));
	background: -webkit-linear-gradient(left, #31cd56, #33c7b7);
	background: -moz-linear-gradient(left, #31cd56, #33c7b7);
	background: -ms-linear-gradient(left, #31cd56, #33c7b7);
	background: -o-linear-gradient(left, #31cd56, #33c7b7);
}
.chapter-header.blue {
  background-color: #059eae;
  background: -webkit-gradient(linear, left top, right top, from(#48c792), to(#059eae));
  background: -webkit-linear-gradient(left, #059eae, #48c792);
  background: -moz-linear-gradient(left, #059eae, #48c792);
  background: -ms-linear-gradient(left, #059eae, #48c792);
  background: -o-linear-gradient(left, #059eae, #48c792);
}
.chapter-header.blueGreen {
  background-color: #112e7a;
  background: -webkit-gradient(linear, left top, right top, from(#3a90d9), to(#112e7a));
  background: -webkit-linear-gradient(left, #112e7a, #3a90d9);
  background: -moz-linear-gradient(left, #112e7a, #3a90d9);
  background: -ms-linear-gradient(left, #112e7a, #3a90d9);
  background: -o-linear-gradient(left, #112e7a, #3a90d9);
}
.chapter-header.redYellow {
  background-color: #ec3a4a;
  background: -webkit-gradient(linear, left top, right top, from(#fe835a), to(#ec3a4a));
  background: -webkit-linear-gradient(left, #ec3a4a, #fe835a);
  background: -moz-linear-gradient(left, #ec3a4a, #fe835a);
  background: -ms-linear-gradient(left, #ec3a4a, #fe835a);
  background: -o-linear-gradient(left, #ec3a4a, #fe835a);
}
.chapter-header.violet {
  background-color: #7e2e87;
  background: -webkit-gradient(linear, left top, right top, from(#c4348b), to(#7e2e87));
  background: -webkit-linear-gradient(left, #7e2e87, #c4348b);
  background: -moz-linear-gradient(left, #7e2e87, #c4348b);
  background: -ms-linear-gradient(left, #7e2e87, #c4348b);
  background: -o-linear-gradient(left, #7e2e87, #c4348b);
}


.signup-header-title {
	color: #8392a0;
    font-size: 15px;
	font-weight: 500;
    text-transform: uppercase;
}
.signup-header-subtitle {
	color: #000;
    font-size: 22px;
	font-weight: 600;
}



@media only screen
and (min-width : 320px)
and (max-width : 767px) {
  
	h1 {font-size: 30px;}
	.layout-wrapper {padding: 50px 0px;}
	.pl-30 {padding-left: 15px;}
	.bgm-wrapper {padding:50px 15px;}
	.layout-left-border {border-left: 0px;}
	.common-inner {padding:0 0 30px 0}
	.left-menu {display:none}
	.layout-section {padding: 30px 0}
	.layout-section .chapter-number {display: none}
	.layout-section .accordion {font-size:15px;padding:16px 5px 16px 30px;position:relative}
	.layout-section .accordion::after {float:left;font-size:15px;height:20px;left:5px;line-height:16px;margin-right:15px;top:18px;position:absolute;width:20px}
	.chapter-header {padding: 25px 20px}
	.chapter-header h2 {font-size: 23px}
  
}
@media only screen
and (min-width : 768px)
and (max-width : 980px) {
  
  .layout-left-border {border-left: 0px;}
  .pl-30 {padding-left: 15px;}
  .left-menu {display:none}
  
  .layout-section .accordion {font-size:15px;padding:16px 5px 16px 30px;position:relative}
  .layout-section .accordion::after {float:left;font-size:15px;height:20px;left:5px;line-height:16px;margin-right:15px;position:absolute;width:20px}
  
}


