.service-box .box-icon.mobilde-show {
    display: none;
}

.service-box .box-icon.desktop-show {
    display: block;
}



.page-title.text-center {
    width: 153%;
}

.page-title.text-center h3 {
    color: #fff;
}


.lnr-paperclip:before {
    content: "\e819";
}

.lnr-rocket:before {
    content: "\e84b";
}

.lnr-cloud-download:before {
    content: "\e80b";
}

.lnr-clock:before {
    content: "\e864";
}

.lnr-laptop-phone:before {
    content: "\e83d";
}

.lnr-cog:before {
    content: "\e810";
}

.navbar-brand {
    color: #000;
    font-size: 30px;
    line-height: 40px;
}

a.navbar-brand:hover {
    color: #000 !important;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800);

* {
    outline: none
}

.embed {
    position: relative;
    padding: 0px;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    height: 0;
    overflow: hidden;
}

embed {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

.embed iframe,
.embed object,
.embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-img,
.embed {
    margin: 0 0 15px 0;
}

ul.top-list {
    margin-left: 30px
}

ul.top-list li {
    font-size: 16px;
    line-height: 30px;
}

.features-banner {
    height: 471px;
    background-color: #eee;
    border-radius: 7px;
    width: 100%;
}

.features-banner {
    box-shadow: 0px 0px 20px #ddd;
    padding: 15px;
    border: 1px solid #aaa;
    margin-bottom: 30px;
}
.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
}
ul.list-style1 li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    list-style-type: none;
    list-style: none;
}
.section-padding.features-1 {
    padding: 30px 0px 30px;
    position: relative;
    bottom: -32px;
}
.section-padding.features-1 > .container {
    padding-bottom: 30px;
}
.features-3 {
    background-color: #eef4fc;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
.style-2 {
    padding: 20px;
    border: 1px solid #d24c20;
    /* border: 1px solid #f52270; */
    margin-top: 30px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: 10px solid #d24c20;
    border-top: 10px solid #d24c20;
    text-align: center;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: #1473a7;
}

#copyrights a {
    color: #050505;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;

}

a.bttn-black:hover {
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 99;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 400;
    line-height: 1.4em
}

h1 {
    font-size: 48px;
    line-height: 60px;
}

h2 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    line-height: 36px;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.error404 {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1;
    letter-spacing: 0;
    line-height: 30px;
    padding: 30px 0 !important;
    padding: 30px 0 !important;
}

body.error404 .page-title {
    font-size: 36px;
}

.bttn-white {
    position: relative;
    background: #000;
    background: -webkit-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    overflow: hidden;
    z-index: 1;
    margin-right: 10px;
    border: none
}

.bttn-white img {
    height: 20px;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block
}

.bttn-white:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1
}

.bttn-white.active,
.bttn-white:hover {
    color: #fff;
}

.bttn-white.active:before,
.bttn-white:hover:before {
    opacity: 1;
}

.bttn-default,
.bttn-white {
    padding: 12px 30px;
    background-color: #000;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: none
}

.bttn-default .lnr,
.bttn-white .lnr {
    margin-right: 10px
}

.bttn-default {
    padding: 12px 40px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.bttn-default:hover {
    color: #fff;
}

.sq {
    border-radius: 3px !important;
    position: absolute;
    right: 83px;
    top: 385px;
}

.sq1 {
    border-radius: 3px !important;
    position: absolute;
    right: 30px;
    top: 310px;
}

.qr-code {
    width: 50%;
    /*position: absolute;
    top: 380px;
    left: 120px;*/
}

.top-button-section .col-sm-6:nth-child(1) {
    padding-right: 10px;
}

.top-button-section .col-sm-6:nth-child(2) {
    padding-left: 10px;
}

.button-up {
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 28px;
}

.black-sq {
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 15px;
    border-radius: 10px;
    display: inline-block;
}

a.bttn-black.black-sq:hover {
    color: #fff;
}

.black-sq-1 {
    background-color: #000;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 45px;
    border-radius: 10px;
    display: inline-block;
}

a.black-sq-1:hover {
    color: #fff;
}

.bttn-black {
    padding-bottom: 20px;
}

.scan-left {
    float: left;
}

.scan-right {
    float: right;
    display: flex;
    flex-direction: column;
}

#how-it-works h6.title-h6 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-top: 50px;
    color: #1898E5;
    text-align: left;
    margin-bottom: 50px;
    margin-left: 110px;
}

#how-it-works .col-sm-2 {
    text-align: center;
}

#how-it-works .col-sm-2 .heatlinesblue-img {
    width: 100px;
    margin: auto;
    text-align: center;
}

.black-sq_apple_icon {
    height: 20px;
    padding-left: 0px;
}

.section-padding-top {
    padding-top: 40px
}

/*.section-padding{
    padding-top: 150px;
}*/
.section-1-tagline {
    text-align: center;
    padding-top: 10px;
    color: #2E3192;
    margin-bottom: 0px !important;
}

.upper {
    text-transform: uppercase
}

.angle,
.overlay {
    position: relative;
    z-index: 1
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* background:-webkit-linear-gradient(45deg,rgba(0,92,191,1) 0%,rgba(0,147,68,1) 100%);
    background:-o-linear-gradient(45deg,rgba(0,92,191,1) 0%,rgba(0,147,68,1) 100%);
    background:linear-gradient(45deg,rgba(0,92,191,1) 0%,rgba(0,147,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);*/
    z-index: -1;

}

.angle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    /*background:rgba(0,0,0,0) -webkit-linear-gradient(left bottom,#fff 50%,transparent 50%) repeat scroll 0 0;
    background:rgba(0,0,0,0) -webkit-gradient(linear,left bottom,right top,color-stop(50%,#fff),color-stop(50%,transparent)) repeat scroll 0 0;
    background:rgba(0,0,0,0) -o-linear-gradient(left bottom,#fff 50%,transparent 50%) repeat scroll 0 0;
    background:rgba(0,0,0,0) linear-gradient(to right top,#fff 50%,transparent 50%) repeat scroll 0 0; */
    z-index: -1
}

.features-section {}

.dark-color {
    color: #434345;
}

.blue-bg {
    /*background-color:#1CA0E7;*/
    background: rgb(21, 139, 203);
    background: linear-gradient(180deg, rgba(21, 142, 217, 1) 0%, rgba(60, 174, 236, 1) 50%, rgba(21, 142, 217, 1) 100%);
    margin-bottom: 10px;
}

.tagline h3.white-color {
    color: #fff !important;
    padding: 15px 0;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
    text-shadow: 0.5px 0.5px 1.5px #000000;
}

.top-logo-section {
    text-align: center;
    width: 100%;
}

.top-logo {
    margin: auto;
    width: 50%;
}

.introducing {
    text-align: center;
    color: #2E3192;
}

.gray-bg {
    background-color: #f5f6ff
}

.mainmenu-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 8px 0px 5px 0;
    background: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mainmenu-area:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /*background:-webkit-linear-gradient(45deg,rgba(0,92,191,1) 0%,rgba(0,147,68,1) 100%);
    background:-o-linear-gradient(45deg,rgba(0,92,191,1) 0%,rgba(0,147,68,1) 100%);
    background:linear-gradient(45deg,rgba(0,92,191,1) 0%,rgba(0,147,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    z-index:-1; */
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mainmenu-area.affix {
    position: fixed;
    top: 0
}

.mainmenu-area.affix:before {
    opacity: 1
}

.mainmenu-area .right-button {
    position: absolute;
    right: 15px;
    top: 12px
}

.mainmenu-area .right-button a {
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, .3);
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 14px
}

.mainmenu-area .right-button a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #768ede
}

.mainmenu-area ul.mainmenu {
    text-align: right;
    float: none;
    display: block;
    padding: 10px 0 0px;
}

.mainmenu-area ul.mainmenu li {
    float: none;
    display: inline-block;
    text-align: center
}

.mainmenu-area ul.nav.navbar-nav li a {
    color: #000;
    padding: 10px 2px;
    text-transform: capitalize;
    background: transparent;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    margin: 0 15px
}

/*.mainmenu-area ul.nav.navbar-nav li a:hover,.mainmenu-area ul.nav.navbar-nav li.active a{
    border-bottom-color:#000
}*/
.mainmenu-area .navbar-brand {
    height: auto;
    padding: 0 15px
}

.mainmenu-area .navbar-brand img {
    height: 70px;
}

.page-title .title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #8790af;
    font-weight: 600
}

.text-center.page-title .title:before,
.page-title .title:after {
    content: '';
    width: 50px;
    height: 1px;
    display: inline-block;
    background-color: #e1e1e1;
    margin: 0 15px;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.home-area {
    width: 100%;
    margin-bottom: 50px
}

.home-area .mobile-image {
    margin-right: 0;
    margin-left: 0;
}

.progress-area {
    background-image: url(../images/easy-order-app/xprogress-bg.jpg.pagespeed.ic.2xJ544g7IU.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    margin-top: 90px;
    margin-bottom: 220px
}

.progress-area .mobile-image {
    margin-top: -90px;
    margin-bottom: -153px
}

.video-area {
    background-image: url(images/images/easy-order-app/xvideo-bg.jpg.pagespeed.ic.5Lj8Ikil7c.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
    margin-bottom: 120px
}

.video-photo {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.video-photo>img {
    width: 100%
}

.video-area a.video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%
}

/*#features_page {
    position: relative;
    top: -221px;
    padding: 200px 0 00px;
    margin-bottom: 0px;
    z-index: 9;
}*/
.feature-area {
    color: #fff;
    background-color: #1898e5;
    background-image: url(../images/easy-order-app/xfeature-bg.png.pagespeed.ic.KmPd309JAL.png);
    background-position: bottom -120px center;
    background-repeat: no-repeat;
    background-size: auto 94%;
    margin-bottom: 70px;
    padding-bottom: 60px;
}

.feature-area .page-title .title {
    color: #fff
}

.feature-area .mobile-image {
    margin-bottom: -142px
}

.service-box {
    position: relative;
    padding-left: 100px
}

.service-box-left {
    padding-left: 0px;
}

.service-box-left .box-icon {
    left: auto !important;
    right: 0px;
}

.team-slide .owl-controls .owl-nav>div,
.service-box .box-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 72px;
    background: #482cbf;
    /*background:-webkit-linear-gradient(45deg,rgba(0,92,191,1) 0%,rgba(0,147,68,1) 100%);
    background:-o-linear-gradient(45deg,rgba(0,92,191,1) 0%,rgba(0,147,68,1) 100%);
    background:linear-gradient(45deg,rgba(0,92,191,1) 0%,rgba(0,147,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1); */
    overflow: hidden;
    z-index: 1;
    color: #5e88fc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2)
}

.team-slide .owl-controls .owl-nav>div:hover,
.service-box:hover .box-icon {
    color: #fff
}

.team-slide .owl-controls .owl-nav>div:before,
.service-box .box-icon:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 1
}

.team-slide .owl-controls .owl-nav>div:hover:before,
.service-box:hover .box-icon:before {
    opacity: 0
}

.service-box h4 {
    margin-bottom: 10px;
    color: #fff;


}

.space-10 h3 {
    color: #fff;
}

.testimonial-area {
    padding-top: 60px;
    padding-bottom: 120px
}

.team-box {
    position: relative;
    padding: 55px 30px 30px 30px;
    -webkit-box-shadow: 0 0 30px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px -5px rgba(0, 0, 0, .1);
    border-radius: 5px;
    margin-top: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px
}

.team-box:hover {
    -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .1)
}

.team-box .team-image {
    position: absolute;
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.team-box h4 {
    color: #5e88fc;
    font-weight: 600;
    font-size: 20px
}

.team-box h6.position {
    font-size: 14px;
    font-style: italic;
    font-weight: 400
}

.team-slide .owl-controls .owl-nav>div {
    position: absolute;
    top: 50%;
    left: auto;
    right: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.team-slide .owl-controls .owl-nav>div.owl-next {
    right: auto;
    left: 100%
}

.gallery-area {
    background: #482cbf;
    background: -webkit-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #fff
}

.gallery-slide .owl-stage-outer {
    background: url('../images/easy-order-app/mobile-screen.png') no-repeat center right / auto 100%
}

.gallery-slide .item {
    margin: 58px 17px 70px 15px;
    overflow: hidden;
    border-radius: 2px
}

.gallery-slide .owl-controls {
    position: static;
    text-align: right;
    padding-right: 80px
}

.gallery-slide .owl-controls .owl-nav>div {
    display: inline-block;
    background-color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: rgba(0, 92, 191, 1);
    margin: 5px
}

.gallery-slide .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 3px
}

.gallery-slide .owl-controls .owl-dots .owl-dot span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 5px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.gallery-slide .owl-controls .owl-dots .owl-dot.active span {
    opacity: 1;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2)
}

.download-area {
    background-image: url(../images/easy-order-app/xdownload-bg.png.pagespeed.ic.rs5beqBEtE.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 70px;
    margin-bottom: 100px;

}

.download-area .mobile-image {
    margin-top: -106px;
    margin-bottom: -200px
}

.price-box {
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: #8790af;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.price-box:hover {
    -webkit-box-shadow: 0 0 50px -15px #4d43c6;
    box-shadow: 0 0 50px -15px #4d43c6
}

.price-box .price-header {
    background-color: #f2f3fc;
    padding: 40px;
    color: #768ede;
    background: #482cbf;
    background: -webkit-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    position: relative;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.price-box .price-header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f2f3fc;
    z-index: -1;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.price-box:hover .price-header {
    color: #fff
}

.price-box:hover .price-header:before {
    opacity: 0
}

.price-box .price-header .price-icon {
    font-size: 60px;
    margin-bottom: 10px
}

.price-box .price-header h4 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 3px
}

.price-box .price-body {
    padding: 40px
}

.price-box .price-body ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.price-box .price-rate {
    color: #768ede;
    margin-bottom: 40px;
    font-size: 20px
}

.price-box .price-rate sup {
    top: -20px;
    font-size: 26px
}

.price-box .price-rate .rate {
    font-size: 56px
}

.price-box .price-footer {
    margin-bottom: 40px
}

.price-box .price-footer .bttn-white {
    padding: 13px 50px
}

.price-box .price-footer .bttn-white:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-radius: 100px;
    left: 2px;
    top: 2px
}

.questions-area {
    background-color: #f5f6ff
}

.toggole-boxs {
    margin-top: -20px
}

.toggole-boxs h3 {
    font-size: 18px;
    background-color: #fff;
    margin-bottom: 0;
    margin-top: 20px;
    outline: none;
    padding: 20px 30px 20px 60px;
    color: #434345;
    border-left: 5px solid #5e88fc;
    cursor: pointer;
    position: relative
}

.toggole-boxs h3:before,
.toggole-boxs h3:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    width: 10px;
    height: 2px;
    background-color: #434345
}

.toggole-boxs h3:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.toggole-boxs h3.ui-state-active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.toggole-boxs div {
    background-color: #fff;
    padding: 0 30px 20px 60px;
    border-left: 5px solid #5e88fc
}

.subscribe-area {
    background: url('../images/easy-order-app/subscribe-bg.jpg') no-repeat scroll center center / cover
}

.subscribe-form {
    background-color: #fff;
    padding: 60px;
    border-radius: 5px
}

.subscribe-form form {
    position: relative
}

.subscribe-form form .control {
    width: 100%;
    height: auto;
    padding: 15px 180px 15px 30px;
    border-radius: 100px;
    border: 1px solid #5e88fc
}

.subscribe-form form .bttn-white {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 0
}

.footer-box {
    text-align: center
}

.footer-box .box-icon {
    width: 75px;
    height: 75px;
    margin: auto auto 30px auto;
    text-align: center;
    line-height: 75px;
    color: #fff;
    font-size: 20px;
    background: #482cbf;
    background: -webkit-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    border-radius: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-box .box-icon:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 2px solid #fff;
    border-radius: 100%;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.footer-box:hover .box-icon {
    color: #5e88fc
}

.footer-box:hover .box-icon:before {
    background-color: #fff
}

.footer-bottom {
    padding: 20px 0;
    background-color: transparent;
    border-top: 0px solid #5e88fc;
}

.footer-bottom .footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right
}

.footer-bottom .footer-menu ul li {
    display: inline-block
}

.footer-bottom .footer-menu ul li a {
    padding: 10px;
    color: #8790af
}

.footer-bottom .footer-menu ul li a:hover {
    color: #5e88fc
}

#scrollUp {
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
    color: #5e88fc
}

.preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999
}

.preloader span {
    background: #482cbf;
    background: -webkit-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    border-radius: 100%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
    margin: auto;
    -webkit-animation: mymove 1.5s infinite linear;
    animation: mymove 1.5s infinite linear
}

@-webkit-keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
    }

    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }
}

@keyframes mymove {
    0 {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }

    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 20px rgba(94, 136, 252, 0.6);
    }

    75% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 10px rgba(94, 136, 252, 0.6), 0 0 0 10px rgba(94, 136, 252, 0.6);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
        box-shadow: 0 0 0 0 rgba(94, 136, 252, 0.6), 0 0 0 0 rgba(94, 136, 252, 0.6);
    }
}

.site-header {
    background: #482cbf;
    background: -webkit-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #fff;
    padding: 180px 0 120px
}

.site-header a {
    color: #fff
}

.post-single:after {
    content: "";
    clear: both;
    display: table
}

.post-single {
    padding: 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px
}

.single-post .post-single {
    -webkit-box-shadow: none;
    box-shadow: none
}

.single-post .post-single .post-media {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    padding: 30px;
    margin-bottom: 30px
}

.post-single.sticky .post-media {
    width: 55%;
    float: left;
    margin-right: 60px
}

.post-single .post-media {
    overflow: hidden;
    border-radius: 3px
}

.post-single .post-media img {
    width: 100%
}

.post-single .post-meta {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px
}

.post-single .post-body .post-meta .post-tags {
    float: left
}

.post-single .post-body .post-meta .post-date {
    float: right
}

.post-single .post-body h4 {
    font-size: 22px;
    margin-bottom: 20px
}

.post-single .post-body .read-more {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 14px;
    color: #768ede
}

.post-single .post-body .read-more:after {
    content: '\e87a';
    font-family: 'Linearicons-Free';
    margin-left: 5px
}

.pagination .nav-links {
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    display: inline-block
}

.pagination {
    text-align: center;
    margin-top: 80px;
    width: 100%
}

.pagination .nav-links .page-numbers {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%
}

.pagination .nav-links .page-numbers:hover {
    color: #482cbf;
    background-color: #f5f6ff
}

.pagination .nav-links .page-numbers.current {
    background: #482cbf;
    background: -webkit-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 92, 191, 1) 0%, rgba(0, 147, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#482cbf', endColorstr='#6ac6f0', GradientType=1);
    color: #fff
}

.post-single blockquote {
    padding: 50px 160px;
    text-align: center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    font-size: 26px;
    line-height: 1.6em;
    border: none;
    color: #626264;
    background-color: #f4f4f4;
    border: 30px solid #fff;
    font-style: italic
}

.comment-respond h4,
.comments-area .comment-heading {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #434345
}

.comments-list,
.comments-list ul {
    list-style: none
}

.comments-list .comment {
    position: relative;
    padding-left: 130px
}

.comments-list .comment .comment-pic {
    width: 100px;
    height: 100px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.comments-list .comment .comment-content .comment-header {
    color: #434345
}

.comments-list .comment .comment-content .comment-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}

.comments-list li li .comment .comment-pic {
    width: 80px;
    height: 80px
}

.comments-list li {
    margin-bottom: 30px
}

.form-control {
    border-radius: 2px;
    padding: 15px 20px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-double .box {
    width: calc(50% - 15px);
    float: left
}

.form-double .box.last {
    float: right
}

[class|="space"] {
    display: block;
    width: 100%;
    overflow: hidden
}

.space-10 {
    height: 10px
}

.space-20 {
    height: 20px
}

.space-30 {
    height: 30px
}

.space-50 {
    height: 50px
}

.space-60 {
    height: 60px
}

.space-80 {
    height: 80px
}

.space-100 {
    height: 100px
}

#about_page-top {
    background: #f9f9f9;
    padding: 220px 0 120px;
    position: relative;
    top: -100px;
}

.service-box {
    min-height: 100px;
}

.service-box h4 {
    padding-top: 15px;
}

.mobile-section-1 .service-box h4 {
    padding-top: 25px;
}

/* css how it works */
.step-number {
    position: absolute;
    display: block;
    left: 14%;
    height: 35px;
    width: 35px;
    background: #1CA0E7;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    margin: 10px 0;
}

@media only screen and (min-width: 1441px) {
    .step-number {
        left: 14%;
    }
}

@media only screen and (min-width: 1560px) {
    .step-number {
        left: 13%;
    }
}

@media only screen and (min-width: 1780px) {
    .step-number {
        left: 12%;
    }
}

@media only screen and (max-width: 1440px) {
    .step-number {
        left: 16%;
    }
}

@media only screen and (max-width: 1240px) {
    .step-number {
        left: 18%;
    }
}

/* @media only screen and (max-width: 1240px) { */
.check-price-para {
    position: relative;
    left: 67px;
    top: 10px;
}

.order-oil-para {
    position: relative;
    left: 70px;
    top: 10px;
}

.recieve-delivery-para {
    position: relative;
    left: 70px;
    top: 10px;
}

.how-it-works-ul ul {
    list-style: none;
}

.svg-image {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.check-price {
    max-width: 100%;
    height: auto;
}

.order-oil {
    max-width: 100%;
    height: auto;
}

.recieve-delivery {
    max-width: 100%;
    height: auto;
}

.heatlinesblue {
    position: relative;
    right: 150px;
}

.halfcircleblue {
    position: relative;
    left: 625px;
    top: 120px;
}

.how-it-works {
    flex-direction: row;
    display: flex;
    padding-bottom: 80px;
}

#how-it-works {
    background: url(../images/easy-order-app/halfcircleblue.png) no-repeat right bottom;
    padding-bottom: 10px;
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 30px 0 15px;
}

#copyrights {
    padding: 10px 0;
}

.widget.widget_links {
    line-height: 27px;
}

.widget_links li {
    padding: 0px 0 0px;
}

.dark .widget_links li a {
    line-height: 30px;
}

#footer.dark {
    padding-bottom: 20px;
}
ol.breadcrumb {
    margin-bottom: 0px;
}


















/* -----------------------------------------------------------------------  */
/* -----------------------------------------------------------------------  */
/* -----------------------------------------------------------------------  */
/* -----------------------------------------------------------------------  */
/* -----------------------------------------------------------------------  */
/* -----------------------------------------------------------------------  */

/* @media only screen and (min-width:992px) and (max-width:1280px) { */
@media only screen and (min-width:992px) and (max-width:1280px) {
    .mainmenu-area ul.nav.navbar-nav li a {
        margin: 0 10px
    }

    .feature-area,
    .testimonial-area,
    .video-area,
    .progress-area {
        background-image: none;
        margin-bottom: 0
    }

    .testimonial-area {
        padding: 100px 0
    }

    .team-slide .owl-controls .owl-nav {
        text-align: center
    }

    .team-slide .owl-controls .owl-nav>div {
        position: static;
        display: inline-block;
        margin: 30px 15px 15px 15px
    }

    .footer-bottom .footer-menu ul,
    .footer-area {
        text-align: center
    }

    .angle:after {
        height: 80px
    }

    .full-header #logo {
        padding-right: 0px;
        border-right: 0px solid #EEE;
        margin: auto;
        height: auto;
    }

    #logo img {
        height: 60px !important;
        margin: 10px 0 0;
    }
}

/* @media only screen and (min-width:992px) and (max-width:1280px) { */

@media only screen and (min-width:768px) and (max-width:991px) {
    .svg-trigger {
        width: 60px;
        height: 60px;
    }
}

/* @media only screen and (min-width:768px) and (max-width:991px) { */

/* @media only screen and (max-width:1024px) { */
@media only screen and (max-width:1024px) {
    #how-it-works {
        background: none;
    }

    .check-price-para,
    .order-oil-para,
    .recieve-delivery-para {
        position: relative;
        left: 20px;
        top: 10px;
    }

    .qr-code {
        width: 63%;
    }

    .footer-bottom {
        font-size: 12px;
        line-height: 20px;
    }
}

/* @media only screen and (max-width:1024px) { */

/* @media only screen and (min-width:768px) and (max-width:991px) { */
@media only screen and (min-width:768px) and (max-width:991px) {
    .home-area {
        padding: 100px 0 20px;
        margin-bottom: 0
    }

    .mainmenu-area ul.nav.navbar-nav li a {
        margin: 0 10px
    }

    .video-area,
    .progress-area {
        background-image: none
    }

    .mobile-image {
        display: none !important
    }

    .feature-area,
    .video-area,
    .progress-area {
        background-image: none;
        margin-bottom: 0;
        margin-top: 0
    }

    .testimonial-area {
        padding: 60px 0
    }

    .video-photo {
        margin-bottom: 60px
    }

    .team-slide .owl-controls .owl-nav {
        text-align: center
    }

    .team-slide .owl-controls .owl-nav>div {
        position: static;
        display: inline-block;
        margin: 30px 15px 15px 15px
    }

    .footer-bottom .footer-menu ul,
    .footer-area {
        text-align: center
    }

    .angle:after {
        height: 80px
    }
}

/* @media only screen and (min-width:768px) and (max-width:991px) { */

.show-from-991 {
    display: none;
}

/* @media only screen and (max-width:991px) { */
@media only screen and (max-width:991px) {
    .show-from-991 {
        display: block;
    }

    .qr-code-mobile-image {
        width: 50%;
        margin: 30px auto 0px;
    }

    .introducing {
        margin-top: 50px;
    }

    .qr-code {
        width: 48%;
    }

    .check-price-para,
    .order-oil-para,
    .recieve-delivery-para {
        width: 70%;
    }
}

/* @media only screen and (max-width:991px) { */


/* @media only screen and (max-width:767px) { */
@media only screen and (max-width:767px) {
    body {
        font-size: 14px
    }

    h1 {
        font-size: 40px
    }

    h3 {
        font-size: 22px
    }

    .bttn-white {
        padding: 8px 30px
    }

    .section-padding {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .angle:after {
        height: 60px
    }

    .mainmenu-area {
        padding: 15px 0
    }

    .mainmenu-area:before {
        opacity: .9
    }

    .mainmenu-area .navbar-toggle {
        border: 1px solid #fff;
        border-radius: 1px
    }

    .mainmenu-area .navbar-toggle .icon-bar {
        background-color: #000;
        height: 3px;
        border-radius: 0;
        width: 30px;
        margin-bottom: 1px;
        display: table-caption;
    }

    .mainmenu-area #primary_menu {
        overflow-y: auto;
        max-height: 80vh;
        background: #fff;
        border-bottom: 1px solid #333;
    }

    .mainmenu-area #primary_menu ul.nav.navbar-nav li {
        display: block
    }

    .mainmenu-area #primary_menu ul.nav.navbar-nav li a {
        padding: 15px;
        border: none
    }

    .mainmenu-area #primary_menu ul.nav.navbar-nav li.active a,
    .mainmenu-area #primary_menu ul.nav.navbar-nav li a:hover {
        background-color: #fff;
        color: #5e88fc
    }

    .top-logo {
        margin: auto;
        width: 50%;
        display: none;
    }

    .qr-code {
        width: 100%;
    }

    .black-sq {
        width: 100%;
        margin-bottom: 15px;
        padding: 5px 0 5px 20px;
    }

    .black-sq-1 {
        width: 100%;
        margin-bottom: 15px;
        padding: 5px 0 5px 20px;
    }

    .button-up {
        padding-top: 5px;
        padding-bottom: 10px;
        margin-bottom: 0px;
    }

    .home-area {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 0
    }

    .section-1-tagline {
        padding-top: 0px;
        margin-bottom: 0px;
    }

    #home_page .space-50 {
        height: 0;
    }

    .heatlinesblue-img {
        display: none;
    }

    .mobile-image {
        display: none !important
    }

    .feature-area,
    .video-area,
    .progress-area {
        background-image: none;
        margin-bottom: 0;
        margin-top: 0
    }

    .testimonial-area {
        padding: 60px 0
    }

    .team-slide .owl-controls .owl-nav {
        text-align: center
    }

    .team-slide .owl-controls .owl-nav>div {
        position: static;
        display: inline-block;
        margin: 30px 15px 15px 15px
    }

    .gallery-slide {
        margin-bottom: 60px
    }

    .gallery-slide .item {
        margin: 85px 25px 90px 30px
    }

    .gallery-slide .owl-controls {
        position: static;
        margin-top: 30px;
        width: 100%;
        text-align: center
    }

    .footer-bottom .footer-menu ul,
    .footer-area {
        text-align: center
    }

    .subscribe-form {
        padding: 20px
    }

    .subscribe-form form .bttn-white {
        position: static;
        margin-top: 20px
    }

    .subscribe-form form .control {
        padding-right: 15px
    }

    .post-single.sticky .post-media {
        margin-right: 0;
        float: none;
        width: 100%
    }

    .form-double .box {
        width: 100%;
        float: none
    }

    .post-single {
        padding: 20px
    }

    .post-single h2 {
        font-size: 26px
    }

    .post-single blockquote {
        padding: 10px;
        font-size: 14px
    }

    .comments-list .comment {
        padding-left: 0
    }

    .comments-list .comment .comment-pic {
        position: static;
        margin-bottom: 30px
    }

    .last-button {
        margin-left: 0px;
    }

    .black-sq_apple_icon {
        height: 20px;
        padding-left: 0px;
        bottom: 2px;
    }

    h1 {
        padding-top: 80px;
    }

    #features_page {
        top: 0px;
        padding-top: 20px;
    }

    .mobile-section-1 {
        padding-top: 80px !important;
    }

    .sq {
        position: relative;
        right: 0px;
        top: 0px;
        display: block;
        width: 210px;
        margin-bottom: 10px;
    }

    .sq1 {
        position: relative;
        right: 0px;
        top: 0px;
        display: block;
        width: 210px;
        margin-bottom: 10px;
    }

    .svg-image {
        display: inline-block;
        flex-direction: row;
        margin-bottom: 0px;
        width: 100%;
    }

    .svg-image>img {
        max-width: 50%;
        height: auto;
        width: 80px;
        float: left;
        margin-bottom: 50px;
    }

    .svg-image>span {
        display: none;
    }

    .svg-image>p {
        position: relative;
        left: 10px;
        top: 0px;
    }

    #how-it-works h6.title-h6 {
        padding: 0px;
        margin-top: 0px;
        margin-left: 30px;
    }

    .tagline h3.white-color {
        padding: 0px;
        font-size: 18px;
        line-height: 25px;
        width: 80%;
        margin: auto;
    }

    .mainmenu-area.affix {
        position: relative;
    }

    .space-30.hidden.visible-xs {
        display: none !important;
    }

    .introducing {
        margin-top: 15px;
    }

    .button-up {
        margin-top: 80px;
    }

    #how-it-works h6.title-h6 {
        margin-top: 30px;
        margin-left: 0px;
    }

    ul {
        padding-left: 0px;
    }

    .qr-code-mobile-image {
        width: 80%;
    }

    #logo img {
        height: 60px !important;
        margin: 10px auto;
    }

    .svg-trigger {
        width: 50px;
        height: 50px;
    }

    #copyrights {
        padding: 10px 0;
        font-size: 11px;
        line-height: 18px;
        padding: 20px 0;
    }

    #page-title .breadcrumb {
        float: left;
        margin-top: 0px !important;
    }

    #page-title.page-title-mini {
        padding: 15px 0;
        margin-bottom: 0px !important;
    }

    .heading-block h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .col-padding {
        padding: 2rem;
    }

    .service-map {
        margin-bottom: 30px;
    }

    .page-title.text-center {
        width: 100%;
    }

    .row.top-button-section {
        padding-top: 20px;
    }

    .container h2 {
        text-align: center;
        font-weight: 500 !important;
        color: #22b8eb;
        font-size: 24px;
        line-height: 32px;
        margin-top: 30px;
    }

    h3.blue-title {
        padding-top: 20px;
    }

    .features-wrapper.features-3 .btn.btn-info {
        margin-bottom: 30px;
    }
}

/* @media only screen and (max-width:767px)  */


/* @media only screen and (max-width:480px) { */
@media only screen and (max-width:480px) {
    .introducing {
        width: 70%;
        margin: 15px auto 0px;
    }

    .button-up {
        margin-top: 0px;
    }

    .tagline h3.white-color {
        width: 70%;
    }

    #how-it-works {
        width: 90%;
    }

    .check-price-para,
    .order-oil-para,
    .recieve-delivery-para {
        width: 100%;
        line-height: 24px;
    }
}

/* @media only screen and (max-width:480px) { */

@media only screen and (max-width: 1999px) {
    .min-vh-60 {
        min-height: 85vh !important;
    }
}

@media only screen and (max-width: 1099px) {
    .min-vh-60 {
        min-height: 82vh !important;
    }
}

@media only screen and (max-width: 1024px) {
    .min-vh-60 {
        min-height: 80vh !important;
    }
}

@media only screen and (max-width: 991px) {
    .min-vh-60 {
        min-height: 55vh !important;
    }
}

@media only screen and (max-width: 800px) {
    .min-vh-60 {
        min-height: 48vh !important;
    }
}

@media only screen and (max-width: 767px) {
    #features_page .features-right-side-section .box-icon.mobile-show {
        display: block;
        right: 0;
        left: auto;
    }

    #features_page .features-right-side-section .box-icon.desktop-show {
        display: none;
    }

    #features_page .features-right-side-section .service-box {
        padding-left: 0px;
        padding-right: 80px;
    }

    .min-vh-60 {
        min-height: 85vh !important;
    }

    .section.header-stick {
        padding: 15px 0 30px;
    }

    .section {
        margin: 30px 0;
        padding: 15px 0;
    }
}

@media only screen and (max-width: 685px) {
    .min-vh-60 {
        min-height: 85vh !important;
    }
}

@media only screen and (max-width: 600px) {
    .min-vh-60 {
        min-height: 32vh !important;
    }
}

@media only screen and (max-width: 480px) {
    .min-vh-60 {
        min-height: 29vh !important;
    }
}


@media only screen and (max-width: 420px) {
    .min-vh-60 {
        min-height: 30vh !important;
    }
}



@media (max-width: 767px) {

    .button.button-dark {
        width: auto;
    }

    abbr[title] {
        font-size: 13px;
    }

    address {
        font-size: 13px;
    }

    .dark .footer-widgets-wrap a {
        font-size: 13px;
    }

    .testi-content p {
        font-size: 15px;
        padding: 15px;
    }

    #page-title.page-title-mini h1 {
        font-size: 14px;
    }

    .parallax h5 {
        font-size: 14px;
    }

    .parallax a.btn.btn-info {
        font-size: 13px;
    }

    .container h2 {
        font-size: 21px;
    }

    h4 {
        font-size: 14px;
    }

    h3 {
        font-size: 17px;
        line-height: 30px;
    }

    #content p {
        line-height: 1.8;
        font-size: 13px;
    }

    .btn-info {
        font-size: 13px;
    }

    img.alignright,
    div.alignright {
        float: right;
        margin: 0px;
    }

    #propane-tank-1 {
        display: flex;
        flex-direction: column-reverse;
    }
    .footer-logos a img {
        padding-bottom: 25px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* Code for the 768 device*/

    .button.button-large {
        padding: 8px 22px;
        font-size: 0.9rem;
    }

    .button.button-dark {
        width: auto;
    }

    address {
        font-size: 13px;
    }

    abbr[title] {
        font-size: 13px;
    }

    .dark .footer-widgets-wrap a {
        font-size: 12px;
    }

    .slider-caption p {
        font-size: 20px;
    }

    #page-title.page-title-mini h1 {
        font-size: 15px;
    }

    .mobile-image {
        display: block !important;
    }

    .goodrichgas-mobile-image {
        display: none;
    }

    .black-sq {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        padding-right: 15px;
        padding-left: 20px;
    }

    .black-sq-1 {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 12px;
        padding-right: 36px;
        padding-left: 20px;
    }

    .button-up {
        margin-bottom: 0px;
    }

    .service-box .box-icon {
        width: 50px;
        height: 50px;
        position: absolute;
        right: -30px;

    }

    .service-box {
        padding-left: 60px;
    }

    .service-box .box-icon .icon-rocket {
        position: absolute;
        left: 14px;
        bottom: -13px;
    }

    .service-box .box-icon .icon-paperclip {
        position: absolute;
        left: 14px;
        bottom: -13px;
    }

    .service-box .box-icon .icon-cloud-download {
        position: absolute;
        left: 14px;
        bottom: -13px;
    }

    .service-box .box-icon .icon-clock {
        position: absolute;
        left: 14px;
        bottom: -13px;
    }

    .service-box .box-icon .icon-email {
        position: absolute;
        left: 14px;
        bottom: -13px;
    }

    .service-box .box-icon .icon-cog {
        position: absolute;
        left: 14px;
        bottom: -13px;
    }

    .service-box h4 {
        font-size: 14px;
    }

    img.alignright {
        margin: 80px 0 13px 20px;
    }

    #content p {
        font-size: 14px;
    }

    h4 {
        font-size: 20px;
        line-height: 32px;
    }

    h3 {
        font-size: 19px;
        line-height: 33px;
    }

    h2 {
        font-size: 27px;
        line-height: 40px;
    }

    .parallax h5 {
        font-size: 15px;
    }

    .parallax a.btn.btn-info {
        font-size: 14px;
    }

    h4.ipad-h4 {
        font-size: 15px;
        line-height: 26px;
    }

    h4.map-heading {
        font-size: 17px;
        line-height: 27px;
    }

    #content p.map-paragraph {
        font-size: 13px;
    }

    #propane-tank-1 p img {
        margin: 5px 0 13px 20px;
    }

    #propane-tank-2 p img {
        margin: 5px 0 13px 20px;
    }





}


@media only screen and (min-width: 992px) and (max-width: 1024px) {

    /* Code for the 1024 device*/
    .button.button-large {
        padding: 8px 22px;
        font-size: 0.8rem;
    }

    .button.button-dark {
        width: fit-content;
    }

    abbr[title] {
        font-size: 13px;
    }

    address {
        font-size: 13px;
    }

    .dark .footer-widgets-wrap a {
        font-size: 13px;
    }

    .slider-caption h2 {
        font-size: 70px;
    }

    .black-sq {
        padding-right: 20px;
    }

    .black-sq-1 {
        padding-right: 52px;
    }

    .step-number {
        left: 22%;
    }

    .svg-image {
        column-gap: 40px;
    }

    .service-box h4 {
        font-size: 14px;
        padding-top: 23px;
    }

    .service-box .box-icon {
        position: absolute;
        right: -10px;
    }

    h3 {
        font-size: 20px;
        line-height: 33px;
    }

    #content p {
        line-height: 1.6;
        font-size: 14px;
    }

    .parallax h5 {
        font-size: 14px;
        line-height: 26px;
    }

    .parallax a.btn.btn-info {
        font-size: 14px;
    }
}