.term_condition_p li {
    padding-bottom: 10px;
}
/* Style the tab */
.tab {
  float: left;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
  width: 30%;
  height:auto;
}

/* Style the buttons inside the tab */
.tab button {
    margin-bottom: 10px;
    display: block;
    background-color: inherit;
    color: #fff;
    padding: 10px 20px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 0px solid #ccc;
  width: 70%;
  border-left: none;
  /*height: 300px;*/
  /*overflow: hidden;*/
  padding-left: 40px;
}
.tab button.active, .tab a.active {
    color: #fff!important;
}
img.banner-how-it-work {
    width: 100%;
}
@media only screen and (max-width: 1351px) {
    .tab {
        width: 40%;
    }

    .tabcontent {
        width: 60%;
    }
}
@media screen and (max-width: 1600px) and (min-width:1201px){
    .tab {
        width: 40%;
    }

    .tabcontent {
        margin-top: 0px;
        width: 60%;
    }
}
@media screen and (max-width: 1200px) and (min-width:1025px){
    .tab {
        width: 45%;
    }

    .tabcontent {
        margin-top: 0px;
        width: 55%;
    }
}
 @media screen and (max-width: 1024px) and (min-width:767px){
     .tabcontent {
         margin-top: 0px;
     }
}
@media screen and (max-width: 1024px) and (min-width:991px){
    .tab {
        width: 48%;
    }

    .tabcontent {
        width: 52%;
    }
}
@media screen and (max-width: 991px) and (min-width:768px){
    .tab {
        width: 100%;
    }

    .tabcontent {
        width: 100%;
        padding-left:0;
        padding-top:20px;
    }
}
@media screen and (max-width: 991px) and (min-width: 280px){
    .tabcontent {
        width: 100%;
        padding-left:0;
        
        
    }
 }
@media screen and (max-width: 768px) and (min-width: 280px){
     .tab {
         width: 100%;
     }
     .tab {
         margin-bottom: 30px;
     }
 }
@media only screen and (max-width: 436px) {
    .tab button {
        font-size: 12px;
        padding: 10px 20px;
    }
    
}

@media screen and (max-width: 1448px) and (min-width:1025px){
    .tab button {
        font-size: 12px;
    }
}
.video-banner {
     width: 100%;
     height: 50%!important;
     object-fit: cover;
     top: 0;
     left: 0;
}