/*==============================================
     cyber-monday-Website Stylesheet
            Body Core Stylesheet
===============================================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
}

body,
html {
    height: 100%;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0px;
    padding: 0px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

li {
    display: inline-block;
}

a {
    cursor: pointer;
    color: #000000;
}

a:hover {
    text-decoration: none;
}

a,
a:focus,
a:hover {
    color: #fff;
}

textarea {
    resize: none;
}

hr {
    margin-bottom: 0;
}

.container-fluid {
    padding: 0;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

::placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #d4d4d4;
    text-transform: capitalize;
}

:-moz-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #d4d4d4;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #d4d4d4;
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #d4d4d4;
    text-transform: capitalize;
}

/* Custom default button */

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}

/* Header */

header {
    width: 100%;
    height: 100%;
    position: relative;
    background: url("../images/background.jpg") top center no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .jumbotron {
    color: #fff;
    padding: 0;
    background-color: transparent;
}

nav.navbar {
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    padding: 30px 0 10px 0;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.navbar-dark .navbar-nav .hidden-xs {
    line-height: 37px;
    padding-right: .7rem;
    padding-left: .7rem;
    cursor: default;
}

.navbar-brand {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.navbar-brand span {
    color: #ec008c;
}

.gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    background: rgb(28, 21, 54);
    background: -moz-linear-gradient(-45deg, rgba(28, 21, 54, 1) 0%, rgba(121, 56, 103, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(28, 21, 54, 1) 0%, rgba(121, 56, 103, 1) 100%);
    background: linear-gradient(135deg, rgba(28, 21, 54, 1) 0%, rgba(121, 56, 103, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1536', endColorstr='#793867', GradientType=1);
}

/* Jumbotron */

.jumbotron h1 {
    font-size: 72px;
    font-weight: 300;
    padding-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.jumbotron h1 span {
    font-weight: 700;
}

.jumbotron h2,
.jumbotron h3 {
    font-weight: 300;
    font-size: 42px;
    letter-spacing: 1px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.jumbotron h2 span,
.jumbotron h3 span {
    font-weight: 600;
}

.jumbotron h3 {
    padding-bottom: 30px;
}

.jumbotron h5 {
    font-size: 18px;
    font-weight: 400;
    padding-right: 160px;
    letter-spacing: 0.5px;
    line-height: 28px;
    padding-bottom: 30px;
}

.jumbotron .lead a {
    background: none;
    border: none;
    font-size: 46px;
    padding: 0;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.jumbotron .lead a:hover,
.jumbotron .lead .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}

/* Section_1 */

.section_1 {
    width: 100%;
    height: auto;
    padding-top: 90px;
    padding-bottom: 120px;
}

.section_1 h2,
.section_1 h3,
.section_1 h4,
.section_1 h5,
.section_1 p,
.section_1 h6 {
    text-align: center;
    letter-spacing: 1px;
}

.section_1 h2 {
    font-size: 28px;
    font-weight: 400;
    color: #b2b2b2;
    padding-bottom: 10px;
}

.section_1 h3 {
    font-size: 34px;
    font-weight: 800;
    padding-bottom: 15px;
}

.section_1 h4 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 50px;
    color: #b2b2b2;
    text-transform: uppercase;
}

.section_1 h6 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    padding-bottom: 20px;
}

.section_1 p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    padding: 0 250px;
    letter-spacing: 0;
    line-height: 25px;
    padding-bottom: 30px;
}

.section_1 .figure-caption a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000000;
    text-transform: uppercase;
}

.section_1 .figure-caption {
    padding: 8px 0;
}

.section_1 figure {
    margin: 0 0 4rem;
    position: relative;
}

.section_1 .figure-caption a:hover {
    text-decoration: underline;
}

.section_1 .figure .figure-img {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #a1a1a1;
}

.section_1 .figure .figure-img:hover {
    -moz-box-shadow: 2px 2px 42px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 42px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 42px 3px rgba(0, 0, 0, 0.3);
}

.section_1 ul {
    text-align: center;
    padding-bottom: 70px;
}

.section_1 li {
    display: inline-block;
    background: black;
    height: 80px;
    width: 80px;
    margin: 0 15px;
    padding: 22px 0 20px 0;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ed1c24;
}

.section_1 ul li a {
    font-size: 32px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #fff !important;
}

.section_1 ul li a span {
    display: block;
    font-size: 12px;
    background: #a51419;
    height: 94%;
    line-height: 25px;
    position: relative;
    margin-top: -7px;
}

.section_1 .figure .corner-text-wrapper {
    color: white;
    height: 65px;
    width: 118px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 30px;
    background: #ed1c24;
}

.section_1 .figure h5 {
    position: relative;
    text-align: center;
    font-size: 19px;
    font-weight: 800;
    padding: 14.5px 0;
    padding-bottom: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

.section_1 .figure h5 span {
    display: block;
}

.section_1 .form-inline .form-group,
.section_1 .btn-success {
    margin: 0 10px;
    border-radius: 0;
}

.section_1 .btn-success {
    background-color: #000000;
    border-color: #000000;
    padding: 10px 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.section_1 .btn-success:not(:disabled):not(.disabled):active,
.section_1 .btn-success:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
}

.section_1 .form-control {
    border: 2px solid #ced4da;
    border-radius: 0;
    width: 376px;
    padding: 10px 10px;
}

/* Section_2 */

.section_2 {
    width: 100%;
    height: auto;
    padding-top: 100px;
    
    background: #e7e7e7;
}

.section_2 .inner_content {
    background: white;
    padding: 70px 60px;
    margin-bottom: 80px;
    position: relative;
    -moz-box-shadow: 3px 2px 80px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 2px 80px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 2px 80px 5px rgba(0, 0, 0, 0.3);
}
.section_2 .col-4 .inner_content {
    background: white;
    margin-bottom: 80px;
    padding:30px 10px;
    position: relative;
    -moz-box-shadow: 3px 2px 80px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 2px 80px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 2px 80px 5px rgba(0, 0, 0, 0.3);
}

.section_2 .inner_content img {
    width: 22%;
    position: absolute;
    top: 4px;
    right: 0;
}

.section_2 .inner_content h3 {
    font-size: 52px;
    font-weight: 400;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.section_2 .inner_content h3 span {
    color: #ed1c24;
    font-weight: 700;
}

.section_2 .inner_content h4 {
    font-size: 34px;
    font-weight: 400;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.section_2 .inner_content h5 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.section_2 .inner_content h5 span {
    font-weight: 600;
}

.section_2 h6 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 50px;
    text-align: center;
}

.section_2 .figure-caption {
    padding: 8px 0;
}

.section_2 .figure-caption a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #000000;
    text-transform: uppercase;
}

.section_2 figure {
    margin: 0 0 3rem;
    position: relative;
}

.section_2 .figure-caption a:hover {
    text-decoration: underline;
}

.section_2 .figure .figure-img {
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid #a1a1a1;
}

.section_2 .figure .figure-img:hover {
    -moz-box-shadow: 2px 2px 42px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 42px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 42px 3px rgba(0, 0, 0, 0.3);
}

.section_2 .figure .corner-text-wrapper {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(-45deg);
    clip: rect(-15px, 276.421px, 102.7107px, -26px);
    height: 141.421px;
    position: absolute;
    left: -39.7107px;
    top: 20.2893px;
    width: 141.421px;
    z-index: 1;
}

.section_2 .figure .corner-text {
    color: white;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -11px;
    top: 36px;
    background-color: #ed1c24;
    display: block;
    height: 250px;
    position: absolute;
    width: 250px;
    z-index: 2;
}

.section_2 .figure .corner-text p {
    position: relative;
    font-weight: 700;
    top: 134px;
    left: 78px;
    font-size: 20px;
    line-height: 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: rotate(90deg);
}

.section_2 .lead {
    text-align: center;
}

.section_2 .lead .btn-primary {
    padding: 13px 40px;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: .3rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    border: none;
    transition: none;
    background: rgb(52, 31, 92);
    background: -moz-linear-gradient(top, rgba(52, 31, 92, 1) 0%, rgba(112, 52, 104, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(52, 31, 92, 1) 0%, rgba(112, 52, 104, 1) 100%);
    background: linear-gradient(to bottom, rgba(52, 31, 92, 1) 0%, rgba(112, 52, 104, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#341f5c', endColorstr='#703468', GradientType=0);
}

.section_2 .lead .btn-primary:hover,
.section_2 .lead .btn-primary:not(:disabled):not(.disabled):active {
    background: #ed1c24;
    color: #ffffff;
    border: none;
    -moz-box-shadow: 2px 0px 27px 4px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 2px 0px 27px 4px rgba(0, 0, 0, 0.18);
    box-shadow: 2px 0px 27px 4px rgba(0, 0, 0, 0.18);
}

/* Footer */

footer {
    width: 100%;
    height: auto;
    text-align: center;
    background: #252525;
}

footer h3 {
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.price-tag {
    width: 0;
    height: 0;
    top: -70px;
    left: -15px;
    position: absolute;
    border-top: 110px solid transparent;
    border-bottom: 110px solid transparent;
    border-right: 110px solid #ed1c24;
    transform: rotate(45deg);
}

.section_2 figure h4 {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    nav.navbar .navbar-collapse {
        border: 0;
        box-shadow: none;
    }
}

/*=======================================
          Media Queries Styles
=======================================*/

/*== 1920px Media Queries Styles ==*/

@media screen and (max-width: 1920px) {}

/*== 1440px Media Queries Styles ==*/

@media screen and (max-width: 1440px) {
    .jumbotron h1 {
        font-size: 54px;
    }
    .jumbotron h2,
    .jumbotron h3 {
        font-size: 31px;
    }
    .jumbotron h5 {
        font-size: 13px;
        line-height: 25px;
    }
    .jumbotron .lead a {
        font-size: 35px;
    }
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-link:hover {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .navbar-dark .navbar-nav .hidden-xs {
        line-height: 33px;
    }
    .navbar-brand {
        font-size: 15px;
    }
    .section_1 h3 {
        font-size: 28px;
        padding-bottom: 10px;
    }
    .section_1 h6 {
        font-size: 14px;
        letter-spacing: 0.5px;
        padding-bottom: 15px;
    }
    .section_1 h4 {
        font-size: 15px;
    }
    .section_1 li {
        height: 70px;
        width: 72px;
        margin: 0 10px;
        padding: 18px 0 20px 0;
    }
    .section_1 ul li a {
        font-size: 26px;
    }
    .section_1 ul li a span {
        font-size: 11px;
    }
    .section_1 .figure-caption a {
        font-size: 12px;
    }
    .section_1 p {
        font-size: 14px;
        padding: 0 180px;
        padding-bottom: 20px;
    }
    .section_1 ul {
        padding-bottom: 55px;
    }
    .section_1 h2 {
        font-size: 20px;
    }
    .section_1 .btn-success {
        padding: 12px 50px;
        font-size: 14px;
    }
    .section_1 {
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .section_1 figure {
        margin: 0 0 3rem;
    }
    .section_1 .figure .corner-text-wrapper {
        width: 100px;
    }
    .section_1 .figure h5 {
        font-size: 18px;
        padding: 15.5px 0;
        line-height: 17px;
    }
    .section_2 .inner_content h3 {
        font-size: 46px;
        padding-bottom: 5px;
    }
    .section_2 .inner_content h4 {
        font-size: 30px;
        padding-bottom: 13px;
    }
    .section_2 .inner_content h5 {
        font-size: 20px;
    }
    .section_2 .inner_content img {
        top: 25px;
    }
    .section_2 .figure .corner-text-wrapper {
        clip: rect(-17px, 276.421px, 75.7107px, 13px);
    }
    .section_2 .figure .corner-text p {
        top: 127px;
        left: 84px;
        font-size: 18px;
        line-height: 18px;
    }
    .section_2 .figure-caption a {
        font-size: 12px;
    }
    .section_2 .lead .btn-primary {
        font-size: 12px;
    }
    .jumbotron h2 {
        padding-bottom: 8px;
    }
    .jumbotron h3 {
        padding-bottom: 25px;
    }
    .jumbotron h1 {
        padding-bottom: 0px;
    }
    header {
        background-position: top;
    }
    .section_2 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .section_2 .inner_content {
        margin-bottom: 65px;
    }
    footer h3 {
        padding: 15px 0;
    }
}

@media (min-width: 1441px) {
    .container {
        max-width: 1420px;
    }

}

/*== 1024px Media Queries Styles ==*/

@media screen and (max-width: 1024px) {
    .container {
        max-width: 100%;
    }
    .jumbotron h1 {
        font-size: 42px;
    }
    .jumbotron h2,
    .jumbotron h3 {
        font-size: 26px;
    }
    .jumbotron h3 {
        padding-bottom: 20px;
    }
    .jumbotron h5 {
        font-size: 12px;
        padding-right: 0;
        letter-spacing: 1px;
        line-height: 22px;
        padding-bottom: 20px;
    }
    .jumbotron .lead a {
        font-size: 28px;
    }
    .price-tag {
        top: -51px;
        left: -11px;
        border-top: 80px solid transparent;
        border-bottom: 80px solid transparent;
        border-right: 80px solid #ed1c24;
    }
    .section_2 figure h4 {
        top: 17px;
        left: 17px;
        font-size: 14px;
        line-height: 16px;
    }
    .jumbotron {
        margin-bottom: 0;
    }
    .gradient,
    header {
        height: 514px;
    }
    .h-100 {
        height: 435px !important;
    }
    .section_1 h3 {
        font-size: 28px;
    }
    .section_1 h4 {
        padding-bottom: 30px;
    }
    .section_1 ul li a {
        font-size: 22px;
    }
    .section_1 li {
        height: 56px;
        width: 54px;
        margin: 0 5px;
        padding: 8px 0 20px 0;
    }
    .section_1 ul {
        padding-bottom: 40px;
    }
    .section_1 .figure h5 {
        font-size: 14px;
        padding: 12.5px 0;
        line-height: 14px;
    }
    .section_1 .figure .corner-text-wrapper {
        width: 80px;
        height: 55px;
        top: 18px;
    }
    .section_1 {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .section_1 .figure .figure-img {
        margin-bottom: 0px;
    }
    .section_1 p {
        padding: 0 100px;
        padding-bottom: 20px;
    }
    .section_1 .form-control {
        width: 100%;
        padding: 8px 10px;
    }
    .section_1 .btn-success {
        padding: 12px 30px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .section_2 .inner_content h3 {
        font-size: 32px;
        font-weight: 500;
    }
    .section_2 .inner_content h4 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .section_2 .inner_content h5 {
        font-size: 16px;
    }
    .section_2 .inner_content {
        padding: 50px 45px;
    }
    .section_2 .inner_content img {
        top: 4px;
    }
    .section_2 .inner_content h5,
    .section_2 .inner_content h4 {
        font-weight: 500;
    }
    .section_2 h6 {
        padding-bottom: 40px;
    }
    .section_2 .figure .figure-img {
        margin-bottom: 0px;
    }
    .section_2 {
        padding-top: 70px;
        padding-bottom: 75px;
    }
}

/*== 768px Media Queries Styles ==*/

@media screen and (max-width: 768px) {
    .jumbotron h1 {
        font-size: 36px;
        padding-bottom: 8px;
    }
    .jumbotron h2,
    .jumbotron h3 {
        font-size: 24px;
    }
    .jumbotron h5 {
        font-size: 12px;
        padding-right: 300px;
    }
    .jumbotron .lead a {
        font-size: 24px;
        font-weight: 400;
    }
    .navbar-dark .navbar-nav .hidden-xs {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    nav.navbar {
        padding: 15px 0 10px 0;
    }
    .section_1 h6 {
        font-size: 13px;
        padding-bottom: 10px;
    }
    .section_1 h3 {
        font-size: 22px;
        padding-bottom: 8px;
    }
    .section_1 .figure .corner-text-wrapper {
        width: 110px;
        height: 70px;
        top: 25px;
    }
    .section_1 .figure h5 {
        font-size: 16px;
        padding: 18.5px 0;
        line-height: 15px;
    }
    .section_1 .figure .figure-img {
        margin-bottom: 12px;
    }
    .section_1 .figure-caption a {
        font-size: 14px;
    }
    .section_1 figure {
        margin: 0 0 2rem;
    }
    .section_1 p {
        font-size: 12px;
        padding: 0 30px;
        padding-bottom: 20px;
        line-height: 21px;
    }
    .section_2 .inner_content img {
        top: 19px;
    }
    .section_2 .inner_content {
        padding: 40px 40px;
        margin-bottom: 55px;
    }
    .section_2 .inner_content h3 {
        font-size: 26px;
    }
    .section_2 .inner_content h4 {
        font-size: 18px;
    }
    .section_2 .inner_content h5 {
        font-size: 14px;
    }
    .section_2 {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .section_2 .figure .figure-img {
        margin-bottom: 12px;
    }
    .section_2 .figure-caption a {
        font-size: 14px;
    }
}

/*== 767px Media Queries Styles ==*/

@media screen and (max-width: 767px) {
    .navbar-dark .navbar-nav .hidden-xs {
        display: none;
    }
    nav.navbar .navbar-collapse {
        border: 0;
        box-shadow: none;
        position: absolute;
        z-index: 9;
        top: 70px;
        background: #1c1536;
        width: 100%;
        margin: 0;
        padding: 10px 15px;
    }
}

/*== 600px Media Queries Styles ==*/

@media screen and (max-width: 600px) {
    .jumbotron h5 {
        font-size: 12px;
        padding-right: 100px;
    }
    .jumbotron h1 {
        font-size: 30px;
    }
    .jumbotron h2,
    .jumbotron h3 {
        font-size: 20px;
    }
    .jumbotron .lead a {
        font-size: 22px;
    }
    .section_1 h4 {
        font-size: 12px;
    }
    .section_1 h3 {
        font-size: 18px;
    }
    .section_1 .figure-caption a,
    .section_2 .figure-caption a {
        font-size: 12px;
    }
    .section_1 .figure .figure-img,
    .section_2 .figure .figure-img {
        margin-bottom: 5px;
    }
    .section_1 .form-inline .form-group,
    .section_1 .btn-success {
        width: 100%;
    }
    .section_1 .btn-success {
        margin: 0;
    }
    .section_1 .form-control {
        margin-bottom: 10px;
    }
    .section_2 .inner_content h3 {
        font-size: 22px;
    }
    .section_2 .inner_content h4 {
        font-size: 16px;
    }
    .section_2 .inner_content h5 {
        font-size: 12px;
    }
    .section_2 .inner_content {
        padding: 30px 30px;
        margin-bottom: 40px;
    }
    .section_2 .inner_content img {
        top: 8px;
    }
    .section_2 h6 {
        padding-bottom: 30px;
        font-size: 16px;
    }
    .section_2 figure {
        margin: 0 0 2rem;
    }
    .gradient,
    header {
        height: 465px;
    }
    .h-100 {
        height: 398px !important;
    }
    .price-tag {
        top: -64px;
        left: -14px;
        border-top: 100px solid transparent;
        border-bottom: 100px solid transparent;
        border-right: 100px solid #ed1c24;
    }
    .section_2 figure h4 {
        top: 25px;
        left: 25px;
        font-size: 16px;
        line-height: 17px;
    }
}

/*== 425px Media Queries Styles ==*/

@media screen and (max-width: 425px) {
    .jumbotron h2,
    .jumbotron h3 {
        font-size: 18px;
    }
    .jumbotron h1 {
        font-size: 24px;
    }
    .jumbotron .lead a {
        font-size: 18px;
    }
    .section_1 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .section_1 .btn-success {
        margin: 0 10px;
    }
    .section_2 .inner_content img {
        top: -7px;
        width: 41%;
        opacity: 0.3;
    }
    .section_2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section_1 p {
        padding: 0;
    }
    .section_1 h2 {
        font-size: 17px;
    }
    .section_1 ul {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 375px) {
    .section_2 .inner_content img {
        top: 0px;
    }
}
/*== 320px Media Queries Styles ==*/

@media screen and (max-width: 320px) {
    .jumbotron h5 {
        font-size: 11px;
        padding-right: 0;
        line-height: 18px;
    }
    .gradient,
    header {
        height: 430px;
    }
    .h-100 {
        height: 374px !important;
    }
    .jumbotron h1 {
        font-size: 22px;
    }
    .jumbotron h2,
    .jumbotron h3 {
        font-size: 16px;
    }
    .section_1 h6 {
        font-size: 12px;
    }
    .section_1 h4 {
        font-size: 10px;
    }
}
