@charset "utf-8";

/*
Copyright (c) 2017
[Master Stylesheet]
Template Name : VCard-Multipurpose Landing Page-UiSumo
Version    : 1.0
Author     : UISuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
html,
body {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: 'Montserrat', sans-serif;
    background: #FBFBFD;
}


/* ---------------------------------- 
          1.Global Styles        
 ---------------------------------- */

h1 {
    font-size: 36px;
    line-height: 24px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

a {
    font-family: 'Montserrat', sans-serif;
}

h3 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

p {
    font-family: 'Open Sans', sans-serif;
}

.heading {
    color: #333333;
    position: relative;
    font-size: 28px;
}

.heading:after {
    content: "";
    position: absolute;
    left: 46%;
    top: 50px;
    width: 95px;
    height: 4px;
    background-color: #9575cd;
}

ul {
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0px;
}

a:hover,
a:active,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}


/* override default bootstrap input focus outlines */

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus {
    outline: 0 none
}

textarea:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
.uneditable-input:focus {
    border-color: #9575CD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #9575CD;
    outline: 0 none;
}

.form-control:focus {
    border-color: #9575CD;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #9575CD;
}

textarea {
    resize: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.main-btn {
    width: 100%;
    border-radius: 2px;
    margin-bottom: 20px;
    background: #9575cd;
    color: #ffffff;
    font-size: 13px;
    letter-spacing: .7px;
    border-color: #9575cd;
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.main-btn:hover {
    background: #7A5FAB;
    transition: all .3s ease;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.secondary-btn {
    width: 100%;
    border-radius: 2px;
    margin-bottom: 20px;
    height: 50px;
    font-size: 13px;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background: #03a9f4;
    color: #ffffff;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-color: #03a9f4;
}

.secondary-btn:hover {
    background: #0596D8;
    color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.main-btn:focus,
.secondary-btn:focus {
    color: #ffffff;
}


/* ---------------------------------- 
         Navbar        
 ---------------------------------- */

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-default {
    background: #ffffff;
}

.navbar-default .navbar-nav>li>a {
    color: #333333;
    padding-top: 28px;
    padding-bottom: 27px;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    color: #9575cd;
}

.navbar-brand {
    text-align: center;
    width: 188px;
    background-color: #9575cd;
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto;
}

.navbar-brand>img {
    margin: auto;
    display: block;
}

.navbar-default .navbar-right>li>a {
    color: #999999;
}

.nav-quote-btn {
    text-align: center;
    width: 188px;
    margin-right: -15px;
    background-color: #9575cd;
    color: #ffffff !important;
    margin-left: 20px;
}

.navbar-brand:hover,
.nav-quote-btn:hover,
.navbar-brand:focus,
.nav-quote-btn:focus {
    background: rgba(149, 117, 205, 0.82) !important;
}

.left-nav {
    padding-left: 15px
}


/* ---------------------------------- 
         Header        
 ---------------------------------- */

.header {
    background: url(../images/bg.png);
    background-position: center;
    background-size: cover;
}

.header-content {
    padding-top: 131px;
    padding-bottom: 131px;
}

.header-content h1 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
}

.header-content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 15.001px;
    color: #ffffff;
}

.header-btns {
    margin-top: 50px;
    margin-bottom: 45px;
}

.header-btns li {
    display: inline-block;
    margin-right: 20px;
}

.header-btns li>a {
    padding: 10px 23px;
    border-radius: 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.header-btns li>a:hover,
.contact-btn:hover {
    box-shadow: 0 1px 1px rgba(34, 25, 25, 0.2);
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.header-btns li:first-child >a {
    background-color: #9575cd;
    padding: 10px 60px;
}

.header-btns li:nth-child(2) >a {
    background-color: #03a9f4;
}

.header-btns li:nth-child(3) >a {
    background-color: #ff824f;
}

.header-btns li:first-child >a:hover {
    background-color: #7E63AD;
}

.header-btns li:nth-child(2) >a:hover {
    background-color: #0698DA;
}

.header-btns li:nth-child(3) >a:hover {
    background-color: #E67648;
}

.contact-btn {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #333333;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 22px;
    border-radius: 0;
    text-align: center;
    border: 1px solis transparent;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.contact-btn:hover {
    background: rgba(255, 255, 255, 0.85);
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


/* inner pages header */

.inner-header {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/inner-head.png);
    background-position: center;
    background-size: cover;
}

.search-input input {
    background-color: #ffffff;
    width: auto;
    border-radius: 0;
    border: 0;
    color: #333333;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    height: 52px;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.search-input button {
    height: 52px;
    width: 58px;
    border-radius: 0;
    border: 0;
    background: #ff824f;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


/* ---------------------------------- 
        feature       
 ---------------------------------- */

.features {
    background-color: #ffffff;
}

.margin-top-btm {
    margin-top: 60px;
    margin-bottom: 60px;
}

.feature h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

.feature h4:after {
    content: "";
    position: absolute;
    left: 42%;
    top: 23px;
    width: 54px;
    height: 4px;
    background-color: #9575cd;
}

.feature p {
    font-size: 13px;
    font-weight: 300;
    color: #666666;
    line-height: 24px;
    max-width: 290px;
    display: block;
    margin: auto;
}


/* Services section*/

.services .heading:after,
.signup-now .heading:after,
.product-section .heading:after {
    display: none;
}

.service-links {
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.service-links li {
    display: inline-block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.service-links li>a {
    padding: 14px 20px;
    color: #333333;
    font-size: 13px;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.service-links li>a:hover {
    color: #9575cd;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.card {
    padding: 10px;
    max-width: 370px;
    height: 340px;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    cursor: pointer;
}

.card:hover,
.coupen-card:hover {
    box-shadow: 1px 2px 2px 0.00px rgba(149, 117, 205, 0.75);
}

.card-img {
    background-color: #c5c5c5;
    margin-bottom: 24px;
    max-width: 350px;
    height: 238px;
}

.card-img img {
    width: 100%;
    height: 100%;
}

.card-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 15.001px;
    ;
}

.card-title span {
    color: #9575cd;
}

.card-tag {
    font-size: 13px;
    font-weight: normal;
    color: #666666;
    padding-left: 10px;
    padding-right: 10px;
}

.card-more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-more div {
    margin-top: 60px;
    padding-top: 70px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    text-align: center;
    width: 200px;
    height: 200px;
    border: 10px solid #fff;
    outline: 1px solid #f2f2f2;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.card-more h4 {
    color: #333333;
    line-height: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.card-more span {
    color: #9575cd;
    font-size: 27px;
}

.card-more div:hover .card-more-head {
    color: #9575cd;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.load-more a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: #9575cd;
    line-height: 50px;
    border-radius: 2px;
    width: 300px;
    height: 50px;
    display: block;
    margin: auto;
    transition: all .3s ease;
    margin-bottom: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.load-more a:hover {
    background: #7F63B1;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.coupen-card {
    height: 463px;
    max-width: 370px;
    position: relative;
    padding: 10px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #E6E6E6;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}

.coupen-offer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 6px 16px;
    font-size: 13px;
    width: auto;
    background: #9900b5;
    height: 30px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

.coupen-offer:before {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    border-top: 14px solid #9900b5;
    border-bottom: 14px solid #9900b5;
    border-right: 8px solid rgba(0, 0, 0, 0);
    height: 30px;
}

.featured {
    background-color: #2d5db6;
}

.featured:before {
    border-top: 14px solid #2d5db6;
    border-bottom: 14px solid #2d5db6;
    border-right: 8px solid rgba(0, 0, 0, 0);
}

.popular {
    background-color: #c21b37;
}

.popular:before {
    border-top: 14px solid #c21b37;
    border-bottom: 14px solid #c21b37;
    border-right: 8px solid rgba(0, 0, 0, 0);
}

.coupen-card .card-tag {}

.coupen-card .card-img {
    position: relative;
    background-color: #c5c5c5;
    margin-bottom: 24px;
    max-width: 350px;
    height: 238px;
}

.coupen-price {
    position: absolute;
    bottom: -20px;
    ;
    right: 20px;
    font-weight: 700;
    width: 54px;
    height: 54px;
    font-size: 20px;
    color: #fe5722;
    line-height: 54px;
    border-radius: 50%;
    background-color: #fafafa;
    text-align: center;
    box-shadow: 1px 2px 7px 0.00px rgba(0, 0, 0, 0.4);
}

.coupen-price span {
    font-size: 14px;
}

.coupen-card .card-img img {
    width: 100%;
    height: 100%;
}

.card-title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 15.001px;
}

.coupen-btn {
    position: relative;
    text-align: center;
    width: 145px;
    height: 45px;
    border: 1px dashed #ccc;
    border-radius: 0;
    background-color: #fe5722;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 35px;
    display: block;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 10px;
}

.coupen-btn a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.coupen-btn:hover {
    transition: all .3s ease;
    background: #9575cd;
    border: 1px dashed #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.coupen-cut {
    position: absolute;
    left: -13px;
    top: -13px;
    font-size: 25px;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    color: #333333;
}

.coupen-card .expiry {
    padding: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
}

.coupen-btn:hover .coupen-cut {
    transform: translate(15px, 0);
    transition: all .5s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}


/* ---------------------------------- 
      locations      
 ---------------------------------- */

.locations {
    background: #ffffff;
}

.locations .heading {
    margin-bottom: 40px;
}

.locations-img {
    max-width: 775px;
    height: auto;
    display: block;
    margin: auto;
}

.locations-list li {
    display: inline-block;
    margin: 10px;
}

.place {
    width: 125px;
    height: auto
}

.locations-list li>h4 {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.locations-list li>p {
    font-size: 14px;
    font-weight: 700;
    color: #9575cd;
    line-height: 28px;
}


/* ---------------------------------- 
      testimonials       
 ---------------------------------- */

.testimonials {
    background-color: #03a9f4;
}

.testimonials .heading {
    color: #ffffff;
}

.testimonials .heading:after {
    background-color: #ffffff;
}


/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-control.left {
    left: -60px;
}

#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -30px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 88px;
    height: 88px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 100%;
    margin: 5px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    border: 0;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 100%;
    opacity: 1;
    overflow: hidden;
}

.carousel-inner {
    min-height: 300px;
}

.speech {
    font-weight: normal;
    font-style: italic;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

#quote-carousel .carousel-inner > .item > a > img,
#quote-carousel .carousel-inner > .item > img {
    border-radius: 100%;
}

.client-name {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.client-name small {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.quote-icn {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.4);
}


/* ---------------------------------- 
        price package       
 ---------------------------------- */

.package-box {
    margin-top: 30px;
    border-style: solid;
    border-width: 1px;
    border-color: #EAE8EF;
    box-sizing: border-box;
    padding: 37px;
    background-color: #ffffff;
    max-width: 370px;
    height: 452px;
}

.package-box-popular {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #EAE8EF;
    box-sizing: border-box;
    padding: 37px;
    background-color: #ffffff;
    height: 452px;
    height: 512px;
}

.package-box:hover,
.package-box-popular:hover {
    box-shadow: 1px 2px 2px 0.00px rgba(149, 117, 205, 0.75);
}

.package-name {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.package-price {
    position: relative;
    font-size: 60px;
    font-weight: 600;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
}

.package-price sup {
    font-size: 18px;
    font-weight: 600;
    top: -30px;
}

.package-price small {
    font-size: 14px;
    font-weight: 400;
}

.pacakge-list li {
    font-size: 13px;
    color: #666666;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}

.package-btn {
    background-color: #03a9f4;
    color: #ffffff;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 10px;
    text-align: center;
    padding: 14px 40px;
    border-radius: 0;
    letter-spacing: .7px;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.package-btn:hover {
    box-shadow: 0 1px 1px rgba(34, 25, 25, 0.2);
    background: #9575CD;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.mbtm {
    margin-bottom: 86px;
}

.package-badge {
    position: absolute;
    top: -38px;
    right: 20px;
    width: 76px;
    height: 76px;
    background-color: #9575cd;
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    padding-top: 23px;
}


/* ---------------------------------- 
        signup-now        
 ---------------------------------- */

.signup-now {
    background: url(../images/signup.png);
    background-size: cover;
    background-position: center;
}

.signup-now .heading {
    color: #fff;
}

.signup-now .sub-head {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 28px;
    max-width: 779px;
    display: block;
    margin: auto;
}

.signup-btn {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background-color: #9575cd;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    padding: 14px 40px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    ;
}

.signup-btn:hover {
    box-shadow: 0 1px 1px rgba(34, 25, 25, 0.2);
    border: 1px solid #ffffff;
    color: #fff;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.call-action {
    margin-top: 45px;
}

.icon-text {
    font-size: 15px;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.icon-text-icn {
    vertical-align: middle;
    font-size: 30px;
    margin-right: 20px;
    color: #ffffff;
}

.icon-text span {
    opacity: .7;
    font-weight: 400;
}

.signup-now hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 1em 0;
    padding: 0;
}

.sign-points {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}


/* ---------------------------------- 
       SOCIAL LINKS     
 ---------------------------------- */

.full-width-menu {
    display: table;
    display: flex;
    display: -webkit-flex;
    width: 100%;
}

.full-width-menu li {
    text-align: center;
    width: 20%;
    padding: 0;
    overflow: hidden;
    display: -webkit-inline-box;
    display: inline-block;
    height: 92px;
}

.full-width-menu li a {
    position: relative;
    overflow: hidden;
    padding: 36px 0;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.full-width-menu li>a:hover .soc-text {
    margin: -4em;
}

.box-menu1 {
    background-color: #3c599f;
}

.box-menu2 {
    background-color: #32ccfe;
}

.box-menu3 {
    background-color: #dd4c3b;
}

.box-menu4 {
    background-color: #0085ae;
}

.box-menu5 {
    background: #e04b83;
}

.soc-icn {
    transition: all .5s ease;
    display: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.first-link {
    margin-top: 0em;
    transition: all 0.3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.s-icon {
    font-size: 25px;
}

.full-width-menu li:hover .first-link {
    margin-top: -6.4em !important;
}


/* ---------------------------------- 
        footer       
 ---------------------------------- */

.footer-title {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 30px;
}

.footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 25px;
    background-color: #9575cd;
    height: 2px;
    width: 63px;
}

.footer-text {
    font-size: 13px;
    color: #666666;
    font-weight: 300;
    line-height: 24px;
}

.footer .media i {
    color: #9575cd;
    font-size: 18px;
}

.footer .media p {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
}

.footer input {
    height: 44px;
    border-radius: 0;
    background-color: #ffffff;
    border: 1px solid #9575cd;
}

.btn-default:hover {
    background: #7A5FAB;
    color: #fff;
    border-color: #7A5FAB;
}

.footer hr {
    margin-top: 0px;
    margin-bottom: 0px;
}

.readmore-btn {
    line-height: 33px;
    margin-top: 20px;
}

.footer button,
.readmore-btn {
    border: 1px solid #9575cd;
    letter-spacing: 1px;
    border-radius: 0;
    width: 139px;
    height: 44px;
    background-color: #9575cd;
    font-size: 13px;
    color: #ffffff;
    font-weight: 700;
}

.footer label {
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
}

.footer label sup {
    color: #dd4c3b;
    font-size: 13px;
    top: -1px
}

.copyright-bar {
    background-color: #f5f5f5;
}

.terms {
    padding: 20px;
}

.terms {
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    padding: 20px;
}

.terms li {
    display: inline-block;
    list-style: none;
    padding: 0px 20px 0px 10px;
    text-align: center;
    position: relative;
    color: #333333;
}

.terms li:after {
    position: absolute;
    content: "|";
    right: 0;
}

.terms li:last-child:after {
    display: none;
}

.terms li>a {
    text-decoration: none;
    font-weight: 700;
    color: #333333;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
}


/* ---------------------------------- 
.product-view      
 ---------------------------------- */

.product-section .heading {
    color: #9575cd;
    font-size: 31px;
    font-weight: 700;
}

.product-panel,
.widgets-panel {
    background-color: #ffffff;
    padding: 24px;
    margin-bottom: 50px;
    border: 1px solid #f3f3f3;
}

.product-view {
    max-width: 800px;
    height: 500px;
    background: #ffffff;
    position: relative;
}

.product-view img {
    width: 100%;
    height: 100%;
    text-align: center;
}

.product-price {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.product-price span {
    font-size: 24px;
}

.product-btns {
    position: absolute;
    bottom: -20px;
    left: 27%;
}

.product-buy-btn i {
    margin-right: 5px;
}

.product-btns div {
    width: 190px;
    height: 50px;
    border: 0;
    border-radius: 0;
    line-height: 42px;
    margin-right: -5px;
    margin-bottom: 20px;
}

.product-btns div a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.product-btns i {
    padding-right: 7px;
}

.browse-btn {
    background-color: #9575cd;
}

.browse-btn:hover {
    background-color: #7A5FAB;
    ;
}

.preview-btn {
    background: #ff824f
}

.preview-btn:hover {
    background: #E27447;
}

.buy-btn {
    background-color: #03a9f4;
}

.product-info h3 {
    position: relative;
    font-size: 21px;
    font-weight: 400;
    color: #9575cd;
    line-height: 30px;
}

.product-info-tag {
    font-size: 13px;
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
    color: #9b9b9b;
}

.product-info p {
    margin-top: 30px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 30px;
}

.product-features li>a {
    font-size: 14px;
    color: #9f9f9f;
    line-height: 30px;
}

.product-features li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 14px;
}

.widget-title {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.widget-hr {
    margin-left: -24px;
    margin-right: -24px;
}

.widget-tag {
    font-size: 11px;
    color: #9b9b9b;
    font-weight: 200;
    margin-top: -5px;
    margin-bottom: 20px;
}

.product-suggest {
    margin-bottom: 30px;
}

.product-suggest img {
    width: 100%;
    height: 150px;
}

.product-suggest h4 {
    color: #03a9f4;
    font-size: 13px;
    font-weight: 400;
}

.widget-download-tags li {
    display: inline-block;
    padding: 5px 0px;
    margin-bottom: 7px;
}

.widget-download-tags li a {
    font-size: 12px;
    font-weight: 300;
    padding: 8px 10px;
    border: 1px #f1f1f1 solid;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    color: #c5c5c5;
}

.widget-download-tags li a:hover {
    background-color: #9575cd;
    color: #ffffff;
    border-color: #9575cd;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.widget-categories li {
    display: inline-block;
    margin-bottom: 5px;
}

.widget-categories li a {
    color: #03a9f4;
    font-size: 13px;
    transition: all .2s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.widget-categories li a:hover {
    text-decoration: underline;
    transition: all .2s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    color: #a1a1a1;
}

.widget-details p {
    font-size: 12px;
    color: #6c6c6c;
    line-height: 28px;
}

.widget-details span {
    float: right;
    color: #03a9f4;
}

.widget-share li {
    display: inline-block;
}

.widget-share li a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #f1f3f7;
    color: #8f8f8f;
    font-size: 13px;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.widget-share li a:hover {
    background-color: #9575cd;
    color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.widget-ads {
    height: 298px;
    width: 100%;
}

.widget-ads img {
    width: 100%;
    height: 100%
}

.breadcrumb {
    background: transparent;
    padding: 0px 15px;
    margin-top: -10px;
    margin-bottom: 30px;
}

.breadcrumb li a {
    color: #9d9d9d;
}

.breadcrumb li:nth-child(2) a {
    color: #c7c7c7
}

.remember a {
    color: #333333;
}

.remember span {
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.product-contact h2 {
    color: #484444;
    font-size: 28px;
    font-weight: 700;
    line-height: 15.001px;
    text-align: center;
}

.product-contact p {
    color: #a6a6a6;
    font-size: 14px;
    max-width: 900px;
    display: block;
    margin: auto;
    margin-top: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.product-contact button {
    width: 200px;
    margin-top: 20px;
    margin-bottom: 50px;
}


/* ---------------------------------- 
       Login Page       
 ---------------------------------- */

#quote-modal {
    padding-top: 45px;
}

.form-getquote {
    width: 450px;
    height: auto;
    padding: 40px;
    padding-top: 70px;
    background: #9575cd;
    position: relative;
}

.getquote-btn {
    position: absolute;
    top: -35px;
    left: 187px;
    border-radius: 50%;
    border-style: solid;
    border-width: 6px;
    border-color: rgba(0, 0, 0, 85);
    background-color: #9575cd;
    width: 76px;
    height: 76px;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 66px;
    text-align: center;
}

.form-getquote input::-webkit-input-placeholder,
.form-getquote textarea::-webkit-input-placeholder {
    color: #8F8F8F;
}

.form-getquote input::-moz-placeholder,
.form-getquote textarea::-webkit-input-placeholder {
    color: #8F8F8F;
}

.form-getquote input {
    width: 100%;
}

.form-getquote textarea {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
}

.form-getquote .input-group {
    width: 100%;
}

.form-getquote .input-group {
    height: 45px;
    margin-bottom: 15px;
    border-radius: 0px;
    color: #333333;
}

.form-getquote .form-control {
    height: 45px;
    color: #333333;
}

.form-getquote .btn-block {
    border-radius: 0px;
    font-size: 13px;
    font-weight: 700;
    margin-top: 25px;
    background-color: transparent;
    border: 1px solid #ffffff;
    ;
}

.form-getquote .btn-block:hover {
    background-color: #fff;
    border-color: #fff;
    color: #9575CD;
}

.select-input {
    background: #ffffff url("../images/arrow.png") no-repeat 99% 50%;
    height: 45px;
    width: 100%;
    max-width: 400px;
    color: #8F8F8F !important;
    border-radius: 0;
    background-color: #ffffff;
    border: 0;
    outline: 1px solid #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.select-input >option {
    color: #666666;
    background: #ffffff;
    cursor: pointer;
    font-size: 14px;
}

#quote-carousel .carousel-indicators li img {
    border-radius: 100% !important;
}


/* ----------*/

.login-box input {
    border: 1px solid red;
    width: 100%;
}

.form-signin {
    max-width: 400px;
    background: #ffffff;
    position: relative;
    padding: 30px;
    margin: 0 auto;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
}

.form-close {
    position: absolute;
    top: -10px;
    right: -10px;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 2px 7px 0.00px rgba(0, 0, 0, 0.4);
}

.form-close .close {
    color: #ccc;
    text-align: center;
    line-height: 32px;
    float: none;
    opacity: 1;
    padding: 1px 7px;
}

.form-close .close:focus {
    outline-color: transparent;
}

.form-signin .input-group {
    width: 100%;
}

.form-signin .input-group {
    height: 45px;
    margin-bottom: 15px;
    border-radius: 0px;
    color: #666666;
}

.form-signin .form-control {
    height: 45px;
    color: #333333;
}

.form-signin .btn-block {
    border-radius: 0px;
    margin-top: 25px;
    font-size: 13px;
    background-color: #9575CD;
    border: 2px solid #9575CD;
}

.form-signin .btn-block:hover {
    background-color: transparent;
    color: #9575CD;
}

.social-login {
    margin-top: 30px;
}

.social-login button {
    height: 40px;
    margin-left: 7px;
    margin-right: 7px;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
}

.login-head {
    margin-bottom: 30px;
    color: #9575CD;
}

.login-fb {
    background: #4b6ea9;
    font-size: 12px;
    color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.login-gp {
    background: #DA4835;
    font-size: 12px;
    color: #ffffff;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.login-fb:hover,
.login-gp:hover {
    opacity: .8;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.login-icn {
    font-size: 40px;
    color: rgb(251, 167, 132)
}

.login-feature h4 {
    color: #fff;
}

.login-feature p {
    opacity: .5;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

#login-modal {
    margin-top: 45px;
}

.login-margin {
    margin-top: 150px;
    margin-bottom: 250px;
}


/* ---------------------------------- 
       checkout page       
 ---------------------------------- */

.pad-left {
    padding-left: 0;
    padding-right: 5px;
}

.pad-right {
    padding-right: 0;
    padding-left: 5px;
}

.checkout-form .main-btn {
    margin-bottom: 0;
}

.checkout-form {
    max-width: 100%;
}

.checkout-form .select-input {
    max-width: 100%;
    border: 1px solid #CCC;
}

.checkout-form .select-input:hover {
    border-color: #9575CD;
    outline-color: #9575CD;
}

.checkout-form textarea {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.checkout-head {
    font-size: 18px;
    color: #333333;
    position: relative;
}

.checkout-head2 {
    font-size: 18px;
    color: #333333;
}

.checkout-head:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: -10px;
    background-color: rgba(149, 117, 205, 0.66);
    height: 1px;
    width: 78px;
}

.payment-cart {
    background: #ffffff;
    position: relative;
    padding: 30px;
    margin: 0 auto;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
}

.payment-cart .table>thead>tr>th {
    text-align: center;
    background: #FBFBFD;
}

#bill-table .table>thead>tr>th {
    text-align: left;
}

.payment-cart .table>tbody {
    font-family: 'Open Sans', sans-serif;
}

.payment-cart .table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
    line-height: 1.62857143;
    vertical-align: middle;
}

.payment-cart .table>tbody>tr>td img {
    width: 70px;
    height: 70px;
}

#bill-table .table>tbody>tr>td:first-child {
    color: #666666;
}

#bill-table .table>tbody>tr>td:last-child {
    color: #333333;
}

#bill-table .table>tbody>tr:last-child td {
    color: #9575CD;
    font-size: 16px;
    font-weight: 700;
}

.payment-form div {
    background: #FBFBFD;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    padding-left: 20px;
    line-height: 50px;
}

.billing-info {
    font-size: 12px;
    color: #666666;
    font-weight: 400;
    margin-top: -10px;
}

.payment-form .main-btn {
    margin-bottom: 0;
}

#cart-table .table>thead>tr>th {
    text-align: left;
}

.add-sub-input {
    width: 35px;
    background: #f2f2f2;
    text-align: center;
    border: 1px solid transparent;
    height: 35px;
}

.add-sub-btn {
    background: #f2f2f2;
    height: 35px;
    border-radius: 0;
    vertical-align: initial;
    width: 35px;
    text-align: center;
    font-size: 12px;
    color: #666666;
}

.add-sub-btn:focus {
    border-color: #9575CD;
    outline-color: #9575CD;
}

.btn-remove {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    color: #666666;
    width: 35px;
    height: 35px;
}

.btn-remove:hover {
    color: #9575CD;
    transition: all .2s ease;
}

.btn-remove:focus {
    border: 1px solid #9575CD;
    outline-color: #9575CD;
    color: #9575CD;
}


/* checkbox-radio box */

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio]:not(old) + label {
    display: inline-block;
    margin-left: -2em;
    line-height: 1.5em;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio]:not(old) + label > span {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0.25em 0.5em 0.25em 0.25em;
    border: 0.0625em solid rgb(192, 192, 192);
    border-radius: 0.25em;
    background: rgb(224, 224, 224);
    background-image: -moz-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -ms-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -o-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: -webkit-linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    background-image: linear-gradient(rgb(240, 240, 240), rgb(224, 224, 224));
    vertical-align: bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio]:not(old):checked + label > span {
    background-image: -moz-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -ms-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -o-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: -webkit-linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
    background-image: linear-gradient(rgb(224, 224, 224), rgb(240, 240, 240));
}

input[type=checkbox]:not(old):checked + label > span:before {
    content: '✓';
    display: block;
    width: 1em;
    color: #9575CD;
    font-size: 0.875em;
    line-height: 1em;
    text-align: center;
    text-shadow: 0 0 0.0714em rgb(115, 153, 77);
    font-weight: bold;
}

input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-radius: 100%;
    margin: 0.125em;
    border: 0.0625em solid #9575CD;
    border-radius: 0.125em;
    background: #9575CD;
}

.buy-cart-btns button {
    max-width: 300px;
}

.update-btns button {
    display: inline-block;
    max-width: 220px;
    float: right;
    margin: 0 5px;
    height: 45px;
    border-radius: 0;
}

.cart-total p {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
}

.cart-total-amt {
    color: #9575CD;
    font-weight: 700;
}

.coupon-block {
    padding: 30px;
    border: 1px solid #f2f2f2;
    background: #ffffff;
}


/* ---------------------------------- 
       Contact/About Us        
 ---------------------------------- */

.contact-block {
    padding: 30px;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
}

.contact-icn div {
    margin-bottom: 10px;
}

.contact-icn p {
    font-size: 16px;
}

.contact-form {
    max-width: 100%
}

.contact-form textarea {
    width: 100%;
    padding-left: 10px;
    padding-top: 10px;
    height: 248px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.contact-form {
    padding: 0;
    border: 0;
}

.contact-hr {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 50px;
}

.about-vid {
    width: 100%;
    height: 440px;
}

.abt-heading {
    font-size: 32px;
    color: #333333;
}

.abt-subheading {
    font-size: 22px;
    color: #333333;
    text-align: center;
}

.abt-info {
    color: #858585;
    font-size: 400;
    font-weight: 400;
    line-height: 24px;
    margin-top: -10px;
}

.abt-content {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 30px;
}

.c100 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.abt-subheading {
    margin-bottom: 60px;
    position: relative;
}

.abt-subheading:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 44.8%;
    width: 112px;
    height: 2px;
    background: #9575CD;
}


/* ---------------------------------- 
       404 page        
 ---------------------------------- */

.logo-title {
    font-size: 34px;
    color: #333333;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 50px;
}

.notfount-btns a {
    padding: 10px 20px;
    background: #ffffff;
    border: 2px solid #9575cd;
    font-size: 16px;
    font-weight: 400;
    color: #9575cd;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.not-found-input input {
    border: 1px solid #FF824F;
}

.notfount-btns a:hover {
    background: #9575cd;
    transition: all .3s ease;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    color: #ffffff;
}

.login-tags {
    margin-top: 10px;
}

.login-tags a {
    font-family: 'Open Sans', sans-serif;
}

.mtop3 {
    margin-top: 30px;
}

.margin-top60 {
    margin-top: 60px;
}

.coupen-block input {
    border-color: #A997CA;
}

.coupen-block button {
    border-color: #A997CA;
    background: #A997CA;
}


/* ---------------------------------- 
        media quarries        
 ---------------------------------- */


/* Small Devices, Tablets */

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 28px;
        line-height: 24px;
    }
    h3 {
        font-size: 22px;
        line-height: 24px;
    }
}

@media only screen and (max-width:600px) {
    h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width:480px) {
    h1 {
        font-size: 25px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width:992px) {
    .product-view {
        max-height: 500px;
        height: auto;
    }
    .product-panel,
    .widgets-panel {
        padding: 10px;
        padding-top: 20px;
    }
    .widget-hr {
        margin-left: -10px;
        margin-right: -10px;
    }
    .product-btns {
        left: 23%;
    }
    .browse-btn span,
    .preview-btn span,
    .navbar-brand {
        width: 100px;
    }
    .nav-quote-btn {
        width: 130px;
    }
    .header-btns li {
        margin-bottom: 30px;
    }
    .package-box {
        padding: 20px;
    }
    .package-btn {
        padding: 8px 0;
        width: 100%;
    }
    .social-login button {
        margin-bottom: 10px;
        width: 100%;
    }
    .update-btns button {
        margin-bottom: 10px;
    }
    .checkout-head,
    .contact-icn div,
    .c100 {
        margin-top: 20px;
    }
}


/* ************** Media Quarries ****************** */