.blk-grid{
    display: grid !important;
    align-items: center !important;
}

/* popup video*/

.title {
  text-align: center;
  text-transform: uppercase;
}
.video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}

.video-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 99999;
    boxshadow: 10px 10px 10px 10px black;
}
.popup-bg {
   background: rgb(0 0 0 / 0%) ;
  width: 100%;
  height: 100vh;
  position: absolute;
  overflow: hidden;
}

.popup-btn{
	cursor:pointer;
}
.close-btn{
	position: absolute;
    right: 2px;
    top: 0px;
    width: 32px;
    line-height: 0.6;
    opacity: 0.3;
    color: black;
    background: transparent;
    font-size: 23px;
    font-weight: 600;
	background:#fff;
}
.close-btn:hover{
color:#000;
opacity: 1;
}

.video{
height: 100%;
}

.close-btn:hover{
background:none;
color:black;
}
.popup-content{
    width: 100%;
     max-width: 800px;
    height: 500px;
    background: #fff;
    padding: 40px 25px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.29);
    border-radius: 10px;
    position: relative;
    margin: 0 auto;
    top: 8em;
}
.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}
/* popup video end */


.cust-mdl {
max-width:700px;
}
.cust-mdl .btn-close{
    background: #FDB922;
    color: #000;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
    border-radius: 100%;
    line-height: normal;
    padding: 0;
    margin: 0;
    font-weight: normal;
    opacity: 1;
    border: none;
    font-size: 23px;
    line-height: 1;
    opacity: 1;
        padding: 6px !important;

}
.cust-mdl .btn-close:hover{
 background: #0A3055;
    color: #fff;
}
.cust-mdl .modal-title{
margin:0px !important;
font-size:24px !important;
}
.blk-grid{
  display: grid;
  align-items: center;
}

.grid-container {
  display: grid;
  padding: 0px;
}

.grid-item {
  background-color: #ffffff;
  border-radius:30px;
  padding: 50px;
  text-align: center;
}
.grid-item h2{
color: #0a3055;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    padding-top: 0px;
}


.grid-blk{
    margin-left: -28px !important;
    margin-right: 28px !important;
}
.grid-container {
  grid-template-columns: auto  auto;
}
.grid-item:first-child{
margin-left:0px !important;
margin-right:10px !important;

}
.grid-item:last-child{
margin-right:0px !important;
margin-left:10px !important;

}
.grid-item {
padding:40px !important;
}
.grid-item .grid-img {
    padding-top: 30px;
    height: 250px;
}

ul.list-itm {
    padding-left: 20px;
	margin:0;
}


@media screen and  (max-device-width: 640px){
.mbl-colrevere ,.mbl-colreverse .kc-wrap-columns
{
    display: flex !important;
    flex-direction: column-reverse !important;
}
.popup-content{
margin: 10px;
top: 20em;
max-width: unset !important;
height: unset !important;
width:unset !important;
}

.grid-blk{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.grid-container {
  grid-template-columns: auto;
}
.grid-item:first-child{
margin-left:0px !important;
margin-right:0px !important;
margin-bottom: 50px !important;
}
.grid-item:last-child{
margin-right:0px !important;
margin-left:0px !important;

}
.grid-item {
padding:15px !important;
padding-top:30px !important;
}

.grid-item h2{
    font-size: 22px;
	margin-top:20px;
 }
    .grid-item .grid-img{
    height: auto;
   
    }

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

.mbl-colrevere .mbl-colreverse .kc-wrap-columns{
    display: flex !important;
    flex-direction: row !important;
}

.mysoreoffice .kc-container{
margin-right:0px !important;
}

.grid-container {
  grid-template-columns: auto  auto;
}
.grid-item:first-child{
margin-left:0px !important;
margin-right:10px !important;

}
.grid-item:last-child{
margin-right:0px !important;
margin-left:10px !important;

}
.grid-item {
padding:40px !important;
}
.grid-item .grid-img {
    padding-top: 30px;
    height: 250px;
}
.grid-item h2{
    font-size: 22px;
    }

}