*
{
	margin: 0px;
	padding: 0px;
}
@font-face {
  font-family:"Roboto-Black";
  src: url(font-awesome/fonts/Roboto-Black.ttf);
}
@font-face {
  font-family:"Roboto-Medium";
  src: url(font-awesome/fonts/Roboto-Medium.ttf);
}
@font-face {
  font-family:"Roboto-Regular";
  src: url(font-awesome/fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family:"Roboto-Bold";
  src: url(font-awesome/fonts/Roboto-Bold.ttf);
}
@font-face {
  font-family:"Roboto-Italic";
  src: url(font-awesome/fonts/Roboto-Italic.ttf);
}
.header
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.header .logo img
{
	width: 300px;
}
.header .navbar
{
	padding: 0px 0px;
}
.header .navbar-nav
{
	margin-left: auto;
}
.header .navbar-nav .nav-link
{
	color: #000000;
	font-family: "Roboto-Medium";
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
.header .navbar-nav .nav-link:hover
{
	color: #a06bce;
}
.header .navbar-nav .btn-primary
{
	color: #ffffff;
	border-radius: 20px;
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-color:#06017b;
}
.header .navbar-nav .btn-primary:hover
{
	color: #ffffff;
}

/*banner section start*/

.banner
{
	background-image: url(images/banner.png);
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	padding-top: 130px;
	padding-bottom: 200px;
}
.banner .text
{
	text-align: center;
}
.banner .text h2
{
	color: #ffffff;
	font-family: "Roboto-Black";
	font-size: 50px;
	line-height: 60px;
	text-shadow:1.5px 1.5px 1.5px #00009c;
}
.banner .text .h2
{
	line-height: 120px;
}
.banner .image
{
	text-align: center;
	padding-top: 20px;
}
.banner .button
{
	text-align: center;
	padding-top: 30px;
}
.banner .button a
{
	background-color: #ffffff;
	color: #000000;
	border-color: #ffffff;
	font-family: "Roboto-Medium";
	font-size: 15px;
	width: 160px;
	padding: 10px 20px;
	border-radius: 10px;
}

/*banner section end*/


/*connect section start*/

.connect .image
{
	padding-top: 30px;
	padding-bottom: 20px;
}
.connect .text
{
	padding-top: 50px;
}
.connect .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.connect .text .p1
{
	font-family: "Roboto-Regular";
	font-size: 19px;
	color: #363636;
	font-weight: bold;
}
.connect .text .p2
{
	font-family: "Roboto-Regular";
	font-size: 19px;
}
.connect .text1
{
	padding-top: 172px;
}
.connect .text1 h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.connect .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.connect .button a
{
	background-color: #4687fd;
	border-color: #4687fd;
	font-family: "Roboto-Bold";
}
.connect .image1 img
{
	width: 620px;
}

/*connect section end*/

/*speed section start*/

.speed .image
{
	padding-top: 50px;
	padding-bottom: 20px;
}
.speed .img
{
	padding-left: 0px;
}
.speed .text
{
	padding-top: 140px;
}
.speed .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.speed .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.speed .button a
{
	background-color: #4687fd;
	border-color: #4687fd;
	font-family: "Roboto-Bold";
}

/*speed section end*/

/*imimik section start*/

.imimik .text
{
	padding-top: 120px;
}
.imimik .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.imimik .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.imimik .button a
{
	background-color: #4687fd;
	border-color: #4687fd;
	font-family: "Roboto-Bold";
}

/*imimik section end*/

/*about section start*/

.about
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
}
.about .text
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
.about .text h2
{
	font-family: "Roboto-Regular";
	font-size: 25px;
	color: #ffffff;
}
.about .image
{
	text-align: center;
	padding-bottom: 10px;
}
.about .text1 
{
	text-align: center;
}
.about .text1 p
{
	color: #ffffff;
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.about .text2
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.about .text2 h2
{
	font-family: "Roboto-Bold";
	font-size: 25px;
	color: #ffffff;
}
.about .text2 p
{
	font-family: "Roboto-Regular";
	color: #ffffff;
	font-size: 16px;
}

/*about section end*/

/*plan section start*/

.plan
{
	background-color: #f4f4f4;
}
.plan .text
{
	padding-top: 40px;
	padding-bottom: 20px;
}
.plan .p1
{
	background-color: #47484b;
	color: #ffffff;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Roboto-Regular";
	font-size: 16px;
	margin-right: 10px;
}
.plan h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.plan .text1
{
	border: 2px solid #4a86f8;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
	border-radius: 20px;
}
.plan .text1 .button 
{
	text-align: center;
}
.plan .text1 .button a
{
	margin-top: -71px;
	border-radius: 20px;
	background-color: #4886fb;
	border-color: #4886fb;
	font-family: "Roboto-Regular";
}
.plan .text1 .icon img
{
	margin-top: -50px;
}
.plan .text1 .text2
{
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
.plan .text1 .text2 h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #444444;
}
.plan .text1 .text2 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #9a9a9a;
}
.plan .text1 .text2 h3
{
	font-size: 30px;
	font-family: "Roboto-Medium";
	color: #6009ad;
	padding-top: 20px;
}
.plan .text1 hr
{
	border: 1px solid #c7c7c7;
}
.plan .text1 .button1
{
	text-align: center;
}
.plan .text1 .button1 a
{
	background-color: #010179;
	border-color: #010179;
	border-radius: 20px;
	font-family: "Roboto-Regular";
	margin-bottom: -41px;
}
.plan .back
{
	background-color: #ffffff;
	border-radius: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 30px;
}
.plan .back .backtext
{
	text-align: center;
	margin-top: -90px;
}
.plan .back .backtext h2
{
	font-family: "Roboto-Medium";
	font-size: 24px;
	color: #444444;
}
.plan .back .backtext p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #9a9a9a;
}
.plan .back .backtext h3
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #6009ad;
}
.plan .back .button1
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.plan .back .button1 a
{
	background-color: #010179;
	border-color: #010179;
	border-radius: 20px;
	font-family: "Roboto-Regular";
	width: 160px;
}
.plan .back hr
{
	border: 1px solid #c7c7c7;
}
.plan .back1
{
	background-color: #ffffff;
	border-radius: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 30px;
}
.plan .back1 .backtext
{
	text-align: center;
	margin-top: -90px;
}
.plan .back1 .backtext h2
{
	font-family: "Roboto-Medium";
	font-size: 24px;
	color: #444444;
}
.plan .back1 .backtext p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #9a9a9a;
}
.plan .back1 .backtext h3
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #6009ad;
}
.plan .back1 .button1
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.plan .back1 .button1 a
{
	background-color: #010179;
	border-color: #010179;
	border-radius: 20px;
	font-family: "Roboto-Regular";
	width: 160px;
}
.plan .back1 hr
{
	border: 1px solid #c7c7c7;
}
.plan .help
{
	text-align: right;
	padding-bottom: 20px;
}
.plan .back .ribbion
{
	position: relative;
	top: -30px;
	text-align: right;
}
.plan .back1 .ribbion
{
	position: relative;
	top: -30px;
	text-align: right;
}

/*plan section end*/


/*footer section start*/

.footer
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
}
.footer .list
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .list ul li
{
	list-style: none;
	display: inline;
}
.footer .list ul li a
{
	font-family: "Roboto-Medium";
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
.footer .list li:after{
	content: "I";
	width: 5px;
	height: 12px;
	padding-right: 30px;
	padding-left: 30px;
	color: #ffffff;
}
.footer .list li.l1:after
{
	display: none;
}

/*footer section end*/


/*footer1 section start*/

.footer1
{
	background-color: #020279;
}
.footer1 .text
{
	padding: 20px;
	padding-bottom: 10px;
}
.footer1 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #ffffff;
}
.footer1 .text1
{
	padding-top: 20px;
	padding-bottom: 10px;
}
.footer1 .text1 ul li
{
	list-style: none;
	display: inline;
	text-align: center;
	margin-right: 35px;
}
.footer1 .text1 ul li a
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

/*footer1 section end*/

/*index page end*/


/*login page start*/


/*login section start*/

.login
{
	background-image: url(images/login.png);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 110px;
}
.login .text
{
	text-align: center;
}
.login .text h2
{
	font-size: 30px;
	font-family: "Roboto-Medium";
	color: #ffffff;
}

/*login section end*/

/*form section start*/

.form .text
{
	background-color: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.form .text .text1 h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.form .text .text1 .h2
{
	border-bottom: 2px solid #010179;
}
.form .form1
{
	padding-top: 30px;
}
.form .form1 form label
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.form .form1 form input
{
	height: 50px;
}
.form .form1 form .forgot
{
	text-align: right;
}
.form .form1 form .forgot a
{
	font-family: "Roboto-Medium";
	font-size: 20px;
	color: #212189;
	text-decoration: none;
}
.form .form1 form .button
{
	padding-bottom: 20px;
} 
.form .form1 form .button input
{
	background-color: #010179;
	border-color: #010179;
	border-radius: 20px;
	font-family: "Roboto-Regular";
	font-size: 20px;
	width: 120px;
}

/*form section end*/

/*login page end*/


/*pricing page start*/

/*price section start*/

.price
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	padding-top: 30px;
	padding-bottom: 30px;
}
.price .back
{
	background-color: #ffffff;
	border-radius: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 40px;
	padding-top: 40px;
}
.price .back .backtext
{
	text-align: center;
}
.price .back .button
{
	text-align: center;
	margin-top: -60px;
}
.price .back .button a
{
	border-radius: 20px;
	font-family: "Roboto-Regular";
}
.price .back .button a:hover
{
	background-color: #007bff;
	border-color: #007bff;
}
.price .back .backtext h2
{
	font-family: "Roboto-Medium";
	font-size: 24px;
	color: #444444;
}
.price .back .backtext p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #9a9a9a;
}
.price .back .backtext h3
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #6009ad;
}
.price .back .button1
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.price .back .button1 a
{
	background-color: #010179;
	border-color: #010179;
	border-radius: 20px;
	font-family: "Roboto-Regular";
	width: 160px;
}
.plan .back hr
{
	border: 1px solid #c7c7c7;
}
.price .back1
{
	background-color: #ffffff;
	border-radius: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 40px;
	padding-top: 40px;
}
.price .back1 .backtext
{
	text-align: center;
}
.price .back1 .backtext h2
{
	font-family: "Roboto-Medium";
	font-size: 24px;
	color: #444444;
}
.price .back1 .backtext p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #9a9a9a;
}
.price .back1 .backtext h3
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #6009ad;
}
.price .back1 .button1
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.price .back1 .button1 a
{
	background-color: #010179;
	border-color: #010179;
	border-radius: 20px;
	font-family: "Roboto-Regular";
	width: 160px;
}
.plan .back1 hr
{
	border: 1px solid #c7c7c7;
}



/*price section end*/

/*all section start*/

.all .text
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
.all .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.all .form
{
	padding-bottom: 30px;
}
.all .form .tick1
{
	float: left;
	margin-right: 5px;
}
.all .form .span1 p
{
	font-family: "Roboto-Regular";
	font-size:15px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.all .form .tick2
{
	float: left;
	margin-right: 5px;
}
.all .form .span2 p
{
	font-family: "Roboto-Regular";
	font-size:15px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.all .form .tick3
{
	float: left;
	margin-right: 5px;
	height: 38px;
}
.all .form .span3 p
{
	font-family: "Roboto-Regular";
	font-size:15px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.all .form .tick4
{
	float: left;
	margin-right: 5px;
}
.all .form .span4 p
{
	font-family: "Roboto-Regular";
	font-size:15px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.all .form .tick5
{
	float: left;
	margin-right: 5px;
}
.all .form .span5 p
{
	font-family: "Roboto-Regular";
	font-size:15px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.all .form .tick6
{
	float: left;
	margin-right: 5px;
}
.all .form .span6 p
{
	font-family: "Roboto-Regular";
	font-size:15px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}


/*all section end*/

/*pay section start*/

.pay .text
{
	background-color: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.pay .text .text1
{
	text-align: center;
}
.pay .text .text1 h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.pay .text .image
{
	text-align: center;
	padding-top: 20px;
}
.pay .text .image img
{
	width: 160px;
	padding: 15px 15px;
	border: 2px solid #afafaf;
	background-color: white;
}

/*pay section end*/

/*device section start*/

.device
{
	padding-top: 50px;
}
.device .image
{
	padding-top: 20px;
	padding-bottom: 60px;
}
.device .text
{
	padding-bottom: 20px;
}
.device .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.device .image1
{
	padding-top: 20px;
	text-align: center;
}
.device .image1 p
{
	font-family: "Roboto-Regular";
	font-size: 17px;
	line-height: 36px;
}
.device .image2
{
	padding-top: 38px;
	text-align: center;
}
.device .image2 p
{
	font-family: "Roboto-Regular";
	font-size: 17px;
	line-height: 75px;
}
.device .image3
{
	padding-top: 20px;
	text-align: center;
}
.device .image3 p
{
	font-family: "Roboto-Regular";
	font-size: 17px;
	line-height: 45px;
}
.device .image4
{
	padding-top: 20px;
	text-align: center;
}
.device .image4 p
{
	font-family: "Roboto-Regular";
	font-size: 17px;
	line-height: 50px;
}
.device .image5
{
	padding-top: 30px;
	text-align: center;
}
.device .image5 p
{
	font-family: "Roboto-Regular";
	font-size: 17px;
	line-height: 60px;
}
.device .image6
{
	padding-top: 30px;
	text-align: center;
}
.device .image6 p
{
	font-family: "Roboto-Regular";
	font-size: 17px;
	line-height: 80px;
}

/*device section end*/

/*pricing page end*/


/*guarantee page start*/

/*guarantee section start*/

.guarantee
{
	background-image: url(images/back1.png);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.guarantee .text
{
	padding-top: 70px;
}
.guarantee .text h2
{
	font-family: "Roboto-Bold";
	font-size: 35px;
	color: #ffffff;
}
.guarantee .text p
{
	font-family: "Roboto-Medium";
	font-size: 20px;
	color: #ffffff;
}
.guarantee .button
{
	padding-top: 30px;
}
.guarantee .button a
{
	background-color: #ffffff;
	color: #000000;
	border-color: #ffffff;
	border-radius: 30px;
	font-family: "Roboto-Medium";
}
.guarantee .image
{
	padding-top: 40px;
	padding-bottom: 50px;
}

/*guarantee section end*/

/*money section start*/

.money .image
{
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}
.money .text
{
	padding-top: 80px;
}
.money .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.money .text p
{
	font-size: 15px;
	font-family: "Roboto-Regular";
}
.money hr
{
	border: 1px solid #e3dfdf;
	margin-top: 0px;
	margin-bottom: 0px;
}
.money .text1
{
	padding-top: 80px;
}
.money .text1 h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.money .text1 p
{
	font-size: 15px;
	font-family: "Roboto-Regular";
}
.money .text1 .p
{
	font-size: 16px;
	font-family: "Roboto-Regular";
	color: #010179;
}
.money .image1
{
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
}
.money .back
{
	background-color: #f2f2f2;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.money .back .image
{
	text-align: center;
	padding-top: 20px;
}
.money .back .text
{
	padding-top: 30px;
}
.money .back .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
}
.money .back .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.money .back .button
{
	padding-top: 20px;
}
.money .back .button a
{
	color: #ffffff;
	border-radius: 20px;
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-color:#06017b;
	font-family: "Roboto-Medium";
}

/*money section end*/

/*guarantee page end*/


/*review page start*/

/*review section start*/

.review
{
	background-image: url(images/review.png);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.review .text
{
	text-align: center;
	padding-top: 60px;
}
.review .text img
{
	padding-right: 5px;
}
.review .text h2
{
	font-family: "Roboto-Regular";
	font-size: 20px;
	color: #ffffff;
}
.review .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #ffffff;
	padding-top: 20px;
}
.review .button
{
	padding-top: 20px;
	text-align: center;
	padding-bottom: 60px;
}
.review .button a
{
	background-color: #ffffff;
	color: #000000;
	border-color: #ffffff;
	border-radius: 30px;
	font-family: "Roboto-Medium";
}

/*review section end*/

/*share section start*/

.share .share1
{
	background-color: #f4f4f4;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.share .share1 .image
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.share .share1 .text
{
	padding-top: 40px;
	padding-bottom: 20px;
}
.share .share1 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 25px;
}
.share .share1 .text .h2
{
	font-family: "Roboto-Medium";
	font-size: 18px;
}
.share .share1 .button
{
	padding-top: 40px;
	text-align: center;
}
.share .share1 .button a
{
	color: #ffffff;
	border-radius: 20px;
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-color:#06017b;
	font-family: "Roboto-Medium";
	width: 200px;
}
.share .share2 
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #010179;
	margin-bottom: 20px;
}
.share .share2 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #229af9;
}
.share .share2 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share2 .star
{
	text-align: center;
}
.share .share2 .star i
{
	color: #ffc74f;
	padding-right: 5px;
}
.share .share2 .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share3 
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #010179;
	margin-bottom: 20px;
}
.share .share3 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #2e7095;
}
.share .share3 .text .h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #343334;
}
.share .share3 .text .dot
{
	color: #e9208b;
}
.share .share3 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share3 .star
{
	text-align: center;
}
.share .share3 .star i
{
	color: #ffc74f;
	padding-right: 5px;
}
.share .share3 .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share4 
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #010179;
	margin-bottom: 20px;
	margin-top: 10px;
}
.share .share4 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #ffffff;
	background-color: #ee2d24;
	width: 180px;
}
.share .share4 .text .h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #343334;
}
.share .share4 .text .dot
{
	color: #e9208b;
}
.share .share4 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share4 .star
{
	text-align: center;
}
.share .share4 .star i
{
	color: #ffc74f;
	padding-right: 5px;
}
.share .share4 .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share5 
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #010179;
	margin-bottom: 20px;
	margin-top: 10px;
}
.share .share5 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #000000;
}
.share .share5 .text .h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #343334;
}
.share .share5 .text .dot
{
	color: #e9208b;
}
.share .share5 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share5 .star
{
	text-align: center;
}
.share .share5 .star i
{
	color: #ffc74f;
	padding-right: 5px;
}
.share .share5 .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share6 
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #010179;
	margin-bottom: 20px;
	margin-top: -140px;
}
.share .share6 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #000000;
}
.share .share6 .text .h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #343334;
}
.share .share6 .text .dot
{
	color: #e9208b;
}
.share .share6 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share6 .star
{
	text-align: center;
}
.share .share6 .star i
{
	color: #ffc74f;
	padding-right: 5px;
}
.share .share6 .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share7 
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #010179;
	margin-bottom: 20px;
}
.share .share7 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #229af9;
}
.share .share7 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share7 .star
{
	text-align: center;
}
.share .share7 .star i
{
	color: #ffc74f;
	padding-right: 5px;
}
.share .share7 .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share8 
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #010179;
	margin-bottom: 20px;
	margin-top: 10px;
}
.share .share8 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #ffffff;
	background-color: #ee2d24;
	width: 180px;
}
.share .share8 .text .h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #343334;
}
.share .share8 .text .dot
{
	color: #e9208b;
}
.share .share8 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share8 .star
{
	text-align: center;
}
.share .share8 .star i
{
	color: #ffc74f;
	padding-right: 5px;
}
.share .share8 .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share9
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #010179;
	margin-bottom: 20px;
	margin-top: 10px;
}
.share .share9 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #000000;
}
.share .share9 .text .h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #343334;
}
.share .share9 .text .dot
{
	color: #e9208b;
}
.share .share9 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share9 .star
{
	text-align: center;
}
.share .share9 .star i
{
	color: #ffc74f;
	padding-right: 5px;
}
.share .share9 .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share10
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #010179;
	margin-bottom: 60px;
	margin-top: -140px;
}
.share .share10 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #000000;
}
.share .share10 .text .h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #343334;
}
.share .share10 .text .dot
{
	color: #e9208b;
}
.share .share10 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share10 .star
{
	text-align: center;
}
.share .share10 .star i
{
	color: #ffc74f;
	padding-right: 5px;
}
.share .share10 .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share11 
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px solid #010179;
	margin-bottom: 20px;
}
.share .share11 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #229af9;
}
.share .share11 .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.share .share11 .star
{
	text-align: center;
}
.share .share11 .star i
{
	color: #ffc74f;
	padding-right: 5px;
}
.share .share11 .text1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}

/*share section end*/

/*review page end*/


/*software page start*/

/*app section start*/

.app
{
	background-image: url(images/app2.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 110px;
	padding-bottom: 110px;
}
.app .text 
{
	text-align: center;
}
.app .text h2
{
	font-family: "Roboto-Black";
	font-size: 40px;
	color: #ffffff;
}
.app .text p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #ffffff;
}
.app .image
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.app .button
{
	text-align: center;
	padding-top: 20px;
}
.app .button a
{
	background-color: #ffffff;
	border-color: #ffffff;
	font-family: "Roboto-Medium";
	border-radius: 10px;
	color: #000000;
	width: 180px;
}
.app .image1
{
	text-align: center;
}

/*app section end*/

/*software section start*/

.software .text
{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
}
.software .text h2
{
	font-family: "Roboto-Black";
	font-size: 30px;
	padding-bottom: 20px;
}
.software .text p
{
	font-family: "Roboto-Regular";
	font-size: 17px;
	text-align: left;
}
.software .text .p a
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #6009ad;
	text-align: left;
}
.software .text1 h2
{
	font-family: "Roboto-Black";
	font-size: 30px;
}
.software .software1
{
	border: 1px solid #cacbcb;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.software .software1 .image
{
	text-align: center;
}
.software .software1 .text
{
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
}
.software .software1 .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	padding-bottom: 0px;
}
.software .software1 .text .h2
{
	font-size: 16px;
	font-family: "Roboto-Medium";
	padding-left: 86px;
}
.software .software1 .text .h1
{
	font-size: 16px;
	font-family: "Roboto-Medium";
	padding-left: 40px;
}
.software .software1 .image1 p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.software .software2
{
	border: 1px solid #cacbcb;
	margin-bottom: 60px;
	margin-top: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.software .text2
{
	padding-top: 20px;
}
.software .text2 h2
{
	font-size: 30px;
	font-family: "Roboto-Black";
}
.software .software2 .image
{
	text-align: center;
}
.software .software2 .text3 p
{
	font-size: 16px;
	font-family: "Roboto-Regular";
}
.software .software2 .list ul li
{
	list-style: none;
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.software .software2 .list ul li:before
{
	color: #000078;
	padding:0 6px 0 0;
	font-family: 'FontAwesome';
    content: "\f00c";
}
.software .software2 .list p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.software .software2 .button a
{
	color: #ffffff;
	border-radius: 20px;
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-color:#06017b;
}

/*software section end*/

/*software page end*/


/*help page start*/

/*help section start*/

.helpbanner
{
	background-image: url(images/help1.png);
	width: 100%;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.helpbanner .text 
{
	text-align: center;
	padding-bottom: 10px;
}
.helpbanner .text h2
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #ffffff;
}
.helpbanner .form input
{
	border-radius: 20px;
	height: 40px;
}
.helpbanner .form .input-group button
{
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.helpbanner .form .input-group .btn-secondary
{
	color: #000000;
	background-color: #ffffff;
	border-color: #ffffff;
}

/*help section end*/

/*question section start*/

.question .text
{
	padding-top: 50px;
	padding-bottom: 20px;
}
.question .text h2
{
	font-size: 30px;
	font-family: "Roboto-Medium";
}
.question .text1 .fa-plus
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-color:#06017b;
	color: #ffffff
}
.question .text1 .card-header
{
	padding: 0px 0px;
	border-bottom: 0px;
}
.question .text1 h2 i
{
	padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 11px;
    margin-bottom: -8px;
    margin-right: 10px;
    margin-left: -13px;
}
.question .text1 .card-header
{
	padding: 0px;
    border-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dde0e5;
    margin-bottom: 20px;
}
.question .text1 h2
{
	line-height: 0px;
	margin-top: -8px;
}
.question .text1 h2 a
{
	color: #000000;
	font-size: 16px;
	font-family: "Roboto-Regular";
	text-decoration: none;
}
.question .text1 .btn
{
	line-height: 0px;
}
.question .text2 .fa-plus
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-color:#06017b;
	color: #ffffff
}
.question .text2 .btn
{
	line-height: 0px;
}
.question .text2 .card-header
{
	padding: 0px 0px;
	border-bottom: 0px;
}
.question .text2 h2
{
	line-height: 0px;
	margin-top: -8px;
}
.question .text2 h2 i
{
	padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 11px;
    margin-bottom: -8px;
    margin-right: 10px;
    margin-left: -13px;
}
.question .text2 .card-header
{
	padding: 0px;
    border-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dde0e5;
    margin-bottom: 20px;
}
.question .text2 h2 a
{
	color: #000000;
	font-size: 16px;
	font-family: "Roboto-Regular";
	text-decoration: none;
}
.question .text3 .fa-plus
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-color:#06017b;
	color: #ffffff
}
.question .text3 .btn
{
	line-height: 0px;
}
.question .text3 .card-header
{
	padding: 0px 0px;
	border-bottom: 0px;
}
.question .text3 h2
{
	line-height: 0px;
	margin-top: -8px;
}
.question .text3 h2 i
{
	padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 11px;
    margin-bottom: -8px;
    margin-right: 10px;
    margin-left: -13px;
}
.question .text3 .card-header
{
	padding: 0px;
    border-bottom: 0px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #dde0e5;
    margin-bottom: 20px;
}
.question .text3 h2 a
{
	color: #000000;
	font-size: 16px;
	font-family: "Roboto-Regular";
	text-decoration: none;
}
.question .back
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.question .back .text
{
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.question .back .text h2
{
	font-size: 35px;
	font-family: "Roboto-Regular";
	color: #ffffff;
}

.question .back .button a
{
	background-color: #ffffff;
	color: #000000;
	border-radius: 20px;
	font-family: "Roboto-Regular";
	width: 180px;
}

/*question section end*/


/*support section start*/

.support .text
{
	padding-top: 30px;
	padding-bottom: 20px;
}
.support .text h2
{
	font-size: 30px;
	font-family: "Roboto-Medium";
}
.support .back
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.support .back .text
{
	padding-top: 10px;
	padding-bottom: 0px;
}
.support .back .text h2
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #ffffff;
}
.support .back1
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.support .back1 .text
{
	padding-top: 20px;
	padding-bottom: 0px;
}
.support .back1 .text h2
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #ffffff;
}
.support .back2
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.support .back2 .text
{
	padding-top: 20px;
	padding-bottom: 0px;
}
.support .back2 .text h2
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #ffffff;
}
.support .back3
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
}
.support .back3 .text
{
	padding-top: 20px;
	padding-bottom: 0px;
}
.support .back3 .text h2
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #ffffff;
}
.support .back4
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.support .back4 .text
{
	padding-top: 20px;
	padding-bottom: 0px;
}
.support .back4 .text h2
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #ffffff;
}
.support .back5
{
	background-image: linear-gradient(to right, #06017b , #5508a7);
	border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.support .back5 .text
{
	padding-top: 20px;
	padding-bottom: 0px;
}
.support .back5 .text h2
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #ffffff;
}

/*support section end*/

/*help page end*/


/*account page start*/

/*account section start*/

.account
{
	background-image: url(images/account.png);
	width: 100%;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
}
.account .text
{
	text-align: center;
}
.account .text h2
{
	font-size: 30px;
	font-family: "Roboto-Medium";
	color: #ffffff;
}

/*account section end*/

/*purchase section start*/

.purchase .purchase1
{
	background-color: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 60px;
	margin-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.purchase .purchase1 .back
{
	background-color: #ffffff;
	border-radius: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 30px;
}
.purchase .purchase1 .back .backtext
{
	text-align: center;
	margin-top: -90px;
}
.purchase .purchase1 .back .backtext h2
{
	font-family: "Roboto-Medium";
	font-size: 24px;
	color: #444444;
}
.purchase .purchase1 .back .backtext p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #9a9a9a;
}
.purchase .purchase1 .back .backtext h3
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #6009ad;
}
.purchase .purchase1 .back .button1
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.purchase .purchase1 .back .button1 a
{
	background-color: #010179;
	border-color: #010179;
	border-radius: 20px;
	font-family: "Roboto-Regular";
	width: 160px;
}
.purchase .purchase1 .back hr
{
	border: 1px solid #c7c7c7;
}
.purchase .purchase1 .back1
{
	background-color: #ffffff;
	border-radius: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 30px;
}
.purchase .purchase1 .back1 .backtext
{
	text-align: center;
	margin-top: -90px;
}
.purchase .purchase1 .back1 .backtext h2
{
	font-family: "Roboto-Medium";
	font-size: 24px;
	color: #444444;
}
.purchase .purchase1 .back1 .backtext p
{
	font-family: "Roboto-Regular";
	font-size: 16px;
	color: #9a9a9a;
}
.purchase .purchase1 .back1 .backtext h3
{
	font-family: "Roboto-Medium";
	font-size: 30px;
	color: #6009ad;
}
.purchase .purchase1 .back1 .button1
{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.purchase .purchase1 .back1 .button1 a
{
	background-color: #010179;
	border-color: #010179;
	border-radius: 20px;
	font-family: "Roboto-Regular";
	width: 160px;
}
.purchase .purchase1 .back1 hr
{
	border: 1px solid #c7c7c7;
}
.purchase .purchase1 .help
{
	text-align: right;
	padding-bottom: 20px;
}
.purchase .purchase1 .back .ribbion
{
	position: relative;
	top: -30px;
	text-align: right;
}
.purchase .purchase1 .back1 .ribbion
{
	position: relative;
	top: -30px;
	text-align: right;
}
.purchase .purchase1 .purchasetext
{
	text-align: center;
}
.purchase .purchase1 .purchasetext h2
{
	font-size: 24px;
	font-family: "Roboto-Medium";
	color: #010179;
}
.purchase .purchase1 .purchasetext1
{
	text-align: center;
}
.purchase .purchase1 .purchasetext1 h2
{
	font-size: 24px;
	font-family: "Roboto-Medium";
	color: #010179;
}
.purchase .purchase1 .create h2
{
	font-size: 30px;
	font-family: "Roboto-Bold";
	color: #444444;
}
.purchase .purchase1 .create
{
	padding-top: 20px;
}
.purchase .purchase1 .create p
{
	font-size: 16px;
	font-family: "Roboto-Regular";
}
.purchase .purchase1 hr
{
	border: 2px solid #d7d7d7;
}
.purchase .purchase1 .payment h2
{
	font-size: 30px;
	font-family: "Roboto-Bold";
	color: #444444;
}
.purchase .purchase1 .pay1 h2
{
	font-family: "Roboto-Bold";
	font-size: 30px;
	color: #444444;
}
.purchase .purchase1 .pay1 h2 i
{
	color: #444444;
	font-size: 20px;
	padding-right: 10px;
}
.purchase .purchase1 .pay1 h2 .btn-link
{
	color: #444444;
	text-decoration: none;
}
.purchase .purchase1 .pay1 .card-header
{
	padding: 5px 0px;
	background-color: #d7d7d7;
	border-bottom: 0px;
}
.purchase .purchase1 .pay1 .card-header:first-child
{
	border-radius: 0px;
}
.purchase .purchase1 .accordion
{
	background-color: #ffffff;
}
.purchase .purchase1 .pay1 .text
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.purchase .purchase1 .pay1 .text p
{
	font-size: 16px;
	font-family: "Roboto-Regular";
}
.purchase .purchase1 .pay2
{
	background-color: #010179;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
.purchase .purchase1 .pay2 .text
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.purchase .purchase1 .pay2 .text h2
{
	color: #ffffff;
	font-family: "Roboto-Regular";
	font-size: 25px;
}
.purchase .purchase1 .pay2 .text p
{
	color: #ffffff;
	font-family: "Roboto-Regular";
	font-size: 16px;
}
.purchase .purchase1 .pay2 .button
{
	text-align: center;
	padding-top: 38px;
}
.purchase .purchase1 .pay2 .button a
{
	background-color: #ffffff;
	color: #000000;
	font-family: "Roboto-Medium";
	border-radius: 10px;
	border-color: #ffffff;
	width: 200px;
}
.purchase .purchase1 .form input
{
	height: 50px;
	border: 1px solid #cfd1d1;
	border-radius: 10px;
}
.purchase .purchase1 .pay1 .text .p
{
	color: #010179;
	font-weight: bold;
}
.purchase .purchase1 .pay1 img
{
	padding-left: 10px;
}
.purchase .purchase1 form select
{
	border-radius: 10px;
	height: 45px;
}

/*purchase section end*/


/*account page end*/
