@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body,
html,
* {
	font-family: 'Roboto', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	color: #454545;
}

body {
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 50px;
	line-height: 55px;
	color: #fff;
	font-weight: 700;
}

h3 {
	color: #fff;
	font-weight: 300;
	font-size: 35px;
}

h5 {
	font-size: 24px;
	font-weight: 400;
	color: #454545;
	line-height: 33px;
	margin-bottom: 2vw;
}

p,
li {
	font-size: 18px;
	font-weight: 400;
	color: #454545;
}

ul {
	margin: 0;
	list-style: none;
}

a {
	color: #454545;
	font-weight: bold;
}

.blue {
	color: #00313D;
}

a:hover {
	color: #00313D;
	text-decoration: none;
}

.blue-bg {
	background: #00313D;
}

.text-white {
	color: #fff !important;
}

.alinc {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-primary {
	background: #002A4E;
	border: 1px solid #002A4E;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	outline: none;
}

	.btn-primary:hover {
		background: #002A4E;
		color: #002A4E;
	}

/* ----------- start navbar css ---------- */
nav.navbar {
	margin: 0;
	padding: 0;
}

nav.navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div#navbarNav {
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 52%;
	height: 100%;
	min-height: 100vh;
	right: 0;
	z-index: 999;
}

nav.navbar ul li.nav-item a,
nav.navbar ul li.nav-item a span {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

nav.navbar ul li.nav-item a i {
	color: #002A4E;
	font-size: 25px;
}

nav.navbar ul li.nav-item {
	position: relative;
	margin-right: 25px;
}

nav.navbar ul li.nav-item:before {
	content: "";
	height: 2px;
	width: 30px;
	background: #002A4E;
	position: absolute;
	top: 50%;
	right: -30px;
}

nav.navbar ul li.nav-item a {
	border: 2px solid #002A4E;
	padding: 4px 10px;
	margin: 10px 3px;
	width: 45px;
	position: relative;
	margin-left: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	height: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

nav.navbar ul li.nav-item a.active {
	width: auto;
	background: #002A4E;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

nav.navbar ul li.nav-item a:hover {
	background: #002A4E;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

nav.navbar ul li.nav-item a.active img,
nav.navbar ul li.nav-item a:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

nav.navbar ul li.nav-item a.active i,
nav.navbar ul li.nav-item a:hover i {
	color: #fff;
}

nav.navbar ul li.nav-item a.nav-link span {
	padding-left: 5px;
	display: none;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

nav.navbar ul li.nav-item a.nav-link.active span {
	display: block;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

nav.navbar ul li.nav-item img {
	max-width: 22px;
}

nav.navbar ul li.nav-item a i {
	font-size: 24px;
}


nav.navbar ul.white-link a.nav-link {
	border: 2px solid #fff;
}

nav.navbar ul.white-link a.nav-link i {
	color: #fff;
}

nav.navbar ul.white-link a.nav-link img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

nav.navbar ul.white-link li.nav-item:before {
	background: #FFF;
}

.tooltip-inner {
	font-size: 12px;
	background-color: #454545;
}

.tooltip .arrow {
	color: #002A4E;
}


/* ---------- end navbar css --------- */

/* ================= main css =========== */
.heading-tab h2 {
	color: #00313D;
	font-weight: 700;
	font-size: 42px;
	margin: 0;
	text-align: center;
}

.tab-content h6,
.tab-content h6 span {
	font-size: 24px;
	font-weight: 400;
	color: #454545;
	margin: 0;
	line-height: 40px;
}

.tab-content h6 span a {
	font-size: 24px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.grey-bg {
	background: #f5f5f5;
}

.logos {
	background: #fff;
	padding: 9px;
	border-bottom: 1px solid #D8D8D8;
	width: 100%;
	z-index: 999;
	position: static;
	top: 0;
	-webkit-transition: position 0.4s ease-in-out;
	transition: position 0.4s ease-in-out;
	display: none;
}

.logos.stick {
	position: fixed;
	-webkit-transition: position 0.4s ease-in-out;
	transition: position 0.4s ease-in-out;
	display: block;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.logo_item {
	margin: 0;
    display: flex;
	align-items: flex-end;	
	list-style: none;
	text-align: center;
	justify-content: center;
}

.logo_item li {
	display: flex;
	padding: 0 15px;
	vertical-align: bottom;
}
ul.logo_item li.sticky_logobanner {
    margin: 0;
}
.logo_item li:first-child {
	position: relative;
	padding-right: 20px;
}

.logo_item li:first-child:after {
	content: "";
	position: absolute;
	right: -1px;
	top: 5px;
	bottom: 3px;
	width: 1px;
	background: #d8d8d8;
}

.logo_item li img {
	width: 100%;
	padding: 0 20px;
}

.heading-tab {
	margin-bottom: 70px;
}
.logo_item li .txt-hover {
    color: #454545;
    font-size: 11px;
    left: auto;
    top: 18px;
}
.logo_item li .txt-hover span {
    color: #454545;
    font-size: 11px;
}
.logo_item li.img-hover:hover .txt-hover {
    border-bottom: 1px solid #454545;
}
.sticky-header .hover-effect:hover ~ .txt-hover {
    border-bottom: 1px solid #454545;
}

/* ============ tab section ========= */
section.tab_setion {
	padding: 125px 0;
}

.service-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	background-color: #fff;
}

.nav.nav-tabs {
	float: left;
	display: block;
	border-bottom: 0;
	background: #f5f5f5;
}

ul.nav.nav-tabs li.nav-item a.nav-link {
	border: 1px solid #E0E0E0;
	border-radius: 0;
	padding: 45px 30px;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	max-width: 320px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	min-width: 290px;
}

ul.nav.nav-tabs li.nav-item a.nav-link span {
	color: rgba(0, 49, 61, 0.5);
	font-size: 18px;
	font-weight: 400;
}

ul.nav.nav-tabs li.nav-item a.nav-link.active {
	border: 0;
	background:#002A4E;
	color: #fff;
	font-weight: 700;
}

ul.nav.nav-tabs li.nav-item a.nav-link.active span {
	color: #fff;
	font-weight: 700;
}

ul.nav.nav-tabs li.nav-item a.nav-link img {
	margin-right: 20px;
	max-width: 60px;
}

ul.nav.nav-tabs li.nav-item a.nav-link.active img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.tab-content {
	width: 100%;
	padding: 0 60px;
	margin: auto;
}

.sub-tab {
	min-height: 400px;
	padding: 10px 10px;
}

div#profile {
	min-height: 500px;
}

div#settings {
	min-height: 580px;
	padding: 20px 0 0;
}

.sub-tab .tab {
	overflow: hidden;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 60px;
}

.tab.tab_width {
	max-width: 50%;
}

.sub-tab .tab:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100%;
	background: #c7c7c7;
	z-index: 0;
}

.demo2,
.servicedemo,
.clientdemo {
	display: none;
}

.demo2.active,
.servicedemo.active,
.clientdemo.active {
	display: block;
}

.sub-tab .tab button {
	background: #C7C7C7;
	color: #fff;
	border: 0;
	padding: 0 14px;
	height: 40px;
	font-size: 24px;
	font-weight: 600;
	outline: none;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sub-tab .tab button.active {
	background: #00313D;
}

.send_mail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 690px;
	margin: 0 auto;
}

.tab-content ul {
	margin: 0;
	list-style: none;
	margin-top: 30px;
}

.tab-content ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 32px;
	display: block;
}

	.tab-content ul li:before {
		content: "";
		background-image: url(../images/arrow.png);
		width: 15px;
		height: 100%;
		position: absolute;
		top: 8px;
		left: 0;
		background-repeat: no-repeat;
		background-size: contain;
	}

.send_mail img {
	margin-right: 18px;
}

.tab-content h6 span {
	background: #002A4E;
	color: #fff;
	font-weight: 600;
	padding: 4px 10px;
}

.service_demo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service_demo ul {
	margin: 0;
}

.service_demo img {
	border: 2px dashed #002A4E;
	padding: 8px;
}

.service_demo ul li img {
	border: 0;
	padding: 0;
}

.service_demo li {
	display: inline-block;
	padding-right: 20px;
}

.images img {
	margin-bottom: 20px;
	display: block;
}

img.line1 {
	position: absolute;
	top: -20px;
	padding-left: 15px !important;
}

img.line3 {
	position: relative;
	top: 22px;
	padding-left: 15px !important;
}

.serviceicon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

.serviceicon img {
	max-width: 60px;
	margin-right: 15px;
}

.service_demo.pdl {
	padding-left: 4vw;
}

img.lineshape11 {
	position: absolute;
	margin-top: 7px;
	margin-left: 10px;
}

img.lineshape1 {
	position: absolute;
	margin-top: 13px;
	margin-left: 5px;
	max-width: 260px;
}

.clientdemo ul li {
	margin-bottom: 6px;
	position: relative;
	padding-left: 32px;
	display: block;
	max-width: 500px;
	margin-right: 4vw;
}

img.lineshape2 {
	position: absolute;
	top: 40px;
	margin-left: 15px;
}

img.lineshape5 {
	position: absolute;
	max-width: 200px;
	margin-top: 6px;
	margin-left: 10px;
}

/* ================== banner css =================== */

section.banner {
	background-image: url(../images/banner.png);
	padding-bottom: 8vh;
	background-size: cover;
	background-position: center bottom;
}

section.banner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	margin: 0;
	list-style: none;
	padding: 2vw 0 3vw;
	z-index: 99;
	position: relative;
}
ul.main-hover li {
    display: flex;
	align-items: flex-end;
	position: relative;
}
li.sticky_logobanner {
    margin-left: 60px;
}

section.banner ul img {
	width: 100%;
	padding: 10px 20px;
}
.hover-content {
	position: absolute;
	background: #002A4E;
	max-width: 300px;
	padding: 20px;
	margin-top: 10px;
	margin-left: 3%;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	display: none;
}

.hover-content p {
	margin: 0;
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.hover-content:before {
	content: '';
	position: absolute;
	top: -12px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 12px solid #002A4E;
	left: 30px;
}
.txt-hover {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    margin: 0;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: -15px;
}

.txt-hover span {
	display: none;
	color: #fff;
	font-size: 12px;
	padding-right: 3px;
}
.hover-effect:hover .hover-content {
	opacity: 1;
	display: block;
}

/* .hover-effect:hover ~ .txt-hover {
	border-bottom: 1px solid #fff;
}

.hover-effect:hover ~ .txt-hover span {
	display: block;
} */


/* ================ */
.banner-text p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin-top: 0rem;
	margin-bottom: 0;
	max-width: 850px;
}

/* end/ */
section.guide-line {
	padding: 145px 0 80px;
}

.guideline_bg {
	background-image: url(../images/guide/guideline.svg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: contain;
}

.guideline_bg .heading-tab {
	position: relative;
	top: -20px;
}

.guide {
	position: relative;
	top: -15px;
}

.guide ul {
	display: block;
	margin: 0;
	list-style: none;
	text-align: center;
}

.guide ul li {
	display: inline-block;
	width: 24%;
	vertical-align: text-top;
	margin-bottom: 55px;
}

.img-guide {
	background: #fff;
	border: 1px solid #E0E0E0;
	-webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	width: 110px;
	margin: 0 auto;
	height: 110px;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* .img-guide img {
    max-width: 40px;
} */
.guide ul li p {
	font-size: 18px;
	font-weight: bold;
	color: #141414;
	max-width: 250px;
	margin: 0 auto;
	margin-bottom: 1rem;
	opacity: 0.5;
}

.guide ul li:hover .img-guide {
	-webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.guide ul li:hover p {
	opacity: 1;
}

section#video {
	background: #002A4E;
	padding: 125px 0;
}

.video.vimeo-wrapper {
	background-image: url(../images/lapi.png);
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 630px;
	background-position: center;
	position: relative;
	text-align: center;
}

.vimeo-wrapper iframe {
	height: 450px;
	min-width: 700px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 2.5em;
}

#video .heading-tab h2 {
	color: #00313D;
}

.account-help {
	background: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border: 1px solid #E0E0E0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 70px;
}

.account-help img {
	max-height: 200px;
}

.helpdesk h5 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}

.helpdesk p {
	font-size: 24px;
	margin: 0;
	line-height: 32px;
	color: #000;
}

.helpdesk {
	border-right: 2px solid #D8D8D8;
}

.call-team a {
	padding-left: 20px;
	font-size: 36px;
	color: #00313D;
	font-weight: 700;
}

.call-team i {
	color: #002A4E;
	font-size: 50px;
}

.call-team .callicon{
	max-width: 50px !important;
}
.section {
	padding: 120px 0;
}

.account-person {
	background: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.user-name {
	padding: 20px;
	text-align: center;
}

.user-name h6 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 0;
}

.user-name p {
	margin: 0;
	font-size: 18px;
	color: #000;
}

.section img {
	max-width: 100%;
}

.row.user .col-md-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.service-txt {
	font-size: 20px;
	text-align: center;
	/* font-weight: 600; */
	max-width: 83%;
	margin: 0 auto;
}

.number-service h3 {
	color: #00313D;
	font-size: 50px;
	border-bottom: 4px solid #002A4E;
	font-weight: bold;
	width: 58px;
	margin: 0 auto;
	margin-bottom: 3.5vw;
}

.number-service {
	margin-top: 3.5vw;
	position: relative;
}

.number-service img {
    max-height: 100px;
	margin-bottom: 1.5vw;
}

.number-service p {
	color: #000;
	max-width: 285px;
	margin: 0 auto;
}

	.number-service:after {
		content: "";
		background-image: url(../images/account/sline.png);
		width: 100%;
		height: 15px;
		position: absolute;
		background-repeat: no-repeat;
		max-width: 200px;
		top: 10rem;
		right: -35%;
	}

.schedule .col-md-4:last-child .number-service::after {
	display: none;
}

.process {
	max-width: 1028px;
	margin: 0 auto;
	margin-top: 5vw;
}

.process-text {
	max-width: 600px;
}

.process-text h6,
.process-text h6 b {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 1.75vw;
	line-height: 1.75rem;
}

.process-text h6 b {
	font-weight: bold;
}

ul.processul li {
	color: #fff;
	position: relative;
	padding-left: 30px;
}

	ul.processul li::before {
		content: "";
		background-image: url(../images/process/arrow.png);
		background-repeat: no-repeat;
		position: absolute;
		width: 20px;
		height: 20px;
		top: 3px;
		left: 0;
	}

.s-shape1 {
	position: relative;
	top: 15px;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	left: 45%;
	margin-bottom: 30px;
}

.process .row:nth-child(2) .process-img {
	text-align: right;
	margin-right: 20%;
}

img.s-shape2 {
	position: relative;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	left: 20%;
	top: 0;
}

.proces_images {
	margin-left: 10%;
}

.proces_images img:last-child {
	position: relative;
	top: 15px;
}

.tool-text {
	max-width: 560px;
}

.tool-text p {
	margin-bottom: 2vw;
}

.tools .row:first-child {
	margin-bottom: 10vw;
}

.tool-text ul li {
	margin-bottom: 2.5vw;
	padding-left: 35px;
	position: relative;
}
.tool-text ul li a {
    font-weight: 400;
}
.tool-text ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	background: #00313D;
	position: absolute;
	left: 0;
	top: 6px;
}

/* ==== faq === */
.faq {
	background: #002A4E;
}

.faq .panel-heading h4.panel-title a {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	display: block;
}

.faq .panel-heading h4.panel-title {
	margin: 0;
}

.faq .panel {
	border-bottom: 1px solid #979797;
	padding: 25px 0;
	margin: 0;
}

div#accordion {
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 3vw;
}

.faq .panel .panel-body ul li {
	color: rgba(255, 255, 255, 0.7);
	margin-top: 20px;
	padding-left: 30px;
	position: relative;
}

.faq .panel .panel-body ul li u,
.faq .panel .panel-body ul li strong,
.faq .panel .panel-body ul li a {
	color: rgba(255, 255, 255, 0.7);
}

.faq .panel .panel-body ul li strong {
	font-weight: bold;
}

.faq .panel .panel-body ul li:before {
	content: "";
	height: 10px;
	width: 10px;
	background: #002A4E;
	position: absolute;
	left: 0;
	top: 5px;
}

.panel-body,
.panel-body p {
	color: rgba(255, 255, 255, 0.7);
	padding-top: 20px;
}

.faq .panel:last-child {
	border: 0;
}

a.collapse-in {
	position: relative;
	width: 100%;
	padding-right: 20px;
}

a.collapse-in:after {
	content: "\f374";
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	position: absolute;
	right: 0;
	top: 3px;
}

a.collapse-in.collapsed:after {
	content: "\f415";
}

.logo2 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #ccc;
	
}

.try-btn {
	background-color: #002A4E !important;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize !important;
	font-size: 18px !important;
	color: #00313D !important;
	border-radius: 0;
	line-height: 12px !important;
	padding: 8px 20px;
}

#video-a.videolink {
	background-color: #fff !important;
}

#video-i.videolink {
	color: #002A4E !important;
}

#video-s.videolink {
	color: #002A4E !important;
}

.bulletcls {
	width: 15px;
	margin-right: 20px;
}

.divpart {
	display:flex;
}

.divtop {
	margin-top: 15px;
}

.img-m4 {
	padding: 8px;
	border: 2px dashed #002A4E;
	margin-left: 80px;
}
.mac3 {
	padding: 8px;
	border: 2px dashed #002A4E;
}

.line4 {
	margin-left: 10px;
	margin-right: 10px;
}
.line2 {
	margin-left: 10px;
	margin-right: 8px;
}