@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
*
{
	box-sizing: border-box;
}

/*==============login page===============*/

/*==========background===========*/
.full-background
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.registration-form
{
	background: none;	
    padding-bottom: 25px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
    background-image: url(https://members.7magicexperiments.com/public/images/7meBg.jpg);
    background-size: cover;
    background-position: center top;
    margin-top: -25px;
}
.mb-btn{
    display: none !important;
}
.register-content {
    padding: 3em 35px;
    margin-bottom: 0px;
    margin-top: -27px;
}
.register-content h3.left-tittle {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif !important;
    letter-spacing: 1px;
}
.register-content .para1{
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.7px;
}
.register-content .user-auth-details {
    color: #000000;
    background: #fff;
    padding: 10px 15px;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-style: normal;
    letter-spacing: 0.6px;
}
.bg-gradient
{
	border-bottom: none;
}
.align-self
{
	align-self: center;
}
/*.navbar-top
{
	border-bottom: 5px solid #293745;
	background-color: #ffeaca;
}*/
.page-footer
{
	background-color: #293745;
}
.login-form
{
	padding-left: 0;
}

.twoToneButton:hover
{
	box-shadow: 0 0 10px 1px #795548, 0px 1px 0 #ffffff;
}
.form-control
{
	border-left: 4px solid #e27f82;
}
.form-control:focus
{
	border-left: 4px solid #540b0e;
}

button.form-control:focus
{
	border-left: none;
}
.login-form label, .login-form a.forgot-link
{
	color: #293745;
	font-weight: 700;
    letter-spacing: 0.5;
}
.login-form-content h3.form-tittle
{
	color: #203548;
}
ul.mobile-menu-list a.nav-link
{
	color: #293745;
	font-weight: 700;
    letter-spacing: 0.7px;
}
ul.mobile-menu-list a.nav-link:hover
{
	color: #0b9ed0;
}
.login-form .card.no-background {
    border-radius: 7px;
    background-color: none;
    box-shadow: none;
}
.loginpanel {
    background-color: #fff;
    margin-top: -25px;
    padding: 12.9rem 3rem !important;
    max-width: 30em;
    width: 100%;
}
.heading p {
    text-transform: none;
}
div.parent-card
{
	padding-left: 0 !important;
	position: relative;
}
.alert-dismissible {
     padding-right: 0; 
}
p.display-message {
    text-align: center;
    width: 100%;
}
div#success-alert
{
	margin: 0px auto 20px;
}
a.close {
    position: absolute;
    top: 10px;
    right: 39px;
    color: #fff;
}
div#success-alert {
    padding: 11px 0px;
}

.alert-dismissible .close {
    position: absolute;
    top: -2px;
    right: 13px;
    padding: 1rem 1.5rem;
    color: #fff;
}

/*=============support page===============*/

section.product-page
{
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-color: transparent;
}
.box-container
{
	background-color: transparent;
}
.card
{
	background-color: #ffffff66;
}
.product-page-wraper
{
	padding: 0 40px;
}
.card.supprt-section {
    background-color: #fff;
    
}
.card.supprt-section .support-icon i {
    color: #4a2f91 !important;
}
#supportbtn {
    color: white;
    background-color: #51145c !important;
    border-left: none !important;
}
#supportbtn:hover
{
	background-color: #841b96 !important;
}
.supprt-section h2.title {
    color: #4a2f91 !important;
    font-weight: 600;
    font-size: 25px;
}
p.caption-support
{
	color: #222;
    font-weight: 400;
}

/*================user profile===============*/

.userprofile-back
{
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-color: transparent;
}
.main-content
{
	background-color: transparent;
}
.card.shadow.my-4.edit-profile-container.tab-card {
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0,0,0,0.5) !important;
}
.form-control-label
{
	color: #293745;
	font-weight: 700;
    letter-spacing: 0.5;
}
span.page, i.fas.fa-sort {
    color: #c9712e;    
    font-weight: 600;
}
.table-responsive span.page, i.fas.fa-sort {
    color: #c9712e;    
    font-weight: 600;
}
button.action-btn {
    background: #d6484c;
}
button.action-btn:hover {
    background: #9e2a2b;
}

/*==============dropdown navigation=================*/

nav > div a.nav-item.nav-link, nav > div a.nav-item.nav-link.active
{
	background: #335c67;
}
div#nav-tab a.nav-item.active.show
{
	background: #66288c !important;
    box-shadow: 0px 0px 4px 1px #0000003b;
    color: #335c67;
}
.dropdown-header.noti-title h6 {
    color: #365e6a;
    font-size: 1.2em;
}
.dropdown-item
{
	color: #795548;
    font-weight: 600;
    letter-spacing: 1px;
}
.dropdown-item.active, .dropdown-item:active
{
	background-color: #41298e !important;
	color: #ffffff;
}
.nav-fill .nav-item
{
    font-weight: 600;
}
nav > div a.nav-item.nav-link:hover
{
	background: #903dc3 !important;
    color: #fff;
}
nav > div a.nav-item.nav-link.show:hover
{
	color: #fff;
}

/*=================dashboard================*/

div#welcome-products {
    padding: 0px 0;
}
.custom-width
{
	max-width: 1170px !important;
	width: 100%;
}
h3#Products-title
{
    padding: 10px 0;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.conatainer.custom-width.card {
    background-color: transparent;
    border: none !important;
}

.card.our-products {
    background-color: transparent;
    border: none !important;
    box-shadow: none;
}
div#product_card_ui .card.our-products:hover
{
	transform: translate(0, 0);
    box-shadow: none;
}
.accordion p {
    color: #fff;
    margin-bottom: 0;
}
li.list {
    background: #fff;
    padding: 5px;
}
.box{
	text-align:center;
	color:#fff;
	position:relative
	border-radius: 30px 15px 30px 15px;
}
.box .box-content,.box:after{
	width:100%;
	position:absolute;
	left:0
}
.box:after{
	content:"";
	height:100%;
	background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);
	top:0;
	transition:all .5s ease 0s;
}
.box .post,.box .title{
	transform:translateY(117px);
	transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s;
}
.box:hover:after{
	background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)
}
.box
{
	overflow:hidden;
}
.box img{
	width:100%;
	max-height: 325px;
	height: 100%;
	border-radius: 17px;
}
.box .box-content{
	padding: 0em 20px;
    height: 100%;
    margin-bottom: 0px;
    bottom: 0;
    z-index: 1;
	transition: background-color .5s ease;
}
.box .title{
	font-size: 25px;
    letter-spacing: 1px;
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 10px;
    padding-top: 0.2em;
    color: rgb(255 255 255) !important;
    text-shadow: 2px 2px 1px rgb(255 241 219);
}
.box .post{
	display:block;
	padding:8px 0;
	font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}
.box:hover .post,.box:hover .title{
	transform:translateY(0);
}
.box:hover .box-content
{
	background-color: transparent;
}
.box .social{
	padding:0 0 5px;
	margin: 40px 0 10px;
	opacity:0;
	position:relative;
	transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0)  translateY(55px);
	transition:all .6s cubic-bezier(0,0,.58,1) 0s;
	text-transform: capitalize;
    font-weight: 500;
}
.box:hover .social{
	opacity:1;
	transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)  translateY(9px);
}
.box .social:before {
    content: "";
    width: 100px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
}
div#product_card_ui p.description {
    background-color: #371d88;
    border: none;
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    padding: 4px;
}
div#product_card_ui ul.social {
    margin: 0 !important;
}
.box .social p {
    background: rgb(133 82 84);
    padding: 8px 0px;
    letter-spacing: 1px;
    font-weight: 400;
    border: 1px solid #fff1db;
    border-radius: 8px;
    color: #fff;
}
.box a:hover
{
	color: #fff;
}
.conatainer.custom-width.card.videocontainer
{
	margin-bottom: 0;
	margin-top: 0;
}
.row.products-container div#product_card_ui
{
	margin-bottom: 20px;
}
.row.products-container div#product_card_ui
{
	border-bottom: none !important;
}
/*========product details============*/
.page-content-wrapper
{
    transition: all .3s ease-out;
    margin-top: 0;
}
.container
{
	width: 100% !important;
	padding-left: 0;
	padding-right: 0;
}
.wrap
{
	width: 100%;
	position: relative;
}
.clearfix
{
	clear: both;
}
.product-page-wraper
{
	margin: 0;
	padding: 20px;
}
.product-page .container
{
	margin: 0 auto !important;
	max-width: 100%;
}
/*=======section 1==========*/
#section1
{
	width: 100%;
	position: relative;
	min-height: 300px;
	z-index: 0;
	margin-bottom: 3em;
	box-shadow: 0 0 10px 1px rgb(0 0 0 / 50%);
    background-color: rgb(255 255 255 / 70%);
}
.section1-content
{
	padding: 2em;
	min-height: 465px;
}
h1.section1-heading
{
	text-align: center;
	padding: 20px 0px;
	text-transform: uppercase;
	font-size: 2.3em;
	color: #203548;
}
.section1-content .row
{
	
	margin-left: 20px;
    margin-right: 20px;
}
.section1-content .section1image-content p
{
	padding: 15px 30px;
	line-height: 1.5;
	color: #ffcc00;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

/*=========section2=========*/
#section2
{
	width: 100%;
	position: relative;
	margin-bottom: 3em;
}
.section2-content
{
	background-color: #fff;
	border-radius: 2em;
	overflow: hidden;
}
.section2-content .sub-heading
{
	font-size: 2em;
	text-transform: uppercase;
    background-image: linear-gradient(45deg, #bce6dc, #203548);
    padding: 15px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
.content-area
{
	padding: 20px;
}
.content-area p
{
	line-height: 1.5;
	margin-bottom: 10px;
	padding: 0px 10px;
}
.img1-size
{
	max-width: 350px;
	width: 100%;
	display: block;
	margin: auto;
}
.audio-heading
{
	padding: 0.5em 0px;
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
	font-weight: 600;
}
.audio
{
	display: block;
	margin: auto;
	max-width: 500px;
	width: 100%;
	outline: none;
}
.youtube-video
{
	max-width: 700px;
	width: 100%;
	margin: auto;
	display: block;
	min-height: 370px;
}
/*=========section3=========*/
#section3
{
	width: 100%;
	position: relative;
	margin-bottom: 3em;
	background: url('../images/background1.jpg');
	background-size: cover;
}
.background-image
{
	background-image: url('../images/background2.jpg') !important;
}
.background-image .section3-content
{
	background-color: rgb(35 35 35 / 80%);
}
.section3-content
{
	overflow: hidden;
	background-color: rgb(0,0,0,0.6);
	padding: 10px;
}
.section3-content h2.sub-heading
{
	padding: 15px;
	text-transform: uppercase;
	font-size: 2em;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	box-shadow: 0px 0px 15px 4px rgb(188 230 220);
    border-radius: 10px;
}
.section3-content .row
{
	padding: 2em 10px;
}
.section3-content .row .col-9, .section3-content .row .col-3
{
	padding-left: 0;
	padding-right: 0;
}
.section3-content .row .col-9
{
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
}
.section3-content p
{
	margin-bottom: 10px;
	padding: 0px 20px;
}
.section3-content .img-size
{
	width: 100%;
	display: block;
	margin: auto;
}
.download-back
{
	max-width: 250px;
	width: 100%;
	margin: auto;
	border: 3px solid #bce6dc;
	border-radius: 50px;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	background-color: rgb(255,255,255,0.2);
	font-weight: bold;
	letter-spacing: 2px;
}
.clr-yellow
{
	color: #bce6dc;
}
.download-back:hover a
{
	color: #69dedd;
}
.download-back:hover
{
	border-color: #69dedd;;
}
/*============sidebar============*/

#sidebarsection
{
    z-index: 1;
}
.logo-header
{
    background-color: #355e69;
    width: 100%;
    padding: 25px 0px;
    position: relative;
}
i
{
    font-family: FontAwesome;
}
.nav-toggle
{
    max-width: 28px;
    width: 100%;
    display: block;
    position: absolute;
    right: 30px;
    top: 3px;
}
.nav-toggle .btn-toggle
{
    cursor: pointer;
}
.btn-toggle
{
    background-color: transparent;
    border: none;

}
.btn-toggle>i
{
    font-size: 28px;
    color: #fff;
}
.topbar-toggler
{
    border:none;
    cursor: pointer;
    visibility: hidden;
    position: absolute;
    left: -75px;    
    top: 20%;
    background: transparent;
    transition: all .7s linear;
    z-index: 2;
    outline: none;
}
.topbar-toggler i
{
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 1px;
    left: 2px;
    background: #51145c;
    padding: 10px;
}
button.btn.btn-toggle.toggle-sidebar {
    background: transparent;
    box-shadow: none;
    outline: none;
}
.btn:hover {
    transform: translateY(0px);
}

#sidebarsection
{
    max-width: 300px;
    width: 100%;
    transition: all .3s linear;
    visibility: visible;
    opacity: 1;
}
.sidebar
{
    background-color: #fff;
    box-shadow: 0px 2px 8px 1px rgb(0,0,0,0.4);
    width: 100%;
    display: block !important;
}

.sidebar-content {
    padding: 8px;
}
.user
{
    padding: 5px 0;
    max-width: 220px;
    width: 100%;
    margin: auto;
    border: 1px solid;
    border-radius: 13px;
    margin-bottom: 7px;
}

.user-detail
{
    text-transform: capitalize;
    color: rgb(152,71,61);
    display: flex;
    text-align: center;
}
.user-detail h2 {
    padding-top: 13px;
    padding-left: 10px;
    color: #355e69;
}
.user-detail img
{
	max-width: 50px;
	width: 100%;
	display: block;
}
.sidebarnav
{
    width: 100%;
    position: relative;
    list-style: none;
    padding: 10px 0px 20px;
}
/*
ul.nav-primary .sidebarnav-item:nth-child(odd)
{
	background-color: #855254;
}
ul.nav-primary .sidebarnav-item:nth-child(odd)>a>p {
    color: #fff;
}*/
.sidebarnav .sidebarnav-item
{
    width: 100%;
    margin: 5px 0px;
    position: relative;
	padding: 8px;
	padding-bottom: 7px;
}
.sidebarnav-item a.sidebar-dropdown
{
   display: flex;
   text-align: center;
   margin-bottom: 0;
}
.sidebarnav-item a.sidebar-dropdown i
{
    color: #795548;
    padding: 8px;
    font-size: 18px;
}
.sidebarnav-item>a
{
	margin-bottom: 0;
}
.sidebarnav-item a.sidebar-dropdown i.fa-caret-down
{
    width: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: 10px;
    display: block;
    color: #fff;
}
.sidebar-dropdown>p
{
    padding-left: 12px;
    padding-top: 3px;    
    color: #203548;
    font-weight: 600;
    margin-bottom: 0;
}
.collapse
{
  
	z-index: 1000;
	width: 105%;
	padding: 5px 0;
	margin: 2px 0 0;
	text-align: left;
	list-style: none;
	background-color: #fff;
	min-height: 0;
	visibility: visible;
	transition: max-height .3s linear;
	overflow: hidden;
	color: #000;
	display: none;
}
.collapse .nav-collapse li a {
    color: #203548;
    font-weight: 600;
}
.show .collapse 
{
	visibility: visible;
	display: block;
	margin: 2px -6px -6px;
    border-radius: 0px 0px 10px 10px;
}
.nav-collapse
{
   /* padding: 3px 10px 5px;*/
    overflow-y: scroll;
    height: 225px;
}
.nav-collapse>li
{
    padding: 5px 4px;
    position: relative;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #cbcacc;
}
.list .active{
	color: #fff;
}
/*.nav-collapse>li:before
{
    content:'\f105';
    padding-left: 6px;
    padding-right: 6px;
    font-size: 19px;
    font-family: FontAwesome;
    font-weight: 600;
    color: #741884;
}*/
.nav-collapse>li:hover
{
    background-color: #882889;
}
.list:hover, .list:hover a, .list{
	color: #ffffff !important;
}
.list a.liactive {
    color: #fff;
}
.list>a
{
	color: #622a8c;
}
button.btn-toggle:hover {
    background: transparent !important;
}



.sidebar-wrap .topbar-toggler.more
{
    visibility: visible;
    left: 0px;
    top: 20%;
}

.sidebar-wrap #sidebar-holder {
    max-width: 0px;
    visibility: hidden !important;
    opacity: 0 !important;
    position: fixed !important;
    left: -0%;
    transition: all .6s ease;
    top: 143px;
}

.bg-bx{
   background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 2px #000; 
}
.mtb-20 {
    margin-top:20px;
    margin-bottom: 20px;
}

/*==============
			responsive
	======================*/
@media (max-width: 1190px)
{
	.card.no-background {
	    margin-left: 15px;
	}
	.register-content {
	    margin-right: 15px;
	}
	.box .post, .box .title {
	    transform: translateY(90px);
	}
}
@media (max-width: 1125px)
{
	.box .title {
	    font-size: 21px;
	    line-height: 1.5;
	    margin: 0;
	}
	.box .post, .box .title {
	    transform: translateY(153px);
	}
	.box .post
	{
		padding: 0px;
	}
	.box:hover .social {
	    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translateY(75px);
	}
	.box:hover .post, .box:hover .title {
	    transform: translateY(45px);
	}
}
@media (max-width: 1090px)
{
	.sidebar-dropdown>p
	{
		font-size: 16px !important;
	}
}
@media (max-width: 1072px)
{
	

	.topbar-toggler
	{
		max-width: 20px;
	    width: 100%;
	    min-height: 20px;
	    visibility: visible;
	    left: -1px;
	    transition: all .3s linear;
	    position: fixed;
	}
	.sidebar-wrap .topbar-toggler.more
	{
		visibility: hidden;
	    width: 0%;
	    left: -54px;
	}

	.sidebar-wrap .nav-toggle
	{
	    display: block;
	}
	.sidebar-wrap .sidebarnav-item
	{
		width: 100%;
		max-width: 300px;
	}
	.product-page .col-md-9
	{
		max-width: 100%;
		flex: 100%;
	}
	.col-md-3.px-sm-3
	{
		padding-left: 0 !important;
	}
	.col-md-3.py-sm-3 {
	     padding-top: 0 !important; 
	}
	.sidebar-wrap .topbar-toggler
	{
	    max-width: 20px;
	    width: 100%;
	    min-height: 20px;
	    visibility: visible;
	    left: -10px;
	}
	.sidebar-wrap .product-page .col-md-3 {
	    max-width: 100%;
	    visibility: visible;
	    opacity: 1;
	}
	.product-page .col-md-9
	{
		transition: all .6s ease;
	}
	#sidebar-holder {
	    max-width: 0px;
	    visibility: hidden !important;
	    opacity: 0 !important;
	    position: fixed !important;
	    left: -0%;
	    transition: all .6s ease;
	    top: 143px;
	}
	.sidebar-wrap #sidebar-holder {
	    max-width: 300px;
	    width: 100%;
	    visibility: visible !important;
	    opacity: 1 !important;
	    position: fixed !important;
	    left: 0%; 
	    z-index: 9;
	    top: 100px !important;
	    transition: all .6s ease;
	}
}
@media (max-width: 1024px)
{
	span i.fas.fa-bars {
	    color: #212121;
	}
	span.menu-title {
	    color: #6ca99a;
	}
	ul.mobile-menu-list {
	    background-image: linear-gradient(27deg, #2a4052 47%, #b2dbd3);
		width: 25%;
	}
	ul.mobile-menu-list li.sidebarnav-item a.nav-link
	{
		background: #ffffff24;
	    font-weight: 700;
	    font-size: 16px;
	    margin-bottom: 0 !important;
	}
}
@media (max-width: 990px)
{
	.card.no-background {
	    margin-left: 0;
	}
}
@media (max-width: 768px)
{
	.topbar-toggler i
	{
		left: 2px;
	}
	.row
	{
		flex-wrap: wrap;
	}
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12
	{
		flex: 100%;
		max-width: 100%;
		padding-top: 8px;
    	padding-bottom: 8px;
	}
	.section3-content .img-size {
	    width: 60%;
	    margin-top: 12px !important;
	}
	.product-page p
	{
		font-size: 16px !important;
		font-weight: 400 !important;
	}
	h1.section1-heading {
	    padding: 5px 0px;
	}
	.col-sm-6 {
	    max-width: 50%;
	    flex: 0 0 50%;
	}
	ul.mobile-menu-list {
		width: 33%;
	}
}
@media (max-width: 600px)
{
	.box {
	    max-width: 600px;
	    width: 85%;
	    margin: auto;
	    margin-bottom: 20px; 
	}
}
@media (max-width: 425px)
{
	.box:hover .post, .box:hover .title {
	    transform: translateY(21px);
	}
	.box:hover .social {
	    transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0) translateY(37px);
	}
	h3#Products-title
	{
		padding: 5px 0;
	}
	.box {
    	width: 90%;
    }
    h3.our-products {
	    font-size: 31px;
	}
	.section3-content .img-size {
    	width: 90%;
    } 
    .footer-copyright {
	     font-size: 16px !important; 
	}
	.section1-content {
    	padding: 2em 0px;
    }
    .section3-content p {
	     padding: 0px; 
	}
	.box .post, .box .title {
	    transform: translateY(113px);
	}
	ul.mobile-menu-list {
	    width: 60%;
	}

}
@media (max-width: 375px)
{
	.row.py-0.login-section {
	    padding: 40px 20px;
	}
	.login-form
	{
		margin: 0;
		padding: 0 !important;
	}
	.box .post, .box .title {
	    transform: translateY(77px);
	}
	ul.mobile-menu-list {
	    width: 60%;
	    top: 67px;
	    right: 1px;
	}
}
@media (max-width: 320px)
{
	.box {
	    width: 100%;
	}
	.col-md-12
	{
		padding-left: 0;
		padding-right: 0;
	}
	.px-4 {
	    padding-left: 1rem !important;
	}
	.py-4 {
	    padding-bottom: 1rem !important;
	}
	.card.supprt-section .support-icon i {
	    padding: 0 20px 15px;
	}
	h3.our-products {
	    font-size: 29px;
	}
	ul.mobile-menu-list {
	    width: 79%;
	}
}

/*============= second page css =============*/
.main-heading h1 {
    font-size: 1.3em;
    color: #da7408;
}
img.newimg-size {
    max-width: 620px;
    width: 100%;
}
.white-background {
    background-color: #fff;
    padding: 1em 10px;
    box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 30%)
}
.page-content {
    margin: 4em 10px 2em;
}
.page-content .col-6 {
    padding: 20px 1em;
}
.box-content {
    padding: 20px;
}
h2.box-heading {
    text-align: center;
    font-size: 1.4em;
    color: #da7408;
    text-transform: capitalize;
}
img.box-img {
    max-width: 320px;
    width: 100%;
    margin: auto;
    display: block;
}
.download-btn {
    max-width: 330px;
    width: 100%;
    background-color: #73278a;
    padding: 12px 20px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 11px;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-top: 40px;
    transition: 1s ease all;
}
.download-btn:hover{
	background-color: #84278a;
	 transition: 1s ease all;
	 color: #ffffff;
}
.download-btn span {
    text-transform: uppercase;
}
.download-btn:hover a {
    color: #da7408;
}
i.blink {
    animation: blink 1.4s linear infinite;
    padding-left: 15px;
}
@keyframes blink
{
	0%
	{
		opacity: 0;
	}
	50%
	{
		opacity: 0.5;
	}
	100%
	{
		opacity: 1;
	}
}