.pq-logo {
    padding: 1em;
    height: 100px;
    vertical-align:middle;
}
.inform {
    
    font-family:helvetica, sans-serif !important;
        text-align: center;
       
}
.quote {
    color: #fff !important;
    align-self: center;
    font-size: 1.2em;
    font-style: italic;
}
span.order-fuel {
    font-style: italic;
    font-weight: 700;
    color: #42C3D3;
    padding: 0.2em;
}
h1.petroheading{
    
    color:#583192;
        font-weight: 700;
}
.heading-action img {
    width: 100%;
}
.instruction {
    text-align: center;
    width: fit-content;
    color: #fff;
    padding: 2em;
    border-radius: 25px;
    margin: 0 auto;
    background: #583192;
}
.col-sm-12.instruction-box {
    margin-top: -10em;
}
.instruction_hover {
    color: #42C3D3;
    font-style: italic;
    font-weight: 700;
}
.middle-content {
    height: auto;
    margin: 0 auto;
   
}
.ad-section2{
    background-image: url("/img/we-care.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height:450px;
}
.ad-section3{
   
    background-size: cover;
    background-repeat: no-repeat;
    height:450px;
}

.left-section {
    padding: 35px 10% 0 6%;
    float: left;
    color: #fff;
    font-size: 2em;
    font-style: italic;
}
.right-section {
    padding: 42px 0 0 1px;
    float: left;
}


.osahan-menu-fotter {
    display: none;
}


.login-panel {
    display: none;
}

.copy-content {
    text-align: center;
}

.osahan-listing.px-3 {
    display: none;
}

.copyright {
    background: #794dbc;
    padding: 2em;
    color: #fff;
}
.copy-content p {
    text-align: center;
    color: #fff !important;
}

.fixed-bottom-padding .theme-switch-wrapper {
    bottom: 70px;
    display: none;
}
/* CSS for slider */

.sample-slider{
    width:100%;
}
.sample-slider img{
    width: 100%;
}
.swiper-slide{
	
	height:auto;
	
}
.slick-slide {
    height: auto; // ← that must not be ignored
  }
  .slick-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
  }

.headtitle {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 5rem;
    width: fit-content;
    text-align: -webkit-center;
    background: -webkit-linear-gradient(45deg, #583192, #42C3D3 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 5% 17% 72px 22%;
    line-height: 94%;
    margin: 0 auto;
    font-style: italic;
}
.headtitle-inner {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    width: fit-content;
    text-align: -webkit-center;
    background: -webkit-linear-gradient(45deg, #583192, #42C3D3 80%);
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    padding: 12% 17% 72px 22%;
    line-height: 94%;
    color: #42C3D3 !important;
    margin: 0 auto;
    font-style: italic;
}

/* Styling for Slider*/

.slidecontainer h1{
	text-align: center;
	font-style: italic;
	font-weight: 700;
	font-weight:1.5rem;
	background: -webkit-linear-gradient(45deg, #583192, #42C3D3 80%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
	widows: 100%;
}

.other-details {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 60px;
    font-size: 1.3em;
    font-weight:500;
    color: #343434;
    padding: 20px 40px;
    z-index: 4;
}
.slidecontainer{
	font-family: 'Poppins', sans-serif;
	height:400px;
	margin-bottom:50px;
	    padding: 32px 62px;
}
.slidecontainer img{
	width:100%;
	max-width: 100%;

    margin: 0 auto;
    display: block;
    padding-bottom: 88px;
    

}
.slide-button {
    color: #fff;
    width: fit-content;
    text-align: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
    background: #583192;
    padding: 10px 70px;
    border-radius: 20px;
}
a.slide-button:hover{ color:#42C2D2}

.slide-content{
	background:#dddddd;
	margin: 5px;
	padding: 2rem 2px;
	border-radius: 10px;
	height:350px;
}

/* CSS for content */

.buyfuel {
    padding: 42px 20px;
}
.buyfuel img{
	width:170px;
	padding: 10px;
	align-content: center;
	text-align: center;
	margin: 0 auto;
	
	vertical-align:middle;
}
.buyfuelcontent{
	width:100%;
	align-content: center;
	margin: 0 auto;
	text-align: center;
}
.downloadapp{
	align-content: center;
	text-align: center;
    width: 35%;
    
    margin: 0 auto;
}

/* -------------CSS for card -------------------------*/
.card-primary.card-outline {
    border-top: 0px solid #ffffff !important;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    background: #fff;
    border-radius: 22px 22px 0 0;
    padding: 1.25rem;
    /* margin-bottom: 2em; */
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    border: 1px;
    border: solid 1px #e7e7e7;
    border-color: #b5b5b5;
}
.input-group-append {
    margin-left: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.card {
    position: relative;
    display: flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1E82CC;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 2.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #fff;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
    color: #9a4cdf;
    font-weight: bold;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: 2.75rem 1.25rem;
    position: relative;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #fff;
}


/* -------------end CSS for card -------------------------*/
@media (max-width: 700px) {
    
          .pq-logo {
            padding: 21px 0px 0px 10px;
            height: 90px;
            vertical-align:middle;
        }
        .headtitle-inner {
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            font-size: 3rem;
            width: fit-content;
            text-align: -webkit-center;
            background: -webkit-linear-gradient(45deg, #583192, #42C3D3 80%);
            -webkit-background-clip: text;
           webkit-text-fill-color: transparent;
            padding: 200px 17% 72px 22%;
            line-height: 94%;
            color: #42C3D3 !important;
            margin: 0 auto;
            font-style: italic;
        }
        .buyfuel img {
    width: 170px;
    padding: 10px;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
        }
.other-details {
    text-align: center;
    left: 0;
    right: 0;
    bottom: 60px;
    font-size: 1em;
    font-weight: 500;
    color: #969696;
    padding: 9px;
    z-index: 4;
}
.headtitle {
    font-size: 3rem;
    width: fit-content;
    text-align: center;
   align-items: center;
   line-height: 1.5em !important;
   
    }
    .slide-content h1{
            font-size: 1.5rem;
    }
    .slide-button {
    color: #fff;
    /* width: fit-content; */
    text-align: center;
    align-items: center;
    display: flex;
    margin: 0 auto;
    background: #583192;
    padding: 10px 50px;
    border-radius: 20px;
}
    
}



