.content-top{
    z-index: 200;
    display: block;
    position: relative;
}

.cont{
    padding-left: 10px;
}

.cont li {
    font-size: 12pt;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding-bottom: 4px!important;
    display: block;
}

.cont li i {
    font-size: 1.5em;
    margin: 0px 18px 10px 10px;
    color: #00a0e3;
}

.cont li a{
    color: #333333;
    font-weight: 400;
    font-family: inherit;
}

.cont li a:hover{
    text-decoration: none;
    color: #00a0e3;
}

.box5 {
    padding: 0px 40px 35px 0px;
    border-right: solid 1px #d3d6de;
    background-color: #fff;
}

.wrapper {
    margin: 0 auto;
    max-width: 1230px;
    padding: 0 15px;
    position: relative;
}

.why-ii-content {
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    box-shadow: 0px 0px 20px 10px rgb(85 88 114 / 14%);
    padding: 35px 40px;
    margin-top: -196px;
}

.why-ii-content img{
    width: 65px!important;
    height: 65px!important;
    opacity: 1!important;
}

.in-ban-img {
    background-image: url(images/ivision-banner.jpg),linear-gradient(250deg,#021a64 0,#004c5e 100%)!important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 258px 0 120px;
}

.heading {
    font-family: inherit;
    position: relative;
    color: #8b8c8c;
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
    display: block;
    padding-left: 40px;
}

.heading:before {
    content: "";
    width: 30px;
    height: 2px;
    background: #d5232f;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.why-ii-content ul {
    padding-top: 10px;
	padding-left:0px;
}

.exploreinner{
    display: flex;
    padding-bottom: 40px;
}

.exploreinner div {
    display: flex;
    width: 50%;
    align-items: center;
    margin-right: 16px;
    padding: 20px 10px;
    border-radius: 4px;
    grid-template-rows: 20px 50px 1fr 50px;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 25%);
    transition: all 0.2s;
    background-image: linear-gradient(320deg, rgb(235, 244, 245) 0%, rgb(181, 198, 224) 100%)!important;
    cursor: pointer;
}

.why-ii-content li > div:hover {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
  }

.why-ii-content .services {
    width: 100%;
    padding: 0 16px;
    line-height: 1.3;
    font-family: inherit;
    font-size: 1em;
    color: #1a5c97;
    font-weight: bolder;
}
.rboxd {display:flex}
.rboxd .services {padding-top:17px}

@media only screen and (max-width: 767px) and (min-width: 320px) {


.why-ii-content {
    margin-top: -196px !important;
}
    .why-ii-content li {
        display: block;
        padding-bottom: 0px;
    }

    .why-ii-content li > div {
        margin-bottom: 46px;
		width: 100%;
    }
	.why-ii-content ul {
  padding: 0px;
}
.cont li{
        display: flex;
}
.box5 {padding:0px; border:0px}
.in-ban-img {padding:200px 0 120px}
.why-ii-content {padding:10px 20px}


    .flw {
        overflow: unset!important;
    }
	.thnxbtn {
	 width: 50% !important;

}

}
.thnxbtn {
	 width: 20%;
	 margin:20px auto
}
.modal-lg{width:55% !important;}

#videos .close{
     position: absolute;
    right: 0px;
    background: red;
    padding: 5px;
    z-index: 2;
    opacity: 1;
}