.heading h1{
background-color: #1a2749;
    font-size: 34px;
    text-align: center;
    color: white;
    text-align: center;
    margin-bottom:50px;
    padding: 20px 0px;
}
.faq-heading h1{
    font-size: 40px;
    text-align: center;
    text-align: center;
}
.heading p{
	font-size:26px;
}
.heading{
	    padding: 0px 33px;
	    background-color: #1a2749;
}
.section-1{
    display: flex;
    flex-wrap: wrap;
    max-width: 874px;
    margin: 0px auto 50px;
    background: rgb(232 241 252);
}

.image-1-right{
	    height: auto;
    max-width: 100%;
}

.left-side{
    width: 50%;
    text-align: center;
    margin: auto 0px;
    padding: 30px 0px;
}

.left-side ul{
    padding-inline-start:0px;
}
.left-side h1{
	font-size:30px;
}
.left-side ul li{
	margin-bottom:10px;
	 font-size:16px;
}

.right-side{
    width: 50%;
    display: flex;
    justify-content: end;
}

.section-2-head h1{
    text-align: center;
    font-size: 32px;
}

.list-box{
    border:2px solid black;
    margin-bottom:50px;
}
.list-box h1{
    padding: 12px 0px;
    text-align: center;
    border-bottom: 2px solid;
    background-color: rgb(26 39 73);
    color: white;
    border: 0px;
}
.text-part{
    display:flex;
}
.text-box-right{
    width:50%;
    padding: 20px 0px;
}
.text-box-left{
    width:50%;
    border-right:2px solid black;
    padding: 20px 0px;
}
.text-box-left ul li{
    margin-bottom: 15px;
    font-size: 20px;
    display:flex;
}
.checkmark{
    height: 25px;
    width: 25px;
    padding-right: 10px;
}
.text-box-right ul li{
        margin-bottom: 15px;
    font-size: 20px;
    display:flex;
}

.cards{
	display:flex;
}
.cards-all{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
    margin-bottom: 50px;
	margin-top: 40px;
	column-gap:20px;
}
.card-main h1{
	padding: 15px 20px 5px;
    font-size: 20px;
    text-align: center;
    min-height: 78px;
    max-width: 239px;
}
.card-head{
	    font-size: 15px;
    text-align: center;
}
.card-1{
	width:23%;
	    box-sizing: border-box;
    box-shadow: 0px 4px 4px 4px #eee3d9;
}

.card-1 a{
    text-decoration:none;
    color:black;
}
.card-2{
	width:23%;
	    box-sizing: border-box;
    box-shadow: 0px 4px 4px 4px #eee3d9;
}
.card-3{
	width:23%;
	    box-sizing: border-box;
   box-shadow: 0px 4px 4px 4px #eee3d9;
}
.card-4{
	width:23%;
	    box-sizing: border-box;
    box-shadow: 0px 4px 4px 4px #eee3d9;
}

.card-4 ul li{
	max-width:240px;
}
.card-list ul{
    padding: 0px 0px 0px 26px;
    margin: 0px 0px 0px 6px;
}
.card-list ul li{
	list-style-type: disc;
    font-size: 16px;
    padding: 0px 10px 0px 0px;
    word-break: break-word;
}

.card-head{
	background-color:#15888d;
	padding:10px;
	color:white;
}

 .faqs-section{
    max-width: 1100px;
    margin: 0px auto 50px;
	display:flex;
}

.main ul li{
	    margin: 10px;
    background-color: #DBDFDF;
    position: relative;
}

.left-faqs{
	width:50%;
}
.faq-heading.faq-sec h1 {
    margin-top:0px;
        font-size: 32px;
}
.list-text.faq-box p{
    font-size: 16px;
}

.modal-box{
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:rgb(0,0,0,.6);
    display:none;
}
    .modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    letter-spacing: 1px;
    line-height: 28px;
    background: rgb(255, 255, 255);
    color: #000;
    padding: 25px;
    border-radius: 30px;
    overflow: auto;
    height: 350px;
}


#myBtn{ display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid #fff;
    outline: none;
    background-color: #e565656b;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.6);
  }
  
  #myBtn img{
    width:100%;
  }

@media screen and (max-width:450px) {
    .modal_content{
        width: 220px;
        height: 250px;
    }
}
.modal_title h2 {
    font-size: 18px;
}

.modal_content .modal_title h2 {
    margin-bottom: 30px;
    margin-top: 20px;
    color:#000;
}

.modal_content .close_btn p {
    text-align: right;
    cursor: pointer;
    font-size: 16px;
}

.modal_content .close_btn i {
    display: flex;
    justify-content: flex-end;
    font-size: 20px;
    cursor: pointer;
}
a.modal-popup{
    text-decoration:underline;
}

@media screen and (max-width:1280px) {
    .list-box{
   margin: 0px 5px 50px;
}
   .card-b{
   margin: 0px 5px;
}
}
@media screen and (max-width:1100px) {
    .gravity{
        display: flex;
        flex-wrap: wrap;
    }
}

.gravity {
    display: flex;
}
.list4 ul {
    padding: 0px 20px;
}

.list4 ul li{
    list-style-type: circle;
}
.list5 ul {
    padding: 0px 20px;
}

.list5 ul li{
    list-style-type: circle;
}


@media screen and (max-width:1026px) {
    .page-wrapper{
        padding: 0px 15px;
    }
}
@media screen and (max-width:1024px){
    .card-1{
	width:48%;
	margin-bottom:25px;
	padding-bottom: 101.4px;
}
.card-2{
	width:48%;
	margin-bottom:25px;
}
.card-3{
	width:48%;
	margin-bottom:25px;
}
.card-4{
	width:48%;
	margin-bottom:25px;
}
.card-main h1{
    max-width:550px;
}

.main .list {
    padding: 2px 1px;
}
.section-1{
    flex-wrap:wrap;
    margin: 0px 25px 50px;
}
.right-side{
    width:100%;
}
.left-side{
    width:100%;
}
.list-box{
   margin: 0px 5px 50px;
}
}

.main .list .list-heading h2 {
    font-size: 18px;
    padding-right: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#myBtn{ display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 1px solid #fff;
    outline: none;
    background-color: #e565656b;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.6);
}

#myBtn img{
    width:100%;
}

@media screen and (max-width:400px) {
.main .list button.list-heading{
    padding: 50px 28px;
}
}

@media screen and (max-width:750px) {
    .left-side{
        width:100%;
    }
    .right-side{
        width:100%;
    }
   .card-1{
    width:100%;
    padding-bottom: 101.4px;
    }
    .card-2{
    width:100%;
    padding-bottom: 83.4px;
    
    }
    .card-3{
    width:100%;
    padding-bottom: 101.4px;
    }
    .card-4{
    width:100%;
    }
    .left-faqs{
        width:100%;
    }
    .faqs-section{
        flex-wrap:wrap;
    }
    .section-2-head h1 {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.section-1 {
    margin: 0px 25px 50px;
}

.list-heading h2 {
    max-width:300px;
}
.text-part{
    flex-wrap:wrap;
}
.text-box-left{
    width:100%;
    border-right:0px;
    border-bottom:2px solid black;
}
.text-box-right{
    width:100%;
}

.faqs-section {
    margin: 0px 0px 80px;
}
.list-box{
   margin: 0px 5px 50px;
}
.text-box-left ul {
    padding: 20px 20px;
}
.text-box-right ul {
    padding: 20px 20px;
}
.heading h1 {
    font-size:27px;
} 

.list-box h1 {
    font-size:25px;
}

.faq-heading.faq-sec h1 {
    font-size:25px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0px 40px;
}
.faq-heading h1 {
    font-size: 28px;
    text-align: center;
    text-align: center;
    margin-bottom: 0px;
}
 .page-wrapper{
        padding:0px 15px;
    }
.text-box-left ul li {
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;
}
.text-box-right ul li {
    margin-bottom: 15px;
    font-size: 20px;
    display: flex;
}

.main .list {
    margin: 0px;
}

}