@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root{
   /* --altcolor: #33e0cb ; */
   /* --maincolor: #2278b8 ; */
	--maincolor: #37b2bb;
	
	--altcolor: #00c7ae;
}

a{
    text-decoration:  none !important;
}

a:hover{
    color: var(--maincolor);
}

.bg-altcolor{
    background: #33e0cb !important;
}

.v-btn {
    margin-top: 30px;
   /* background: var(--maincolor); */
	background: #eb631d;
    padding: 9px 17px;
    text-transform: uppercase;
    /* border: 2px solid var(--maincolor);;*/
	border:2px solid #eb631d;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 13px;
}

.f-size{
    font-size: 1.10rem;
}

.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); */
	color:#eb631d;
    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: var(--maincolor); */
	color: #eb631d
}


.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); */
	color: #eb631d;
}

.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); */
	color: #eb631d;
    
}

.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: 600px;
}

.v-img-head {
    padding: 10px 20px;
    /* font-weight: 700; */
}

.v-img-head h5{
    font-weight: 700;
}


.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-accordion:focus{
color:#ff6e23;
}

.v-panel {
  padding: 0 18px;
  display: none;
  
  overflow: hidden;
}


.v-accordion:after {
  content: '\002B';
  /* color: #232323; */
	color: #ff6e23;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.v-active:after {
  content: "\2212";
	color: #eb631d;
}

.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); */
	background: #eb631d;
    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); */
	border: 4px solid #ff6e23;
}

.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 */
.vvtab {
  overflow: hidden;
  justify-content: center;
  margin: 0 auto;
display: flex;
margin-top: 20px
}

/* Style the buttons inside the tab */
.vvtab .vvtablinks {
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 20px;
    border-radius: 50px;
    padding: 10px 33px;
}

/* Change background color of buttons on hover */
.vvtab .vvtablinks:hover {
 /* background-color: var(--maincolor); */
	background-color:#eb631d;
  color: #fff;
}

/* Create an active/current tablink class */
.vvtab .vvtablinks.vvactive {
/*  background-color: var(--maincolor); */
	background-color: #eb631d;
  color: #fff;
}

.vvtab .vvtablinks.vvactive:after{
    content: '';
}

/* Style the tab content */
.vvtabcontent {
  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); */
	background: #eb631d;
    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;
    
}

.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;
}


.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;
}
		
		.li-flex-item{
			margin-bottom: 5px;
		}

.v-compare {
	z-index: 1000;
    margin: 25px;
    padding: 30px 20px;
    min-height: 393px;
    /* background: #fbfeff; */
    border-radius: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    box-shadow: 0 3px 10px rgb(0 0 0 / 13%);
}

.clickable1 {
transition: 0.4S;
}

.clickable1:hover{
box-shadow: 0 5px 15px #37b2bb82;
    transform: translateY(-10px);
}

.clickable-m {
display:none;
}

.bg-blue{
	background: var(--maincolor);
}

.bg-light-blue{
	background: #F0F8FF !important;
}

.bg-light-orange{
	background: #ffe2d352 !important;
}

.bg-orange{
	background:  #fbad86 !important
}

.v-compare .com-ico-head {
    margin-bottom: 13px;
	text-align: center;
}

.v-compare .com-ico-head h5 {
    font-size: 19px;
    color: #232323 !important;
    font-weight: bolder;
    margin-bottom: 20px;
	text-align: center
}

.com-desc p {
    font-size: 14px;
    text-align: left !important;
    min-height: 73px;
}
.com-ico {
    margin: 0 auto;
   /* background: var(--maincolor); */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-top: 12px;
    /* border: 5px solid var(--maincolor); */
}


.com-ico-det {
    min-height: 183px;
	margin-top: 22px;
}

.blog-back a {
    background: #00c7ae;
    padding: 10px 24px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 6px;
    margin-bottom: 43px;
}

.blog-det-heading h4 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
}

.blog-det-img{
  position: relative;
}

.blog-det-img img {
    border-radius: 12px;
    box-shadow: 0 0.25rem 1.5rem 0.25rem rgb(160 160 160 / 20%);
    margin-bottom: 40px;
    position: relative;
}

.blog-det-cat {
    position: absolute;
    bottom: 11%;
    z-index: 1;
    right: 4%;
    background: #eb631d;
    padding: 7px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 50px;
}
 

 .blog-det-desc p {
    line-height: 2;
    font-weight: 400;
    text-align: justify;
}




@media only screen and (max-width: 600px){

    .blog-back a {
    font-size: 14px;
}


.blog-det-img img {
    height: 400px;
    object-fit: cover;
}

.blog-det-cat {
    font-size: 14px;
}

.blog-det-heading h4 {
    font-size: 23px;
}
	.clickable-m {
                display:block;
		    color: #37b2bb;
	}
    .nav-item a.v-btn2.headbtn2 {
    display: inline-block;
    margin: 20px 0 20px 0 !important;
}

.nav-item a.v-btn {
    display: inline-block;
}

.row.get-quote .col-lg-4 {
    text-align: center;
    /* margin-bottom: 38px; */
}

.row.get-quote .col-lg-4:nth-child(2) {
    margin-bottom: 20px;
}

.expert-btn{
    margin-left: 0 !important;
    margin: auto !important;
}






.row.get-quote .col-lg-4 .v-btn{
    margin-bottom: 20px;
    display: inline-block;
}
}

.nav-item a.v-btn2.headbtn2 {
    margin-left: 20px;
}

a.log-opt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    /* max-height: 268px; */
    color: var(--headcolor);
    font-weight: 700;
    font-size: 20px;
    border: 1px solid #efefef;
    border-radius: 12px;
    transition: 0.4s;
    margin: 4px;
}


a.log-opt img {
    width: 140px
px
;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

a.log-opt.empLogin:hover {
    background: #fbfba9;
}

a.log-opt.hrLogin:hover {
    background: #daeef3;
}















