@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');


.search-header input{
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.search-header .form-group{
    position: relative;
    margin-bottom: 0px;
}

.search-header .form-group i{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(-0,-50%);
}

.modal.show .modal-dialog {
    -webkit-transform: unset;
    transform: unset; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.logo img{
    width: 100%;
    padding: 5px 0px;
}

.propresenter h3 {
    font-size: 18px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.propresenter ul li {
    line-height: 30px;
}

.mt-100{
    margin-top: 100px;
}
.search{
    display: none;
}

.download p{
    letter-spacing: 0px;
}
.download h2{
    color: #ff6900;
    font-size: 40px;
    text-transform: uppercase;
}

.page-title {
    color: #ff6900;
    font-size: 40px;
    text-transform: uppercase;
}

.desktop h2 {
    font-size: 20px;
}

.desktop p {
   letter-spacing: 0px;
}
.page-content h2 {
    font-size: 25px;
    color: black;
    letter-spacing: 0px;
    margin-bottom: 25px;
}

.page-lead-small p {
    letter-spacing: 0px;
    color: #555;
}

.banner-txt {
    width: 40%;
    position: absolute;
    left: 18%;
    top: 50%;
    transform: translate(0, -50%);
}

.downloads .col-md-3  {
    margin-bottom: 50px;
}
.downloads .col-md-3 p {
    background-color: #eaeaea;
    letter-spacing: 0px;
    padding: 10px;
    color: black;
}

.banner-txt h3{
    font-size: 50px;
    color: white;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.banner-txt p{
    font-size: 20px;
    color: white;
}

.banner-bottom-list{
    position: relative;
    border-radius: 5px;
    transition: 200ms;
    overflow: hidden;
}
.banner-bottom-list:hover button{
    bottom: 20px;
}

.banner-bottom-list button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 10px);
    padding: 7px 20px;
    background-color: black;
    color: white;
    border-radius: 50px;
    border: 0px;
    bottom: -100%;
    transition: 200ms;
    outline: none !important;
}
.banner-bottom-list button:hover {
   background-color: orangered;
}

.banner-bottom-list img{
    transition: 200ms;
}

.banner-bottom-list:hover img{
    transform: scale(1.1);
}

.banner-bottom-list:hover{
    box-shadow: 0px 2px 2px #ccc;
}

.banner-bottom-list p{
    position: absolute;
    top: 10px;
    color: black;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,0);
}

.ptb-100{
    padding: 100px 0px;
}

.heading h2 {
    font-size: 18px;
    color: black;
    letter-spacing: 0px;
}




ul.nav.nav-tabs li{
    width: 20%;
    text-align: center;
}
.heading h2{
    margin: 20px 0px;
    color: #ff6900;
}
ul.nav.nav-tabs li {
    width: 20%;
    text-align: center;
    border: 1px solid white;
}

ul.nav.nav-tabs li a{
    width: 100%;
    padding: 15px 10px;
    display: inline-block;
    color: black;
    font-weight: bold;
    font-size: 16px;
    background-color: #f1f1f1;
}
ul.nav.nav-tabs li a h6{
    color: grey;
    font-weight: 400;
    font-size: 14px;
}
/*
ul.nav.nav-tabs li.active{
    border-bottom: 2px solid black;
}
*/


.nav-tabs .nav-link{
    border: 0px;
}
.tab-content{
    padding: 30px;
}

.tabs-details {
    border: 1px solid #ccc;
}
.sub-heading {
    padding: 10px;
    background-color: #28a74521;
    font-size: 20px;
    color: black;
    border-left: 3px solid green;
}

.big-product{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.specification td strong {
    background-color: #f1f3f6;
    width: 100%;
    display: inline-block;
    padding: 15px;
}

.specification tr td h6{
    color: black;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}
.specification tr td p{
    letter-spacing: 0px;
    color: grey;
}


.product-text{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 80%;
    text-align: center;
    transform: translate(-50%,0);
}

.product-text h5{
    font-size: 20px;
}
.product-text p{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    transition: 500ms;
    
}
.shop-btn a {
    display: inline-block;
    padding: 5px 20px;
    font-size: 14px;
    letter-spacing: 0px;
    background-color: black;
    border-radius: 50px;
    color: white;
    margin-top: 10px;
    box-shadow: 0px 10px 10px #ccc;
}



.shop-btn {
    position: absolute;
    left: 50%;
    bottom: -200%;
    transform: translate(-50%, 0px);
    transition: 500ms;
}

.shop-btn:hover a{
    box-shadow: none;
    background-color: orangered;
}

.big-product:hover .shop-btn{
    bottom: 0%;
}
.big-product:hover .product-text p{
    opacity: 0;
}

.small-product{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.small-product:hover{
    box-shadow: 0px 2px 2px #ccc;
}

.big-product:hover{
    box-shadow: 0px 2px 2px #ccc;
}

.big-product-text{
    text-align: center;
    position: absolute;
    bottom: 12%;
    left: 50%;
    width: 80%;
    transform: translate(-50%,0);
}
.big-product-text h5{
    font-size: 20px;
    color: black;
    letter-spacing: 0px;
    
}
.big-product-text p{
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0px;
    transition: 500ms;
    
}


.small-product:hover .shop-btn{
    bottom: -50%;
}
.small-product:hover .big-product-text p{
    opacity: 0;
}

.nav-tabs {
    margin-bottom: 20px;
}

.mb-100{
    margin-bottom: 100px;
}

.small-product{
    position: relative;
}

.small-product span{
    position: absolute;
    top: 20px;
    left: 5px;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    color: white;
    letter-spacing: 0px;
    
}
.big-product span{
    position: absolute;
    top: 20px;
    left: 5px;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    color: white;
    letter-spacing: 0px;
    
}
.big-product span.hot-sale{
    background-color: red;
}
.big-product span.new{
    background-color: dodgerblue;
}
.big-product span.best-sale{
    background-color: orange;
}
.small-product span.hot-sale{
    background-color: red;
}
.small-product span.new{
    background-color: dodgerblue;
}
.small-product span.best-sale{
    background-color: orange;
}
.big-banner .owl-nav {
    display: none;
}
.navbar-nav{
    z-index: 999999999999999999 !important;
}
.nav-mega .dropdown-menu.mega-menu{
    z-index: 999999999999999999 !important;
}
.carousel-control-prev, .carousel-control-next{
    top: -70px !important;
}
.breaducrumb {
    height: 80vh;
    display: flex;
    align-items: center;
    background-color: black;
    position: relative;
    overflow: hidden;
}
.bread-txt h1{
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 70px;
    margin-bottom: 20px;
    color: white;
}
.bread-txt p{
    font-size: 18px;
    letter-spacing: 0px;
    color: #ccc;
    font-weight: 600;
}
.bread-img{
    position: relative;
}
.breaducrumb::before {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 800px;
    height: 800px;
    background-color: white;
    opacity: .1;
    content: "";
    border-radius: 50%;
}
.breaducrumb::after {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 300px;
    height: 300px;
    background-color: white;
    opacity: .05;
    content: "";
    border-radius: 50%;
}
.feature-box{
    text-align: center;
    padding: 50px 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 2px #ccc;
    margin-bottom: 0px;
}
.feature-box h2{
    font-size: 40px;
    font-weight: bold;
}

.feature-box p{
    color: black;
    letter-spacing: 0px;
    font-size: 18px;
}

.bg-warm{
    background-color: #f6f6f6;
}

.cooling h2{
    font-size: 100px;
    margin-bottom: 100px;
    text-align: center;
}
.cooling img{
    margin-bottom: 50px;
}

.cooling p{
    font-size: 30px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: black;
}


.mid-product-1{
    background-image: url(../images/product/mid-gamin.jpg);
    background-size: cover;
}

.product-video video{
    width: 100%;
    max-width: 100;
}

.left-txt h2{
    font-size: 50px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
}
.left-txt h3{
    font-size: 30px;
    font-weight: 500;
    color: black;
    margin-bottom: 20px;
}
.left-txt p{
    font-size: 18px;
    color: black;
    letter-spacing: 0px;
    line-height: 32px;
}

.bodrer-1{
    border-right: 1px solid #ccc;
}
.left-txt .br-1 h4{
    font-size: 30px;
}

.mid-banner{
    position: relative;
}

.mid-banner-txt{
    width: 600px;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translate(0%,-50%);
}
.mid-banner-txt h2{
    color: white;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}
.mid-banner-txt p{
    color: white;
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 40px;
}

.owl-dots{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0px);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
}

.bg-specification{
    background-color: #f3f3f3;
}

.specify-text h2{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 0px;
}
.specify-text p{
    font-size: 20px;
    line-height: 30px;
    color: black;
    letter-spacing: 0px;
}
.specify-text h4{
    letter-spacing: 0px;
    font-weight: bold;
}

.specify-text .row{
    margin-top: 100px;
}

.prize-card{
    padding: 50px;
    background-color: #f1f3f6;
    border-radius: 10px;
    box-shadow: 0px 2px 2px #ccc;
}

.prize-card h2.best{
    color: dodgerblue;
}

.prize-card h2.ultimate{
    color: mediumseagreen;
}

.prize-card .prize{
    color: black;
    font-size: 30px;
    font-weight: bold;
}
.prize-card .prize span{
    color: black;
    font-size: 10px;
    font-weight: bold;
}

.prize-card ul{
    padding: 0px;
    margin: 0px;
}

.prize-card ul li{
    font-size: 15px;
    line-height: 35px;
}

.prize-card .select-btn{
    padding: 7px 30px;
    background-color: #ff6900;
    display: inline-block;
    font-weight: bold;
    border-radius: 50px;
    color: white;
    margin-top: 20px;
}

.bg-grey{
    background-color: #f1f3f6;
}


.simpleCart_shelfItem h5{
    font-size: 20px;
    margin-bottom: 10px;
}
.simpleCart_shelfItem ul {
    padding: 0px;
    margin: 0px;
}
.simpleCart_shelfItem ul li{
    list-style-type: none;
}
.simpleCart_shelfItem ul li a{
    font-size: 16px;
    font-weight: 600;
    color: #17a2b8;
    line-height: 30px;
}
.single-right-left.simpleCart_shelfItem {
    padding: 15px;
    background-color: #f1f3f6;
    border-radius: 5px;
}
.interlinking {
    background-color: #f1f3f6;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
    margin-top: 40px;
}
.interlinking ul{
    padding: 10px;
    margin: 0px;
}
.interlinking ul li{
    display: block;
    padding: 5px 15px;
}
.interlinking ul li a{
    color: #17a2b8;
    font-size: 14px;
    font-weight: 600;
}
.interlinking ul li a:hover{
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.interlinking ul li a i{
    margin-right: 5px;
}


.why-sharverse{
    margin-top: 50px;
}

.why-sharverse h5{
    letter-spacing: 0px;
    font-size: 30px;
    margin-bottom: 15px;
}

.why-box{
    padding: 20px;
    background-color: white;
    box-shadow: 0px 2px 2px #ccc;
    border-radius: 5px;
}

.why-box i{
    font-size: 40px;
    color: orangered;
    margin-bottom: 10px;
}

.why-box h4{
    font-size: 20px;
    color: black;
    font-weight: 600;
    letter-spacing: 0px;
}
.why-box p{
    font-size: 14px;
    color: grey;
    letter-spacing: 0px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.specifications {
    margin-top: 50px;
}
.specifications h5{
    font-size: 30px;
    letter-spacing: 0px;
}

.specification-box{
    padding: 15px;
    margin-top:30px;
    background-color: #f1f3f6;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
    align-items: center;
    overflow: auto;
    clear: both;
}
.specification-box .lptop-img{
    width: 10%;
    float: left;
}
.specification-box .specify-txt{
   margin-left: 15px;
    width: 75%;
    float: left;
}
.specification-box .specify-txt h6{
   font-size: 18px;
    font-weight: 600;
    color: black;
    letter-spacing: 0px;
}
.specification-box .specify-txt p{
   font-size: 14px;
    color: grey;
    letter-spacing: 0px;
    margin-bottom: 0px;
}
.specification-box .specific-link{
   text-align: right;
    width: 10%;
    float: left;
}
.specification-box .specific-link p a{
   letter-spacing: 0px;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid dodgerblue;
}

.drop-box{
    display: inline-block;
    width: 100%;
}










.modal.show .modal-dialog{
    width: 100%;
}
.modal.show .modal-dialog .modal-body{
   padding: 15px;
}


.modal.show .modal-dialog .modal-body p{
  letter-spacing: 0px;
}



.plan input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.plan {
  cursor: pointer;
  width: 100%;
    margin-top:20px;
}

.plan .plan-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px ;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e1e2e7;
  border-radius: 10px;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  position: relative;
}

.plan .plan-content img {
  margin-right: 30px;
  height: 72px;
}

.plan .plan-details span {
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #252f42;
}

.container .title {
  font-size: 16px;
  font-weight: 500;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #252f42;
  margin-bottom: 20px;
}

.plan .plan-details p {
  color: #646a79;
  font-size: 14px;
  line-height: 18px;
}

.plan .plan-content:hover {
  -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
  box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plan input[type="radio"]:checked + .plan-content:after {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  background: #216fe0;
  right: 20px;
  top: 20px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 0px 2px #0066ff;
  box-shadow: 0px 0px 0px 2px #0066ff;
}

.plan input[type="radio"]:checked + .plan-content {
  border: 2px solid #216ee0;
  background: #eaf1fe;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

@media screen and (max-width: 991px) {
  {
    margin: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px;
  }

  .plan {
    width: 100%;
  }

  .plan.complete-plan {
    margin-top: 20px;
  }

  .plan .plan-content .plan-details {
    width: 70%;
    display: inline-block;
  }

  .plan input[type="radio"]:checked + .plan-content:after {
    top: 45%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}

@media screen and (max-width: 767px) {
  .plan .plan-content .plan-details {
    width: 60%;
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  .plan .plan-content img {
    margin-bottom: 20px;
    height: 56px;
    -webkit-transition: height 0.4s;
    -o-transition: height 0.4s;
    transition: height 0.4s;
  }

  .plan input[type="radio"]:checked + .plan-content:after {
    top: 20px;
    right: 10px;
  }

  .plan .plan-content .plan-details {
    width: 100%;
  }

  .plan .plan-content {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

/* inspiration */
.inspiration {
  font-size: 12px;
  margin-top: 50px;
  position: absolute;
  bottom: 10px;
  font-weight: 300;
}

.inspiration a {
  color: #666;
}
@media screen and (max-width: 767px) {
  /* inspiration */
  .inspiration {
    display: none;
  }
}



.col-md-4.offset-lg-8.checkout-left-basket ul {
    background-color: #f1f3f6;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
}

.drop-box {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    background-color: white;
    border-radius: 10px;
    padding: 15px;
    display: none;
}

.plan-content img {
    width: 70px;
    float: left;
    margin-right: 15px;
}

h3.tittle-w3layouts{
    color: black;
}
.testimonials-inner.py-lg-4.py-3 h3.tittle-w3layouts{
    color: white;
    font-size: 40px;
}

.checkout-left-basket button{
    padding: 7px 30px;
    margin-top: 15px;
    background-color: #ff6900;
    color: white;
    border-radius: 5px;
    border: 0px;
    outline: none;
}



.bg-abt h2{
    font-size: 70px;
    font-weight: 400;
    color: black;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-family: 'Josefin Sans', sans-serif;
}

.bg-abt h2 span{
    color: #ff6900;
    border-bottom: 2px solid #ff6900;;
}

.abt p{
    font-size: 20px;
    color: #555;
    letter-spacing: 0px;
    font-family: 'Josefin Sans', sans-serif;
}

.focus{
    border-radius: 30px;
    overflow: hidden;
    height: 500px;
}

.focus-content{
    width: 45%;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(0,-50%);
}
.focus-content h2{
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0px;
    color: white;
    margin-bottom: 20px;
    font-weight: bold;
}
.focus-content p{
    color: #ccc;
    letter-spacing: 0px;
}
.focus2{
    border-radius: 30px;
    overflow: hidden;
    height: 500px;
}

.focus-content2{
    width: 45%;
    position: absolute;
    left: 10%;
    top: 45%;
    transform: translate(0,-50%);
}
.focus-content2 h2{
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 0px;
    color: black;
    margin-bottom: 20px;
    font-weight: bold;
}
.focus-content2 p{
    color: black;
    letter-spacing: 0px;
    line-height: 30px;
}

.big-txt p {
    text-align: center;
    font-size: 20px;
    color: black;
    letter-spacing: 0;
    line-height: 40px;
}


table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
    overflow: hidden;
  
}

.specification td, th {
  text-align: left;
    font-size: 14px;
    padding: 15px;
    border: 1px solid #eaeaea;
}


.note h6{
    font-size: 14px;
    font-weight: 400;
    color: grey;
    letter-spacing: 0px;
    margin: 10px 0px;
}

.note h6 span{
    color: red;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
.note {
    border-left: 2px solid red;
    margin: 25px 0px;
    background-color: #ff000021;
    padding: 5px 10px;
    font-size: 12px;
}

.product-breadcrumb{
    background-color: #ff6900;
    padding: 100px 0px;
    text-align: center;
    margin-top: 0;
    background-image: url(../images/banner1.jpg);
    background-size: cover;
    background-position: center;
}

.product-breadcrumb h1{
    color: white;
}

.focuss{
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
}

.focus-txt {
    padding: 15px;
}
.focus-txt h5 {
    margin-bottom: 10px;
}
.focus-txt p {
    font-size: 14px;
    line-height: 22px;
    color: #555;
    letter-spacing: 0px;
}


.headd{
    padding: 15px 0px;
    background-color: black;
    text-align: center;
    color: white;
}

.small-product{
    text-align: center;
    padding: 20px;
}
.small-product h5{
    margin-top: 15px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}
.small-product img{
    margin: 10px 0px;
}
.small-product p{
    color: #8f8f8f;
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 5px;
    line-height: 20px;
}
.small-product h6{
    margin-top: 10px;
    letter-spacing: 0px;
}
.small-product h1 {
    font-size: 25px;
    margin-bottom: 10px;
    overflow: hidden;
    padding-top: 60px;
}

.select a{
    padding: 5px 20px;
    display: inline-block;
    background-color: transparent;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    border: 2px solid dodgerblue;
}
.select a:hover{
    box-shadow: 0px 2px 2px #ccc;
    color: white;
    background-color:  dodgerblue;
}

.zig-zag{
    text-align: center;
    background-color: black;
    height: 100%;
    padding: 0px 100px;
}

.bg-black{
    background-color: black;
}
.zig-zag h5{
   color: white;
    font-size: 40px;
    margin-bottom: 20px;
    
}
.zig-zag p{
   font-size: 15px;
    color: #ccc;
    letter-spacing: 0px;
    
}

.product-breadcrumb p{
    margin: 10px 0px;
    color: white;
    font-size: 18px;
    letter-spacing: 0px;
}

.product-breadcrumb button{
    color: white;
    background-color: black;
    border: 0px;
    padding: 10px 30px;
    border-radius: 50px;
    box-shadow: 0px 5px 5px #11111191;
}

.financing{
    text-align: center;
}
.financing img{
    width: 50px;
}
.financing h4{
    font-size: 30px;
    color: black;
    letter-spacing: 0px;
    margin: 10px 0px;
}

.financing p{
    font-size: 16px;
    color: grey;
    letter-spacing: 0px;
    line-height: 25px;
}
.finance-plan{
    padding: 20px;
    text-align: center; 
}
.finance-plan h5{
    font-size: 20px; 
    letter-spacing: 0px;
}
.finance-plan p{
    font-size: 14px;
    color: grey;
    letter-spacing: 0px;
    line-height: 25px;
}
.finance-plan i{
    font-size: 50px;
    margin-bottom: 10px;
    color: olivedrab;
}


.ask-question h5{
    
    font-size: 25px;
    color: black;
    letter-spacing: 0px;
    margin-bottom: 10px;
    
}

.ask-question{
    text-align: center;
}
.ask-question h6{
    letter-spacing: 0px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #555;
    margin-bottom: 20px;
}
.ask-question p{
    font-size: 14px;
    color: grey;
    letter-spacing: 0px;
    
}

.articles-blog{
    height: 600px;
    overflow: auto;
    border-radius: 10px;
}

.left-navbar ul{
    padding: 0px;
    margin: 0px;
}

.left-navbar ul li{
    list-style-type: none;
    background-color: #f1f3f6;
     margin-bottom: 10px;
    transition: 500ms;  
    border-radius: 5px;
}
.left-navbar ul li:hover{
    background-color: #ff6900;
    box-shadow: 0px 2px 10px #999;
}
.left-navbar ul li:hover a{
    color: white;
}
.left-navbar ul li a{
    padding: 15px 20px;
    display: inline-block;
    font-size: 14px;
    color: black;
    width: 100%;
    transition: 200ms;
}

.left-navbar li.active{
    background-color: #ff6900;
     box-shadow: 0px 2px 10px #999;
}
.left-navbar li.active a{
    color: white;
}

.guide-content{
    padding: 20px;
    background-color: #f1f1f1;
}

.guide-content h5{
    letter-spacing:0px;
    font-size: 20px;
    color: black;
    font-weight: bold;
}
.guide-content p{
    letter-spacing: 0px;
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.heading-2 h5{
    font-size: 20px;
    color: #555;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}

.form{
    background-color: #f1f3f6;
    padding: 50px;
}

.form-group label{
    font-weight: 600;
    margin-bottom: 20px;
    margin-right: 20px;
}

.form-group.w-100 label {
    width: 15%;
    text-align: right;
}

.form-group.w-100 input {
    width: 80%;
    border: 1px solid #ccc;
    outline: none;
    padding: 10px;
}

.form-group.w-100 textarea {
    width: 80%;
    border: 1px solid #ccc;
    outline: none;
    vertical-align: bottom;
    padding: 10px;
}
.form-group.w-100 button {
    background-color: orangered;
    color: white;
    padding: 10px 30px;
    border: 0px;
    border-radius: 50px;
    
}

.contact-info ul{
    padding: 0px;
    margin: 0px;

}

.contact-info{
    

}

.contact-info ul li b{
    width: 20%;
}

.contact-info ul li{
    padding: 10px 0px;
    list-style-type: none;
}

.captcha input[type=text] {
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.captcha button{
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
.captcha canvas{
  /*prevent interaction with the canvas*/
  pointer-events:none;
}



.faq-section {
    background: #fdfdfd;;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #ff6900;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #ff6900;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }
  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }
}


.faq .card .card-body p{
    letter-spacing: 0px;
}

.dropdown{
    position: relative;
}
.dropdown:hover .custom-drop{
    display: block;
}

.dropdown .custom-drop{
    position: absolute;
    background-color: white;
    width: 250px;
    display: none;
    border: 1px solid #ccc;
    padding: 10px 0px;
    display: none;
}
.dropdown .custom-drop  li {
    list-style-type: none;
}
.dropdown .custom-drop  li a{
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    color: black;
}
.dropdown .custom-drop  li a:hover{
    background-color: #eaeaea;
}

.dropdown-menu {
    margin-top: 125% !important;
}
























.system-heading{
    margin-bottom: 20px;
}

.sepcify h6{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.sepcify h4 {
    padding-top: 20px;
}
/*
.processor{
    overflow: auto;
    height: auto;
    clear: both;
}
*/
hr {
    margin: 30px 0px !important;
}


.processor-box{
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 13px;
    border-radius: 5px;
    margin-right: 5px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    
    justify-content: center;
    align-items: center;
    color: grey;
    height: 190px;
    margin-bottom: 5px;
    background-color: #f3f3f34d;
}

.processor-box.active{
    border: 1px solid #8bc34a;
    background-color: #8bc34a;
}
.processor-box:hover {
    border: 1px solid #8bc34a;
    background-color: #8bc34a3b;
}

.processor-box a {
    margin-top: 5px;
    display: inline-block;
    color: #ff6900;
    transition: 0ms;
}
.processor-box a:hover {
    color: #8bc34a;;
}
.processor-box p{
    margin-bottom: 5px;
    
}
.processor-box p b{
    font-size: 16px;
    color: black;
    font-weight: 500;
    letter-spacing: 0px;
}

.system-heading h2 {
    letter-spacing: 0px;
    font-size: 22px;
}

.system-heading {
    display: flex;
    align-items: center;
    background-color: #f3f3f34d;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    
}
.occasion-cart {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.occasion-cart button{
    background-color: #28a745;
    padding: 10px 30px;
    font-size: 14px;
    color: white;
    letter-spacing: 0px;
    font-weight: bold;
    border-radius:2px;
    outline:none;
    margin-left: 20px;
}
.ammount {
    font-size: 25px;
    color: black;
    font-weight: bold;
    margin-top: 5px;
}

.laptop-name{
    width: 50%;
}

.choose-list{
    height: 400px;
    overflow: auto;
    overflow-x: hidden;
}


.sticky-top{
    position: -webkit-sticky !important;
    position: sticky;
        top: 123px !important;
    bottom: 0 !important;
    z-index: 2 !important;
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.system-heading{
    position: sticky;
    background-color: #F5F5F5;
    top: 123px;
    z-index: 99;
}
.learnmore .modal-dialog {
    width: 70% !important;
    z-index: 9999999999999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
}
.header-top{
    background-color: #ff6900;
}

.fixed-header{
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #f1f3f6;
}

.liftime-support{
    color: white;
    padding: 10px 0px;
}
.liftime-support span{
    padding: 0px 20px;
}




.bg-blackk{
    background-color: black;
    transition: 500ms;
    top:0px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.bg-black .nav-link{
    color: white;
    transition: 500ms;
}

.vmix{
    width: 300px;
    float: right;
}

.logo-white{
    display: none;
}


.page-content p{
    color: #555;
}





div#ekkoLightbox-389 .modal-dialog {
    width: 960px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}






.configuration-banner{
    height: auto;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #20222a;
    padding-top: 150px;
}


.configuration-banner .configuration h2{
    font-size: 40px;
    color: white;
    list-style-type: 0px;
    margin-bottom: 10px;
}
.configuration-banner .configuration h5{
    color: grey;
    font-size: 25px;
    list-style-type: 0px;
    font-weight: bold;
}

.product-specification h4{
    padding: 10px;
    background-color: grey;
    color: white;
    letter-spacing: 0px;
    font-size: 20px;
}

.product-specification ul{
    display: flex;
}

.product-specification ul li{
    width: 50%;
    padding: 10px;
    border-bottom: 1px solid #333;
}
.product-specification ul li h6{
    color: #ccc;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.product-specification ul li p{
    letter-spacing: 0px;
}


.custom-design .card h5 {
    font-size: 15px;
    letter-spacing: 0;
    
}

.custom-design .card h5 {
    color: white;
    padding: 15px;
    font-weight:400;
}

.card-header{
    padding: 0px;
    background-color: #34363c;
}







.custom-design ul {
  list-style-type: none;
}

.custom-design li {
  display: inline-block;
}

.custom-design input[type="radio"][id^="cb"] {
  display: none;
}
.custom-design input[type="radio"]{
  display: none;
}

.custom-design label {
  display: block;
  position: relative;
  margin: 5px;
  cursor: pointer;
}

.custom-design label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -10px;
  left: -7px;
  width:15px;
  height: 15px;
  text-align: center;
    font-size: 14px;
  line-height: 12px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.custom-design label img {
  height: 30px;
  width: auto;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.custom-design:checked + label {
  border-color: #ddd;
}

:checked + label:before {
  content: "✓";
    z-index: 9;
  background-color: grey;
  transform: scale(1);
}

:checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

.custom-design label span {
    padding: 7px 20px;
    border: 1px solid #ccc;
    color: white;
    font-size: 12px;
    background-color: black;
}

.card-body.bg-dark h6 {
    color: white;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-size: 14px;
}

.card{
    border: 1px solid #333;
}

.card-body.bg-dark{
    background-color: black !important;
}

.build h2{
    color: white;
}
.custom-design .card h5 i {
    float: right;
    font-weight: 400;
}

.card-header img {
    width: 150px;
    margin-right: 20px;
}

.card-header h5 {
   font-size: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    color: white;
    font-weight: 400;
}
.card-header h5 span h6{
    letter-spacing: 0px;
    font-weight: 400;
    color: grey;
}
.card-header h5 span{
   display: inline-block;
    vertical-align: middle;
}
.card-header h5 i{
   float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.bundle{
  position: relative;
    border: 1px solid #222;
}

.bundle input[type="radio"]{
    display: none;
}

.bundle :checked + label:before {
    content: "✓";
    z-index: 9;
    background-color: #ff6900;
    transform: scale(1);
    color: white;
    width: 25px !important;
    height: 25px !important;
    text-align: center;
    border-radius: 50%;
    right: -10px !important;
    top: -10px !important;
    position: absolute;
}
.bundle-txt{
    padding: 20px;
    color: #ccc;
    font-size: 14px;
    height: 150px;
   
}

.bundle-footer{
    background-color: #34363c;
}

.bundle-footer ul{
    padding: 0px;
    margin: 0px;
    display: flex;
}

.bundle-footer ul li{
    width: 50%;
    list-style-type: none;
    padding: 10px;
    color: white;
    font-size: 13px;
    font-weight: 500;
}
.bundle-footer ul li:nth-child(2){
   text-align: right;
}

.bundle-footer ul li a{
   color: white;
}

.build h2{
    color: grey;
    margin-bottom: 30px;
    font-weight: 400;
    margin-top: 100px;
    letter-spacing: 0px;
}

.modal-header{
    position: absolute;
    right: -10px;
    top: -15px;
    z-index: 999;
}
.modal-header button{
    font-size: 20px;
    color: white;
}

.modal-lg {
    width: 1080px !important;
    max-width: 1080px !important;
}
.learnmore .modal-body{
    background-color: #20222a;
}

.popup-content {
    height: 400px;
    overflow: auto;
    padding-right: 20px;
}

.popup-content h5{
    color: white;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
}
.popup-content p{
    margin-bottom: 20px !important;
    color: #ccc;
}

.popup-content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.popup-content::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.popup-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.popup-heading{
    margin-bottom: 50px;
    font-size: 25px;
    color: white;
    text-align: center;
}

.build-accord .card{
    margin-bottom: 40px;
}

.bread-img{
    padding: 
}

.workstation-box{
    background-color: #f1f3f6;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
}

.workstation-box h5{
    letter-spacing: 0px;
     margin-bottom: 10px;
}

.workstation-txt{
    padding: 15px;
    height: 200px;
}

.workstation-txt p{
    letter-spacing: 0px;
    line-height: 23px;
    color: #555;
}

.workstation{
    padding-top: 100px;
    padding-bottom: 50px;
}

.workstation p{
    text-align: center;
    color: black;
    letter-spacing: 0px;
    font-size: 16px;
}

.workflow{
    padding: 50px 0px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.bread-img h2{
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}
.bread-img p{
    letter-spacing: 0px;
    color: #555;
    font-size: 16px;
    line-height: 25px;
}


.fixed-price{
    padding: 20px;
    background: #34363c;
    text-align: center;
    border: 1px solid #4c4f57;
}
.fixed-price img{
    width: 150px;
    margin: 0px auto;
    margin-bottom: 20px;
}
.fixed-price h2{
   color: white;
    text-align: center;
    font-size: 25px;
    margin-bottom: 30px;
}

.fixed-price ul{
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #777;
    padding: 20px 0px;
}



.fixed-price ul li{
    width: 100%;
    list-style-type: none;
    color: #ccc;
}
.fixed-price ul li:nth-child(1){
    font-size: 14px;
}
.fixed-price ul li b{
    font-size: 25px;
}

.fixed-price button{
    margin-top: 30px;
    padding: 10px;
    width: 200px;
    background-color: #ff6900;
    color: white;
    font-weight: bold;
    border:0px;
    border-radius: 5px;
}

.customization-banner video{
    width: 100%;
}

.customization-banner{
    position: relative;
}

.customization-banner::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    content: "";
    filter: opacity(0.5);
}

.customization-banner .container{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%)
}

.customization-banner .container h2{
    color: white;
    font-size: 50px;
    letter-spacing: 0px;
}

.customization-banner .container button{
    padding: 15px;
    width: 250px;
    font-size: 16px;
    color: white;
    font-weight: bold;
    background-color: #ff6900;
    border: 0px;
    margin-top: 30px;
    border-radius: 5px;
    cursor: pointer;
}



.build-accord .card{
    margin-bottom: 40px;
}

.bread-img{
    padding: 
}

.workstation-box{
    background-color: #f1f3f6;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 2px 2px #ccc;
}

.workstation-box h5{
    letter-spacing: 0px;
     margin-bottom: 10px;
}

.workstation-txt{
    padding: 15px;
    height: 200px;
}

.workstation-txt p{
    letter-spacing: 0px;
    line-height: 23px;
    color: #555;
}

.workstation{
    padding-top: 100px;
    padding-bottom: 50px;
}

.workstation p{
    text-align: center;
    color: black;
    letter-spacing: 0px;
    font-size: 16px;
}

.workflow{
    padding: 50px 0px;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}

.bread-img h2{
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 20px;
}
.bread-img p{
    letter-spacing: 0px;
    color: #555;
    font-size: 16px;
    line-height: 25px;
}
.optimized h2{
      font-size: 40px;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 30px;
}
.soft-logo{
    margin-bottom: 50px;
}
.soft-logo img{
    width: 35%;
    text-align: center;
    margin-top: 30px;
}
.optimized .para{
    padding-top: 30px;
}

.bread-img button{
    padding: 10px 30px;
    text-align: center;
    border: 0px;
    background-color: #ff6900;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    color: white;
}
.page-content ol li {
    font-size: 15px;
    margin-bottom: 30px;
    color: #555;
}
p{
    letter-spacing: 0px;
}





#abbb{
  background-color: #eef7f7;
}
#abbb .para{
    width: 80%;
    font-size: 15px;
    color: #5a5a5a;
}
#abbb .para-2{
padding: 30px;
    color: #5a5a5a;
     font-size: 15px;
}
#abbb h3{
        padding-left: 30px;
}
#craft{
    background-color: #dfeeee;
}
#craft h3{
    padding-left: 30px;
}
#craft p{
    color: #5a5a5a;
     font-size: 15px;
    padding: 30px;
}
#core-values .core-value{
  border: 1px solid #dddddd;
    border-radius: 6px;
}
#core-values .core-content{
  padding: 17px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
}
#core-values{
    background-color: #f5f5f5ad;
}
#core-values .core-content p{
    padding-top: 10px;
}
#team .team{
margin-top: 30px;
}
#team .team-content{
        background-color: #f5f5f5;
    padding: 35px;
    width: 92%;
    position: relative;
    top: 30%;
    left: 0%;
    transform: translate(5%, -25%);
    text-align: center;
    text-transform: capitalize;
}
#team .team-content h4{
     font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}
#team span{
      color: #ff6900;
    font-size: 17px;
    text-align: center;
}

.require {
    display: flex;
    align-items: center;
}

.require .require-1{
    width: 80%;
}

.require .require-2{
    width: 20%;
    text-align: right;
}
.require .require-2 button{
    padding: 10px 30px;
    border: 0px;
    background-color: #333;
    cursor: pointer;
    color: white;
    outline: none;
}

.require .require-2 button:hover{
    background-color: #ff6900;
}


.select2 a button{
    padding: 10px 30px;
    border: 0px;
    background-color: #333;
    cursor: pointer;
    color: white;
    outline: none;
    
}

.select2 a button:hover{
    background-color: #ff6900;
}


.bsdk-section{
    background-image: linear-gradient(45deg, #b900ff5c, #ff69006e);
}

.features {
    margin-bottom: 100px;
    text-align: center;
}
.features h6{
    padding: 5px 20px;
    background-color: #28a745;
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 0px;
    color: white;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.features h2{
    letter-spacing: 0px;
    font-weight: 600;
    color: black;
    margin-bottom: 10px;
}
.features p{
    color: black;
    letter-spacing: 0px;
}

.hig-quality h2{
    font-weight: 600;
    color: black;
    letter-spacing: 0px;
}
.hig-quality p{
    color: black;
    letter-spacing: 0px;
    margin-top: 20px;
    font-size: 16px;
}

.mb-80{
    margin-bottom: 80px;
}

.hig-quality ul {
    margin-top: 20px;
}
.hig-quality ul li{
    list-style-type: disc;
    margin-bottom: 10px;
    font-size: 13px;
}

.bg-gredient {
    background-image: linear-gradient(
45deg, #ff001870, #1b00ff63);
}

.propp{
    padding: 100px;
}
.propp h5{
    color: black;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
}
.propp p{
    color: black;
    font-size: 20px;
    
}

.window-11{
    text-align: center;
}
.window-11 img{
    width: 70px;
    margin-bottom: 20px;
}

.window-11 h2{
    font-weight: 600;
    color: black;
    letter-spacing: 0px;
    margin-bottom: 10px;
}


.window-11 p{
    color: black;
}

.any-features{
    text-align: center;
}

.any-features h2{
    font-weight: 600;
    letter-spacing: 0px;
    color: purple;
}
.any-features p{
    color: black;
    margin-top: 20px;
font-size: 16px;
    
}

.mothernized{
    text-align: center;
}



.mothernized h6 {
    padding: 5px 10px;
    background-color: #007bff;
    display: inline-block;
    text-align: center;
    color: white;
    border-radius: 50px;
    letter-spacing: 0px;
    margin-bottom: 10px;
}

.motherized-txt{
    margin-top: 50px;
}

.small-motherized.first{
    padding: 20px;
    text-align: center;
    border: 2px solid dodgerblue;
    background-color: #1e90ff2e;
}

.small-motherized.first h5{
    text-transform: uppercase;
    color: dodgerblue;
}


.small-motherized p{
    color:  #000;
}



.small-motherized.second{
    padding: 20px;
    text-align: center;
    background-color: #dc143c17;
    border: 2px solid crimson;
}

.small-motherized.second h5{
    color:  crimson;
}

.small-motherized.third{
    padding: 20px;
    text-align: center;
    background-color: #0080001a;
    border: 2px solid green;
}

.small-motherized.third h5{
    color:  green;
}


.small-motherized.fourth{
    padding: 20px;
    text-align: center;
    background-color: #a508ff1f;
    border: solid #a508ff;
}

.small-motherized.fourth h5{
    color:  #a508ff;
}


.small-motherized.fifth{
    padding: 20px;
    text-align: center;
    background-color: #ffd2923b;
    border: 2px solid #ff9601;
}

.small-motherized.fifth h5{
    color:  #ff9601;
}


.happening{
    text-align: center;
    padding: 50px;
}

.happening h2{
    letter-spacing: 0px;
    
}
.happening p{
    margin-bottom: 50px;
    
}

.deserv-sec{

    background-color: rebeccapurple;
}
.deserv{
    text-align: center;
}

.deserv h6{
    background-color: white;
    padding: 5px 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 50px;
    
}
.deserv h2{
    color: white;
    letter-spacing: 0px;
    font-weight: 600;
    margin-bottom: 10px;
}
.deserv p{
    color: white;
    margin-top: 20px;
    margin-bottom: 50px;
}

.deserve-box{
    padding: 50px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 5px;
    height: 300px;
}
.deserve-box i{
    font-size: 50px;
    color: purple;
    margin-bottom: 20px;
}
.deserve-box h2{
    margin-bottom: 10px;
    color: purple;

}

.specification img{
    width: 300px;
}

.bt-icon img {
    width: 20%;
}
















/******************************29-april*************************/
.processor-box input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.nav-mega .dropdown-menu.mega-menu>li {
    padding: 0em 1em !important;
}