@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600&display=swap');


* {
	padding:0;
	margin:0;
	font-family: 'Poppins', sans-serif;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-white {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover
 {
    color: rgb(248 95 42);
}


/************navbar***********/

.navbar-light .navbar-brand {
    width: 20rem;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
	  margin: 0;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    /*left:-100%;*/
    left:-10rem; /* 10rem is the min-width of dropdown-menu */
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 


.header_bottom .navbar-light .navbar-nav .nav-link.active {
    color: rgb(255 255 255);
}

.header_bottom .navbar-light .navbar-nav .nav-link {
    padding: 10px 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.header_bottom .navbar-light .navbar-nav .nav-link.active,
.header_bottom .navbar-light .navbar-nav .nav-link:hover,
.header_bottom .navbar-light .navbar-nav .nav-link:focus {
    color: #000;

}

.header_bottom .bg-warning {
    background-color: #f85f2a!important;
}

.header_bottom .dropdown-item {
    padding: 10px 30px;
    font-weight: 400 !important;
}
.header_bottom .dropdown-menu {
  padding-top: 8px;
  border: none;
  padding-bottom: 0;
  background-color: #f85f2a!important;
  border-radius: 0;
}

.header_bottom .dropdown-menu > .dropdown-item:hover {
    background: #f7941d;
    color: #fff;
}

.my_menu {
    padding: 0 !important;
    position: absolute !important;
    left: 50% !IMPORTANT;
    transform: translateX(-145%);
}
/************mobile slider***********/

.mobile_slider {
	display:none !important;
}

.carousel .carousel-caption {
    text-align: left;
    position: absolute;
    top: 20%;
    left: 10%;
}

.carousel .carousel-caption h1 {
    color: #003f7f;
	font-size: 50px;
}

.carousel .carousel-caption p {
    color: #333;
	font-weight:400;
	padding: 10px 0;
}


.carousel .carousel-caption a {
	background-color: #ff0000;
    border-color: #ff0000;
}

.carousel .carousel-caption a:hover {
	background-color: #003f7f;
    border-color: #003f7f;
}


.card-box .item {
    max-height: 225px;
}

.top-sec li {
    font-size: 14px;
    font-weight: 300;
    color: #979797;
	cursor:pointer;
	
}

/**********

.top-sec li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fc0;
    font-size: 16px;
    padding-right: 0.5em;
    position: inherit;
    top: 10px;
    left: 0;
    margin-bottom: 5px;
    float: left;
}

********/

.top-sec .card {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    transition: all ease 0.5s;
}




.mg_box {
    width: 300px;
	height:auto;
    box-sizing: border-box;
    margin: 10px auto;
}

.mg_box img {
    width: auto;
    object-fit: contain;
    height: 210px !important;
}

.top-sec h5 {
    font-size: 16px;
    text-align: left;
}

.amzn li:nth-child(2) {
    font-size: 22px;
    color: #f26027 !important;
    line-height: 29px;
    font-weight: 500;
}

.amzn li {
    color: #b3b3b3 !IMPORTANT;
    font-weight: 300;
    font-size: 17px;
}

.amzn li:nth-child(3) {
    color: #000 !IMPORTANT;
    font-weight: 300;
    font-size: 17px;
}

p.pd_text {
    text-align: left;
    color: #656565;
    font-size: 14px;
    font-weight: 400;
}

.info {
	background-color: #ff0000;
    border-color: #ff0000;
}

.btn:hover {
	background-color: #003f7f;
    border-color: #003f7f;
}

.recent-sec .card:hover {
	box-shadow: 0 5px 33px rgba(0,0,0,.07)
}

.testimonials {
	position:relative;
	
}

.testimonials .img-area {
	width: 100px;
	height:100px;
	margin: auto;
	
}

.testimonials img {
	width:100%;
	border:4px solid #003f7f;
}

.testimonials .carousel-caption {
	position:static;
}


.testimonials h3 {
    color: #000;
    font-size: 24px;
    padding: 10px 0 0;
}

.testimonials h4 {
    color: #003f7f;
    font-size: 18px;
	padding: 10px 0 0;
}

.testimonials p {
    margin: 0 auto 40px;
}

.testimonials .carousel-indicators {
    bottom: -20px;
}

.product h2 {
    font-weight: 600;
    letter-spacing: 0.3px;
    line-height: 45px;
}

.get {
	background-image:url(../images/slider.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	background-size: cover;
	padding: 120px 0 !important;
	position:relative;
}

.get::before {
    content: '';
    display: block;
    background: rgba(0,63,127, 0.75);
    height: 100% !important;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.get a {
	border-radius: 0;
}

.top-sec .card.c {
    padding-bottom: 19px;
}

.top-sec .card.f {
    padding-bottom: 39px;
}


.top-sec .card.h {
    padding-bottom: 39px;
}

.top-sec .card.k {
    padding-bottom: 21px;
}

.top-sec .card:hover {
    box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #1390fd;
    cursor: pointer;
    visibility: visible;
    animation-duration: 3.5s;
    animation-name: fadeInUp;
}



.footer {
    background: #003f7f;
    padding: 20px 0;
}

.footer li {
    padding: 2px 10px;
    margin: 0px 5px;
}

.footer i {
    font-size: 20px;
    color: #fc0;
}

.footer i:hover {
    color: #fff;
}














/**************Vidiem page style****************/


.banner_div {
    background-color: #f7f7f7;
    padding: 58px 0 55px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    background-attachment: scroll;
    background-image: url(../images/bg-item.jpg);
    z-index: 1;
}

.banner_div::after {
	content: '';
    position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	display:block;
	z-index:-1;
}

.title_div h1 {
    font-size: 19px;
}
p {
    margin: 0;
}

.star p {
    color: #cbcbcb;
    font-weight: 300;
}

.price li span {
    font-size: 25px;
    padding-left: 40px;
}

.price del.dlt {
    font-size: 20px;
    padding-left: 20px;
}


.quality li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.quality li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 5px;
}


.preview {
    width: 100%;
    height: auto;
}
 
.thumb {
    width: 99px;
    margin-right: 6px;
    margin-top: 30px;
}
 
.normal {
border:3px solid #000000;}
 
.selected {
border:3px solid #ff0000;}


 .form-group {
    text-align: left !Important;
}

.col-form-label {
    padding-right: 0 !important;
    text-align: right !important;
}


.login .col-sm-4 {
    padding: 0 !IMPORTANT;
}

.login form {
    width: 90%;
}

.form-control-file {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: 3px .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}






/**************Vidiem page style****************/


@media (min-width: 320px) and (max-width: 768px) {

.top .navbar-light .navbar-toggler {
    text-align: right !important;
}

.header_bottom .navbar-light .navbar-toggler {
    text-align: center !important;
	margin: auto;
}

.navbar-nav {
    text-align: center;
}

.top-sec li {
    font-size: 18px;
}	

.main .d-none {
    display: unset !important;
}
.main .carousel-caption h1 {
    font-size: 25px;
}

.second {
	display:none;
}

.third {
	display:none;
}

.card-box .pr-2, .px-2 {
    padding-left: 15px !important;
}

.card-box .pl-0, .px-0 {
    padding-right: 15px !important;
}

.thumb {
    width: 66px !important;
    margin-bottom: 20px;
}

.col-form-label {
    text-align: left !IMPORTANT;
}

.login form {
    width: 100% !important;
    margin: auto;
}

.login label.col-sm-2.col-form-label {
    max-width: 100%;
    flex: 0 0 100%;
}

.my_menu {
    padding: 0 !important;
    position: unset !important;
}

.navbar-light .navbar-brand {
    width: 13rem;
}

.dropdown-submenu {
    position: relative;
    z-index: 999999999999999;
    display: inline-block;
    text-align: center !important;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: contents;
	  margin: 0;
}
 
	.navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
}

.dropdown-item.active, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.header_bottom .dropdown-item {
    color: #fff;
}

.header_bottom .navbar-light .navbar-nav .nav-link.active, .header_bottom .navbar-light .navbar-nav .nav-link:hover, .header_bottom .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.mg_box {
    width: auto;
}

}

@media (max-width: 480px) { 
	.navbar-toggler-icon {
    width: 1em;
    height: 1em;
}
}


@media (min-width: 768px) and (max-width: 1024px) {

.mg_box {
    width: auto;
}

.main .carousel-caption {
    top: 12%;
}


.main .carousel-caption h1 {
    font-size: 40px;
}


.top-sec li:before {
    margin-bottom: 45px;
}

.top-sec .card.tp {
    padding-bottom: 0 !important;
    margin-bottom: 25px !IMPORTANT;
    height: auto;
}

.top-sec .card.a {
    padding-bottom: 21px !important;
}

.top-sec .card.c {
    padding-bottom: 40px !important;
}

.top-sec .card.e {
    padding-bottom: 23px !important;
}

.top-sec .card.h {
    padding-bottom: 61px !important;
}

.top-sec .card.j {
    padding-bottom: 19px !important;
}

.top-sec .card.f {
    padding-bottom: 61px !important;
}


}

@media (min-width: 990px) and (max-width: 1200px) {

.top-sec .card.j {
    padding-bottom: 0px !important;
}

.top-sec .card.h {
    padding-bottom: 21px !important;
}

.top-sec .card.e {
    padding-bottom: 3px !important;
}

.top-sec .card.f {
    padding-bottom: 41px !important;
}

.top-sec .card.b {
    padding-bottom: 40px !important;
}

.top-sec .card.c {
    padding-bottom: 59px !important;
}

}


.card-body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (min-width: 1200px) { 

.top-sec .card.b {
    padding-bottom: 0px !important;
}

}


