.aldrich-regular {
  font-family: "Aldrich", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.cms-page-view .main .col-main p{ color: #ffffff;}
.cms-page-view .main .col-main{ padding: 0px 20px 30px 20px }
.content-right{ width: 100%;}
.content-left{ display: none;}
.container{ max-width: 100%;}
.navbar-brand img{
    width: 180px;
    height: auto;
}
.app-container{
    width: 1920px;
    height: 125px;
}
a{ text-decoration: none;}

.first-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color:  #15213B;
    background-size: cover;
	padding:20px;
	
}
.main-heading{
    font-family: "Aldrich", sans-serif;
    font-size: 21px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 10px;
    
   
}

.otp-note{ margin-top: 20px; color: #ffffff;

}
.resend_otp_timer{ color:#ffffff;}
.cust-otp{ color:#008EFF;}
.cust-otp h2{color:#008EFF; text-transform: none; font-size: 20px;}
.main-heading2{
    font-family: "Roboto";
    color: #ffffff;
    font-weight:500;
    font-size: 22px;
    margin-top: 5px;
	text-align: left;
	text-decoration: underline;
}
.cms-page-view .std .unordered-images-container ul li{
	padding-bottom: 10px;
  line-height: 0px;
  font-size: 0px;
}
.unorederd-orders-items{
    width: 100%;
	padding: 0px;
    
}
.each-order-item{
    font-family: "Roboto";
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
	list-style-type: disc;
	text-align: left;
}

.each-order-item li:before {
	color:#fff;
	
}

.reviews-container{
    display: flex;
    align-items: center;
/*    justify-content: space-between;*/
    width: 100%;
   
  
}
.rate
{
    color:#008EFF;
    font-weight: 800;
    font-size: 30px;
}

.rate-heading{
    font-family: "Aldrich";
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
	
}
.rate-heading1{
   
	padding-left: 10px;
}
.form-container{
    border-radius: 10px;
    background-color:#ffffff;
    box-shadow: 0px 4px 4px 0px #bfbfbf;
   
}

.fill-form{font-weight: 700}

.form-heading {
    font-family: "Aldrich";
    color:#15213B;
    font-size: 36px;
    
  }
  .submit-button{
    width:136px ;
    height: 46px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 30px;
    font-family: "Poppins";
    font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px; 
  }

    .image {
        width: 100%;
        height: auto;
    
}
	.arrow-m{
		display:block;
		color:#152545; font-size:100px;
	}

@media (max-width:768px){
	.arrow-m{
		display:none;
		color:#152545; font-size:100px;
	}
		  
.first-container{
    width: 100%;
       margin-left: 12px; 
	
}
    .form-heading{
        font-size: 15px;
    }
    .main-heading{
        font-size: 20px;
    }
    .main-heading2{
        font-size: 18px;
    }
    .rate-heading{
        font-size: 15px;
    }
	.rate
{
    
    font-size: 25px;
}
	
	.item-heading{
		font-size: 21px;
	}
	
}

@media (max-width:420px){
	
	
}

.unordered-list{
    list-style-type: none;
    display: flex;
    align-items: center;
    
}
.each-list-item{
  font-family: "Montserrat";
  font-size: 16px;
  color: #f6f6f6;
  margin-right: 15px;
  font-weight: 500;
}
.checkbox-items{
    display: flex;
    align-items: center;
}
.checkbox-ele{
    width: 20px;
    height: 15px;
   
}
.each-checkbox-item{
    
    margin-right: 10px;

}

.label-ele{
    font-weight: 500;
    color: #000000;
    font-size: 15px;
}

.testmonials-container{
    margin-top: 20px;
}
.testmonial-heading{
    font-family: "Montserrat";
    font-weight: bold;
    color: #08152E;
    font-size: 32px;
    text-align: center;
}
.unordered-testmonial-cards{
    margin: 20px;
    display: flex;
    align-items: center;
    width: 100%;
    list-style-type: none;
}
.each-testmonial-item{
 display: flex;
 align-items: center;
 width: 35%;
 height: 200px;
 box-shadow: 0px 4px 16px 0px #bfbfbf;
 margin-right: 15px;
 padding: 5px;
 border-radius: 10px;
}
.testmonial-image-item{
    width: 100px;
    height: 100px;
}
.testmonial-para-item{
    font-family: "Montserrat";
    height: 73px;
    margin-left: 10px;
}
.testmonial-para-item1{
    font-family: "Montserrat";
    margin-left: 10px;
    font-size: 20px;
   
    
}
.testmonial-heading-item{
    font-family: "Montserrat";
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    margin-left: 10px;
}

.heading1{
    font-family: Poppins;
    color: #000000;
    text-align: center;
    margin:auto;
    font-size: 30px;
}

@media (max-width:768px) {
    .heading1{
        font-size: 15px;
    }
    .checkbox-ele{
        width: 17px;
        height: 17px;
        margin-top: 10px;
       
    }
    .label-ele{
        font-size: 12px;
        margin-top: 10px;
    }
}
.unordered-images-container{
    list-style-type: none;
    flex-shrink: 0;
    display: flex;
    align-items: center;
   
}
.special-image{
    width:80%;
    height: auto;
    margin-right: 10px;
}
.special-image-steel{
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 10px;
    padding: 20px;
}
.cust-contact{ margin: 20px;}

.item-heading{
    font-weight: bold;
    color: #152545;
    font-family: "Roboto";
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
}
.all-items-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    background-color: #f6f6f6;
   
}
.special-steel-items{
  display: flex;
  justify-content: space-between;
  
}
.unordered-construction-item{
   padding-left: 5px;
   margin-left: 0px;
  

}


/*.each-construction-list{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}*/

.each-construction-list {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    /* margin-left: 30px; */
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 24px;
   
    
}

.unordered-heading-item{
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
}
.footer-container{
    background-color: #15213B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.brands-container{
     background-color: #15213B;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.contact-info{
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    
}
.each-unordered-construction-item{
    font-size: 18px;
    font-family: "Roboto";
    list-style: disc;
}

.ss-ml{
    margin-left: 35%;
}

@media (max-width:567px) {
    .ss-ml{
    margin-left: 0px;
}

.special-image-steel {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 10px;
}
    .contact-info{
        font-size: 15px;
    }
   /* .unordered-heading-item{
        font-size: 10px;
        
    }*/
    .each-unordered-construction-item{
        font-size: 14px;
    }
}


.each-unoredered-footer-container{
   
    list-style: none;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  
    
}

.each-footer-item{
  
   color: #FFFFFF;
   
   
}
.youtube{
    width: auto;
    height: 40px;
}

.f-moblie{
	font-size: 20px;
	color:#008EFF;
	text-transform: none;
}


.total-products{
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}
.card-text{
	  height: 80px;
    max-height: 100px;
}
.ol, ul{ padding-left: 0}
@media(max-width:568px){
			  
.first-container{
    width: 100%;
       margin-left: 12px; 
	
}
    .total-products{
        font-size: 18px;
    }

        .youtube{
        width: auto;
        height: 20px;
    }
    .logo-vizag{
width: 120px;
 height:auto;
 padding: 25px;
 margin-right: 20px;
}
	.unordered-heading-item{
		text-align: center;
	}
	
	.card-text {
    height: auto;
}

	
.f-moblie{
	font-size: 14px;
}

	.text-mc{
		font-size:10px;
		font-weight: 600;
	}


}


	.text-mc{
		font-size:20px;
		font-weight: 600;
	}


.logo-image1{
 width: 100%;
 height:auto;
 padding: 25px;
 margin-right: 20px;
}

.logo-vizag{
width: 120px;
 height:auto;
 padding: 25px;
 margin-right: 20px;
}



.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
  }
  .carousel-inner {
    padding: 1em;
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
	  
  }
  @media screen and (max-width: 900px) {
	  
	 .cms-page-view .main .col-main{padding: 0px 0px;}
	.cms-page-view .std ul li{ line-height: 10px; margin-left: 20px;}
	.cms-page-view .std ul{ padding:0px}
	.cms-page-view .main .col-main p {}
    .form-heading{
        font-size: 15px;
    }
	  
.first-container{
    width: 100%;
       margin-left: 0px;
	    padding: 10px;
	
}
    .main-heading{
        font-size: 18px;
    }
    .main-heading2{
        font-size: 18px;
    }
    .rate-heading{
        font-size: 15px;
    }
	.rate
{
    
    font-size: 25px;
}
	
	.item-heading{
		font-size: 21px;
	}
  
.logo-vizag{
    width: 120px;
}
	  	.text-mc{
		font-size:10px;
		font-weight: 600;
	}

	  	
	.card-text {
    height: auto;
}


    .carousel-item {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
	   .carousel .card {
    margin: 0 0.5em;
    border: 0;
	  height: auto;
	  
  }
  
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
	  height: auto;
	  
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: grey;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
  

  ::marker {
   color: #fff;
   font-size: 20px;
}
