/* Colors */
:root {
    --primary: #16b0d2;
    --secondary: #ffffff;
    --ternary: #363839;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
}
body {
    font-family: "Inter", sans-serif;
    -webkit-font-smooothing: antialiased;
}

/* Utility Classes */
.field-form {
    border: 1px solid #ccc;
    height: 40px;
    outline: none;
}
.btn1 {
    text-decoration: none;
    background: var(--secondary);
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    padding: 1.3rem 3.5rem;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 20%;
}
.btn2 {
    text-decoration: none;
    background: var(--primary);
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    padding: 1.3rem 3.5rem;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.l-text {
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    color: var(--primary);
    text-transform: capitalize;
}
.l-text_1 {
    color: var(--ternary);
    font-weight: 600;
    font-size: 20px;
    /* color: var(--primary); */
    text-transform: capitalize;
}
.bf-text {
    font-size: 14px;
    font-weight: 500;
    color: var(--ternary);
    text-align: center;
}
.b-heading {
    color: var(--secondary);
    text-transform: uppercase;
   
    
    text-align: center;
    z-index: 100;
    letter-spacing: 2.5px;
    
    
        font-weight: 500;
        font-family: "Inter", sans-serif;
        font-size: 38px;
        margin-top: 0;
            margin-bottom: 0;
}
.p-text {
    
    
    color: var(--secondary);
    text-align: center;
    
        font-weight: 400;
        font-family: "Inter", sans-serif;
        font-size: 24px;
            margin-top: 0;
            margin-bottom: 0;
           padding-bottom: 1.5rem!important;
            
}
.s-heading {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    z-index: 100;
    letter-spacing: 2.5px;
    font-weight: 400;
}
.s-text {
    font-size: 20px;
    font-weight: 400;
    color: var(--ternary);
    text-align: center;
}
.c-heading {
    color: var(--ternary);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    z-index: 100;
    letter-spacing: 1px;
}
.p-heading {
    color: var(--secondary);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 34px;
    text-align: center;
    z-index: 100;
    letter-spacing: 2.5px;
}
.p-text {
    font-size: 18px;
    font-weight: 400;
    color: var(--secondary);
    text-align: center;
}
.error-heading{
	color: var(--ternary);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    z-index: 100;
    letter-spacing: 1px;
}
/* BRICK HOME */
section.brick-home {
    background: #5eb6c4;
}

.brick-img {
	border: none;
	height: 100%;
	width: 97.2%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	border-radius: 4px;
	overflow: hidden;
}
#overlay {
    display: inline-table;
    width: 100%;
    height: 100%;
}
section.cert-pg .social-icon .icons a {
    text-decoration: none;
    color: #ffffff;
    background: var(--primary);
    padding: 10px 14px;
    border-radius: 2px;
    font-size: 20px;
}

section.logo-main .logo-img a img {
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    height: auto;
    width:auto;
}
section.logo-main {
    background: #d3d5d4;
}
section.search-brick_1 .pop-bar, section.brick-home .pop-bar{
    border: 1px solid var(--primary);
    border-radius: 10px;
}
section.search-brick_1 .pop-bar img,  section.brick-home .pop-bar img{
    height: 120px;
    width: 180px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.pop-head {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    text-align: center;
}
.b-text {
    text-align: center;
    margin: 0 auto;
    display: block;
    color: red;
    font-size: 18px;
}
.pop-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--ternary);
    text-align: center;
}
/*-------*/

/* Search Brick */
section.search-brick {
    background: #e7f7fb;
    height: 280px;
}

section.search-brick .search-center {
    margin: 0 auto;
}
section.search-brick .search-bar {
    position: relative;
    top: 35%;
}
section.search-brick .search {
    position: relative;
    box-shadow: 0 0 0px rgba(51, 51, 51, 0.1);
}
section.search-brick .search input {
    height: 60px;
    text-indent: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
section.search-brick .search input:focus {
    box-shadow: none;
    /* border: 2px solid blue; */
    border: 2px solid #16b0d2;
}
section.search-brick .search .fa-search {
    position: absolute;
    top: 20px;
    left: 16px;
}
section.search-brick .search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 50px;
    width: 110px;
    background: var(--primary);
    border: none;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/*------*/

section.search-brick_1 {
    background: #e7f7fb;
    height: 350px;
}
section.error-pg {
	width: 40%;
	margin: 80px auto;
}
section.error-pg .error-found .c-icon{
	margin: 50px auto;
	color: var(--secondary);
	border-radius: 6rem;
	height: 160px;
	width: 160px;
	text-decoration: none;
	font-size: 7rem;
	padding-top: 1.3rem;
}
section.error-pg .error-found .s-icon{
	margin: 50px auto;
	color: var(--primary);
	text-decoration: none;
	font-size: 12rem;
}
section.success-pg {
    width: 40%;
	margin: 80px auto;;
}

.btn4 {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    background: var(--primary);
    padding: 1rem 2rem;
    color: var(--secondary);
    margin: 2rem 0;
    border-radius: 8px;
    letter-spacing: 1px;
}
.btn4:hover {
    background: var(--secondary);
    color: var(--primary);
    border: 1px solid var(--primary);
    transition: all 0.4s ease;
}
/* Brick counter */

section.counter-brick {
	background: #f6f6f6;
	padding: 60px 0px;
}
section.counter-brick .counter .counter-img img {
    margin: 0 auto;
    display: block;
    height: 250px;
    width: 250px;
}
section.counter-brick .counter .counter-heading span {
    font-weight: 800;
    color: var(--primary);
}

.counter-brick .counter-heading{
    margin: 25px 0;
}

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

/* Price Brick */

section.price-brick {
	/* background: var(--primary); */
	height: auto;
	padding: 60px 0;
}
section.price-brick .price-bar .price span {
    color: var(--secondary);
    font-weight: 700;
    font-size: 8rem;
    margin: 0 auto;
    display: block;
    text-align: center;
}
section.price-brick .price-bar .price span sup {
    color: var(--secondary);
    font-weight: 700;
    font-size: 5rem;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
/*-------*/

/* Form Page */
section.brick-form .form-check .radio-btn label {
    font-size: 16px;
    color: var(--ternary);
    font-weight: 500;
    text-transform: capitalize;
}
.form-check-input:checked {
    background-color: var(--primary) !important;
    border-color: #fff !important;
}

footer {
    height: auto;
    padding: 40px 0;
}
footer .footer-text h5 {
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	color: var(--secondary);
	margin-bottom: 0;
}

img.sold {
  background-color: blue;
  opacity: 0.4;
}
img.nsold {
  background-color: white;
  opacity: 0.3;
}
/* Certificate */
section.brick-cert .top-main {
    background: var(--primary);
    padding: 0.7rem 2rem;
    height: 80px;                            /* Changed This */
    width: 100%;
}
section.brick-cert .card {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
    height: 750px;
    border: 1px solid #ccc;
    margin-top: 2rem;
}
section.brick-cert .top-main p {
    margin-bottom: 0.5rem;
}
section.brick-cert .top-main img {
    margin: 0 auto;
    display: block;
    height: 80px;                            /* Changed This */
    width: 150px;
}
section.brick-cert .card .text-cert h2 {
    font-family: "Inter", sans-serif;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-size: 4.5rem;
    font-weight: 500;
    color: var(--primary);
    margin-top: 6.5rem;
}
section.brick-cert .card .text-cert span {
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    color: var(--primary);
    text-align: right;
    margin: 0 auto;
    display: block;
    width: 64%;
}
section.brick-cert .card .cert-name {
    margin: 1.5rem 0;
}
section.brick-cert .card .cert-name span {
    font-size: 24px;
    font-weight: 600;
    color: var(--ternary);
    text-transform: uppercase;
}
section.brick-cert .card .cert-name h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--ternary);
    text-transform: uppercase;
}
section.brick-cert .card .cert-name .brick-number span {
    color: red;
    font-size: 20px;
    font-weight: 700;
}
section.brick-cert .card .cert-foot {
    /* height: 144px;  */
    height: 190px;
    width: 100%;
    background: #f6f6f6;
}
section.brick-cert .card .cert-foot img {
    height: 150px;
    width: 150px;
    float: left;
    margin-left: 1.5rem;
}
section.brick-cert .card .cert-foot p {
    float: right;
    margin-top: 2.9rem;
    text-align: left;
    margin-right: 1rem;
    width: 68%;
    font-size: 16px;
    color: var(--ternary);
    font-weight: 500;
}

.j-text {
    text-align: center;
    margin: 1rem auto;
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 60%;
}
.b-text {
    font-size: 20px;
    font-weight: 500;
    color: var(--secondary);
    text-align: center;
}
.b-cert {
    color: var(--secondary);
    text-transform: uppercase;
    font-weight: 800;
    font-size: 34px;
    text-align: center;
    z-index: 100;
    letter-spacing: 1px;
}
.btn3 {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    color: var(--secondary);
    margin: 2rem 0;
    border-radius: 4px;
    letter-spacing: 1px;
}
.btn3:hover{
	color: var(--secondary);
}

section.brick-form .radio-btn .span_btn {
	width: 100%;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
section.brick-form .radio-btn .span_btn .span_btn_1 {
    width: 39px;
}

section.brick-form .radio-btn .span_btn input {
	width: 10%;
	height: 38px;
	text-align: center;
	padding: 10px 20px;
	margin: 0 20px;
}
.btn-check:focus + .btn, .btn:focus {
	outline: 0;
	box-shadow: none !important;
}
.brick-form .radio-btn .row{
    row-gap: 20px;
}

/* Create two equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: 50px; /* Should be removed. Only for demonstration */
}

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


section.brick-home .main .brick-img .img_brick_change{
    border: 1px solid #adacac;
    /* height: 26.6px; */
    height: 25.96px;
    /* width: 24.85px; */
    width: 25.96px;
}
@supports(-moz-apperance:none) {
	/*section.brick-home .main .brick-img .img_brick_change
  	{
		display: table-header-group;
	 }*/
}
.cert-progress .container11 {
    padding: 15px;
}

.circular-progress {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto;
}
/* .circular-progress:before {
    content: "";
    position: absolute;
    height: 84%;
    width: 84%;
    /* background-color: #ffffff; 
    border-radius: 50%;
} */
.value-container {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 50px;
    color: #231c3d;
}

.cert-progress_pdf .container_pdf {
    /* padding: 15px; */
}
.circular-progress_pdf {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    left: 40%;
}
.circular-progress_pdf:before {
    content: "";
    position: absolute;
    height: 84%;
    width: 84%;
    /* background-color: #ffffff; */
    border-radius: 50%;
}
.value-container_pdf {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 30px;
    color: #231c3d;
}

section.brick-cert .card .cert-foot .certicate {
    float: right;
    margin-top: 2.9rem;
    text-align: left;
    margin-right: 1rem;
    width: 100%;
    font-size: 19px;
    color: var(--ternary);
    font-weight: 500;
    position: relative;
    left: -15%;
    top: 16px;
}

.b-text1 {
    text-align: center;
    margin: 0 auto;
    display: block;
    color: #16b0d2;
    font-size: 18px;
}
.brick_section {
    height: 300px;
    position: absolute;

    border: 1px solid var(--primary);
    border-radius: 10px;

    background-color: #fff !important;
}
.brick_section .brick_section_div {
}

.brick_section .brick_section_div .brick_text_1 {
}

.brick_section .brick_section_div img {
    height: 120px;
    width: 180px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.brick_section .brick_section_div .brick_pop_head {
}

/* Certificate */
section.cert-pg {
        margin-top: 30px;
        margin-bottom: 30px;
}
section.cert-pg .cert-name img {
    width: 200px;
    height: 200px;
    margin: 1rem auto;
    display: block;
}
section.cert-pg .cert-name span {
    text-align: center;
    margin: 0.5rem auto;
    display: block;
    color: var(--ternary);
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
}
section.cert-pg .cert-name h3 {
    color: var(--ternary);
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
section.cert-pg .cert-name .brick-number p {
    font-family: "Inter", sans-serif;
    color: var(--ternary);
    font-weight: 400;
    font-size: 22px;
    width: 70%;
    margin: 0 auto;
    display: block;
    letter-spacing: 3px;
    line-height: 53px;
    /* filter: drop-shadow(9.899px 9.899px 4.5px rgba(0, 0, 0, 0.26)); */
}
section.cert-pg .cert-name .brick-number span {
    line-height: 76px;
    color: #010000;
    font-weight: 600;
    font-size: 30px;
}
.j-text {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 43px;
    color: #16b0d2;
}
.btn5 {
    text-decoration: none;
    text-align: right;
    margin: 3.5rem auto;
    display: block;
    background: #f6f6f6;
    padding: 0.8rem 2rem;
    float: right;
    color: var(--ternary);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}
.btn5:hover {
    background: var(--primary);
    color: var(--secondary);
    transition: all 0.4s ease;
}
.btn6 {
    text-decoration: none;
    text-align: right;
    margin: 3.5rem auto;
    display: block;
    background: var(--primary);
    padding: 0.8rem 2rem;
    float: left;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}
.btn6:hover {
    background: #f6f6f6;
    color: var(--primary);
    transition: all 0.4s ease;
}
.cert-heading {
    color: var(--ternary);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    z-index: 100;
    letter-spacing: 1px;
    line-height: 50px;
    letter-spacing: 1px;
}

.cert-text {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    color: var(--ternary);
    text-align: center;
    line-height: 0.5;
    letter-spacing: 1px;
    letter-spacing: 1px;
}

.text {
    font-size: 18px;
    font-weight: 600;
    color: var(--ternary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

section.cert-pg .social-icon .share-icon {
    width: 37%;
}
section.cert-pg .social-icon .icons {
    width: 26%;
}
section.cert-pg .social-icon .share-icon a {
    float: right;
    text-decoration: none;
    color: #ccc;
    border: 1px solid #f6f6f6;
    padding: 10px 14px;
    border-radius: 2px;
    font-size: 16px;
}

section section.search-brick_1 .pop-bar {
    border: 1px solid var(--primary);
    border-radius: 60px;
}
section.search-brick_1 .pop-bar img {
    height: 200px;
    width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
}
.pop-head {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary);
    text-align: center;
}
.b-text {
    text-align: center;
    margin: 0 auto;
    display: block;
    color: red;
    font-size: 18px;
}
.pop-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--ternary);
    text-align: center;
}


#brick_popup_chnage{

    display: none;
    z-index: 9999999999999;
    position: absolute;
}

.btn1:hover{
    color: #000000;
}

.brick-video > video
{
    height: 10%;
    border: none; 
    width: 1080px;
    margin: 0 auto;
    display: block;

}

.brick-video > span {
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    color: black;
    font-weight: 300;
    margin-top: 10px;
}
.btn10{
   
    position: absolute;
    
    top: 200px;
    left: 460px;

    text-decoration: none;
    text-align: right;
    margin: 3.5rem auto;
    display: block;
    background: var(--primary);
    padding: 0.8rem 2rem;
    float: left;
    color: var(--secondary);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
}

.btn10:hover{
    color: #000000;
}

.google_pay_image{
 	 width: 23%;
    border-radius: 4px;
    margin: 0 auto;
    display: block;
    margin-bottom: -20px;
}
img.google_pay_image.active {
    display: none;
}
.txt_google_apple_pay.active {
display:none;
}
/* ====Indrani Naskar 28/02/2024 css starts here===== */
/*===== Home page design starts here===== */
.brick-home .brick-video{
    padding-top: 40px;
}
.brick-img {
	width: 100%;
	border-radius: 15px;
}
.brick-video iframe {
	border-radius: 20px;
}
.brick-video .btn10 {
	bottom: 18%;
	top: inherit;
}
/* -----other project design starts here----- */
.other-project {
	background: #dadada;
}
.other-project .cart-wrap {
	display: flex;
	flex-wrap: wrap;
	column-gap: 80px;
	justify-content: space-between;
	align-items: center;
}
.other-project .cart-wrap .right-part {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	justify-content: space-between;
}
.other-project .cart-wrap .right-part-wrap {
	position: relative;
	z-index: 9;
	width: 71%;
	padding-left: 80px;
	padding-right: 22px;
}
.other-project{
    position: relative;
}
.other-project::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 64%;
	height: 100%;
	background: #e5e5e5;
	z-index: 1;
}
.other-project .cart {
	border-radius: 10px;
	/* padding: 75px 0; */
}
.other-project .right-part-wrap,
.other-project .left-part {
	padding-top: 75px;
    padding-bottom: 75px;
}
.other-project .cart-header {
	background: #5ac9e1;
	padding: 20px;
	border-radius: 10px 10px 0 0;
}
.other-project .cart-header h6,
 .other-project .cart-header h6 span {
	display: block;
	margin: 0;
	text-align: center;
	color: #fff;
    text-transform: uppercase;
}
.other-project .cart-header h6 {
	font-size: 14px;
	line-height: 21px;
}
.other-project .cart-header h6 span{
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 34px;
    font-weight: 400;
}
.other-project .cart-body-top {
	background: #16b0d2;
	padding: 14px 40px 40px 40px;
	clip-path: polygon(0 0, 100% 0, 100% 56%, 50% 100%, 0 56%);
}
.other-project .cart-body-top h6,
.other-project .cart-body-top h6 span{
    display: block;
	margin: 0;
    text-align: center;
	color: #fff;
    text-transform: uppercase;
}
.other-project .cart-body-top h6 {
	font-size: 50px;
	font-weight: 900;
	line-height: 57px;
}
.other-project .cart-body-top h6 i {
	font-style: normal;
	font-size: 18px;
	font-weight: 600;
	line-height: 15px;
	position: relative;
	top: -5px;
}
.other-project .cart-body{
    background-color: #fff;
}
.other-project .cart-body-top h6 span {
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
}
.other-project .cart-list {
	margin: 0 24px;
	padding: 14px 0 25px 0;
}
.other-project .cart-list li {
	color: #16b0d2;
	list-style: none;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	position: relative;
	padding: 0 0 0 26px;
}
.other-project .cart-list li::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-text-stroke: 1px #fff;
}

.other-project .project-description-area ul {
    margin: 0 24px;
	padding: 14px 0 25px 0;
}

.other-project .project-description-area ul li {
	color: #16b0d2;
	list-style: none;
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	position: relative;
	padding: 0 0 0 26px;
}

.other-project .project-description-area ul li::before {
	content: '\f00c';
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-text-stroke: 1px #fff;
}

.other-project .cart-footer{
    padding: 30px;
    text-align: center;
    background: #16b0d2;
    border-radius: 0 0 10px 10px;
}
.cart-footer h4, .cart-footer h6 {
	color: #fff;
	font-size: 19px;
	letter-spacing: 1px;
	line-height: 24px;
}
.other-project .left-part {
	width: 22%;
}
.other-project .right-part {
	width: 100%;
	/* background: #e5e5e5; */
}
.other-project .right-part .cart-header {
	padding: 15px;
}
.other-project .right-part .cart-header h6 {
	font-size: 12px;
	line-height: 18px;
}
.other-project .right-part .cart-header h6 span {
	font-size: 22px;
	line-height: 22px;
}

.other-project .right-part .cart-header h6 span.city_text {
    font-size: 16px;
    line-height: 20px;
}
.other-project .right-part .cart-body-top h6 {
	font-size: 40px;
	line-height: 36px;
}
.other-project .right-part .cart-body-top {
	padding: 8px 40px 27px 40px;
}
.other-project .right-part .cart-body-top h6 span {
	font-size: 12px;
	line-height: 18px;
}
.other-project .right-part .cart-footer {
	padding: 20px;
	min-height: 150px;
}
.other-project .right-part .cart {
	width: 31%;
    margin: 0 auto;
}
.other-project .right-part .cart-list {
	margin: 0 24px;
	padding: 8px 0 15px 0;
}
.other-project .right-part .cart-list li {
	font-size: 12px;
	line-height: 26px;
	padding: 0 0px 0 26px;
}

.other-project .right-part .project-description-area ul {
	margin: 0 24px;
	padding: 8px 0 15px 0;
}
.other-project .right-part .project-description-area ul li {
	font-size: 15px;
	padding: 0 0px 0 26px;
	line-height: 30px;
}
.cart-footer h4, .cart-footer h6 {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.other-project .right-part .cart-footer img{
    padding: 6px 0;
}
.other-project .content {
	max-width: 495px;
	margin: 23px auto 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	color: #707070;
}
.other-project .title {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	margin-bottom: 48px;
	color: #4d4d4d;
	position: relative;
	padding-bottom: 14px;
}
.other-project .title::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	line-height: 8px;
	background-color: #4d4d4d;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(45deg);
}
.other-project .icon img {
	max-width: 7%;
	margin-bottom: 9px;
}
.other-project .cart-footer .chart {
	font-size: 30px;
	line-height: 42px;
	font-weight: 700;
	color: #fff;
	padding: 0px 0;
}
.other-project .cart-footer img{
    padding: 6px 0;
}
.counter-brick .counter-part-wrap{
    display: none;
}
/* -----other project design ends here------ */

/* -----MUSA css starts from here------ */
.brick-home .title {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #4d4d4d;
	position: relative;
	padding-bottom: 14px;
}
.brick-home .title::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	line-height: 8px;
	background-color: #4d4d4d;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(45deg);
}
/* -----MUSA css ends here------ */

/* ====Home page design ends here===== */

/* 11/03/2024 css starts here */
.form-control:focus {
	color: #212529;
	background-color: #fff;
	outline: 0;
	box-shadow: none !important;
	border-color: #ced4da !important;
}
/* 11/03/2024 css ends here */

.other-project .cart-header h6 span.city_text {
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
}
/* =====Home page responsive design starts here===== */
.error-found .bg-danger{
    background-color: #fff !important;
}
.error-found .bg-danger .fa-times-circle-o{
    color: #dc3545;
    font-size: 100px;
}
 /*1366px*/
 @media only screen and (max-width: 1366px){
    .other-project .left-part {
        width: 23%;
    }
    .other-project .right-part {
        width: 100%;
    }
    .other-project .cart-wrap {
        column-gap: 45px;
    }
    .other-project .cart-wrap .right-part {
        column-gap: 15px;
    }
    .other-project .cart-wrap .right-part-wrap {
        padding-left: 45px;
        padding-right: 22px;
    }
    .other-project::after {
        width: 68%;
    }
    .other-project .cart-list {
        margin: 0 20px;
    }
    .other-project .cart-list li {
        font-size: 14px;
    }
    .other-project .right-part .cart-header h6 {
        font-size: 11px;
        line-height: 18px;
    }
    .other-project .right-part .cart-header {
        padding: 11px;
    }
    .other-project .right-part .cart-list li {
        font-size: 11px;
        line-height: 26px;
        padding: 0 0px 0 23px;
    }
    .right-part .cart-footer h4, .right-part .cart-footer h6 {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 18px;
        padding: 0;
        margin: 0;
    }
 }
 /*1170px*/
 @media only screen and (max-width: 1199px) {
  /* ====Home page responsive starts here===== */
  .other-project .cart-wrap {
	column-gap: 30px;
}
.other-project .left-part {
	width: 24%;
}
.other-project .right-part-wrap {
	width: 72%;
}
.other-project .cart-wrap .right-part {
	column-gap: 10px;
	/* padding-left: 30px; */
	width: 100%;
}
.other-project .right-part .cart {
	width: 32%;
}
.other-project .cart-wrap .right-part-wrap {
	padding-left: 14px;
	padding-right: 0;
}
.other-project .cart-header {
	padding: 10px;
}
.other-project .cart-header h6 {
	font-size: 13px;
	line-height: 24px;
}
.other-project .cart-list li {
	font-size: 12px;
}
.other-project .cart-footer {
	padding: 25px;
}
.other-project .right-part .cart-list {
	margin: 0 11px;
}
.other-project::after {
	width: 68%;
}
.other-project .cart-header h6 {
	font-size: 14px;
	line-height: 21px;
	padding: 10px 0;
}
.other-project .right-part .cart-header {
	padding: 6px;
}
.other-project .title {
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 2px;
}
  /* ====Home page responsive ends here===== */
 }
 /*992px*/
 @media only screen and (max-width: 1169px){
/* ====Home page responsive starts here===== */
.other-project::after {
	width: 71%;
}
/* ====Home page responsive ends here===== */


/* ===== musa css starts from here ====== */
#buy-a-brick .btn1 {
	padding: 1rem 1.5rem;
}
section.price-brick {
	padding: 40px 0;
}
section.price-brick .price-bar .price span {
	font-size: 6rem;
}
section.price-brick .price-bar .price span sup {
	font-size: 4rem;
}
.p-text {
	padding-bottom: 0.5rem !important;
    font-size: 16px;
}
.p-heading {
	font-size: 30px;
}
/* ===== musa css starts ends here ====== */


 }
 /*768px*/
 @media only screen and (max-width: 991px){
    /* ====Home page responsive ends here===== */
    .other-project .left-part {
        width: 36%;
    }
    .other-project .cart-wrap .right-part {
        column-gap: 5px;
        padding-left: 15px;
        padding-right: 0;
        row-gap: 7px;
    }
    .other-project .right-part {
        width: 61%;
    }
    .other-project .cart-wrap {
        column-gap: 15px;
    }
    .other-project .right-part .cart {
        width: 49%;
    }
    .other-project::after {
        width: 5%;
    }
    .other-project .cart-wrap {
        align-items: inherit;
    }
    .other-project::after {
        width: 60%;
    }
    .other-project .cart-wrap .right-part-wrap {
        padding-left: 0px;
        padding-right: 0;
        width: 61%;
    }
    /* ====Home page responsive ends here===== */

/* ===== musa css starts from here ====== */
#buy-a-brick .btn1 {
	width: 36% !important;
}
.other-project .right-part .cart {
	margin: 0 auto;
}
/* ===== musa css starts ends here ====== */

 }

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

/* ===== musa css starts from here ====== */
.brick-home .brick-video {
    height: 330px;
    margin-bottom: 90px !important;
}
.brick-video iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brick-video .btn10 {
    top: inherit;
    bottom: 2%;
}
.other-project::after {
   content: inherit;
}

.other-project::after {
	width: 0;
}
.other-project .cart-wrap {
	flex-direction: column;
}
.other-project .left-part {
	width: 100%;
}
.other-project .right-part-wrap, .other-project .left-part {
	padding-top: 35px;
	padding-bottom: 20px;
}
.other-project .cart-wrap .right-part-wrap {
	width: 100%;
}
#buy-a-brick .btn1 {
	padding: 1rem 1rem;
}
.s-heading {
	font-size: 26px;
	letter-spacing: 0.5px;
}
.s-text {
	font-size: 18px;
}
/* ===== musa css starts ends here ====== */

}

 /*480px*/
 @media only screen and (max-width: 599px){
    /* ====Home page responsive starts here===== */
    .brick-home .brick-video {
        height: 330px;
        margin-bottom: 90px !important;
    }
    .brick-video iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .brick-video .btn10 {
        top: inherit;
        bottom: 2%;
    }
    .other-project::after {
       content: inherit;
    }
    .other-project .right-part-wrap, .other-project .left-part {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .other-project .cart-wrap {
        column-gap: 10px;
    }
    .other-project .left-part {
        width: 49%;
    }
    .other-project .cart-wrap .right-part {
        column-gap: 5px;
        padding-left: 0px;
        padding-right: 0;
        row-gap: 7px;
        width: 100%;
    }
    .other-project .right-part .cart {
        width: 100%;
    }
    .other-project .cart-wrap .right-part-wrap {
        column-gap: 5px;
        padding-left: 0px;
        padding-right: 0;
        row-gap: 12px;
        width: 48%;
    }
    .brick-img {
        width: 100% !important;
        border: none;
    }
    /* ====Home page responsive ends here===== */

    /* ====Home page responsive starts here===== */
    .brick-home .brick-video {
        height: 250px;
    }
    .brick-video iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .brick-video .btn10 {
        top: inherit;
        bottom: 20%;
    }
    .other-project .cart-wrap {
        column-gap: 0;
        padding: 0 40px;
    }
    .other-project .left-part {
        width: 100%;
    }
    .other-project .cart-wrap .right-part {
        width: 100%;
    }
    .other-project .left-part {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .other-project .right-part {
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .other-project .cart-wrap .right-part {
        row-gap: 60px;
        padding-bottom: 0px;
    }
    .brick-home.pt-5 {
        padding-top: 20px !important;
    }
    section.price-brick {
        height: auto !important;
    }
    .other-project .cart-wrap .right-part-wrap {
        width: 100%;
    }
    
    /* ====Home page responsive ends here===== */
    .other-project .title {
        margin-bottom: 24px;
    }

 }
  /*360px*/
 @media only screen and (max-width: 479px){
    /* ====Home page responsive starts here===== */
    .brick-home .brick-video {
        height: 225px;
    }
    .brick-home .brick-video {
        padding-top: 25px;
    }
    .brick-video iframe {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .brick-video .btn10 {
        top: inherit;
        bottom: 20%;
    }
    .other-project .cart-wrap {
        column-gap: 0;
        padding: 0 20px;
    }
    .other-project .left-part {
        width: 100%;
    }
    .other-project .cart-wrap .right-part {
        width: 100%;
    }
    .other-project .left-part {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .other-project .right-part {
        padding-top: 15px;
        padding-bottom: 0px;
    }
    .other-project .cart-wrap .right-part {
        row-gap: 60px;
        padding-bottom: 0px;
    }
    .brick-home.pt-5 {
        padding-top: 20px !important;
    }
    section.price-brick {
        height: auto !important;
    }
    .other-project .cart-wrap .right-part-wrap {
        width: 100%;
    }
    #buy-a-brick .btn1 {
        width: 45% !important;
    }
    #buy-a-brick .btn1 {
        padding: 0.7rem 1rem;
    }
    /* ====Home page responsive ends here===== */
 }
 /* ====Home page responsive design ends here===== */
 /* =====Indrani Naskar 28/02/2024 css ends here====== */
