* {
	margin:0px;
	padding:0px;
}

body, span, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
body{
    color: #333333;
}



.mt0{margin-top: 0;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px  !important;}

.mt25{margin-top: 25px;}
.mt30{margin-top: 30px}
.mt35{margin-top: 35px;}
.mt40{margin-top: 40px;}
.mt45{margin-top: 45px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt100{margin-top: 100px;}

.mb0{margin-bottom: 0;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.mb25{margin-bottom: 25px;}
.mb30{margin-bottom: 30px;}
.mb35{margin-bottom: 35px;}
.mb40{margin-bottom: 40px;}
.mb45{margin-bottom: 45px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.m0a{margin: 0 auto;}

.pt30{padding-top: 30px}
.pt10{padding-top: 10px}
.pt20{padding-top: 20px}
.pt50{padding-top: 50px}
.pb10 {padding-bottom: 10px;}
.pb25{padding-bottom: 25px;}
.pr0{padding-right: 0px !important;}
.fw300{font-weight: 300;}
.fw400{font-weight: 400;}
.fw600{font-weight: 600;}
.fw700{font-weight: 700;}

.txt-transf-upper{text-transform: uppercase;}

.text-center{
    text-align: center;
}
.white-section{
    background: #FFFFFF;
    padding: 50px 0 30px;
}
.white-text{
    color: #FFFFFF;
}
.pt-ff{
    font-family: 'PT Sans', sans-serif;
}

.wrap {
    box-sizing: border-box;
    max-width: 1110px;
    margin: 0 auto;
}

.img-responsive{
    display: block;
    max-width: 100%;
    width: 100%;
}
.d-block{
    display: block;
}
.pose{
    position: relative;
}


.banner-wraper {
    background:#FFFFFF url(../img/top-banner.jpg) no-repeat center 30% ;
    min-height: 600px;
}

.banner-wraper.other-page{
    min-height: 300px !important;
}
.banner-wraper .ptop{
    padding-top: 120px;
}

.anaavar-logo-box{
    display: block;
}

.anaavar-logo-box a{ 
    font-size:54px;
    color: #FFFFFF;
    margin-bottom:0;
    letter-spacing:7px;
    text-decoration: none;
    font-weight: 600;
}
.anaavar-logo-box h3{
    font-size: 14px;
    letter-spacing: 2.2px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.o-color{
    color: #FF5922;
}

.anaavaran-middel-box{
    text-align: center;
}
.anaavaran-middel-box .line-one{
    font-size: 28px;
    color: #FFFFFF;
    line-height: 50px;
}
.anaavaran-middel-box .anaavaran_fsize{
    font-size: 38px;
    letter-spacing: 5px;
}
.anaavaran-middel-box .anaaravan_middle-font{
    font-size: 23px;
    color: #cccccc;
    letter-spacing: 2px;
}
.anaavaran-middel-box .anaaravan_last-font{
    font-size: 26px;
    color: #cccccc;
    letter-spacing: 2px;
}


/* body first section css start here */

.anaavaran_first-section {
    background: #242424;
    background-size: cover;
    padding: 50px 0 60px;
    text-align: center;

}
.first-section h1{
    position: relative;
    font-size: 2rem;
    padding: 15px 0;
    color:#692f00;
}
.first-section h1::before{
    content:"";
    top: 0;
    height: 1px;
    width: 200px;
    left:0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    background: #692f00;
}
.big-btn{
    margin: 40px 0 0;
}
.btn-one{
    width: 16%;
}
.btn-two{
    width:97%;
}
.btn-three{
    width:25%;
}
.btn-four{
    width:40%;
}

.big-btn a, .big-btn button{
    display: inline-block;
    padding: 10px 25px;
    font-weight: 600;
    transition:all 0.5s;
    background: linear-gradient(90deg, rgba(100,0,78,1) 0%, rgba(255,89,34,1) 97%);
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    color: #FFFFFF;
    text-decoration: none;
    border-radius:5px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 38px;
    text-align: center;
}
.big-btn a span, .big-btn button span{
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;

}

.big-btn a:before, .big-btn button:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #FF5922;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
 .big-btn a:hover, .big-btn button:hover{
    box-shadow:-1px 4px 8px -3px rgba(0,0,0,0.23);
    color: #FFFFFF;

} 
.big-btn a:hover:before, .big-btn button:hover:before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
} 

.anaavaran_video-box{
    background: #FFFFFF;
    padding: 95px 0;
}

.anaavaran_video-content{
    font-family: 'PT Sans', sans-serif;
    position: relative;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #000000;
}
.anaavaran_video-content:before{
    content: url('../img/icon.png');
    display: block;
}
.anaavaran_video-content span{
    letter-spacing: 6px;
}

.anaavaran_section-skc{
    background: #582764;
    padding:55px 0;
}
.anaavaran_section-left{
    padding: 8px 4px;
    text-align: center;
}
.anaavaran_section-left h3{
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'PT Sans', sans-serif;
}
.anaavaran_section-left img{
    border-radius: 100%;
    height: 194px;
    width: 194px;
    margin:0 auto 20px;
}
.anaavaran_section-left .big-btn, .anaavaran_section-content .big-btn{
    margin: 18px 0 0 0;
}

.anaavaran_section-content{
    padding:10px 0;
}
.anaavaran_section-content p{
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    line-height: 26px;
    color: #FFFFFF;
}
.anaavaran_section-content p .f-big{
    font-size:22px;
}




.anaavaran_section-workshp{
    padding: 50px 0;
}
.anaavaran_section-workshp p{
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: 1px;
    color: #000000;
}

.anaavaran_section-workshp p span{
    letter-spacing: 2px;
}

.anaavaran_section-workshp h2{
    font-size: 36px;
    letter-spacing: 2px;
    font-weight: 600;
}

.anaavaran_section-workshp .pl20{
    padding-left: 0;
}

.anaavaran_section-Sameer{
    background: #f8f8f8;
    padding:55px 0;
}
.anaavaran_section-Sameer-left{
    font-family: 'PT Sans', sans-serif;
    position: relative;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #333333;
}
.anaavaran_section-Sameer-left::before{
    content: url('../img/icon.png');
    display: block;
}
.anaavaran_section-Sameer-right {
    padding: 8px 4px;
    text-align: center;
}

.anaavaran_section-Sameer-right h3{
    font-size: 16px;
    color: #333333;
}
.anaavaran_section-Sameer-right img{
    border-radius: 100%;
    height: 194px;
    width: 194px;
    margin:0 auto 20px;
}
.anaavaran_section-Sameer-right .big-btn{
    margin: 10px 0 0 0;
}

.anaavaran_get-method{
    text-align: center;
    padding:50px 0;
}
.anaavaran_get-method strong{
    font-size: 20px;
    line-height: 24px;
}

.anaavaran_table-box{
    font-family: 'PT Sans', sans-serif;
    font-size:17px;
    font-weight: 500;
    color: #333333;
    margin-top: 1.5rem;
}
.anaavaran_table-box td{
    line-height: 26px;
    padding-bottom: 1rem;
    vertical-align: top;
    letter-spacing: 1px;
    border: none;
}
table tr, table {
    border: none;
}
.anaavaran_table-box td strong{
    font-weight: 600;
    font-size:17px;
}

.anaavarn_section-form{
    background: #582764;
    padding:50px;
    text-align: center;
}
.anaavarn_section-form h2{
    font-size: 35px;
}
.form-sub-font{
    font-size: 16px;
}
.book-sub-font{
    font-size: 14px;
}

.anaavarn_section-form input[type="text"], .anaavarn_section-form input[type="email"], .anaavarn_section-form input[type="tel"]{
    border-radius: 3px;
    padding: 0.7rem 1rem;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px;
    border: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.8rem;
}
.anaavarn_section-form textarea{ 
    border-radius: 3px;
    padding: 0.5rem 1rem;
    font-family: 'PT Sans', sans-serif;
    font-size: 15px; 
    border: none;
    width: 100%;
    box-sizing: border-box;
}
.anaavarn_section-form input::-webkit-input-placeholder{
    color: #333333;
}
.anaavarn_section-form input::-moz-input-placeholder{
    color: #333333;
}

.anaavarn_section-form textarea::-webkit-input-placeholder {
    color: #333333;
    }
    
.anaavarn_section-form textarea:-moz-placeholder { /* Firefox 18- */
    color: #333333;  
    }

.anaavarn_section-form .big-btn{
    margin-top: 30px;
}
.anaavarn_section-form .big-btn button{
   background: #c46650 ;
}
.form-limi-font{
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'PT Sans', sans-serif;
} 
    

.lett-spacing{
    letter-spacing: 3px;
}

.anaavarn_section-workshop{
    background: url(../img/workshop-main-background.jpg) no-repeat center top;
    height:700px;
    margin-top:-170px;
    position: relative;
    z-index: -1;
}

.anaavarn_section-workshop .workshop-inner-box{
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.anaavarn_section-workshop .workshop-inner-box h3{
    font-size: 38px;
    font-weight: 600;
}
.anaavarn_section-workshop .workshop-inner-box h5{
    font-size: 22px;
    font-weight: 400;
    color: #cccccc;
}
.anaavarn_section-workshop .workshop-inner-box h4{
    font-size: 18px;
    line-height:32px;
}

.anaavaran_cost-div{
    margin-top: 1.5rem;
}
.anaavaran_cost-div h4{
    font-size: 22px !important;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin-top: 2.5rem;
}
.anaavaran_cost-div div{
    font-size: 27px;
    color: #FF5922;
    line-height: 35px;
    margin-top: 0.5rem;
    font-weight: 600;
}

.anaavaran_section-request{
    padding: 80px 0;
    border-bottom: 1px solid #e5e5e5;
}
.anaavaran_section-request h2{
    font-size: 38px;
    color: #242424;
    margin-bottom: 1.5rem;
}

.anaavaran_section-request ul{
    margin:0;
    padding: 0;
}
.anaavaran_section-request ul li{
    list-style: none;
    margin-bottom: 1.1rem;
    font-size: 18px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    position: relative;
    color: #242424;
    padding-top: 0.2rem;
}
.anaavaran_section-request ul li:before{
    content: url('../img/bullet.gif');
    padding-right: 15px;
}
.anaavaran_section-request ul li span{
    padding-left: 2rem;
    font-size: 18px;
    display:block;
    margin-top: 0.8rem;
    font-weight: 400;
    font-family: 'PT Sans', sans-serif;
}



.anaavaran_section-support {
    background:#FFFFFF;
    padding:50px 0;
}
.block-seat {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.border-right{
    position: relative;
}
.border-right:after {
    content: "";
    width: 1px;
    height: 185px;
    background: #b3b1b1;
    position: absolute;
    right: -10px;
    top: 0;
}
.rounded-img{
    border-radius: 100px;
    box-shadow: 0 0 25px rgba(0,0,0,0.5);
    border:9px solid #64004E;
}


.search-box{
    padding: 10px 0 10px 25px;
}
.search-box h3{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.search-box input{
    background: #FFFFFF;
    border: 1px solid #e8e8e8;
    width: 100%;
    color: #333333;
    padding:14px 15px;
    margin: 10px auto;
    outline: none;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 0.4s;
}
.search-box button{
    background: #999999;
    border:none;
    color: #FFFFFF;
    padding:10px 25px;
    outline: none;
    font-size: 17px;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 0.4s;
    text-transform: uppercase;
    cursor: pointer;
    font-weight:500;
}
.search-box button:hover{
    background:#f05b46;
}

.block-seat div:nth-child(1){
    font-size: 19px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.block-seat div:nth-child(3){
    font-size: 19px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    line-height: 28px;
}

.ftter-column{
    border-radius: 3px;
    background:#64004e ;
    padding:10px 15px;
    font-size: 24px;
    font-weight: 600;
    color:#FFFFFF;
    letter-spacing: 2px;
}
.form_error{
    color:#ff4b4d; 
    display: none; 
    font-size: 13px;
    text-align: left;
    position: absolute;
    left:0;
    bottom:-10px; 
}

 


footer{
    background: #000000;
    padding: 15px 0;
    color:#999999;
    font-size: 12px;
    font-weight: 400;
}

/* ticket price css start here */

.workshop-details{
    background-image: url(../img/wrkshop-details-bg.jpg);
    padding-bottom: 100px;
    background-repeat:repeat;
    padding: 50px 0;
}
.workshop-details-wrapper {
    border-right: 1px dotted #ddd;
    min-height: 260px;
}

.ticket-chakar{
    background:#FFF url(../img/chakra-left.png) no-repeat left top;
    padding:0; 
    box-shadow: 0px 0px 8px 0px #ddd; 
    border-radius: 5px; 
    overflow:hidden
}

.work-detail-hding{
    background: #7c0353;
    padding:10px 25px;
    font-weight: 600;
    color: #FFF;
    font-size: 20px;
}

.samarth-right-img{
    margin: 28px 0 10px 12px;
    border-radius: 10px;
}

.samarth-left-img{
    margin: 28px 0;
    border-radius: 10px;
}

.ticket-detail-div{
    padding:20px 20px 0;
}

.ticket-detail-div .detail-list{
    padding:10px 15px;
    border-bottom: 1px solid #dddddd;
    text-align: right;
}

.detail-sub-hdings{
    text-align: right;
    color: #7c0353;
    font-weight: 700;
    font-size: 18px !important;
    margin:0;
    width: 370px;
    text-transform: capitalize;
    float: right;
}
h3.detail-sub-hdings span {
    text-transform: none;
    font-size: 12px;
    display: block;
}

.price-box{
    position: relative; 
    margin:0;
    display: inline-block;
    line-height: 34px;
}
.price-box span{
    text-align: left;
    color: #fe6426;
    font-weight: 700;
    font-size: 18px !important;
    padding-left: 15px;
}

.price-box:before{
    content: url("../images/inr-icon.png");
    position: absolute;
    top: 2px;
}

.total {
    text-align: left;
    color: #999999;
    font-weight: 700;
    font-size: 18px !important;
    margin-right:1rem !important;
    text-decoration:line-through;
    display:inline-block;
}

.list-items{
    width: 100px;
    float: right;
}
.list-items select{
    border:1px solid #dddddd;
    padding: 8px 0 8px 8px;
    -webkit-appearance: none !important;
    position: relative;
    margin-bottom: 0;
    width: 100%;
    background: url(../img/select-arrow.png) no-repeat;
    background-position: 85% center;
    
}



.list-items button{
    padding: 8px 8px 10px;
    border:none;
    transition: 0.3s;
    background: #FF5922;
    color:#FFF;
    display:block;
    margin-bottom: 0 !important;
    width: 100%;
    font-family: inherit !important;
}
.list-items button:hover, .list-items button:focus {
    background:#7c0353;
}

.ticket-input-box{
    display: inline-block;
    text-align: right;
    width: 160px;
}
.ticket-input-box input{
    border:1px solid #dddddd;
    padding: 4px 8px;
    -webkit-appearance: none !important;
    position: relative;
    margin-bottom: 0 !important;
    outline: none;
    width: 120px !important;
    float:right;
}
.ticket-input-box input::-webkit-placeholder{
    color: #333333;

}

.list-border-none{
    border-bottom: none !important;
}


table.workshop-details-table {
    border: none;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 20px;
    background: transparent;
}
table.workshop-details-table tr td {
background: transparent;
    padding: 10px 5px;
    font-size: 17px;
    line-height: 22px;
}

.work-bottom-hding{
    background:transparent;
    padding:10px 25px 25px;
    font-weight: 600;
    color: #333333;
    font-size: 20px;
    width: 100%;
    margin-top:0;
    text-align: right;
}

.detail-list .big-btn{
    margin: 10px 0 20px;
}
.buttons-price-div .big-btn{
    margin-top: 0;
    text-align: left;
}

.detail-form-book{
    display: grid;
    grid-template-columns:50% 50%;
    grid-column-gap: 20px;
    margin-top: 7px;
    margin-bottom: 15px;
    justify-items: center;
}


.pose-box input[type="text"], .pose-box input[type="tel"], .pose-box input[type="email"], .detail-form-book input[type="text"], .detail-form-book input[type="tel"], .detail-form-book input[type="email"]{
    width: 100%;
    transition: 0.2s ;
    margin-bottom: 1rem;
    background:#FFFFFF;
    /* border:none; */
    border:1px solid #dedede;
    box-shadow:none;
    padding: 0.8em 1rem;
    border-radius: 3px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.pose-box input[type="text"]:focus, .pose-box input[type="tel"]:focus, .pose-box input[type="email"]:focus, .detail-form-book input[type="text"]:focus, .detail-form-book input[type="tel"]:focus, .detail-form-book input[type="email"]:focus{
    outline: none;
    background: #f9f9f9;
    border:1px solid #cbc9c9;
}

.pose-box input::placeholder, .detail-form-book input::placeholder {
  color: #333333 !important;
  opacity: 1; /* Firefox */
}

.pose-box input:-ms-input-placeholder, .detail-form-book input::-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #333333 !important;
}

.pose-box input::-ms-input-placeholder { /* Microsoft Edge */
 color: #333333 !important;
}


.total-form-box{
    display: inline-block;
    margin-right: 15px;
    width: auto;
}

.form-box-table td{
    padding: 0 !important;
}



/* .buttons-price-div{
    display: grid;
    grid-template-columns: 10% 33% 49%;
    justify-content: center;
} */

.price-box-div{
    text-align: left;
}

.button-div{
    width:170px;
}

.coupan-msg{
    font-size:13px;
    font-weight:600;
    color:#159e06;
}
.pose-box{
    position: relative;
    width: 100%;
    
}
.seat-btn{
    padding: 0;
}

.with-errors {
    position:absolute;
    left: -10px;
    bottom: -1px;
    font-size: 13px;
    color: red !important;
    font-weight: 400;
    margin-bottom:0 !important;
    margin-top:0 !important;
    padding:3px 10px;
    border-radius: 3px;
}
.price-box-div .detail-sub-hdings{
    float: none !important;
}
.ticket-detail-div strong{
    display: block;
    margin-bottom: 0.4rem;
}
.price-box-div .big-btn{
    margin-top: 0;
    text-align: left;
}

.ticket-confirmation-div{
    position: relative;
}
.ticket-confirmation-div legend{
    border-radius: 5px;
    background:#FFFFFF;
    border:1px solid #CCCCCC;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-left: 20px;
}
.ticket-confirmation-div fieldset{
    border-radius: 5px;
    background:#FFFFFF;
    padding: 25px;
    border:1px solid #CCCCCC;
}
.ticket-confirmation-div fieldset h3{
    color: #64004E;
    font-size: 16px;
    margin-top: 1rem;
}

.ticket-confirmation-div fieldset p{
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
}
.ticket-confirmation-div fieldset ul{
    margin: 0;
}
.ticket-confirmation-div fieldset ul li{
    list-style: none;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.work-bottom-hding .big-btn{
    margin:0;
    text-align:left;
}
.ticket-confirmation-div fieldset .big-btn{
    margin: 10px 0 0 0;
    text-align: center;
}
.anaavaran-quote{
    height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align:left;
    padding:0 20px;
    box-sizing:border-box;
    
}
.anaavaran-quote h2{
    font-size: 22px;
    line-height: 34px;
}

.modal em{
    text-align: center;
    color: #64004E;
    font-size: 20px;
    margin-bottom: 1rem;
    display: block;
  
}
.modal em strong{
    font-weight: 400 !important;
}




@media only screen and (max-width: 767px) {
    .anaavar-logo-box a{
        font-size: 40px;
        display: block;
        text-align: center;
    }
    .anaavar-logo-box h3{
        font-size: 10px;
        text-align: center;
        color:#FF5922;
    }
    .banner-wraper {
        background: #FFFFFF url(../img/top-banner.jpg) no-repeat 68% top;
    }
    .anaavaran_section-content p .f-big{
        font-size: 23px;
    }
    #modal-container .modal-background .modal, #modal-container2 .modal-background2 .modal{
        width: 95% !important;
    }
    .anaavarn_section-workshop {
        height: 862px;
        background-size: cover;
    }
    .search-box{
      padding: 30px 0 10px 0;
      text-align: center;
    }
    .anaavaran_section-request ul li span{
        padding-left: 0;
    }
    .anaavarn_section-form{
        padding: 30px 20px;
    }
    .search-box h3{
        margin-bottom: 0.3rem;
    }
    .block-seat{
        display: block;
    }
    .block-seat img{
        display: block;
        margin: 0 auto;
    }
    .block-seat:nth-child(1), .block-seat:nth-child(2), .block-seat:nth-child(3){
        text-align: center;
    }

    .border-right:after {
        background:transparent;
    }
    .btn-one {
        width: 55%;
    }
    .btn-two {
        width: 80%;
    }
    .btn-three {
        width: 55%;
    }
    .anaavaran_video-box{
        padding: 40px 0 60px;
    }
    .img-margin{
        margin-top: 2rem;
    }
    .banner-wraper .ptop {
        padding-top: 40px;
    }
    .anaavaran_section-Sameer{
        padding: 30px 0 40px;
    }
    .ticket-chakar {
        background: #FFF;
    }
    .ticket-detail-div {
        padding: 15px;
    }
    .detail-form-book {
        grid-template-columns: 100%;
        margin-bottom: 7px;
    }
    .detail-sub-hdings {
        width: auto;
        text-align: left;
    }
    .hidden-xs {
        display: none!important;
    }
    .workshop-details{
        padding: 40px 0;
    }
    .buttons-price-div {
        grid-template-columns: 0 50% 50% 0;
    }
}