/*!
 Copyright @2020 PageRaja 
 Author : The PageRaja Developing Team
 Team Leader : Suhasini Mishra
 Date : 10/10/2020 - 31/10/2020
 Template : Red Xpress
 */

/* ---------------------------------------------
Table of contents
------------------------------------------------
1. body section
2. Loader Section
3. home card section
4. about us section
5. Products section
6. Payments Section
7. Gallery Section
8. Video Section
9. Feedback Section
10. Enquiry Section
11.Footer Section


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


/* 

---------------------------------------------
body section
--------------------------------------------- */

body	
{
	
	
	font-family: 'Roboto', sans-serif;
	background-attachment: fixed;
	background-size: cover;
  text-decoration: none;
  background-image: url(../images/bg-new.jpg);
  background-repeat: no-repeat;


}

/* 

---------------------------------------------
Loader section
--------------------------------------------- */

#loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  opacity: 0.99;
  /*background-color: #595959;*/
  z-index: 99;
  text-align: center;
  bottom:0;
  right:0;
  margin:auto;
  overflow:hidden;
}

.loader-icon {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  border-left: 16px solid pink;
  width: 120px;
  height: 120px;
  background-image:url(https://pageraja.com/user/images/Pageraja-black-png.png);
  background-size:100px 100px;
  background-repeat:no-repeat;
  background-position: center;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.area{
    background: #34495E;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
/*===End For Loader---*/



/* 

---------------------------------------------
home card section
--------------------------------------------- */
.home-card-details
{
	background-image: url("../images/Transparent-bg.png");
	background-size: cover;
	box-shadow: 1px 2px 15px 6px #48484833;
	text-align: center;
	color: black;
	font-family: sans-serif;
	position: relative;
	top: 10px;
	background-color: white;
	margin-bottom: 10px;
	border:1px solid black;
	overflow:hidden;
  max-width: 450px;
  margin: 0 auto;
 	
}


.rectangle
{
    width: 320%;
    height: 640px;
    background: rgb(60, 58, 58  );
    transform: rotate(-58deg);
    position: relative;
    top: -690px;
    left: -86%;
	

 }

 .rectangle-red
{
   	width: 500%;
    height: 800px;
    background: rgb(226,18,29);
    transform: rotate(-50deg);
    position: absolute;
    top: -172%;
    left: -102%;
    overflow: hidden;
   

 }

  .triangle-right 
  {
    width: 0;
    height: 0;
    border-top: 465px solid transparent;
    border-left: 40px solid #151313;
    border-bottom: 79px solid transparent;
    transform: rotate(-135deg);
    position: absolute;
    top: -133px;
    left: 107%;
   
   }

   

  

.shadow-triangle
{

	  border-right: 30px solid transparent;
    border-top: 121px solid rgb(128,0,0);
    position: absolute;
   	top: 694px;
    left: 32px;
    transform: rotate(33deg);

}

.header-image
{
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;

}

.footer-img-home
{
    background-image: url(../images/footer-img.png);
    height: 120px;
    width: 100%;
    padding-bottom: 0px;
    /* margin-bottom: 20px; */
    padding-top: 10px;
    background-size: cover;
    position: absolute;
    bottom: 0px;
}

.logo
{
	  position: relative;
    top: -340px;
    max-width: 70%;
}



.logo img
{
	
	border-radius: 80px;
	height: 80px;
	width: 80px;
  padding-bottom: 10px;
}

.left-shape
{
      border-radius: 25px;
      background: rgb(226,18,29);
      padding: 20px;
      width: 200px;
      height: 15px;
      position: relative;
      top: -60px;
      left: -160px;
}

.right-shape
{
      border-radius: 25px;
      background: rgb(226,18,29);
      padding: 20px;
      width: 200px;
      height: 15px;
      position: relative;
      top: -100px;
      float: right;
      right: -160px;
}

.personName h3
{
     font-size: 22px;
     font-weight: bold;
     text-transform: uppercase;
}


.designation h1
{
     font-size: 16px;
     text-transform: uppercase;
     font-weight: 600;
}

.heading
{
    position: relative;
    top: -136px;
    left: 20%;
    justify-content: center;
    width: 70%;
   
}

.phone-icon-link
{
  height: 30px;
  width: 30px;
  background-color:  rgb(226,18,29);
}

.contact-con
{
  position: relative;
  top: -104px;
  
  width: 100%;
 
}

.contact-row-link
{
  padding-bottom: 5px;
}

.whatsapp-input-type input
{
  width: 100%;
 
  padding: 10px;
  font-size: 13px;



}

.whatsapp-input-type
{
  
  width: 60%;
  
  margin-left: 3px;
  
}

.whatsapp-input-icon
{
  
  background-color: #51B14D;
  width: 40%;
  padding: 8px;
  font-size: 13px;
  color: white;
  text-align: center;
  
  
}

.whatsapp-input-icon i
{
  padding-right: 5px;
}



.whatsapp-input-row
{
  display: flex;
  text-align: left;
  position: relative;
  top: -60px;
  padding: 25px;
  
}



.contact-shadow-button
{
  
  display: flex;
  margin: -5px;
  
  
}

.contact-row
{
  padding: 25px;
  position: relative;
  top: -60px;
}



.shadow-button-link
{
  color: black;
  text-decoration: none;
  font-size: 13px;
  flex: 1;
  border-bottom: 6px solid rgb(60, 58, 58  );
  background-color: rgb(226,18,29);
  padding: 10px 20px;
  margin: 5px;
  display: inline-block;
  border-radius: 8px;
  font-weight: bold;

}

.download-icon
{
  padding: 7px;
}


.social-icon
{
  position: relative;
  top: -110px;
  align-items: center;

 
}

.social-icon-link
{
  padding-right: 5px;
}


/*

---------------------------------------------
About Us section
--------------------------------------------- */

.comman-header-img
{
    background-image: url(../images/comman-header.png);
    height: 200px;
    width: 100%;
    padding-bottom: 0px;
    /* margin-bottom: 20px; */
    padding-top: 10px;
    background-size: cover;
    position: absolute;
    
}

.footer-img
{
    background-image: url(../images/footer-img.png);
    height: 120px;
    width: 100%;
    padding-bottom: 0px;
    /* margin-bottom: 20px; */
    padding-top: 10px;
    background-size: cover;
    position: relative;
   
}

.p-20
{
  padding: 20px;
}

.p-10
{
  padding: 10px;
}

.main-card-2-details
{
  box-shadow: 1px 2px 15px 6px #48484833;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 450px;
  margin: 0 auto;
  min-height: 100%;

}

.card-heading
{
  
  padding-top: 205px;
  color: blue;
  font-style: bold;
  font-size: 26px;

}

}

.pdf i
{
  padding-left: 30px;
  flex: 1px;

}

.copywrite-sec-about
{
    padding: 5px;
    background: rgb(226,18,29);
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align:center;
    position: relative;
    
    
   

}
.copywrite-sec-about a
{
    text-decoration:none;
    color:white;
}


/* 

---------------------------------------------
Products section
--------------------------------------------- */

.main-card-3-details
{
  box-shadow: 1px 2px 15px 6px #48484833;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 450px;
  margin: 0 auto;


}

.copywrite-sec-product
{
    padding: 5px;
    background: rgb(226,18,29);
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align:center;
    position: relative;
    bottom: 50px;
    
    
   

}
.copywrite-sec-product a
{
    text-decoration:none;
    color:white;
}


.footer-img-product
{
    background-image: url(../images/footer-img.png);
    height: 120px;
    width: 100%;
    padding-bottom: 0px;
    /* margin-bottom: 20px; */
    padding-top: 10px;
    background-size: cover;
    position: relative;
   
}

.product-details
{
  
  box-shadow: 1px 2px 15px 6px #48484833;
  text-align: center;
  color: black;
  font-family: sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  top: 10px;
  background-repeat: no-repeat;
  background-color: white;
  margin-top: -100px;
 
}

/*.product-details p
{
  padding-bottom: 15px;
  padding-top: 10px;
}*/

.card1
{
  
  
    text-align: left;
    padding: 30px;
    max-width: 100%;
    padding-bottom: 70px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    
   

}

.card1 img
{
  height: 200px;
  width: 350px;
  padding:20px;


}

.enquery-link
{
  float: center;
  border :2px solid white;
  text-decoration: none;
  padding: 9px;
  color:white;
  background: rgb(226,18,29);
  font-size: 17px;
  
  

}


/* 

---------------------------------------------
Payments Section
--------------------------------------------- */  
.main-card-4-details
{
  box-shadow: 1px 2px 15px 6px #48484833;
  background-color: #F4F4F4;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 450px;
  margin: 0 auto;

}

.footer-img-payment
{
    background-image: url(../images/footer-img.png);
    height: 120px;
    width: 100%;
    padding-bottom: 0px;
    /* margin-bottom: 20px;*/
    padding-top: 10px;
    background-size: cover;
    position: relative;
   
}

.copywrite-sec-payment
{
    padding: 5px;
     background: rgb(226,18,29);
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align:center;
    position: relative;
    bottom: 30px;
    
    
   

}
.copywrite-sec-payment a
{
    text-decoration:none;
    color:white;
}


/* 

---------------------------------------------
Gallery Section
--------------------------------------------- */  
.main-card-5-details
{
  box-shadow: 1px 2px 15px 6px #48484833;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 450px;
  margin: 0 auto;

}

.footer-img-gallery
{
    background-image: url(../images/footer-img.png);
    height: 120px;
    width: 100%;
    padding-bottom: 0px;
    /* margin-bottom: 20px;*/
    padding-top: 10px;
    background-size: cover;
    position: relative;
   
}

.copywrite-sec-gallery
{
    padding: 5px;
    background: rgb(226,18,29);
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align:center;
    position: relative;
    bottom: 40px;
    
    
   

}
.copywrite-sec-gallery a
{
    text-decoration:none;
    color:white;
}


/* 

---------------------------------------------
Video Section
--------------------------------------------- */ 


.main-card-6-details
{
  box-shadow: 1px 2px 15px 6px #48484833;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  max-width: 450px;
  margin: 0 auto;

}

.footer-img-video
{
    background-image: url(../images/footer-img.png);
    height: 120px;
    width: 100%;
    padding-bottom: 0px;
    /* margin-bottom: 20px;*/
    padding-top: 10px;
    background-size: cover;
    position: relative;
   
}

.copywrite-sec-video
{
    padding: 5px;
    background: rgb(226,18,29);
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align:center;
    position: relative;
    bottom: 40px;
    
    
   

}
.copywrite-sec-video a
{
    text-decoration:none;
    color:white;
}


.video-gallery
{
    text-align: left;
    padding: 10px;
    margin: 10px;
    max-width: 100%;
    padding-bottom: 60px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset; 
}


/* 

---------------------------------------------
Feedback Section
--------------------------------------------- */ 

.main-card-7-details
{
  box-shadow: 1px 2px 15px 6px #48484833;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
}

.footer-img-feedback
{
    background-image: url(../images/footer-img.png);
    height: 120px;
    width: 100%;
    padding-bottom: 0px;
    /* margin-bottom: 20px;*/
    padding-top: 10px;
    background-size: cover;
    position: relative;
   
}

.copywrite-sec-feedback
{
    padding: 5px;
    background: rgb(226,18,29);
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align:center;
    position: relative;
    bottom: 40px;
    
    
   

}
.copywrite-sec-feedback a
{
    text-decoration:none;
    color:white;
}

.Feedback-section-list
{
  text-align: left;
  line-height: 22px;
    font-size: 14px;
}
.user-rating-heading {
  font-size: 25px;
  margin-right: 25px;
}

.fa {
  font-size: 20px;
}

.checked {
  color: orange;
}

/* Three column layout */


.side {
  float: left;
  width: 15%;
  margin-top:10px;
  padding-left: 10px;
}

.middle {
  margin-top:10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right-feedback {
  text-align: right;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {width: 60%; height: 18px; background-color: #4CAF50;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right-feedback {
    display: none;
  }
}
 .feedback-name-section {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.feedback-list .feedback-section .feedback-giver-name {
    color: #0085C4;
    font-size: 15px;
    font-weight: 500;
}
/*.gl-star-rating-stars {
    position: relative;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    cursor: pointer;
}

.gl-star-rating-stars>span {
    width: 18px;
    height: 18px;
    background-size: 18px;
}

#feedback-section hr {
    border-color: rgba(0, 0, 0, 0.12);
    border-width: 0.5px;
}*/
/* Feedback form CSS styling */
.feedback-form input[type=text],select,textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}

.feedback-form-section
{
    text-align: left;
    padding: 10px;
    margin: 10px;
    max-width: 100%;
    padding-bottom: 60px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;     
}

.feedback-form input[type=button] {
    background-color:rgba(255, 75, 92,0.83);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
}

.feedback-form input[type=button]:disabled {
    opacity: 0.3;
}

.feedback-form .feedback-phoneNumber {
    flex: 1;
    margin-right: 5px;
}

.feedback-form .feedback-email {
    flex: 1;
    margin-left: 5px;
}

.feedback-list .feedback-section {
}

.feedback-list .feedback-section .feedback-name-section {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.feedback-list .feedback-section .feedback-giver-name {
    color: #0085C4;
    font-size: 15px;
    font-weight: 500;
}

.feedback-list .feedback-section .gl-star-rating-stars > span {
    width: 18px;
    height: 18px;
    background-size: 18px;
}

#feedback-section hr {
    border-color: rgba(0, 0, 0, 0.12);
    border-width: 0.5px;
}

.feedback-form {
    margin-bottom: 0;
    padding: 15px;
}

.feedback-form .feedback-form-title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
    border-color: threedface;
    border-image: initial;
}


.button-submit {
  display: inline-block;
  border-radius: 4px;
  background: rgb(226,18,29);
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 12px;
  width: 160px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button-submit span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-submit span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-submit:hover span {
  padding-right: 25px;
}

.button-submit:hover span:after {
  opacity: 1;
  right: 0;
}



/* 

---------------------------------------------
Enquiry  Section
--------------------------------------------- */ 

.main-card-8-details
{
  box-shadow: 1px 2px 15px 6px #48484833;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
}

.footer-img-enquiry
{
    background-image: url(../images/footer-img.png);
    height: 120px;
    width: 100%;
    padding-bottom: 0px;
    /* margin-bottom: 20px;*/
    padding-top: 10px;
    background-size: cover;
    position: relative;
   
}

.copywrite-sec-enquiry
{
    padding: 5px;
     background: rgb(226,18,29);
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align:center;
    position: relative;
    bottom: 40px;
    
    
   

}
.copywrite-sec-enquiry a
{
    text-decoration:none;
    color:white;
}
 
.enquiry-section
{
    text-align: left;
    padding: 10px;
    margin: 10px;
    max-width: 100%;
    padding-bottom: 60px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;     
}

.enquiry-form-section input[type=text],select,textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}

.enquiry-form-section input[type=button] {
    background-color: rgba(255, 75, 92,0.83);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
}

.enquiry-form-section input[type=button]:disabled {
    opacity: 0.3;
}

.enquiry-form-section .enquiry-phoneNumber {
    flex: 1;
    margin-right: 5px;
}

.enquiry-form-section .enquiry-email {
    flex: 1;
    margin-left: 5px;
}

/* 

---------------------------------------------
Footer  Section
--------------------------------------------- */  
.copywrite-sec
{
    padding: 5px;
    background: rgb(226,18,29);
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -22px;
    color: white;
    font-weight: bold;
    width: 100%;
    text-align:center;
    
   

}
.copywrite-sec a
{
    text-decoration:none;
    color:white;
}

/* 

---------------------------------------------
Special Card  Section
--------------------------------------------- */ 

.main-card-9-details
{
  box-shadow: 1px 2px 15px 6px #48484833;
  background-color: white;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  text-align: left;
  max-width: 450px;
  margin: 0 auto;
}



/* media query for user profile and product sevices section start*/
@media only screen and (max-width: 450px) {
  
  .product-details
  {
    
  padding-left: 25px;
  padding-right: 28px;
 
  }

  .card1 img
  {
    /*width: 268px;*/
  }
  
  .whatsapp-input-type input
  {
    padding: 16px; /* modified date:- 6/10/2020*/
  }

  
}

@media only screen and (max-width: 430px) {
  
  .product-details
  {
    
  
  
  align-items: center;
  

  }

  .card1 img
  {
    width: 100%;
  }
  
  

  
}

@media only screen and (max-width: 390px) {
  
  .header-image
  {
    height: 320px;
  }
  .logo
  {
    top:-290px;
  }
  
}


/* media query for user profile and product sevices section end*/

/* media query for product sevices section start*/
@media only screen and (max-width: 330px) {
  
  .card1 img
  {
    width: 100%;
  }

  
 
}
/* media query for product sevices section end*/

      

