
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.just-text{
	padding: 30px 15px;
    background: #fff;
}
.just-text h1,.just-text h2,.just-text h3{
	margin-bottom:2rem;
}
.just-text h3{
	font-size: 20px;
	font-weight: 600;
}
.just-text p{
	margin-bottom:1rem;
	font-size: 16px;
	font-weight: lighter;
}
.just-text p strong{
	font-weight: 500;
}
.just-text p b{
	font-weight: 500;
}
.bridrve-responsive-wrapper{
	margin:0 auto;
	width:100%;
	padding: 0 20px;
}
.prim-ul{
	display: block;
    margin-left: 20px;
}
.sec-ul{
	display: block;
    margin-left: 20px;
}
.prim-ul li, .sec-ul li{
	font-size: 15px;
}
.list-ul{
	display: block;
    margin-left: 35px;
}
.list-ul li{
	font-size: 15px;
}
.pdr4{
	padding-right: 4px;
}
.pdr5{
	padding-right: 5px;
}
/*------------------ bridrve-footer Sectione --------------*/
#bridrve-footer{}
.bridrve-footer{
	display: block;
    position: relative;
    width: 100%;
}
.bridrve-footer-content{
	content: "";
	display: block;
    position: relative;
	width: 100%;
    height: 100%;
	background-color: #212020;
    padding-top: 30px;
    padding-bottom: 0;
}
.footer-description-content{
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.bridrve-footer-brand{
	display: block;
    position: relative;
    width: 100%;
    padding-top: 10px;
}
.footer-logo{
	display: block;
    position: relative;
    width: 100%;
}
.footer-logo img{
	display: block;
    position: relative;
    width: 100%;
    max-width: 300px;
    height: auto;
}
.bridrve-footer-products{
	display: inline-block;
    position: relative;
    width: 100%;
	padding-top: 25px;
}
a.ar-after{
	display: flex;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
	transition: 0.3s ease-in-out;
	text-align: left;
}

a.ar-after:hover{
	color: #184377;
}
.ar-after::after{
	content: "";
    display: inline-block;
    position: relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAALVBMVEVHcEzxpWn/qnL/mWb2omf3oWb2oWb3oWX2oGX2oWb2omb2omb2oWX3omb2oWZvUT6YAAAADnRSTlMAEAQHRrf8jFb5rGmrzoJmuAAAAABMSURBVBjTY2AgCbgbIHHuBSNxPJ8iSbHMQ5Jiwi0F1sUoCAXSecEMde/g4DkqB6Hs3SGEAW2vFOBsjrxFxEi8UUDyApJRDN4KxAcEAMErKbdLG7EQAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 17px;
    height: 17px;
    top: 2px;
    margin-left: 5px;
	opacity: 0;
	transition: all 0.8s ease-in-out;
	
}
.hover_effect.ar-after::after{
    opacity: 1;
}
.ftr-list{
	display: flex;
    flex-direction: row;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 15px;
    gap: 24px;
    justify-content: space-between;
}
.ftr-list-step1{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
	padding-bottom: 35px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.ftr-list1, .ftr-list2{
	display: flex;
    flex-direction: column;
    padding-top: 20px;
    align-items: flex-start;
    text-align: center;
	padding-left: 5px;
}
.ftr-list1 li{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}


.ftr-list1 li:not(:last-child){
	padding-bottom: 10px;
}
.subscribe-sectione{
	display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.sub-sect-cont{
	display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 20px;
}
.sub-sect-cont h3{
	font-size: 24px;
    line-height: 1;
    font-weight: 400;
    padding-bottom: 15px;
}

.subscribe-sectione p{
	display: block;
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
	color: #828282;
}
.sub-sect-cont p{
	font-size: 16px;
    font-weight: 300;
    margin-bottom: 90px;
    padding: 0;
    color: #fff;
    line-height: 1;
}
.bridrve-footer-txt{
	display: block;
    position: relative;
    padding-top: 40px;
    color: #fff;
}
.bridrve-footer-txt p{
	font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
.bridrve-footer-txt ul{
	list-style: auto;
    padding-left: 30px;
    padding-top: 10px;
    font-size: 13px;
    font-weight: 300;
}
.bridrve-footer-txt ul li{
	display: list-item;
    padding-bottom: 6px;
}
.bridrve-footer-txt p a{
	color: #d3bea3;
    font-weight: 400;
    text-decoration: underline;
}
.bridrve-footer-txt p a:hover{
	color: #149EDC;
	text-decoration: none;
}

.bridrve-conditions{
	display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.ftr-legals{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    gap: 15px;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.ftr-legals a{
	color: #d3bea3;
    font-weight: 400;
    font-size: 15px;
}
.ftr-legals a:hover{
    color: #149EDC;
}

.bridrve-footer-legals{
	display: block;
    position: relative;
    width: 100%;
	background: #070707;
	/*padding: 25px 0;*/
}
.bridrve-footer-copyright{
	display: block;
    position: relative;
    width: 100%;
}
.copyright, .brand-txt{
	font-size: 15px;
    font-weight: 500;
    color: #7c7b7b;
    text-align: center;
	padding: 25px 0;
}
.bridrve-footer-copyright span{
	display: block;
    padding-top: 6px;
    font-size: 14px;
    color: #7c7b7b;
}



/*---------------End bridrve-Footer Sectione-------------*/

/*-------Start Home Button----------*/
.to-top{
	position: fixed;
	display: inline-block;
	vertical-align: middle;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAYUExURUdwTP///////////////////////////x1LVb4AAAAHdFJOUwClZYO4C0oMO1UAAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAAcElEQVQoz73QKw6AMBAE0OHncbUkCCzhBDgst0CXEPb6dOlntz1Ax83kqUHVdGsxGJv3hmjMAZEtQE4MD4r8QBMH3ksRBlOriAM3sCTyA0CIB0ICEBJBJAlEIiAQAZ7gEMDkQS+AyY5h0z/MJyoE+ADnwSyyw1hPqQAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #333333;
	border: 10px solid #333333;
	border-radius: 8px;
	width: 40px;
	height: 40px;
	float: right;
	right: 30px;
	cursor: pointer;
	z-index: 1000;
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s ease;
}
.to-top.active{
	bottom: 10px;
	opacity:1;
	pointer-events:auto;
}
.to-top:hover{
	background-color: #149EDC;
	border: 10px solid #149EDC;
}
		
/*------- Finish Home Button--------- */

.hidden{
	display:none;
}	
.not-mobile{
	display:none;
}
.mobile{
	display: block;
}
.left{
	text-align: left;
}
.mob-flex{display: flex;}
.desktop-flex{display: none;}


/*============== Header Style ============*/

/*=============== REUSABLE CSS CLASSES ===============*/
.container {
	width: 100%;
    max-width: 1400px;
	padding: 0 20px;
}

/*=============== HEADER ===============*/
#pre-header{
    position: relative;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
	background: #fff;
    border-bottom: 1px solid #f4f4f4;
    height: 40px;
    overflow: hidden;
    -webkit-transition: margin .4s;
    transition: margin .4s;
}
#pre-header ul{
	display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
#pre-header ul li{
	
}
#pre-header ul li a{
	display: flex;
	position: relative;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #444;
    border-right: 1px solid #f4f4f4;
    /*border-left: 1px solid #f4f4f4;*/
    padding: 0 10px;
    flex-wrap: wrap;
	line-height: 40px;
	font-size: 0.875rem;
}
#pre-header ul li a:first-child{
    border-left: 1px solid #f4f4f4;
}
#pre-header ul li a:hover{
	background: #48484d;
    color: #fff;
}
#pre-header ul li a:hover:before{
	background: #149EDC;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#pre-header-phone{
	position: relative;
    background: #48484d;
    height: 36px;
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
	overflow: hidden;
}
.pre-header-cont{
	display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: space-around;
    width: 100%;
}
.pre-header-phone{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*width: 100%;
    height: 100%;*/
}
.pre-header-phone a{
	display: flex;
    position: relative;
    flex-direction: row;
    align-content: center;
    align-items: center;
    color: #fff;
    padding: 0 10px;
    flex-wrap: wrap;
    line-height: 36px;
    font-size: 0.875rem;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.txt-phone{
	padding: 0 4px;
}

.pre-header-contacs{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
a.cts{
	display: flex;
    position: relative;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 0 10px;
    flex-wrap: wrap;
    font-size: 0.875rem;
    text-align: center;
	justify-content: center;
    border-radius: 3px;
	color: #fff;
	border: 1px solid #15a1e3;
	background-color: #15a1e3;
}

.header {
  position: relative;
  top: 0;
  /*height: 80px;*/
  left: 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  z-index: 100;
  box-shadow: 0 -1px 4px #ccc;
}
.phone{
	
}
#head-phone{
	display: flex;
    flex-direction: column;
    line-height: 1;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
	height: 100%;
}
#head-phone a{
	
}
#head-phone a:first-child{
	height: 68px;
}
#head-phone a:last-child{
	display: flex;
    color: #fff;
    font-weight: 500;
    font-size: 0.875em;
    height: auto;
    line-height: 22px;
    border: 1px solid #fff;
    padding: 3px 10px;
    border-radius: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
#head-phone a:last-child:hover{
	 background-color: #48484d;
}
#head-phone .pdr4{
	
}
#head-phone:last-child span{
	
}
#head-phone a span{
	
}
.v1{
	height: 80px;
}
.v2 {
	height: 110px;
	background-color: #184377;
}

.v3 {
	height: 70px;
}
.v4{
	height: 110px;
}
.{
	
}
.txt-logo{
	 height: 100%;
    vertical-align: middle;
    position: relative;
}
a.txt-logo{
	display: block;
    height: 100%;
    vertical-align: middle;
    position: relative;
	font-size: 2.2em;
    line-height: 1;
    padding: 0 10px;
	font-family: 'Rubik';
	font-weight: 600;
	color: #17447c;
}
a.txt-logo b{
	color: #149EDC;
	font-weight: 600;
}
a.txt-logo:hover{
	background: #48484d;
    color: #fff;
}
a.txt-logo:hover:before{
	background: #149EDC;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
a.txt-logo:hover:after{
	background: #149EDC;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}
/*=============== NAV ===============*/
.nav {
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.nav__logo, .nav__burger, .nav__close {
  color: #149EDC;
}
.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__data img{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 220px;
    height: auto;
	z-index: 1000 !important;
}
.nav__data img:hover {
    opacity: .6;
}
.nav__data a{
	display: inline-flex;
	height: 60px;
    text-decoration: none;
	flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
/*.nav__data p{
	text-align: left;
    padding-left: 4px;
    font-size: 25px;
    line-height: 1;
}
*/
.nav__list{
	box-shadow: 0 1px 3px #149edc;
}
.nav__logo {
  display: inline-flex;
  align-items: center;
  column-gap: .25rem;
  font-weight: 400;
}

.nav__logo i {
  font-weight: initial;
  font-size: 1.25rem;
}

.nav__toggle {
  position: relative;
  width: 40px;
  height: 40px;
}

.nav__burger, 
.nav__close {
  position: absolute;
  width: max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 2.5rem;
  cursor: pointer;
  transition: opacity .1s, transform .4s;
}

.nav__close {
  opacity: 0;
}
.nav__menu {
    height: calc(100vh - 3.5rem);
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.mob-contact{
	display: flex;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #767676;
    height: 70px;
    justify-content: center;
    align-items: center;
}
.justbg{
	display: none;
	width: 100%;
	background: #1e9771;
    height: 4px;
}



/*
.sticky{
  padding-top: 60px;
}*/
/* Navigation for mobile devices */
/*1118*/

@media screen and (max-width: 766px) {
  .nav__menu {
    position: absolute;
    left: 0;
    top: 81px;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top .4s, opacity .3s;
  }
  .nav__menu::-webkit-scrollbar { width: 0; }
 
}
.nav__link {
	position: relative;
	color: #444;
    background-color: #fff;
	font-family: 'Rubik';
    font-weight: 400;
    font-size: 20px;
    padding: 15px 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s;
    border-bottom: 1px solid #f4f4f4;
}

.nav__link:hover {
	color: #fff;
    background-color: #48484d;
}
.nav__link:hover:before {
	background: #149EDC;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
    width: 10px;
}

/* Show menu */
.show-menu {
  opacity: 1;
  /*top: 100px;*/
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}
.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}

/*=============== DROPDOWN ===============*/
.dropdown__item {
  cursor: pointer;
}

.dropdown__arrow {
  font-size: 1.25rem;
  font-weight: initial;
  transition: transform .4s;
}

.dropdown__link, 
.dropdown__sublink {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  color: #fff;
  background-color: #1d232f;
  display: flex;
  align-items: center;
  column-gap: .5rem;
  font-weight: 400;
  transition: background-color .3s;
}

.dropdown__link i, 
.dropdown__sublink i {
  font-size: 1.25rem;
  font-weight: initial;
}

.dropdown__link:hover, 
.dropdown__sublink:hover {
  background-color: #171c26;
  color: #cfc4b9;
}
.dropdown__menu, 
.dropdown__submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-out;
}
.dropdown__submenu2 {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease-out;
}

/* Show dropdown menu & submenu */
.dropdown__item:hover .dropdown__menu, 
.dropdown__subitem:hover > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height .4s ease-in;
}
.dropdown__item:hover .dropdown__menu, 
.dropdown__subitem:hover > .dropdown__submenu2 {
  max-height: 1000px;
  transition: max-height .4s ease-in;
}
/* Rotate dropdown icon */
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

/*=============== DROPDOWN SUBMENU ===============*/
.dropdown__add {
  margin-left: auto;
}

.dropdown__sublink {
  background-color: #1d232f;
}

.btn-submenu{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    padding: 1.25rem 1.5rem;
    justify-content: center;
}
#user_area{
	display: block;
    position: relative;
}
#user_area a{
	display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
    padding: 0 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 5px;
	margin-right: 15px;
    font-size: 16px;
    line-height: 24px;
    color: #171c26;
    font-weight: 500;
}
#user_area a span{display: inline-block;}
.icon-user{
	content: "";
    display: flex;
    background-image: url(/pro/who_we_are/bd/sp3/files/user32x32.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
	margin-right: 7px;
	
}
#user_area a:hover{
	background-color: #4caf50;
	color: #fff;
	transition: background-color .3s;
	
}
#user_area a:hover .icon-user{
	filter: brightness(0) saturate(100%) invert(99%) sepia(52%) saturate(1%) hue-rotate(270deg) brightness(107%) contrast(100%);
    /*transition: filter 0.2s;*/
}

#hd-contact{
	display: flex;
    flex-direction: row;
    align-items: center;
	min-width: 170px;
    margin-left: 15px;
	height: 40px;
	z-index: 10;
}
#hd-contact a{
	display: block;
}
#hd-contact a span{
	content: "";
    display: flex;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAANlBMVEVHcEwxMTQwMDUwMDUwMDUvLzUvLzYvLzUvLzQwMDUxp4EwMDVChUc7l2E3UzwzPTc8aUBCjk/0MyDVAAAACnRSTlMADvjomssniFfFSazoiQAAAOtJREFUOMuNk1kShCAMRAHDomHR+192CAKigE5/aeVVZ4WxKm5ALkIsEgxnvRQIrBKgHmGum3BC9M1FSewkG0ItONCi3uORyB5c4kQ5i6bvY4van4ROCVL9FN+OJyDIArACrksCsYJzAC4ROLAw55dNgO8IkzPgngA7yJF7DJMiJCtDohw29MNiZUl+WAKKCpCFCwOg7iGMJhVTXIugJEfA4Kxvi4Trh1p1Pk3EHXtp0+CdqCqD4u2t+SdA24K2pmDvANR1Xya2AYSqB9O67NbljvXHya3lKD+O9vvso8c69//v6RHy/njnz/8HDdshfTEPV7YAAAAASUVORK5CYII=);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
	margin-right: 12px;
}
.hd-phone{
	display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
}
.hd-phone a.hd-color1{
	font-size: 14px;
    color: #c6c6c6;
    font-weight: 500;
   
}
.hd-phone a.hd-color2{
	font-size: 16px;
    color: #fff;
    font-weight: 500;
    
}
#hd-contact a span:hover, #hd-contact a span:active{
	 background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAANlBMVEVHcEwypYExp4Exp4Exp4Exp4EypYIxqH8xp4EzqX3///8xp4HK6Mvi8uNKsIGKy42i1aRxwHybr8BnAAAACnRSTlMADvjoypokh1cubmDVJgAAAOtJREFUOMuVk1kWgyAMRZkCKJPsf7MFhIiAtX1feHJNHkkgBEU1CM4YF6ApmSWBGRQDOYSp6sIFUbcsUphJoiM2bhbiG/6/jCei5qDCPKhWUfls96RjJFQpUPzn+G5HgOUUYBBwUxFIDs4GuEKYRQp9noqHPUyErhVMWJtINeod/YMJQVqTcg3r52aRNqSYgDj3iiGQUzi/AHAOfmmSk2sQ4XThnQ29Sbg+jnyPWDri7NGuqc2dQLVG0X7XwgjkaUHvyds7ADhuVLQdwCQuTJ8lWFdvrH5bOUJflvZ97ddVBP3n6WXk++N9fv4f7KghZd8pAKQAAAAASUVORK5CYII=);
	 color: #1e9771;
}
.hd-phone a.hd-color1:hover, .hd-phone a.hd-color1:active, .hd-phone a.hd-color2:hover, .hd-phone a.hd-color2:active{
	color: #1e9771;
}

.not-display{
	display: none;
}
.lastli{  
   padding-bottom: 30px;
   padding-top: 20px;
}
/*==== header3 ====*/
.head3-col1{
	display: flex;
    position: relative;
    flex-direction: row;
    align-items: center;
}
.head3-col2{
	display: block;
    height: 70px;
    line-height: 70px;
}
.head3-col2 a{
	color: #149EDC;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.head3-col2 a:hover{
    color: #184377;
}
.head3-col2 a i{
	font-size: 20px;
    color: #444;
}
.head3-col2 a span{
	color: #444;
    font-weight: 600;
    font-size: 16px;
}
.head3-logo{
	display: block;
    position: relative;
    vertical-align: middle;
}

.head3-steps{
	display: none;
    position: relative;
    flex-direction: row;
    align-items: center;
    height: 70px;
	vertical-align: middle;
}
.step-style{
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-right: 10px;
    color: #d8d8d8;
    font-size: 16px;
}
}
.step-style p{
	
}
.step-numb{
	display: flex;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    border: 2px solid #d8d8d8;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}
.step-name{
	display: none
}
.select-numb{
	color: #149EDC;
	border: 2px solid #149EDC;
}
.select-name{
	display: inline-block;
	color: #444;
}

.head4-logo{
	
}
.head4-col{
	display: flex;
    flex-direction: column;
    height: 100%;
    width: fit-content;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}
.head4-row{
	padding-bottom: 10px;
    display: block;
    width: fit-content;
}
.head4-row a{
	color: #149EDC;
    font-size: 16px;
    line-height: 18px;
    text-align: right;
    display: flex;
}
.head4-row a i{
	font-size: 20px;
    color: #444;
}
.head4-row a span{
	color: #444;
	font-weight: 500;
    font-size: 16px;
}

/*=============== BREAKPOINTS ===============*/


/* For small devices */
@media screen and (max-width: 340px) {
  .container { /* margin-inline: 1rem;*/ }
  .nav__link { padding-inline: 1rem;}
}
@media screen and (max-width: 465px) {
	.btn-submenu {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		align-content: center;
		padding: 1.25rem 1.5rem;
		justify-content: center;
	}
	#user_area a {
		display: flex;
		position: relative;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		background: #f5f5f5;
		padding: 0 40px;
		height: 40px;
		cursor: pointer;
		border-radius: 5px;
		margin-right: 0;
		font-size: 16px;
		line-height: 24px;
		color: #171c26;
		font-weight: 500;
		margin-bottom: 25px;
	}
	#hd-contact {
		display: flex;
		flex-direction: row;
		align-items: center;
		min-width: 170px;
		margin-left: 0;
		height: 40px;
		z-index: 10;
	}
}
@media screen and (min-width: 550px) {
	.head3-col2 a {
		line-height: 70px;
		display: flex;
		justify-content: flex-end;
		height: 70px;
		}
	.v4{
		height: 70px;
	}
	.head4-col{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.head4-row{
		display: flex;
		padding: 0;
		height: 70px;
		align-items: center;
		justify-content: flex-end;
	}
}
@media screen and (min-width: 767px) {
	.container {padding: 0 35px;}
	.not-mobile{display: block;}
	.mobile{display: none;}
	/*.nav:before {width: 200px; clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);}
	.nav:after {width: 200px; clip-path: polygon(0% 0%, 100% 0%, 70% 100%, 0% 100%);}*/
	.nav__data img{max-width: 350px;}
	.nav__toggle {display: none;}
	.nav__list {
		height: 100%;
		display: flex;
		column-gap: 0.1rem;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		box-shadow: none;
	}
	.nav__list li{
       
        position: relative;
		height: 100%;
	}
	
	.nav__list li:not(:last-child) { }
    .nav__menu {
		height: 100%; 
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		align-content: flex-start;
		width: 100%;
		position: relative;
        z-index: 10;
	}

	.log-data {
		display: block;
        height: 100%;
	}
	.log-data p {
		font-size: 1.3rem;
		font-weight: 600;
		padding-left: 5px;
	}
	.log-data img{
		display: inline-block;
		vertical-align: middle;
		width: 255px;
		height: auto;
	}
	.log-data img:hover {opacity: .6;}
	
	.nav__link {
		height: 100%;
        padding: 0;
        justify-content: initial;
        background-color: transparent;
        border-bottom: none;
        color: #111117;
		font-size: 18px;
        font-weight: 600;
        padding: 0 10px;
	}
	.nav__link:hover {
		background: #48484d;
		color: #fff;
	}
	.nav__link:hover:before {
		background: #149EDC;
		content: "";
		height: 4px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	  .dropdown__item, 
	  .dropdown__subitem {
		position: relative;
	  }

	  .dropdown__menu, 
	  .dropdown__submenu {
		max-height: initial;
		overflow: initial;
		position: absolute;
		min-width: 270px;
		left: -2px;
		top: 7rem;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s, top .3s;
	  }
	  .dropdown__submenu2 {
		max-height: initial;
		overflow: initial;
		position: absolute;
		min-width: 270px;
		left: -2px;
		top: 7rem;
		opacity: 0;
		pointer-events: none;
		transition: opacity .3s, top .3s;
	  }
	.dropdown__link, 
	.dropdown__sublink {padding: 1rem; padding-inline: 1rem 1.5rem;}
	.dropdown__subitem .dropdown__link {padding-inline: 1rem; }
	.dropdown__submenu {position: absolute;left: 100%;top: 1rem;}
	.dropdown__submenu2{position: absolute;left: -100%;top: 1rem;}

  /* Show dropdown menu */
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 5.7rem;
    pointer-events: initial;
    transition: top .3s;
	color: #cfc4b9;
  }

  /* Show dropdown submenu */
  .dropdown__subitem:hover > .dropdown__submenu {
    opacity: 1;
    top: 1.3rem;
    pointer-events: initial;
    transition: top .3s;
	color: #cfc4b9;
  }
	.dropdown__subitem:hover > .dropdown__submenu2 {
		opacity: 1;
		top: 1.3rem;
		pointer-events: initial;
		transition: top .3s;
		color: #cfc4b9;
	}
	.mob-contact{
		display: none;
	}
	.justbg{
		display: block;
	}
	.sub-heada{
		display: flex;
        height: 100%;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: center;
        width: 100%;
	}
	.sub-headb{
		display: flex;
		height: 70px;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		flex-direction: row;
		align-content: center;
	}
    a.txt-logo{
       line-height: 80px;
    }
}
@media screen and (min-width: 900px) {
	.head3-steps {display: flex;}
}
/* For large devices */
@media screen and (min-width: 1200px) {
	.container {padding: 0 40px;}
	
/*---------------------------------------------*/
	.brtop{border-bottom: 1px solid #575757;}
	
	.lastli {padding-bottom: 0; padding-top: 0;}
	.btn-submenu{ justify-content: flex-end; padding-right: 0;}
	#user_area a { padding: 10px; height: 46px; border-radius: 50%;  margin-right: 5px;}
	#user_area a span {display: none;}
	.icon-user {width: 26px;height: 26px;margin-right: 0;}
	#hd-contact {min-width: 170px; margin-left: 15px; height: 46px;}
	#hd-contact a span {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAANlBMVEVHcEwwMDUwMDUvLzUvLzUwMDUwMDQwMDUwMDUxp4EwMDU+dEMyonozQThDi0k4mGg4VD06YT+ikKO3AAAACXRSTlMA68sUeVekjDLYC++0AAABv0lEQVRYw61XV7LDIAw0xYUO979s8p7tGIMwUsh+MqNFvUxTA2KWC2dMa8b4ImcxkbCtXBfg64aVFrKSPjikQIkz3QTrU8wP4jvF8/dcd8HF998fSswt+VUjscLyi0ZjgeS5JoAP/Q/qsGoiCj/MmoxbLASjEzABOTBatcMaiiMvA075NyLeiMyAjCDhjZAaIujboGXtwUAiOFTIFMgJvMaqkOewvwgCNqO3/MVcBMohGLYyiZOihGFP6FsVOkVzwtsGcX8JRBtEWUa5EwyqpOT9ISpqIMtGQsvFd2MpO9nHBmtwva3sBO4Ud7iuUBEcyWgdsq1M1ZPDe/APNcFZD+ZbE7TbA2HjtwRnIFBuYOBAOowIDhNGaCIdRnwYjG8GdSlT+Z7Qux/+TfLJwakMz6SUpeOpjwremBTLYhKwap+M9i4v0Cq8ojnWr5qwdwJVNsXWXE6qgbKlba0IRdsn2B5XE+d7BLwaLKUj7DOB7C4HkBL1dJVPuVpTVMO1t5+4whBgR+luSNEEYGbOpB3RJeNDsDZEaFccXrKG17zxRXN81R1ftsfX/fGDY/zkGT+6xs++Hxye46fvD45v2vn/At8me8y7ENr9AAAAAElFTkSuQmCC);
		width: 46px;
		height: 46px;
		margin-right: 10px;
	}
	#hd-contact a span:hover, #hd-contact a span:active{
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAQlBMVEVHcEwxp4Exp4Exp4ExqH8wp4Ixp4Exp4Exp4E+ol4wp4IxqH8xp4Exp4H////4/fmMzI7j8+Ss2q5Jr4HF5cZhuXtMF6byAAAADXRSTlMA63rREIykU74FIjJg6pmPjgAAAeNJREFUWMO1V9m2gyAMBES01RhQ/P9fvbYuRRYNpXceOSdzkknIwlgCshGq4hyA80qJRrIsdHUFHqq6o1pLEVhvHEKSzDkkwe8p+gvzleLS/NnCLdpn2r7hQABvUvY1EFFHzR8KyFCPiH0LGWhDBgVZUF/Hn9ChgWyccvHk+QTcrYdDQG2GFTjeC+nU7/G42y/Qtwz98X8+AWAOAd9/loDvCEAEDrghjEB1wXHAJbBAdcHtP/ZDYAgE1bv/uS/jhwAnAkPnF7EeslR8F/Spg05DnghLDPL8YjJjkP43clSkJHL5UuL84IpgSIn0GwnmeaCYP4WORCLFflHR7wTzbj7RukJAsMmIM7GtsOBppiv4QkiwZ1ITCcJuOK2JQP2lBkciSDJwFlsmtno2EyWNsYm0BTGYzYfRJJOq/FI+F/SqwysktHqKl3J8JrkMuz9o7Ki19j+TjLt2VLSZnS4V/hDJWHXDgHgmQL8ppuayHhLwW1qXypDGe4LOb+vnbJo7gioYLL4QeE0ggtEWOGGvCPbpKq5qdbZpAhGO9yiFF0g43p0FI5UQayK9us/aESc9WmMQjY6sOOVLVvGaV75olq+65ct2lg+xdb/84PjByVN+dFHOvv6/D89XQstO3x8c33nn/x/li6UM9Y3+IgAAAABJRU5ErkJggg==);
	}
	.hd-phone a.hd-color1 {font-size: 15px;}
	.hd-phone a.hd-color2 {font-size: 17px;}
	
	/*==== header3 ====*/
	.head3-col1{}
	.head3-col2{}
	.head3-col2 a{}
	.head3-col2 a:hover{}
	.head3-col2 a i{}
	.head3-col2 a span{}
	.head3-logo{}
	.head3-steps{}
	.step-style{}
	.step-numb{	}
	.step-name{display: inline-block;}
	.select-numb{}
	.select-name{}
}



/*------------- Av Login Form Sectione --------*/
.bridrve-login-area{
	display: block;
    position: relative;
    width: 100%;
    z-index: 100;
}
.login-btn{
	display: inline-block;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding-left: 10px;
    transition: background-color .3s;
}
.form-popup {
    position: fixed;
    top: 47%;
    left: 50%;
    z-index: 10;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    max-width: 720px;
    background: #fff;
    border: 2px solid #fff;
    transform: translate(-50%, -70%);
}
.form-refer{
	
}

.show-popup .form-popup {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.1s;
}

.form-popup .close-btn {
    position: absolute;
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAElBMVEX///9HcEz///////////////84chYNAAAABXRSTlPzAD0UFaI/aUEAAABbSURBVBjTYxBEAgxEc0QMQQwQCeQYMIE4CswQToCioKAQK4QjxAqUUgCJgAwAMsACYA6QBZaAGK0QAJaAcIRYwRJYOMjKUAxANhrFUhTnoDhUGOwFYUNSvI0AAAXVFv37I6bkAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.form-popup .close-btn:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAElBMVEVHcEy/S0u+S0u+S0u+S0u+S0sWCe2YAAAABXRSTlMAj4h1VKY58roAAAA+SURBVBjTY2CgNnAGESZQjqkAAwNjMJTDFMjAoCoAU6cqAOJDAWOgqADCCNVABuwcFGXIBqAYjWIpinOoBwC4ygYbjtJCjAAAAABJRU5ErkJggg==);
}

.blur-bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: 0.1s ease;
}

.show-popup .blur-bg-overlay {
    opacity: 1;
    pointer-events: auto;
}

.form-popup .form-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.form-box .form-details {
    width: 100%;
    color: #fff;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login .form-details {
    padding: 0 40px;
    background: url("/pro/who_we_are/bd/sp3/files_lib/bridrve-usera-area-login-mob.png");
    background-position: center;
    background-size: cover;
}
.signup .form-details {
    padding: 0 20px;
    background: url("/pro/who_we_are/bd/sp3/files_lib/bridrve-usera-area-singup-mob.png");
    background-position: center;
    background-size: cover;
}
.login .form-details:after, .signup .form-details:after {
	display: block;
    content:"";
	padding-bottom: 10%;
}
.form-box .form-content {
    width: 100%;
    padding: 35px;
}
.form-details h2 {
    text-align: center;
    margin-bottom: 29px;
	padding-top: 40px;
	text-shadow: 2px 2px 20px #000;
}
.form-details p { 
	text-shadow: 1px 1px 17px #000;
}
.form-content h2 {
    text-align: center;
    margin-bottom: 29px;
	
}

form .input-field {
    position: relative;
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.input-field input {
    height: 100%;
    width: 100%;
    background: none;
    outline: none;
    font-size: 0.95rem;
    padding: 0 15px;
    border: 1px solid #717171;
    border-radius: 3px;
}

.input-field input:focus {
    border: 1px solid #04b15b;
}

.input-field label {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #4a4646;
    pointer-events: none;
    transition: 0.2s ease;
}

.input-field input:is(:focus, :valid) {
    padding: 16px 15px 0;
}

.input-field input:is(:focus, :valid)~label {
    transform: translateY(-80%);
    color: #149EDC;
    font-size: 0.75rem;
}

.form-box a {
    color: #149EDC;
    text-decoration: none;
	padding-left: 5px;
	font-size: 0.95rem;
}

.form-box a:hover {
    text-decoration: underline;
}

form :where(.forgot-pass-link, .policy-text) {
    display: inline-flex;
    margin-top: 13px;
    font-size: 0.95rem;
}

form button {
    width: 100%;
    color: #fff;
    border: none;
    outline: none;
    padding: 14px 0;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 3px;
    cursor: pointer;
    margin: 25px 0;
    background: #149EDC;
    transition: 0.2s ease;
}

form button:hover {
    background: #00703c;
}

.form-content .bottom-link {
    text-align: center;
}

.form-popup .signup,
.form-popup.show-signup .login {
    display: none;
}

.form-popup.show-signup .signup {
    display: flex;
}

.signup .policy-text {
    display: flex;
    margin-top: 14px;
    align-items: center;
	margin-bottom: 11px;
}

.signup .policy-text input {
    width: 14px;
    height: 14px;
    margin-right: 7px;
	margin-bottom: 11px;
}

/*--------- End Av Login Form Sectione --------*/

.mob-display{
	display: block;
}
.desk-display{
	display: none;
}
/*-------------Loading Gif-----*/
.lds-spinner {
  /* change color here */
  color: #1c4c5b
}
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
}
.lds-spinner {
  color: currentColor;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3.2px;
  left: 36.8px;
  width: 6.4px;
  height: 17.6px;
  border-radius: 20%;
  background: currentColor;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*-----------------------------*/
@media screen and (min-width: 480px) {
	a.txt-logo {font-size: 3.2em;}
	#head-phone a:last-child {
    font-size: 1.2em;
    line-height: 24px;
}
	
}
@media screen and (min-width:767px){
	.bridrve-responsive-wrapper{width: 100%;max-width: none; padding: 0 35px;}
	.pad-r{padding-right: 10px; float: left;}
	.pad-l{padding-left: 10px; float: right;}
	.col-left,.col-right{float:left;}
	.col-left-strict{float:left;}
	.col-right-strict{float:right;}
	.col-left,.col-left-strict{padding-right:15px;}
	.col-right,.col-right-strict{padding-left:15px;}
	.desk{display: block;}
	.mob-flex{display: none;}
	.desktop-flex{display: flex;}
	.mob-display{display: none;}
	.desk-display{display: block;}
	.bridrve-quote-box{width: 60%;margin: 0 auto;}
	.bridrve-quote-list>li>label{float: left;width: 29%;padding-right: 16px;	margin-bottom: 16px;}
	.bridrve-quote-list>li>div{width: 70%;margin-left: 29%;}
	.bridrve-quote-list .av_checkbox{width: calc(70% + 16px);}
	#bridrve-h-logo {top: 10px;}
	#bridrve-h-logo a {height: 70px;}
	#bridrve-h-logo img {width: 40px;}
	#bridrve-h-logo p {padding-left: 4px;font-size: 15px;}
	.mob-head {float: right;width: 50%;text-align: right;line-height: 36px;margin-top: 15px;}
	.mob-head-buttons {font-size: 14px;height: 36px;max-height: 36px;line-height: 36px;	border-radius: 18px;}
	#rec-menu a{font-size: 14px;font-weight: bold;padding: 0 20px;}
	.desk-head-buttons{display: block;margin-top: 18px;}
	#bridrve-nllist.bridrve-shoit {display:none;}
	#bridrve-nllist {position: static;right: 0;flex: 1;width: auto;max-width: 100%;height: auto;padding: 0;padding-right: 2rem;box-shadow:none;-webkit-box-shadow:none;}
	#bridrve-nllist.bridrve-shoit {top:  0;box-shadow:none;-webkit-box-shadow:none;}
	#bridrve-nllist.bridrve-shoit li{display: inline-block!important;text-align: center;font-size: inherit;padding: 0;}
	#bridrve-link a{font-size: 1rem;padding-right: 8px;}
	#bridrve-link .color1::after, #bridrve-link .color2::after{height: 9px;width: 9px;margin: 0 8px;}
	.nav__data img{max-width: 350px;}
	.v2{ height: 80px;}
/*---------------Start bridrve-Footer Sectione-----------*/
	.bridrve-footer-content {padding: 30px 0; padding-bottom: 0;}
	
	.footer-description-content{}
	.bridrve-footer-brand{width: 50%; padding-right: 15px; padding-top: 0;}
	.footer-logo{}
	.footer-logo img{width: 100%; max-width: 300px;}
	.footer-logo h4{font-size: 1.25rem;font-weight: 600; line-height: 30px;}
	.bridrve-footer-brand p{	display: block; text-align: left;}
	.bridrve-footer-brand ul{display: flex; flex-direction: row; align-items: center;}
	.bridrve-footer-brand li:not(:last-child){margin-right: 10px; display: flex; flex-direction: row; align-items: center; text-align: left;}
	.bridrve-footer-brand ul li a{display: flex; align-items: center;}
	.bridrve-footer-brand ul li a img{display: inline-block; width: 22px; height: 22px;}
	.bridrve-footer-products{}
	.ftr-list{display: flex;flex-wrap: nowrap;gap: 60px;justify-content: flex-start;}
	.ftr-list-step1{align-items: flex-start; /*padding-right: 35px;*/ font-size: 20px; margin-bottom: 0;}
	.ftr-list2{display: flex; padding-left: 5px; padding-top: 5px; text-align: left; align-items: flex-start;}
	.ftr-list1{padding-top: 40px; align-items: flex-start; text-align: left;}
	.ftr-list1 li{}
	.ftr-list2 li{font-size: 0.95rem; line-height: 22px;}
	.ftr-list2 li:not(:last-child){margin-bottom: 15px;}
	.ftr-list3{padding-left: 5px;padding-top: 5px;align-items: flex-start;}
	.ftr-list3 li:not(:last-child){	margin-bottom: 5px;}
	.ftr-list3 li{font-size: 0.925rem;line-height: 17px;}
	.bridrve-footer-legals{padding: 0;}
	.bridrve-legals-content{}
	.bridrve-footer-copyright{}
	.copyright, .brand-txt{	font-size: 16px; line-height: 20px; padding: 30px 0;}
	.brand-txt{padding: 4px 20px;}
	.bridrve-legals-list{}
	.bridrve-legals-list ul{}
	.bridrve-legals-list ul li{}	
	.bridrve-legals-list ul li:not(:last-child){	margin-right: 30px;}
	.bridrve-legals-list ul li a{font-size: 0.875rem; line-height: 16px;}
/*---------------End bridrve-Footer Sectione-------------*/

/*------------- Av Login Form Sectione --------*/
.bridrve-login-area{}
.login-btn{}
.form-popup {top: 43%;}
.show-popup .form-popup {}
.form-popup .close-btn {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAElBMVEVHcExjY2NjY2NjY2MAAABjY2O7onsTAAAABXRSTlMAjXVUASayaioAAABBSURBVBjTY2CgNjACEcpQjqoAAwNjEJTDGOjAICoAUycqwhgI18QYiJAASgUyYOegKBMVQBgAYsGlUCxFcQ71AAByxwWV4iCX0AAAAABJRU5ErkJggg==);
    width: 24px;
    height: 24px;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.blur-bg-overlay {}
.show-popup .blur-bg-overlay {opacity: 1; pointer-events: auto;}
.form-popup .form-box {display: flex; flex-direction: row; justify-content: center; width: auto; align-items: stretch;}
.form-box .form-details {max-width: 280px;}
.login .form-details {background: url("/pro/who_we_are/bd/sp3/files_lib/bridrve-usera-area-login-desk.png"); background-size: cover;}
.signup .form-details {background: url("/pro/who_we_are/bd/sp3/files_lib/bridrve-usera-area-singup-desk.png"); background-size: cover;}
.form-box .form-content {padding: 35px;}
.form-box h2 {text-align: center; margin-bottom: 29px;}
.form-details h2 {padding-top: 0}
form .input-field {}
.input-field input {}
.input-field input:focus {}
.input-field label {}
.input-field input:is(:focus, :valid) {}
.input-field input:is(:focus, :valid)~label {}
.form-box a {}
.form-box a:hover {}

form :where(.forgot-pass-link, .policy-text) {
    display: inline-flex;
    margin-top: 13px;
    font-size: 0.95rem;
}

form button {}
form button:hover {}
.form-content .bottom-link {}
.form-popup .signup,
.form-popup.show-signup .login {
    display: none;
}
.form-popup.show-signup .signup {
    display: flex;
}
.signup .policy-text {
    display: flex;
    margin-top: 14px;
    align-items: center;
}
.signup .policy-text input {
    width: 14px;
    height: 14px;
    margin-right: 7px;
}

/*--------- End Av Login Form Sectione --------*/
 
/*-------Start Home Button----------*/
.to-top{right: 35px;}
.to-top.active{bottom: 10px;}
/*------- Finish Home Button--------- */

}
@media screen and (min-width:992px){
	
	.bridrve-footer-products {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 25px;
    }
	.ftr-list {gap: 25px;}
	.bridrve-footer-txt p {font-size: 16px;line-height: 22px;}
	.bridrve-footer-txt ul {font-size: 15px; padding-bottom: 15px;}
	.ftr-legals {gap: 40px;}
	.ftr-legals a {font-size: 17px;}
	
}

@media screen and (min-width:1200px){
	.bridrve-responsive-wrapper{width: 100%; max-width: none; padding: 0 40px;}
	.nav__link{	padding: 0 20px;}

/*---------------Start bridrve-Footer Sectione-----------*/
	.bridrve-footer-content{padding: 40px 0; padding-bottom: 0;}
	.bridrve-footer-legals{padding: 0;}
	.footer-description-content{}
	.bridrve-footer-brand{}
	.footer-logo img{ }
	.footer-logo h4{font-size: 1.75rem; line-height: 40px;}
	.bridrve-footer-brand p{font-size: 16px; line-height: 24px; margin: 35px 0;}
	.bridrve-footer-brand li:not(:last-child){margin-right: 20px;}
	.bridrve-footer-brand ul li a img{width: 25px; height: 25px;}
	.bridrve-footer-products{}
	.bridrve-footer-products a{}
	.ftr-list{}
	.ftr-list-step1{}
	.ftr-list2, .ftr-list1{}
	.ftr-list1 li:not(:last-child){}
	.ftr-list {gap: 60px;}
	.bridrve-footer-legals{padding: 0;}
	.bridrve-legals-content{ display: flex; flex-direction: row; align-items: flex-start;}
	.bridrve-footer-copyright{}
	.copyright, .brand-txt{font-size: 16px; line-height: 20px; padding: 30px 0;}
	.brand-txt{text-align: left; padding: 0;}
	.bridrve-legals-list{}
	.bridrve-legals-list ul{}
	.bridrve-legals-list ul li{}	
	.bridrve-legals-list ul li:not(:last-child){	margin-right: 30px;}
	.bridrve-legals-list ul li a{font-size: 1rem; line-height: 22px;}
	

/*---------------End bridrve-Footer Sectione-------------*/
}

@media screen and (min-width:1400px){
	.bridrve-responsive-wrapper{width: 100%;max-width: none; padding: 0 60px; max-width: 1400px;}
	.container {padding: 0 60px; /*max-width: 1400px;*/ margin: 0 auto;}
	/*.nav__list {column-gap: 2.5rem;}*/
	.to-top{right: 100px;}
/*------Footer Sectione--------*/
    .ftr-list {gap: 80px;}
	.subscribe-sectione {max-width: 600px;}
	
/*------Footer Sectione----*/	
/*------------- Av Login Form Sectione --------*/
	.form-popup {top: 40%;}
/*--------- End Av Login Form Sectione --------*/
}
.w10T{width: 10%;}
.w20T{width: 20%;}
.w30T{width: 30%;}
.w33T{width: 33.3333%;}
.w40T{width: 40%;}
.w50T{width: 50%;}
.w60T{width: 60%;}
.w70T{width: 70%;}
.w80T{width: 80%;}
.w90T{width: 90%;}
.w100T{width: 100%;}