body, ul {
	margin:0;
	padding:0;
}
ul li {
	list-style: none;
}
html {
	scroll-behavior: smooth;
}
.main-nav-box {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}
.logo-box img {
    max-width: 115px;
    height: auto;
    padding: 8px 0 8px 0;
}
.main-nav ul {
    padding: 0;
    margin-bottom: 0;
}
.main-nav ul li {
    display: inline-block;
    list-style: none;
}
.main-nav ul li a { 
    display: block;
    padding: 28px 15px;
    color: #444;
    font-weight: 500;
    font-size: 16px;
}
#mymenu {
	display: block;
}
.toggle-nav {
	display: none;
}


.slide-sec {
	padding: 60px 0;
	background-color: #4d90fe;
	background-image: linear-gradient(to right, rgb(0 117 232 / 54%), #91b609e3);
}
.slide-content h1 {
    color: #fefdfc;
    margin-bottom: 30px;
}
.slide-content h5 {
    color: #fefdfc;
    margin-bottom: 30px;
}
.slide-content p {
    color: #fefdfc;
    margin-bottom: 30px;
    font-size: 18px;
}
.slide-content a {
    color: #3c3c3c;
    background: #d7d71e;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 3px;
    text-decoration: none;
}
.bc-ad {
	max-width: 480px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    display: block;
    border-radius: 3px;
}
.product-sec {
	padding: 60px 0;
	background-color: #fff;
}
.product-sec h2 { 
    margin-bottom:30px;
}
.product-sec .product-item {
    background: #4d90fe;
    padding: 25px 25px;
    border-radius: 3px;
    margin-top: 30px;
    border-right: 3px solid #5a5a5a;
    border-bottom: 3px solid #5a5a5a;
}
.product-sec .product-item img {
   display: block;
   margin:0 auto;
}
.product-sec .product-item h5 {
    text-align: left;
    margin-bottom: 20px;
    color: #ffff48;
    font-weight: 600;
    font-size: 24px;
}
.product-sec .product-item ul {
   margin-bottom: 0;
   text-align: left;
   padding: 0;
}
.product-sec .product-item ul li {
   list-style: none;
   display: block;
   color: #fff;
}
.product-sec .buy-now {
    color: #3c3c3c;
    background: #d7d71e;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}


.pricingTable2{
    background-color: #f9f9f9;    
    text-align: center;
    position: relative;
    transition: all 0.3s;
    border: 1px solid #ddd;
    border-radius: 15px 0 15px 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.pricingTable2:hover{ 
	box-shadow: 4px 5px 10px #ddd;
}
.pricingTable2 .pricingTable-header{
    background: linear-gradient(45deg,#EC397B,#AC1187);
    padding: 15px 10px;
    margin: 0 0 0px;
    position: relative;
}
.pricingTable2 .title{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0;
}
.pricingTable2 .price-label{
    color: #fff;
    background: linear-gradient(45deg,#EC397B,#AC1187);
    font-size: 22px;
    width: 100px;
    margin-bottom: 15px;
    display: block;
    -webkit-clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
}
.pricingTable2 .price-value{
    color: #5F5F5F;
    margin: 0 0 10px;
}
.pricingTable2 .amount{
    font-size: 50px;
    font-weight: 700;
    line-height: 35px;
}
.pricingTable2 .month{
    font-size: 15px;
    font-weight: 600;
    display: block;
}
.pricingTable2 .pricing-content {
    padding: 0 0 0 20px;
    margin: 0;
    list-style: none;
    text-align: left;
}
.pricingTable2 .pricing-content li{
    color: #666;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-transform: inherit;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
    padding: 10px 10px 10px 20px;
}
.pricingTable2 .pricing-content li:before {
    content: "";
    background-image: url(../images/check-icon-black.svg);
    position: absolute;
    width: 12px;
    margin-left: -20px;
    background-size: 12px;
    height: 12px;
    top: 15px;
    background-repeat: no-repeat;
}    
.pricingTable2 .pricing-content li:first-child{ 
	border-top: 1px solid rgba(0,0,0,0.1); 
}
.pricingTable2 .pricing-content li:last-child{ 
	border-bottom: none; 
}
.pricingTable2 .pricingTable-signup{
    color: #fff;
    background: linear-gradient(45deg,#EC397B,#AC1187);
    font-size: 18px;
    padding: 8px 20px;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
    text-decoration: none;
    background: #555!important;
    border-radius: 5px;
    margin-bottom: 25px;
    margin-top: 10px;
}
.pricingTable2 .pricingTable-signup:hover{
    text-shadow: 0 0 5px #000;
    letter-spacing: 0px;
}
.pricingTable2.green .pricingTable-header,
.pricingTable2.green .price-label,
.pricingTable2.green .pricingTable-signup{
    background: linear-gradient(45deg,#05D67B,#019FE0);
}
.pricingTable2.orange .pricingTable-header,
.pricingTable2.orange .price-label,
.pricingTable2.orange .pricingTable-signup{
    background: linear-gradient(45deg,#F49541,#F03371);
}
.pricingTable2 a {
    text-decoration: none;
}

.demo-sec {
   padding: 60px 0;
   background-color: #f5f5f5;
}
.demo-sec .sample-item {
   background-color: #fff;
   padding: 20px 15px 15px 15px;
   border-radius: 3px;
   margin-top: 30px;
   box-shadow: 2px 3px 9px 0px #ccc;
}
.demo-sec .sample-item h5 {
   text-align: center;
   color: #4d90fe;
   margin:0 0 20px 0;
}

.demo-sec img.mh-380 {
	max-height:380px;
}
.demo-sec img.mnh-250 {
    min-height:250px;
}
.demo-sec img.mh-290 {
	max-height:290px;
}



.pricing-sec {
	padding: 60px 0;
	background-color: #fff;
}
.pricing-sec h2 {
   margin-bottom:30px;
}
.pricing-sec .pricing-item {
    background: #4d90fe;
    padding: 20px 15px;
    border-radius: 3px;
    margin-top: 30px;
    border-right: 3px solid #5a5a5a;
    border-bottom: 3px solid #5a5a5a;
    text-align: center;
}
.pricing-sec ul li {
   list-style: none;
   display: block;
   color: #fff;
}
.pricing-sec .buy-now {
    color: #3c3c3c;
    background: #d7d71e;
    font-weight: 500;
    padding: 8px 30px;
    border-radius: 3px;
    text-decoration: none;
    margin-top: 20px;
    display: inline-block;
}
.pricing-sec .pricing-item h5 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.pricing-sec .pricing-item h6 {
    margin-bottom: 20px;
    color: #ffff48;
    font-weight: 600;
    font-size: 36px;
}
.pricing-sec .pricing-item h6 span {
    font-size: 18px;
}
.pricingTable{
    background-color: #f9f9f9;
    text-align: center;
    padding: 20px 0 0;
    box-shadow: 2px 1px 7px 0px #ddd;
    border-radius: 15px;
    border: 1px solid #ddd;
}
.pricingTable .pricingTable-header{
    background: linear-gradient(transparent,transparent,#e7e7e7);
    padding: 0 0 15px;
}
.pricingTable .title{
    color: #333;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.pricingTable .title:after{
    content: "";   
    width: 160px;
    height: 3px;
    margin: 15px auto 0;
    display: block;
    clear: both;
}
.pricingTable .price-value{    
    font-size: 45px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 2px;
    display: block;
}
.pricingTable .price-value sup{
    font-size: 30px;
    vertical-align: bottom;
    font-weight: 500;
    margin-left: 5px;
}
.pricingTable .pricing-content{    
    border-radius: 0 0 15px 15px;
    padding: 15px 15px 20px 15px;
}
.pricingTable .pricing-content ul{
    text-align: left;
    padding: 0 0 0 0px;
    margin: 0 0 20px;
    display: inline-block;
}
.pricingTable .pricing-content ul li{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
    position: relative;
    padding-left: 20px;
}
.pricingTable .pricing-content ul li:last-child{ margin: 0; }
.pricingTable .pricingTable-signup a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    /*font-style: italic;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 20px;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 6px;
    display: inline-block;
    transition: all 0.5s;
}
.pricingTable .pricingTable-signup a:hover{
    
    text-decoration: none;
}


.pricingTable.bg1 .title:after{ 
	background-color: #2ecc71; 
}
.pricingTable.bg1 .price-value{ 
	color: #2ecc71; 
}
.pricingTable.bg1 .pricing-content{ 
	background: linear-gradient(#2ecc71, #27ae60); 
}

.pricingTable.bg2 .title:after{ 
	background-color: #3498db; 
}
.pricingTable.bg2 .price-value{ 
	color: #3498db; 
}
.pricingTable.bg2 .pricing-content{ 
	background: linear-gradient(#3498db, #2980b9); 
}

.pricingTable.bg3 .title:after{ 
	background-color: #9b59b6; 
}
.pricingTable.bg3 .price-value{ 
	color: #9b59b6; 
}
.pricingTable.bg3 .pricing-content{ 
	background: linear-gradient(#9b59b6, #8e44ad); 
}

.pricingTable.bg4 .title:after{ 
	background-color: #34495e; 
}
.pricingTable.bg4 .price-value{ 
	color: #34495e; 
}
.pricingTable.bg4 .pricing-content{ 
	background: linear-gradient(#34495e, #2c3e50); 
}
.pricing-sec .pricingTable ul > li:before {
    content: "";
    background-image: url(../images/check-icon.svg);
    position: absolute;
    width: 12px;
    left: 0;
    background-size: 12px;
    height: 12px;
    top: 8px;
    background-repeat: no-repeat;
}



.contact-sec {
	padding: 60px 0;
	background-color: #222;	
}
.contact-sec input, .contact-sec textarea {
	width: 100%;
	display: block;
	margin-bottom: 20px;
	height: 38px;
	padding: 0 10px;
	font-size: 16px;
	border: 1px solid #fff;
	border-radius: 3px;
	background-color: #ddd;
}
.contact-sec textarea { 
    height: 100px;
}
.contact-sec h2 { 
    margin-bottom: 20px;
    color: #fff;
}
.contact-sec input.btn-submit {
	display: inline-block;
    max-width: 150px;
    background-color: #4d90fe;
    color: #fff;
    border: 1px solid #4d90fe;
    margin-bottom: 0;
}
.footer-logo {
	max-width: 115px;
	margin-bottom: 20px;
}
.footer-p {
	color: #fff;
	font-size: 14px;
	color: #999;
}

.pricingTable .im-new-checkout-layout,
.pricingTable .im-new-checkout-layout .layout-vertical {
    width: 100%!important;
}