:root{
    --altcolor: #33e0cb ;
    --maincolor: #2278b8 ;
}

a{
    text-decoration:  none !important;
}

a:hover{
    color: var(--maincolor);
}

.bg-altcolor{
    background: #33e0cb !important;
}

.v-btn {
    margin-top: 30px;
    background: var(--maincolor);
    padding: 9px 17px;
    text-transform: uppercase;
    border: 2px solid var(--maincolor);;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
}

.v-btn2 {
    margin-top: 30px;
    background: var(--altcolor);
    padding: 9px 17px;
    text-transform: uppercase;
    border: 2px solid var(--altcolor);;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
}

.v-btn:hover{
    background: transparent;
    color: var(--maincolor);
    transform: translateX(10px);
}

.v-btn2:hover{
    background: transparent;
    color: var(--altcolor);
    transform: translateX(10px);
}



section{
    padding: 25px 0;
}

.v-title h3{
    font-weight: bold;
    font-size: 34px;
}

.bg-light-gray{
    background: #f1f1f1 !important;
}

.v-ico-sec {
	min-height: 415px;
    margin: 10px;
    padding: 50px 30px;
    /*border: 1px solid #f1f1f1;*/
    text-align: center;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background: #01538f26;
}

.v-ivo img {
    width: 100px;
    margin: 0 auto !important;
    /* border-radius: 50%; */
}

.ico-head{
    margin-top: 20px;
}

.ico-head a{
    color: #232323;
    font-weight: bold;
    margin-bottom: 20px;
    text-decoration: none;
}

.margin-20px-top{
    margin-top: 20px !important;
}

.list_tbl_ico {
    display: flex;
    align-items: start;
    padding: 13px 20px;
    background: #fff;
    margin: 20px 0;
    transition: 0.5s;
}



.list_tbl_ico i {
    margin-right: 30px;
    font-size: 20px;
    color: #2278b8;
}


.list_tbl_ico p{
    margin: 0;
}

.list_tbl_ico p a{
    color: #232323;
}

.list_tbl_ico:hover{
    transform: translateX(10px);
}

.bg-blue-light{
    background: #F9FBFE !important;
}


.v-ico-sec1 {
    margin: 10px;
    padding: 15px 20px;
    /*border: 1px solid #f1f1f1;*/
    
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    background: #fff;
}

.v-ivo1 img {
    width: 100px;
    margin: 0 auto !important;
    /* border-radius: 50%; */
}

/*.ico3-flex{
    width: 70%;
}*/

.v-ico-sec3{
    display: flex;
}

.v-ico3 img {
    width: 100px;
    margin-top: 24px;
    margin-right: 30px;
}


.v-check-ico {
    width: 60px;
    height: 60px;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        margin: 0 auto;
    transition: 0.5s;
    color: var(--maincolor);
}

.v-check-flex {
    padding: 30px 20px;
    border: 1px solid transparent;
    
}

/*.v-check-flex:hover{
    border: 1px solid #f1f1f1;
    background: #fff;
}*/

.v-check-flex:hover .v-check-ico {
    transform: rotate(360deg);
    color: var(--altcolor);
    
}

.ico-head h5{
    color: #232323;
    font-weight: bold;
	
}

.v-img-box {
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
	min-height: 590px;
	margin-bottom: 20px;
}

.v-img-head {
    padding: 10px 20px;
    /* font-weight: 700; */
	
}

.v-img-head h5{
    font-weight: 700;
	font-size:16px;
}


.v-img-desv {
     padding: 0 20px 20px;
}

.v-img-desv p{
    font-size: 13px;
  
}


.v-accordion {
    background-color: #fff;
    color: #232323;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    font-weight: 700;
    margin-bottom: 20px;

}



.v-panel {
  padding: 0 18px;
  display: none;
  
  overflow: hidden;
}


.v-accordion:after {
  content: '\002B';
  color: #232323;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.v-active:after {
  content: "\2212";
}

.margin-20px-right{
    margin-right:  20px;
}

.margin-40px-bottom{
    margin-right:  20px;
}

.v-process-step {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin: 20px 0;
    border-radius: 5px; 
    min-height: 261px;
    transition: 0.5s;
}

.process-step-num {
    /* padding: 38px; */
    height: auto;
    background: var(--maincolor);
    border-radius: 50%;
    /* width: 50%; */
    height: 100%;
    display: flex;
    width: 95px;
    height: 76px;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    color: #fff;
    font-weight: bold;
    font-size: 2em;
    margin-top: 10px;
    border: 4px solid var(--altcolor);
}

.process-con {
    width: 100%;
}

.process-con p{
    margin: 0;

}


.process-con h5{
    font-weight: bold;
}

.v-process-step:hover{
    transform: translateY(-10px);
}

/* Style the tab */
.v-tab {
  overflow: hidden;
  justify-content: center;
  margin: 0 auto;
display: flex;
margin-top: 20px
}

/* Style the buttons inside the tab */
.v-tab .v-tablinks {
 
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}

/* Change background color of buttons on hover */
.v-tab .v-tablinks:hover {
  background-color: var(--maincolor);
  color: #fff;
}

/* Create an active/current tablink class */
.v-tab .v-tablinks.v-active {
  background-color: var(--maincolor);
  color: #fff;
}

.v-tab .v-tablinks.v-active:after{
    content: ''
}

/* Style the tab content */
.v-tabcontent {
  display: none;
  padding: 20px 12px;
  
  border-top: none;
}

.v-ico-sec1 .ico-desc p {
    /* min-height: 200px; */
    height: 171px;
    overflow: auto;
}

/* width */
.v-ico-sec1 .ico-desc ::-webkit-scrollbar {
  width: 7px;
  margin-left: 7px;
}

/* Track */
.v-ico-sec1 .ico-desc ::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.v-ico-sec1 .ico-desc ::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 50px; 
}

.text-justify{
	text-align: justify !important;
}

/* width */
.ico-desc::-webkit-scrollbar {
  width: 7px;
  margin-left: 7px;
}

/* Track */
.ico-desc::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.ico-desc::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 50px; 
}

.ico-desc p{
    height: 150px;
    overflow: auto;
	padding-right: 10px
}

.v-main-img {
    padding: 20px;
    padding-bottom: 0;
}

.v-check-ico:hover {
    background: var(--maincolor);
    color: #fff;
}

.v-img-desv p {
    height: 153px;
    overflow: auto;
	padding-right: 10px
}

/* width */
.v-img-desv p::-webkit-scrollbar, .ico-desc p::-webkit-scrollbar {
  width: 7px;
  margin-left: 7px;
}

/* Track */
.v-img-desv p::-webkit-scrollbar-track, .ico-desc p::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.v-img-desv p::-webkit-scrollbar-thumb, .ico-desc p::-webkit-scrollbar-thumb{
  background: #ddd;
  border-radius: 50px; 
}

.img-ban {
    width: auto;
    margin-top: -10px;
    height: 430px;
}

.margin-bottom-20px{
         margin-bottom:20px;
    }
	
	.v-tooltip {
  position: relative;
  display: inline-block;
  
}

.v-tooltip .v-tooltiptext {
    visibility: hidden;
    width: 320px;
    background-color: #1a1b1c;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    top: -100%;
    font-size: 13px;
    /* left: 0%; */
}

.v-tooltip:hover .v-tooltiptext {
  visibility: visible;
}
	
.v-check{
	margin-right: 10px;
	margin-bottom: 0;
	width: auto;
	}
	
	img.tte-img {
    width: 42px;
    margin-right: 9px;
}

.v-prod-title{
	padding: 10px 0;
	text-align: center
}

.v-home-prod {
    margin: 10px;
    /*border-radius: 20px;*/
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
}

.ab-text-section img {
    position: relative;
    width: 80%;
    margin-left: auto;
    float: right;
}

.v-ico img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.ab-tex h5 {
    background: #2278b8;
    position: absolute;
    width: 48%;
    padding: 30px;
    color: #fff;
    top: 10%;
    left: 0;
    text-align: center;
}

h4.v-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
}

.v-ico-head h6 {
    color: #232323;
    margin: 10px 0;
    font-weight: 500;
}


.v-str-sec {
    /* background: #fff; */
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 8%);
    padding: 2rem 3.5rem;
    display: flex;
    justify-content: space-between;
    min-height: 240px;
}


.v-str-icon i {
    font-size: 3em;
    margin-right: 25px;
    color: #35e3cc;
}


.li-flex-item {
    margin-bottom: 5px;
}

.li-num {
    background: var(--maincolor);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.li-desc {
    font-size: 14px;
    text-align: left;
    padding: 2px;
}

.thank-sec h1 {
    font-size: 6em;
    text-transform: uppercase;
}

.thank-sec {
    text-align: center;
}
.thank-sec h1 {
    font-size: 6em;
    text-transform: uppercase;
    color: var(--maincolor);
    font-weight: 600;
}

p.h1-para {
    font-size: 30px;
}










