/* $Id: $ */
@charset "UTF-8";

input, input[type="text"], input[type="search"], isindex, textarea, button {
	outline:none;
	margin:0 auto;
	padding:5px 10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}


.zf-flLeft {
	float:left;
}
.zf-flRight {
	float:right;
}
.zf-clearBoth,.zf-eclearBoth {
	clear:both;
}
/* ol, ul {
	list-style: none outside none;
} */

.zf-templateWrapper ul{
    list-style:none;
}

.zf-normalText {
	font-size:13px;
	line-height:1.5;
}
.zf-smallText {
	font-size:0.9em;
	font-weight:normal;
}
.zf-smallHeading {
	font-size:18px;
}
.zf-heading {
	font-size:2em;
}
.zf-subHeading {
	font-size:1.5em;
}
.zf-boldText, .zf-boldText a {
	font-weight:bold;
	text-decoration:none;
}
.zf-italicText {
	font-style:italic;
}
.zf-heading a {
	text-decoration:underline;
}
.zf-heading a:hover {
	text-decoration:none;
}
.zf-blodText {
	font-weight:bold;
}
.zf-overAuto {
	overflow:auto;
}
.zf-split {
	color: #8B9193;
	padding: 0 3px;
}
.zf-backgroundBg {
	background:rgba(237, 239, 244, 1);
}
/* .zf-templateWidth {
	margin:0 auto;	
	padding: 30px 20px;
	max-width: 800px;
    width: 100%;
    box-sizing: border-box;
} */

.zf-templateWrapper {
	-moz-box-shadow: 0px 0px 22px 0px #d8dfed;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 10px;
}

.zf-tempContDiv input[type="text"], .zf-tempContDiv textarea, .zf-tempContDiv .zf-pdfTextArea {
	background: #fff;
    border: 1px solid rgba(184, 187, 211, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 4px;
    padding: 5px;
    font-size: 15px;
    color: rgb(37, 44, 62);
    padding: 11px 10px 10px 10px;
	height: 40px;
	transition: 0.3s;
}
.zf-tempContDiv input[type="text"]::placeholder, .zf-tempContDiv textarea::placeholder, .zf-tempContDiv .zf-pdfTextArea::placeholder {
	color: rgb(37,44,62);
	opacity: 0.5;
}
.zf-tempContDiv input[type="text"]:hover,  .zf-tempContDiv textarea:hover{	
	border: 1px solid rgba(184, 187, 211, 1);	
	}	
.zf-tempContDiv input[type="text"]:focus, .zf-tempContDiv textarea:focus{	
	border: 1px solid #f58b0a;
    box-shadow: 0px 0px 2px 0px #f58b0a;
}

	
.zf-tempContDiv textarea {
	min-height: 100px;
    height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
/* .arrangeAddress .zf-addrCont  span.zf-addtwo{ width: 100% !important;float: none !important;} 		 */
/**********Error Message***********/	
.zf-errorMessage {
	font: 15px Arial, Helvetica, sans-serif;
    color: #f41033;
    padding-top: 10px;
}

/**********Mandatory Message***********/	
.zf-important {
	color: #ff0000 !important;
    padding: 0;
    font-size: 17px !important;
    margin-left: 2px;
    font-weight: bold;
}

/**********instruction Message***********/
.zf-instruction {
	color: #465475;
    font-style: normal;
    font-size: 13px;
    overflow: visible !important;
    word-break: break-all;
    padding: 8px 0px 0px 0px;
    font-weight: 500;
	clear: both;
}	
.zf-symbols {
	padding:0 5px;
}

.zf-overflow{ overflow:hidden;}

/*****************template Header Starts Here****************/

.zf-tempHeadBdr {
	margin:0;
	padding:0;
	overflow:hidden;
}

.zf-tempHeadContBdr {
	border-bottom: 1px solid #ced3e0;
    margin: 0;
    padding: 10px 40px;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 10px 10px 0 0;
}
.zf-tempHeadContBdr .zf-frmTitle {
	color: #252c3e;
    margin: 0;
    padding: 0;
    font-size: 33px;
    font-weight: 500;
    text-align: center;
}
.zf-tempHeadContBdr .zf-frmDesc {
	color: #667291;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding-top: 8px;
    text-align: center;
}

/****************template Header Ends Here****************/
/* .zf-subContWrap {
	padding: 16px 0 16px 0;
} */

.zf-subContWrap.zf-topAlign ul{
margin:0;
padding:0;
}

.zf-tempFrmWrapper {
	padding: 10px 25px 10px 25px;
    margin: 0;
    box-sizing: border-box;
}

.zf-tempFrmWrapper .zf-tempContDiv {
	margin:0;
	padding:0;
}
.zf-tempFrmWrapper .zf-labelName {
	font-weight: 500;
    font-size: 16px;
    color: #252c3e;
}
.zf-form-sBox { 
	padding: 9px 10px 10px 5px;
	background: #fff;
    border: 1px solid rgba(184, 187, 211, 1);
    border-radius: 4px;
    font-size: 16px;
    height: 40px;
    transition: 0.3s;
    vertical-align: middle;
    position: relative;
    color: rgba(37, 44, 62, 1);
}
.zf-form-sBox:focus,.zf-form-sBox:focus:hover {
	border: 1px solid #f58b0a;
	box-shadow: 0px 0px 2px 0px #f58b0a;
	outline: none;
}
.zf-form-sBox::after {
	content: " ";
	position: absolute;
}
.zf-name .zf-tempContDiv span, .zf-phone .zf-tempContDiv span, .zf-time .zf-tempContDiv span{
	float: left;
	display:block;
}
.zf-name .zf-tempContDiv span{ margin-left: 4%;}
.zf-name .zf-tempContDiv span.last{ margin-right:0;}
.zf-name .zf-tempContDiv span label{ display: block;padding-top:3px;}
.zf-name .zf-tempContDiv input[type="text"] {width:100%;}
.zf-phone .zf-tempContDiv span label, .zf-date .zf-tempContDiv span label, .zf-time .zf-tempContDiv span label, .zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label, .zf-name .zf-tempContDiv span label{ 
	font-style: normal;
    font-size: 13px;
    overflow: visible !important;
    word-break: break-all;
    padding: 8px 0px 0px 0px;
    font-weight: 500;
	}
.zf-phone .zf-tempContDiv label, .zf-date .zf-tempContDiv label, .zf-time .zf-tempContDiv label, .zf-address .zf-tempContDiv label, .zf-name .zf-tempContDiv span label {
	color: #252c3e;
    opacity: .8;
}
.zf-phone .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	text-align:left;
}
.zf-phone .zf-tempContDiv .zf-symbols {
	display: block;
    margin: 9px 1%;
    width: 2%;
    text-align: center;
    padding: 0;
    padding-top: 3px;
}
.zf-currency .zf-tempContDiv span { 
	display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #252c3e;
    margin-right: 8px;
	float: left;
    margin-top: 10px;
}
.zf-currency .zf-tempContDiv input[type="text"] ~ span {
	margin-left: 8px;
	margin-right: 0;
	float: none;
}
.zf-currency .zf-tempContDiv span label {
	display: block;
	padding-top:3px;
	}
.zf-currency .zf-tempContDiv .zf-symbol {
	font-size: 14px;
    margin-left:5px;
    margin-top: 4px;
	width:auto;
	font-weight:bold;
	}

.zf-decesion .zf-tempContDiv{ 
	width:100% !important; 
	margin-top:4px;
	}
.zf-decesion input[type="checkbox"] {
    display: block;
    height: 13px;
    margin: 0;
    padding: 0;
    width: 13px;
	float:left;
	margin-top:4px;
}
.zf-decesion label {
    display: block;
    margin: 0px 0 0 25px !important;
    padding-bottom: 0 !important;
	width:95% !important;
	float:none !important;
	line-height:21px !important;
	text-align:left !important;
} 
.zf-tempContDiv input[type="file"]{
	outline: none;
    margin: 0 auto;
    width: 50%;
    border: 1px dashed rgba(184, 187, 211, 1);
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 12px;
    font-size: 15px;
    color: rgb(37, 44, 62);
}
.zf-address .zf-tempContDiv span, .zf-geolocation .zf-tempContDiv span {
	display:block;
	padding-top:15px;
}

.zf-address .address_row_1 .zf-addresCols {
	padding-top: 0;
}	
.zf-address .zf-tempContDiv span label, .zf-geolocation .zf-tempContDiv span label{
	display: block;
	}	
	
.zf-address .zf-tempContDiv .zf-addOne, .zf-geolocation .zf-tempContDiv .zf-addOne{
	float: none;
	padding-bottom:15px;
	margin-right:0;
	padding-right: 0;
	}

.zf-address .zf-tempContDiv .zf-addOne input, .zf-geolocation .zf-tempContDiv .zf-addOne input{
	width:100%;
	}
.zf-leftAlign .zf-address .zf-tempContDiv span.zf-addtwo, 
.zf-leftAlign .zf-geolocation .zf-tempContDiv span.zf-addtwo,
.zf-rightAlign .zf-address .zf-tempContDiv span.zf-addtwo, 
.zf-rightAlign .zf-geolocation .zf-tempContDiv span.zf-addtwo {
	width: 100%;
}
.zf-leftAlign .zf-address.zf-addrmedium .zf-tempContDiv span.zf-addtwo, 
.zf-leftAlign.zf-addrmedium .zf-geolocation .zf-tempContDiv span.zf-addtwo,
.zf-rightAlign .zf-address.zf-addrmedium .zf-tempContDiv span.zf-addtwo, 
.zf-rightAlign.zf-addrmedium .zf-geolocation .zf-tempContDiv span.zf-addtwo
{
	width: 47%;
	float: left;
}
.zf-leftAlign .zf-address.zf-addrlarge .zf-tempContDiv span.zf-addtwo, 
.zf-leftAlign.zf-addrlarge .zf-geolocation .zf-tempContDiv span.zf-addtwo,
.zf-rightAlign .zf-address.zf-addrlarge .zf-tempContDiv span.zf-addtwo, 
.zf-rightAlign.zf-addrlarge .zf-geolocation .zf-tempContDiv span.zf-addtwo {
	width: 48%;
	float: left;
}
.zf-leftAlign .zf-address.zf-addrlarge .zf-tempContDiv span.zf-addtwo:nth-last-of-type(2), 
.zf-leftAlign .zf-address.zf-addrmedium .zf-tempContDiv span.zf-addtwo:nth-last-of-type(2),
.zf-rightAlign .zf-address.zf-addrlarge .zf-tempContDiv span.zf-addtwo:nth-last-of-type(2), 
.zf-rightAlign .zf-address.zf-addrmedium .zf-tempContDiv span.zf-addtwo:nth-last-of-type(2) {
	padding-bottom: 0;
}
.zf-address .zf-tempContDiv span.zf-addtwo:nth-child(even), .zf-geolocation .zf-tempContDiv span.zf-addtwo:nth-child(even) {
	padding-right: 0;
}
.zf-address .zf-tempContDiv span.zf-addtwo input, .zf-geolocation .zf-tempContDiv span.zf-addtwo input{
	width:100%;
	}	
.zf-address .zf-tempContDiv span.zf-addtwo .zf-form-sBox{
	width:100%;
	}
	
.zf-signContainer{ 
	margin:0; 
	padding:0; 
	width:100%;
	}
.zf-signContainer canvas{ 
	cursor: crosshair;
    border: 1px solid rgba(184, 187, 211, 1);
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 130px;
	box-sizing: border-box;
	}
.zf-signContainer a{
	font-size: 14px;
    text-decoration: underline;
    display: block;
    color: #465475;
    margin-top: 8px;
	}	
	
.zf-section h2{
	border-bottom: 1px solid #a7abb2;
	font-size:22px; 
	color:#000; 
	font-weight:500; 
	padding-bottom:10px;
	}
.zf-section p{ 
	color: #465475;
    margin-top: 10px;
    font-size: 15px;
}
	
.zf-note .zf-labelName{	
	padding-top:7px;
	}
.zf-templateWrapper .zf-note{ 
	overflow:hidden;
	}

.zf-date .zf-tempContDiv span label {
	display: block;
    text-align: left;
    color: #252c3e;
    padding-top: 8px;
    font-size: 14px;
    opacity: .8;
}

.zf-subDate{ margin-right:10px;}
.zf-subDate label{ text-align:left !important;}

.zf-time .zf-tempContDiv span label {
	display: block;
	padding-top:8px;
	font-size: 13px;
}

.zf-time .zf-tempContDiv .zf-form-sBox{
	min-width: 58px;
    width: 72px;
    padding: 9px 20px 10px 6px;
}

.zf-time .zf-tempContDiv .zf-symbols {
	padding-top:12px;
}

.zf-tempContDiv input[type="checkbox"], .zf-tempContDiv input[type="radio"] {
	display: block;
	height: 13px;
	margin: 4px 0 0;
	padding: 0;
	width: 13px;
	cursor: pointer;
	
}
.zf-tempContDiv input[type="radio"] {
	-webkit-appearance: none;
	border: 1.2px solid #47476b;
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
.zf-tempContDiv input[type="radio"] ~ label {
	cursor: pointer;
}
.zf-tempContDiv input[type="checkbox"] {
	-webkit-appearance: none;
	border-radius: 3px;
    border: 1.2px solid #47476b;
    transition: 0.5s ease all;
	position: relative;
	width: 20px;
	height: 20px;
}
.zf-tempContDiv input[type="checkbox"] ~ label {
	cursor: pointer;
}
.zf-tempContDiv .zf-termsAccept input[type="checkbox"] ~ label {
	cursor: default;
}
.zf-tempContDiv input[type="radio"]:before {
	content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
    box-sizing: border-box;
}
.zf-tempContDiv input[type="checkbox"]:before {
	content: '';
	display: block;
	width: 60%;
	height: 60%;
	margin: 19% auto;
}
.zf-tempContDiv input[type="radio"]:checked:before {
	background: #f58b0a;
}
.zf-tempContDiv input[type="radio"]:checked {
	border: 1.2px solid #f58b0a;
	box-shadow: 0px 0px 0px 0.5px #f58b0a;
	outline: none;
}

.zf-tempContDiv input[type="checkbox"]:checked {
	border: 1.2px solid #f58b0a;
	box-shadow: 0px 0px 2px 0px #f58b0a;
	outline: none;
}
.zf-tempContDiv input[type="checkbox"]:checked:before {
	content: " ";
    display: inline-block;
    transform: rotate(45deg);
    height: 10px;
    width: 4px;
    border-bottom: 2px solid #f58b0a;
    border-right: 2px solid #f58b0a;
    position: absolute;
    top: -2px;
    left: 6px;
}
.zf-sideBySide .zf-tempContDiv span {
	margin: 0 4% 16px 0;
	padding:0;
	width:auto;
	float: left;
	display:block;
}
.zf-sideBySide .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	padding: 0;
	margin-top:1px;
	float:left;
	margin-left: 2px;
}
.zf-sideBySide .zf-tempContDiv span input[type="radio"] {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	padding: 0;
	float:left;
	margin-left: 1px;
}
.zf-sideBySide .zf-tempContDiv span label {
	line-height: 21px;
    display: block;
    padding: 0 0 0 32px;
    cursor: pointer;
    font-size: 15px;
    color: #47476b;
}
.zf-oneColumns .zf-tempContDiv span {
	margin:0 0 16px 0;
	padding:0;
	width:100%;
	display:block;
	clear: both;
}
.zf-oneColumns .zf-multiAttType label ~ input[type="text"],
.zf-twoColumns .zf-multiAttType label ~ input[type="text"],
.zf-threeColumns .zf-multiAttType label ~ input[type="text"],
.zf-sideBySide .zf-multiAttType label ~ input[type="text"] {
	margin-top: 15px;
	width: 100%;
}
.zf-oneColumns .zf-tempContDiv span:last-child { margin-bottom:0;}
.zf-oneColumns .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin:0;
	padding: 0;
	margin-top:1px;
	float:left;
	margin-left: 2px;
}
.zf-oneColumns .zf-tempContDiv span input[type="radio"] {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-top:1px;
	padding: 0;
	float:left;
	margin-left: 1px;
}
.zf-oneColumns .zf-tempContDiv span label {
	line-height: 21px;
    display: block;
    margin: 0 0 0 32px;
    padding: 0;
    font-size: 15px;
    color: #47476b;
}
.zf-twoColumns .zf-tempContDiv span {
	margin: 0 4% 16px 0;
	width: 48%;
	float: left;
	display:block;
}
.zf-twoColumns .zf-tempContDiv span:nth-child(even) {
	margin-right: 0;
}
.zf-twoColumns .zf-tempContDiv span input[type="checkbox"] {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	margin-top:1px;
	float:left;
	margin-left: 2px;
}
.zf-twoColumns .zf-tempContDiv span input[type="radio"] {
	display: block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	padding: 0;
	float:left;
	margin-left: 1px;
}
.zf-twoColumns .zf-tempContDiv span label {
	line-height: 21px;
    display: block;
    margin: 0 0 0 32px;
    padding: 0;
    font-size: 15px;
    color: #47476b;
}
.zf-threeColumns .zf-tempContDiv span {
	margin: 0 4% 15px 0;
    width: 30.6%;
    float: left;
    display: block;
}
.zf-threeColumns .zf-tempContDiv span:nth-child(3n) {
	margin-right: 0;
}
.zf-threeColumns .zf-tempContDiv span input[type="checkbox"] {
	display:block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	padding: 0;
	margin-top:1px;
	float:left;
	margin-left: 2px;
}
.zf-threeColumns .zf-tempContDiv span input[type="radio"] {
	display:block;
	min-width: 20px;
	width: 20px;
	height: 20px;
	margin-top:1px;
	padding: 0;
	float:left;
	margin-left: 1px;
}
.zf-threeColumns .zf-tempContDiv span label {
	line-height: 21px;
    display: block;
    margin: 0 0 0 32px;
    padding: 0;
    font-size: 15px;
    color: #47476b;
}

.zf-mSelect select { 
	font-size: 15px;
    border: 1px solid rgba(184, 187, 211, 1);
    overflow: auto;
    border-radius: 4px;
    color: #47476b;
    outline: none;
    box-sizing: border-box;
    height: 101px;
}	
.zf-mSelect select option {
	padding: 8px 10px;
    box-sizing: border-box;
}

.zf-fmFooter {
	margin:0;
	padding:10px 25px 10px 25px;
	text-align:center;
}

.zf-templateWrapper ul{
    padding: 0;
}

.zf-fmFooter .zf-submitColor{ 
	font-size: 16px;
    padding: 13px 38px;
    width:100%;
}

.zf-submitColor {
	color: #fff;
    border: 1px solid transparent;
    background: #f58b0a;
    border-radius: 150px;
    min-width: 100px;
    transition: transform .25s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform .25s cubic-bezier(0.33, 0.04, 0.63, 0.93), -o-transform .25s cubic-bezier(0.33, 0.04, 0.63, 0.93);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    cursor: pointer;
	}
	
.zf-submitColor:hover{
	/* -webkit-transform: scale3d(1.03, 1.03, 1) translate3d(0, 0, 0) perspective(500px);
    transform: scale3d(1.03, 1.03, 1) translate3d(0, 0, 0) perspective(500px); */
    background:#000;
	}	   	

/****************Field Small/Medium/Large Starts Here****************/

.zf-small .zf-tempContDiv input[type="text"], .zf-small .zf-tempContDiv textarea, .zf-small .zf-mSelect select, .zf-small .zf-tempContDiv .zf-sliderCont, .zf-small .zf-tempContDiv .zf-pdfTextArea, .zf-small .zf-signContainer{
	width:50%;
	}
.zf-medium .zf-tempContDiv input[type="text"], .zf-medium .zf-tempContDiv textarea, .zf-medium .zf-mSelect select, .zf-medium .zf-tempContDiv .zf-sliderCont, .zf-medium .zf-tempContDiv .zf-pdfTextArea, .zf-medium .zf-signContainer{
	width:75%;
	}
.zf-large .zf-tempContDiv input[type="text"], .zf-large .zf-tempContDiv textarea, .zf-large .zf-mSelect select, .zf-large .zf-tempContDiv .zf-sliderCont, .zf-large .zf-tempContDiv .zf-pdfTextArea, .zf-large .zf-signContainer{
	width:100%;
	}
.signContainer canvas{
	width:100%;
}
.zf-small .zf-tempContDiv .zf-form-sBox{
	width:50%;
	}
.zf-medium .zf-tempContDiv .zf-form-sBox{
	width:75%;
	}
.zf-large .zf-tempContDiv .zf-form-sBox{
	width:100%;
	}
.zf-name .zf-tempContDiv .zf-form-sBox{
	width:100%;
	padding: 8px 10px 10px 4px;
}
.zf-namesmall .zf-nameWrapper{ width: 50%;}
.zf-namesmall .zf-tempContDiv span {
    width: 49%;
    margin-left: 2%;
}
.zf-namesmall .zf-oneType .zf-salutationWrapper span{width:63%; }
.zf-namesmall .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 33%;}
.zf-namesmall .zf-twoType .zf-salutationWrapper span{width:34%;margin-left:3%;}
.zf-namesmall .zf-twoType .zf-salutationWrapper .zf-salutation{ width:26%;}
.zf-namesmall .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}
.zf-namesmall .zf-threeType .zf-salutationWrapper span{ 
	width: 25%;
    float: left;
    margin-left: 2%;
	margin-bottom: 0;
}
.zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width:19%;}
.zf-namesmall .zf-tempContDiv span:first-child{ margin-left:0;}

.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span, 
.zf-rightAlign .zf-namesmall	.zf-threeType .zf-salutationWrapper span
{     
	float: left;
    margin-left: 2%;
    width: 25%;}
.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation, 
.zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 19%; }
.zf-namemedium .zf-nameWrapper{ width: 75%;}
.zf-namemedium .zf-tempContDiv span{width:49%; margin-left:2%;}  
.zf-namemedium .zf-oneType .zf-salutationWrapper span{width:73%; }
.zf-namemedium .zf-oneType .zf-salutationWrapper .zf-salutation{ width: 25%;}
.zf-namemedium .zf-twoType .zf-salutationWrapper span{width:38%;margin-left:2%;}
.zf-namemedium .zf-twoType .zf-salutationWrapper .zf-salutation{ width:20%;}
.zf-namemedium .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}
.zf-namemedium .zf-threeType .zf-salutationWrapper span{width:25%;margin-left:2%;}
.zf-namemedium .zf-threeType .zf-salutationWrapper .zf-salutation{ width:19%;}
.zf-namemedium .zf-tempContDiv span:first-child{ margin-left:0;}
.zf-namelarge .zf-tempContDiv span{width:23.5%; margin-left:2%; margin-right: 0; margin-bottom: 0;}
.zf-namelarge .zf-twoType .zf-nameWrapper span{width:49%; margin-left:2%;}
.zf-namelarge .zf-threeType .zf-nameWrapper span{width:32%; margin-left:2%;}
.zf-namelarge .zf-twoType .zf-salutationWrapper span{width:40%; margin-left:2%;}
.zf-namelarge .zf-twoType .zf-salutationWrapper .zf-salutation{ width: 16%;}
.zf-namelarge .zf-threeType .zf-salutationWrapper span{width:26%; margin-left:2%;}
.zf-namelarge .zf-threeType .zf-salutationWrapper .zf-salutation{ width: 19.8%;}
.zf-namelarge .zf-oneType .zf-salutationWrapper span{width:73%; margin-left:2%;}
.zf-namelarge .zf-oneType .zf-salutationWrapper .zf-salutation{ width:25%;}
.zf-namelarge .zf-tempContDiv span:first-child { margin-left:0 !important;}
.zf-csmall .zf-tempContDiv input[type="text"] {
	width:100%;
}
.zf-cmedium .zf-tempContDiv input[type="text"] {
	width:100%;
}
.zf-clarge	 .zf-tempContDiv input[type="text"] {
	width:100%;
} 	
.zf-nsmall .zf-tempContDiv input[type="text"] {	
	width:50%;	
	}
.zf-nmedium .zf-tempContDiv input[type="text"] {
	width:75%;
	}
.zf-nlarge .zf-tempContDiv input[type="text"] {
	width:100%;
	}

.zf-signSmall .zf-tempContDiv .zf-signContainer .zf-signArea {	
	width:49%;
	}
.zf-signMedium .zf-tempContDiv .zf-signContainer .zf-signArea {
	width:60%;
	}
.zf-signLarge .zf-tempContDiv .zf-signContainer .zf-signArea {	
	width:74%;
	}	

.zf-addrsmall .zf-tempContDiv .zf-addrCont{ 
	width:50%;
	}
.zf-addrmedium .zf-tempContDiv .zf-addrCont{ 
	width:75%;
	}
.zf-addrlarge .zf-tempContDiv .zf-addrCont{ 
	width:100%;
	}	
	
.zf-leftAlign .zf-currency .zf-tempContDiv input[type="text"],
.zf-rightAlign .zf-currency .zf-tempContDiv input[type="text"] {
	float: left;
}
.zf-leftAlign .zf-currency.zf-clarge .zf-tempContDiv input[type="text"],
.zf-rightAlign .zf-currency.zf-clarge .zf-tempContDiv input[type="text"] {
	float: left;
}
.zf-leftAlign .zf-currency.zf-clarge .zf-tempContDiv input[type="text"] ~ span,
.zf-rightAlign .zf-currency.zf-clarge .zf-tempContDiv input[type="text"] ~ span {
	margin-top: 9px;
}	
/****************Field Small/Medium/Large Ends Here****************/	

.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
	padding-bottom: 10px;
	display:block;
}

.zf-topAlign .zf-threeColumns .zf-labelName, .zf-topAlign .zf-twoColumns .zf-labelName, .zf-topAlign .zf-oneColumns .zf-labelName, .zf-topAlign .zf-sideBySide .zf-labelName{ padding-bottom:8px;}

.zf-leftAlign {
	display:block;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-labelName {
	float: left;
    width: 30%;
    line-height: 20px;
    padding-right: 30px;
    box-sizing: border-box;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-tempContDiv {
	float: right;
    width: 70%;
}
.zf-leftAlign .zf-slider .zf-tempContDiv{ margin-top:6px;}
.zf-leftAlign .zf-decesion .zf-tempContDiv, .zf-rightAlign .zf-decesion .zf-tempContDiv{ margin-left:0 !important;}
.zf-rightAlign {
	display:block;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-labelName {
	float: left;
    width: 30%;
    line-height: 20px;
    text-align: right;
    padding-right: 30px;
    box-sizing: border-box;
}
.zf-rightAlign .zf-tempFrmWrapper .zf-tempContDiv {
	float: right;
    width: 70%;
}
.zf-matrixTable{ font-size:13px; overflow-x: auto;padding-bottom: 15px !important;}
.zf-matrixTable table th, .zf-matrixTable table td{padding:10px;}
.zf-matrixTable thead th, .zf-matrixTable table td{ text-align:center;}
.zf-matrixTable table td input[type="radio"], .zf-matrixTable table td input[type="checkbox"]{ display:inline-block;}
.zf-matrixTable tbody th{     
	font-weight: normal;
    font-size: 16px;
    text-align: left;
    padding: 12px 10px;
    color: #252c3e;
    width: 218px;
    box-sizing: border-box;
}
.zf-matrixTable thead th {     word-break: normal;
    font-weight: normal;
    font-size: 16px;
    padding: 12px 10px;
    color: #252c3e;
    text-align: center;}

/****************Form Top Align Starts Here****************/	

.zf-termsContainer{ margin:0; padding:0;}
.zf-termsContainer .zf-termsMsg {
	border: 1px solid #252c3e;
    max-height: 250px;
    overflow-y: auto;
    padding: 12px 10px 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    min-height: 70px;
    font-size: 13px;
}
.zf-termsContainer .zf-termScrollRemove { border: 1px solid #252c3e;
    overflow-y: auto;
    padding: 12px 10px 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    min-height: 70px;
    font-size: 13px;}
.zf-termsAccept{ 
	margin-top: 0 !important;
}
.zf-termsAccept input[type="checkbox"]{ margin-top:0 !important; float:left;}
.zf-termsAccept label{ 
	margin-left: 30px;
    font-size: 15px;
    float: none;
    display: block;
    color: #252c3e;}
.zf-termsWrapper .zf-tempContDiv{ margin-left:0 !important;}
.zf-termsWrapper .zf-labelName{ width:100% !important; text-align:left !important; padding-bottom:8px !important;}
.zf-medium .zf-phwrapper {
    width: 75%;
}
.zf-phwrapper.zf-phNumber span {
	width: 100% !important;
}
.zf-phwrapper span:first-child {
    margin-left: 0;
    width: 25%;
}
.zf-phwrapper label {
	display: block;
    color: #252c3e;
    font-size: 13px;
    padding-top: 8px;
    opacity: 0.8;
}
.zf-medium .zf-phonefld input[type="text"], .zf-small .zf-phonefld input[type="text"] {
    width: 100%;
}
.zf-small .zf-phwrapper {
    width: 50%;
}
.zf-tempFrmWrapper.zf-phone span {
	width: 30%;
	margin: inherit;
}
.zf-tempFrmWrapper .zfPhoneUSA span {
    width: 22.3%;
    position: relative;
}
.zf-tempFrmWrapper.zf-phone span input[type="text"] {
	width: 100%;
}
.zfMultiColGrid .zf-tempFrmWrapper.zf-phone .zf-symbols {
    display: none;
}
.zf-tempFrmWrapper.zf-phone .zfPhoneUSA {
	display: flex;
}
.zfMultiColGrid .zf-tempFrmWrapper.zf-phone .zfPhoneUSA span,
.zfoneColumn .zf-tempFrmWrapper.zf-phone .zfPhoneUSA span {
	width: 30%;
	flex: 1 1 auto;
	margin-left: 8px;
}
.zf-tempFrmWrapper.zf-phone .zfPhoneUSA span:first-of-type {
	margin-left: 0;
}
.zf-phwrapper span {
    float: left;
    width: 73%;
    margin-left: 2%;
}
.zf-descFld a { 
	text-decoration:underline;
	color: #252c3e;
}
.zf-descFld em{ font-style:italic;}
.zf-descFld b{ font-weight:bold;}
.zf-descFld i{ font-style: italic;}
.zf-descFld u{ text-decoration:underline;}
.zf-descFld ul{ margin:auto;}
.zf-descFld ul{ list-style:disc;}
.zf-descFld ol{ list-style:decimal;}
.zf-descFld ul, .zf-descFld ol{margin: 10px 0;
    padding-left: 20px;}

.zf-descFld  ol.code {
    list-style-position: outside;
    list-style-type: decimal;
    padding: 0 30px;
}
.zf-descFld  ol.code li {
    background-color: #F5F5F5;
    border-left: 2px solid #CCCCCC;
    margin: 1px 0;
    padding: 2px;
}
.zf-descFld  blockquote.zquote {
    border-left: 3px solid #EFEFEF;
    padding-left: 35px;
}
.zf-descFld  blockquote.zquote span.txt {
    -moz-user-focus: ignore;
    -moz-user-input: disabled;
    -moz-user-select: none;
    color: #058BC2;
    float: left;
    font: bold 50px Arial,Helvetica,sans-serif;
    margin: -10px 0 0 -30px;
}
.zf-descFld  blockquote.block_quote {
    background: url("../images/newQuote.gif") no-repeat scroll 12px 10px rgba(0, 0, 0, 0);
    border-left: 3px solid #EFEFEF;
    font: 13px/20px georgia,Arial,verdana,Helvetica,sans-serif;
    margin: 15px 3px 15px 15px;
    padding: 10px 10px 10px 40px;
}
.zf-descFld  body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 8px;
}
.note .noteCont{ overflow:hidden;}
.note .zf-descFld{
	overflow:hidden;
	font-size: 13px;
}

.zf-descFld img {
	width: auto;
}
/* New Css */
.zf-date .zf-tempContDiv input[type="text"]{
	width: 340px;
}
.zf-leftAlign .zf-date .zf-tempContDiv input[type="text"],
.zf-rightAlign .zf-date .zf-tempContDiv input[type="text"] {
	width: 238px;
}
.zf-leftAlign .zf-date.zf-time .zf-tempContDiv input[type="text"],
.zf-rightAlign .zf-date.zf-time .zf-tempContDiv input[type="text"] {
width: 223px;
}
.zf-decesion .zf-tempContDiv input[type="checkbox"] {
	margin-top: 0;
}
.zf-tempFrmWrapper.zf-decesion .zf-labelName {
	margin-left: 28px !important;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-matrixTable,
.zf-rightAlign .zf-tempFrmWrapper .zf-matrixTable {
	width: 100%;
	clear: both;
	float: none;
	padding-top: 10px;
}
.zf-leftAlign .zf-tempFrmWrapper.zf-termsandCond .zf-tempContDiv,
.zf-rightAlign .zf-tempFrmWrapper.zf-termsandCond .zf-tempContDiv {
	float: none;
    width: 100%;
    clear: both;
    padding-top: 10px;
}
.zf-leftAlign .zf-tempFrmWrapper.zf-termsandCond .zf-labelName,
.zf-rightAlign .zf-tempFrmWrapper.zf-termsandCond .zf-labelName {
	width: 100%;
	float: none;
	text-align: left;
	display: block;
}

.zf-leftAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span:first-of-type, 
.zf-rightAlign .zf-namesmall .zf-threeType .zf-salutationWrapper span:first-of-type {
	margin-left: 0;
}
.zf-rightAlign .zf-tempFrmWrapper.zf-matrixTable .zf-labelName {
	text-align: left;
}
.zfAddressTwoCol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 16px;
}

.zf-address .zf-tempContDiv .zfAddressTwoCol .zf-addOne {
	width: 47%;
}
.zf-addrCont .zfAddressTwoCol ~ .zfAddressTwoCol span.zf-addtwo:last-of-type {
    padding-bottom: 0;
}
.zf-csmall.zf-currency .zf-tempContDiv > div {
	width: 50%;
	display: inline-flex;
}
.zf-cmedium.zf-currency .zf-tempContDiv > div {
	width: 75%;
	display: inline-flex;
}
.zf-clarge.zf-currency .zf-tempContDiv > div {
	width: 100%;
	display: inline-flex;
}
.zf-nameWrapper.zf-salutationWrapper {
    display: flex;
}
.zf-leftAlign .zf-tempFrmWrapper .zf-termsandCond {
	float: none;
	width: 100%;
}
.zf-tempContDiv span input[type="checkbox"]:focus {
	border: 1.2px solid rgb(46, 183, 159, 1);
    box-shadow: 0px 0px 2px 0px rgb(46, 183, 159, 1);
}
.zf-multiAttType.fullColWrap,
.zf-twoColumns .zf-tempContDiv .zf-multiAttType.fullColWrap,
.zf-threeColumns .zf-tempContDiv .zf-multiAttType.fullColWrap,
.zf-sideBySide .zf-tempContDiv .zf-multiAttType.fullColWrap {
	width: 100%;
}
.zf-address.zf-tempContDiv .zf-form-sBox,
.zf-address.zf-tempContDiv input[type="text"] {
	width: 100%;
}
.address_row_3, .address_row_4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 16px;
}
.address_row_3 span.zf-addresCols,
.address_row_4 span.zf-addresCols {
	    width: 47%;
		flex: 1 1 auto;
}
.address_row_1 .zf-addresCols,
.address_row_2 .zf-addresCols,
.address_row_3 .zf-addresCols,
.address_row_4 .zf-addresCols  {
	width: 100%;
}
.zf-tempFrmWrapper.gridName .zf-twoType .zf-nameWrapper span {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.zf-tempFrmWrapper.gridName .zf-threeType .zf-salutationWrapper .zf-salutation {
	width: 100%;
	margin-left: 0;
}
.zf-tempFrmWrapper.gridName .zf-threeType .zf-salutationWrapper span {
	width: 100%;
	margin-left: 0;
	margin-bottom: 15px;
}
.zf-tempFrmWrapper.gridName  .zf-nameWrapper.zf-salutationWrapper {
	display: block;
}
.zf-templateWrapper .zf-note table td {
	word-break: break-all;
}
.zf-leftAlign .zf-tempFrmWrapper.zf-matrixTable .zf-labelName {
	width: 100%;
}

/* Grid Related Css Start Here */
.zfgrid_Wrapper {
	padding: 0 40px 0 40px;
	margin: 0;
	box-sizing: border-box;
}
.zfgridLabelCont {
	padding: 12px 0;
}
.zfgridLabelCont label {
	font-size: 22px;
	color: #252c3e;
}
.zfgridLabelCont span {
	font-size: 14px;
	color: #465474;
	padding-top: 8px;
	display: block;
}
.zftwoColumn,
.zfthreeColumn {
	display: flex;
  	flex-wrap: nowrap;
	gap: 32px;
}
.zfoneColumn .zfCol{
	max-width: 100%;
}
.zftwoColumn .zfCol {
	flex: 1 1;
  	overflow-x: hidden;
	max-width: 50%;
}
.zfthreeColumn .zfCol {
	flex: 1 1;
  	overflow-x: hidden;
	max-width: 33%;
}
.zfgrid_Wrapper .zf-tempFrmWrapper {
	padding-left: 0;
  	padding-right: 0;
}
.zfMultiColGrid .zf-medium .zf-tempContDiv input[type="text"], .zfMultiColGrid .zf-medium .zf-tempContDiv textarea, .zfMultiColGrid .zf-medium .zf-mSelect select, .zfMultiColGrid .zf-medium .zf-tempContDiv .zf-sliderCont, .zfMultiColGrid .zf-medium .zf-tempContDiv .zf-pdfTextArea, 
.zfMultiColGrid .zf-medium .zf-signContainer {
	width: 100%;
  }

.zfMultiColGrid .zf-small .zf-tempContDiv input[type="text"], .zfMultiColGrid .zf-small .zf-tempContDiv textarea, .zfMultiColGrid .zf-small .zf-mSelect select, .zfMultiColGrid .zf-small .zf-tempContDiv .zf-sliderCont, .zfMultiColGrid .zf-small .zf-tempContDiv .zf-pdfTextArea, 
.zfMultiColGrid .zf-small .zf-signContainer {
	width: 100%;
}
.zfMultiColGrid .zf-medium .zf-phwrapper {
	width: 100%;
}
.zfMultiColGrid .zf-small .zf-phwrapper {
	width: 100%;
}
.zfMultiColGrid .zf-tempFrmWrapper.zf-phone span,
.zfoneColumn .zf-tempFrmWrapper.zf-phone span{
	width: 30.6%;
}
.zfoneColumn .zf-tempFrmWrapper.zf-phone span.zf-symbols {
    display: none;
}
.zfMultiColGrid .zf-phone .zf-tempContDiv .zf-symbols {
	margin: 9px 1%;
  	width: 2%;
}
.zfMultiColGrid .zf-cmedium.zf-currency .zf-tempContDiv > div {
	width: 100%;
}
.zfMultiColGrid .zf-csmall.zf-currency .zf-tempContDiv > div {
	width: 100%;
}
.zfMultiColGrid .zf-medium .zf-tempContDiv .zf-form-sBox,.zfMultiColGrid .zf-small .zf-tempContDiv .zf-form-sBox {
	width: 100%;
}
.zfMultiColGrid .zf-date .zf-tempContDiv input[type="text"],
.zfMultiColGrid .zf-date.zf-time .zf-tempContDiv input[type="text"] {
	width: 100%;
}
.zfMultiColGrid .zf-tempContDiv input[type="file"] {
	width: 100%;
}
.zfMultiColGrid .zf-namemedium .zf-nameWrapper,.zfMultiColGrid .zf-namesmall .zf-nameWrapper {
	width: 100%;
  }
.zfMultiColGrid .zf-addrmedium .zf-tempContDiv .zf-addrCont,.zfMultiColGrid .zf-addrsmall .zf-tempContDiv .zf-addrCont {
	width: 100%;
}

.zftwoColumn .address_row_3, .zftwoColumn .address_row_4, .zfthreeColumn .address_row_3, .zfthreeColumn .address_row_4 {
	flex-wrap: nowrap;
	gap: 0 8px;
}
.zftwoColumn .gridAddress .address_row_3, .zftwoColumn .gridAddress .address_row_4, .zfthreeColumn .gridAddress .address_row_3, .zfthreeColumn .gridAddress .address_row_4 {
	flex-wrap: wrap;
	width: 100%;
}
.gridAddress .address_row_3 .zf-addresCols, .gridAddress .address_row_4 .zf-addresCols {
	width: 100%;
}
.zfgrid_Wrapper .zf-time .zf-tempContDiv .zf-symbols {
	display: none;
}
.zfMultiColGrid  .zf-time .zf-tempContDiv span {
	width: 32%;
	margin-right: 2%;
}
.zfMultiColGrid  .zf-time .zf-tempContDiv span:last-of-type {
	margin-right: 0;
}
.zfMultiColGrid .zf-time .zf-tempContDiv .zf-form-sBox {
	min-width: auto;
	width: 100%;
}
.zfMultiColGrid .zf-date.zf-time .zf-tempContDiv .zf-subDate {
	width: 25%;
}
.zfMultiColGrid .zf-date.zf-time .zf-tempContDiv span {
	width: 23%;
}
.zfgrid_Wrapper .zf-oneColumns .zf-tempContDiv span label,.zfgrid_Wrapper .zf-twoColumns .zf-tempContDiv span label,.zfgrid_Wrapper .zf-threeColumns .zf-tempContDiv span label,.zfgrid_Wrapper .zf-sideBySide .zf-tempContDiv span label {
	word-break: break-all;
}
.zf-leftAlign .zfMultiColGrid .zf-tempFrmWrapper .zf-labelName,
.zf-rightAlign .zfMultiColGrid .zf-tempFrmWrapper .zf-labelName {
	float: none;
	display: block;
	width: 100%;
	padding-bottom: 10px;
	text-align: left;
}
.zf-leftAlign .zfMultiColGrid .zf-tempFrmWrapper .zf-tempContDiv,
.zf-rightAlign .zfMultiColGrid .zf-tempFrmWrapper .zf-tempContDiv {
	float: none;
	width: 100%;
}
.zfInstrucTop .zf-instruction {
	padding: 0px 0px 10px 0px;
}
.zfInstrucTop .zf-decesion .zf-instruction {
	padding: 10px 0px 0px 0px;
}
.zfInstrucTop.zf-topAlign .zf-tempFrmWrapper .zf-labelName {
    padding-bottom: 6px;
    display: block;
}
.zfoneColumn .zf-time .zf-tempContDiv {
	width: 285px;
}
.zf-leftAlign .zfoneColumn .zf-time .zf-tempContDiv,
.zf-rightAlign .zfoneColumn .zf-time .zf-tempContDiv,
.zf-leftAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv,
.zf-rightAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv {
	width: 70%;
}
.zfoneColumn .zf-time .zf-tempContDiv span {
	width: 25%;
  	margin-right: 14px;
}
.zf-leftAlign .zfoneColumn .zf-time .zf-tempContDiv span,
.zf-rightAlign .zfoneColumn .zf-time .zf-tempContDiv span {
	width: 72px;
}
.zfoneColumn .zf-time.zf-date .zf-tempContDiv {
	width: 100%;
}
.zfoneColumn .zf-time.zf-date .zf-tempContDiv span {
	width: 72px;
  	margin-right: 14px;
}
.zfoneColumn .zf-time.zf-date .zf-tempContDiv .zf-subDate {
	width: 340px;
}
.zf-leftAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv .zf-subDate,
.zf-rightAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv .zf-subDate {
	width: 223px;
	
}
.zf-leftAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv span,
.zf-rightAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv span {
	margin-right: 12px;
}
.zf-leftAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv span:last-of-type,
.zf-rightAlign .zfoneColumn .zf-time.zf-date .zf-tempContDiv span:last-of-type {
	margin-right: 0;
}

/* Grid Related Css Ends Here */

/* ------------------ Divider Field Css Start here -------------------- */

.zf-divider {
    border-top-color:#b8bbd3 !important;
    margin: 0 auto;
}

.zf-small .zf-divider{
    width:50%;
}
.zf-medium .zf-divider{
    width:75%;
}
.zf-large .zf-divider{
    width:100%;
}

.zf-divider.line-One{
	border-top:1px ;
}
.zf-divider.line-Two{
	border-top:2px;
}
.zf-divider.line-Three{
	border-top:3px;
}
.zf-divider.line-Four{
	border-top:4px;
}
.zf-divider.line-Five{
	border-top:5px;
}
.zf-divider.line-Six{
	border-top:6px;
}
.zf-divider.line-Seven{
	border-top:7px;
}
.zf-divider.line-Eight{
	border-top:8px;
}
.zf-divider.line-Nine{
	border-top:9px;
}
.zf-divider.line-Ten{
	border-top: 10px;
}

.zf-divider.solidType{
	border-top-style: solid;
}
.zf-divider.dashedType{
	border-top-style: dashed;
}
.zf-divider.dottedType{
	border-top-style: dotted;
}
.zf-divider.doubleType{
	border-top-style: double;
}

.layout3 .dividerContainer{
	background: transparent;
    box-shadow: none;
	border: none;
	padding: 12px 0;
}

/* ------------------ Divider Field Css Ends here -------------------- */

/* New Css */


/* ------------------ Spacer Field Css Start here -------------------- */

.zf-spacer {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: white; /* No color */
}


/* Regex Field related Css End */
/* ===== Country-code searchable dropdown (Phone field) ===== */
.zf-ccWrap {
	position: relative;
}
.zf-ccWrap .zf-ccHiddenInput {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.zf-ccSelect {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #fff;
	border: 1px solid rgba(184, 187, 211, 1);
	border-radius: 4px;
	height: 40px;
	padding: 0 8px;
	cursor: pointer;
	box-sizing: border-box;
	transition: 0.3s;
	user-select: none;
}
.zf-ccSelect:hover {
	border: 1px solid rgba(184, 187, 211, 1);
}
.zf-ccSelect:focus,
.zf-ccSelect[aria-expanded="true"] {
	border: 1px solid #2eb79f;
	box-shadow: 0px 0px 2px 0px #2eb79f;
	outline: none;
}
.zf-ccFlag {
	font-size: 17px;
	line-height: 1;
}
.zf-ccDial {
	font-size: 14px;
	color: rgb(37, 44, 62);
	white-space: nowrap;
}
.zf-ccArrow {
	margin-left: auto;
	font-size: 10px;
	color: #8B9193;
	transition: transform 0.2s;
}
.zf-ccSelect[aria-expanded="true"] .zf-ccArrow {
	transform: rotate(180deg);
}
.zf-ccDropdown {
	display: none;
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	width: 290px;
	max-width: 85vw;
	background: #fff;
	border: 1px solid rgba(184, 187, 211, 1);
	border-radius: 6px;
	box-shadow: 0px 6px 20px 0px rgba(37, 44, 62, 0.18);
	z-index: 999;
}
.zf-ccDropdown.zf-ccOpen {
	display: block;
}
.zf-ccSearchWrap {
	padding: 8px;
	border-bottom: 1px solid rgba(184, 187, 211, 0.5);
}
.zf-ccSearch {
	width: 100%;
	height: 34px;
	border: 1px solid rgba(184, 187, 211, 1);
	border-radius: 4px;
	padding: 0 10px;
	font-size: 13px;
	box-sizing: border-box;
	color: rgb(37, 44, 62);
	font-family: Arial, Helvetica, sans-serif;
}
.zf-ccSearch::placeholder {
	color: rgb(37, 44, 62);
	opacity: 0.5;
}
.zf-ccSearch:focus {
	border: 1px solid #2eb79f;
	box-shadow: 0px 0px 2px 0px #2eb79f;
	outline: none;
}
.zf-ccList {
	list-style: none;
	margin: 0;
	padding: 4px 0;
	max-height: 230px;
	overflow-y: auto;
}
.zf-ccOption {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	cursor: pointer;
	font-size: 13px;
	line-height: 1.3;
	color: rgb(37, 44, 62);
	font-family: Arial, Helvetica, sans-serif;
}
.zf-ccOption:hover,
.zf-ccOption.zf-ccActive {
	background: rgba(46, 183, 159, 0.12);
}
.zf-ccOptFlag {
	font-size: 16px;
	flex-shrink: 0;
}
.zf-ccOptName {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.zf-ccOptDial {
	color: #8B9193;
	font-size: 12px;
	flex-shrink: 0;
}
.zf-ccNoResult {
	padding: 14px 12px;
	text-align: center;
	color: #8B9193;
	font-size: 13px;
}

.zf-ccOption span{
    width: auto !important;
}


@media only screen and (max-width: 480px) {
	.zf-ccDropdown {
		width: 260px;
	}
}



/* ------------------ Spacer Field Css Ends here -------------------- */

/* Regex Field related Css Start */

.zf-regexFldCont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
}

.zf-regexTagCont {
	display: flex;
	align-items: center;
	align-self: stretch;
	gap: 12px;
	max-width: 100%;
}

.zf-regexTag {
	background: #f5f5f5;
	border: 1px solid #d0d0d0;
	color: #777;
	font-size: 13px;
	border-radius: 2px;
	padding: 9px 10px;
	align-self: stretch;
}

.zf-tempFrmWrapper.fieldModel_4 .zf-regexTag {
	border-radius: 4px;
}

.zf-regexSymbol {
	color: #555;
	font-size: 13px;
	flex-shrink: 0;
}

.zf-regexSymbol.regUnderscore {
	align-self: flex-end;
}

.zf-regexInput {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 100%;
	width: 20%;
	flex-grow: 1;
	min-width: 120px;
}

.zf-regexInput input[type="text"] {
	width: 100%;
	box-sizing: border-box;
	padding: 7px 10px;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	font-size: 13px;
}

.zf-regexInput input[type="text"]:focus {
	outline: none;
	border-color: #4285f4;
}

/* Regex Field related Css End */

.py-nav{background: rgb(255 255 255 / 51%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px); /* Safari */

    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;}


.contact-wrapper {
    display: flex;
    align-items: center;
    position: relative;
    width: max-content;
}

.navbar-nav{
background: #000;
}

.navbar .navbar-toggler{
    margin-right: 0;
}

.wrapper-contact{
    margin: auto;
}

.contact-btn {
    background: #000;
    color: #fff;
    text-decoration: none;
    padding: 13px 40px;
    border-radius: 80px;
    transition: all .5s ease;
}

.contact-light-btn {
    background: #fff;
    color: #000;
    text-decoration: none;
    padding: 13px 40px;
    border-radius: 80px;
    transition: all .5s ease;
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -50px;
    z-index: 2;
    transition: all .5s ease;
}

.head-banner-aria {
    margin: 85px 0px;
}

.icon-light-circle {
    background: #fff;
}

.icon-light-circle svg path {
    fill: #111;
}

.contact-wrapper:hover .contact-btn,
.contact-wrapper:hover .icon-circle {
    background: #f58b0a;
    color: #fff;
}

.contact-wrapper:hover .icon-light-circle svg path {
    fill: #fff;

}

.contact-wrapper:hover .icon-circle {
    transform: translateX(-151px);

}

.contact-wrapper:hover .contact-btn {
    transform: translateX(54px);

}

.hero-section {
    background: #f5f5f5;
    min-height: 843px;
    position: relative;
    overflow: hidden;

}

.hero-badge {
    display: inline-block;
    background: #e8ddcf;
    color: #333;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    max-width: 650px;
}

.hero-desc {
    color: #777;
    max-width: 600px;
    margin-top: 20px;
}

.brain-image {
    max-width: 510px;
    width: 100%;
}

.expertise-card {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 320px;
    background: #000;
    color: #fff;
    border-radius: 24px 24px 0 0;
    padding: 30px;
    z-index: 5;
}

.expertise-card h6 {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.expertise-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.expertise-list li {
    margin-bottom: 12px;
    font-size: 15px;
}

.expertise-list li a {
    color: #fff;
    text-decoration: none;
    transition: all .3s ease;
}

.consult-btn {
    background: #fff;
    color: #000;
    border-radius: 40px;
    padding: 12px 24px;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.arrow-circle {
    width: 42px;
    height: 42px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.industry-card h4{
    font-size: calc(1.325rem + .9vw);
}

.trusted-section {
    margin-top: 85px;
}

.contact-form .modal-content{
    padding: 15px;
}

.contact-form .modal-header{
    align-items: center;
    border-bottom:none;
}
.contact-form .modal-description{
    margin-bottom:15px;
}

.contact-form .modal-content{
    border-radius:24px;
    background:#000;
}

.contact-form .modal-title{
    color:#fff;
}

.btn-close {
    background: #ffffff var(--bs-btn-close-bg) center / 1em auto no-repeat !important;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif; 
}

.contact-form .modal-body{
    background: #f0eeea;
    border-radius: 12px;
}

.contact-btn-new{width: 204px;}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}
fieldset:last-child{
    margin-bottom:0 ;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
    border-radius: 6px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
  
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #f7941d;
  color: #FFF;
  margin: 0 0 5px;
  padding: 15px;
  font-size: 15px;
  border-radius: 35px;
}

#contact button[type="submit"]:hover {
  background: #f7941d;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.bottom-strip {

    background: #000;
    color: #fff;
    padding: 35px 0;
}

.bottom-strip p {
    color: #ebebeb;
    max-width: 750px;
    margin: 0;
}



.brands-slider .item {
    padding: 10px;
}


.solution-wrapper {
    background: #ece9e6;
    border-radius: 40px;
    padding: 80px 50px;
}

.section-tag {
    background: #e2d4be;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
}

.service-card {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 20px;
    height: 100%;
    min-height: 250px;
}

.icon-box {
    width: 55px;
    height: 55px;
    background: #000;
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 20px;
}

.service-card h4 {
    margin-bottom: 15px;
    font-size: 20px;
}

.service-card p{
    margin: 0;
}

.service-card p, .info-card p, .text-secondary {
    color: #ababab !important;

}

/* .progress-line{
    height:2px;
    background:#bdbdbd;
    position:relative;
}

.progress-line span{
    position:absolute;
    left:0;
    top:0;
    width:55%;
    height:2px;
    background:#000;
} */

.nav-btn {
    width: 55px;
    height: 55px;
    border: 1px solid #000;
    border-radius: 50%;
    background: transparent;
    transition: .3s;
}

.nav-btn:hover {
    background: #000;
}

.nav-btn svg path {
    fill: #000;
    transition: all .3s ease;
}

.nav-btn:hover svg path {
    fill: #fff;
}

.progress-line {
    width: 100%;
    height: 2px;
    background: #d9d9d9;
    position: relative;
    overflow: hidden;
}

#progressBar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: #000;
    transition: width .5s ease;
}

#progressBar {
    width: 50%;
}

/* python partner section */
.section-tag {
    background: #f4812045;
    padding: 8px 16px;
    border-radius: 30px;
    display: inline-block;
    font-size: 14px;
}

.section-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.1;
}


.feature-item {
    padding-top: 20px;
}

.feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.feature-item p {
    color: #777;
}

.stats-wrapper {
    background: #efedea;
    padding: 35px;
    border-radius: 40px;
}

.info-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    height: 100%;
    overflow: hidden;
}

.world-card {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.world-card h3 {
    font-size: 42px;
    font-weight: 700;
}

.security-card {
    display: flex;
    align-items: center;
    gap: 20px;
}

.security-circle {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}


.placeholder-lines span {
    display: block;
    height: 8px;
    background: #f3f3f3;
    margin-top: 10px;
    border-radius: 10px;
}

.team-card {
    min-height: 160px;
}

.avatar-group img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-left: -17px;
}

.avatar-group img{
    object-fit:cover;
}

.avatar-group img:first-child {
    margin-left: 0;
}

.chart-card {
    min-height: 220px;
}

.bars {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 100px;
}

.bars span {
    width: 15px;
    background: #000;
    border-radius: 20px;
}

.bars span:nth-child(1) {
    height: 20%;
}

.bars span:nth-child(2) {
    height: 45%;
    background: #f7941d;
}

.bars span:nth-child(3) {
    height: 80%;
}

.bars span:nth-child(4) {
    height: 100%;
    background: #f7941d;
}

.bars span:nth-child(5) {
    height: 40%;
}

.bars span:nth-child(6) {
    height: 90%;
}

.team-stats{
    padding: 40px;
    background-image: url(/images/statshome5.webp);
    background-repeat: no-repeat;
    background-size: cover;
    text-align:center;
    border-radius: 25px;
}
.team-hire-stats{
    display: flex;
    gap:35px;
}
.team-stats p {
    margin:0;
}

.team-hire-img img{
    width:100%;
    border-radius:25px;
    max-height:250px;
    object-fit: cover;

}

.hero-features{
padding: 0;
}

.hero-features li{
margin-bottom: 10px;
    display:flex;
    gap:12px;
}

.team-hire-stats{
    margin: 25px 0px;
}

.hire-btn-circle .contact-wrapper:hover .icon-circle {
    transform: translateX(-242px);
}

.people-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    max-height: 489px;
}

.people-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.retention-card {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.feature-item {
    position: relative;
    padding-top: 25px;
}

.feature-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #d9d9d9;
}

.feature-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff8c00;
    transition: width .6s ease;
}

.feature-item:hover::after {
    width: 100%;
}

.industries-section {

    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: #1f1f1f;
}

/* Background Images */



.bg-image {

    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: .6s;
    z-index: 0;
}

.bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-image.active {
    opacity: 0.71;
}

.container {
    position: relative;
    z-index: 2;
}

.industry-card-content{
    width:90%
}

.industry-card {

    background: #fff;
    border-radius: 18px;
    padding: 30px;
    transition: .35s;
    cursor: pointer;
    min-height: 190px;
    height:100%;
}

.industry-card:hover {

    transform: translateY(-8px);
}

.circle-btn {

    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: none;
    background: #000;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
}

.team-content {
    display: flex;
    flex-wrap: wrap;
}

.metrics-concept {
    background: #f5f5f5;
    padding: 100px 0;
}

.metrics-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    transition: .35s;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    min-height: 344px;
}

.metrics-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.card-body h4{
    font-size: 16px;
    font-weight: 700;
}

.card-body p{
    margin-bottom: 0px;
    margin-top: 12px;
}

.metrics-card .card-body h2 {
    margin-bottom: 25px;
}

.metrics-card:hover {
    background-color: #000;
    color: #fff;
}

.metrics-card:hover .glow {
    opacity: 1;
}

.metrics-card:hover h2 {
    color: #F48226;
}

.metrics-card:hover .card-gradient {
    opacity: 1;
    z-index: -1;
}

.card-gradient {
    opacity: 0;
    transition: all .5s ease;
    position: absolute;
    inset: 0;
    background: #222222;
    background: linear-gradient(204deg, rgba(34, 34, 34, 1) 0%, rgba(244, 129, 32, 1) 24%, rgba(160, 134, 33, 1) 58%, rgba(99, 33, 33, 1) 77%, rgba(99, 33, 33, 1) 93%);
    border-radius: 18px;

}

.map-wrapper {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.map-wrapper img {
    width: 100%;
    display: block;
}

.map-hotspot {

    position: absolute;

    width: 30px;
    height: 30px;

    cursor: pointer;

    border-radius: 50%;

    /* Uncomment while positioning */
    /* background:red; opacity:.4; */
}

/* Position according to your SVG */

.usa {
    left: 15%;
    top: 37%;
}

.europe {
    left: 51%;
    top: 30%;
}

.india {
    left: 66%;
    top: 46%;
}

.australia {
    left: 88%;
    top: 78%;
}

.popup-box {
    position: absolute;
    background: #111;
    color: #fff;
    padding: 18px;
    border-radius: 18px;
    display: none;
    width: 220px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
    z-index: 99;
}

.popup-box.show {
    display: block;
}

.city {
    display: inline-block;
    padding: 7px 14px;
    background: #555;
    border-radius: 30px;
    margin: 4px;
    font-size: 13px;
}

.badge-custom {
    background: #efe1cf;
    color: #333;
    border-radius: 30px;
    padding: 10px 18px
}

.btn-round {
    border-radius: 40px;
    padding: .9rem 1.6rem
}

.icon-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%
}

.faq-section,
.cta-section {
    background-color: #F6F5F2;
}

.cta-content {
    width: 65%;
    margin: auto;
}

.accordion {
    padding: 25px;
    background: #fff;
    border-radius: 25px;
}

.accordion-item {
    border: 0;
    background: #f0eeea;
    border-radius: 22px !important;
    margin-bottom: 16px;
    overflow: hidden
}

.accordion-button {
    background: #f0eeea;
    font-weight: 700
}

.accordion-button:not(.collapsed) {
    background: #f0eeea;
    box-shadow: none;
    color:#f48226;
}

.cta {
    background: #1f1f1f;
    border-radius: 36px;
    color: #fff;
    overflow: hidden;
    position: relative
}

.glow {
    position: absolute;
    right: -66px;
    top: -160px;
    width: 220px;
    height: 363px;
    background: radial-gradient(circle, #F48120 20%, #A08621, #632121, #632121 45%, transparent 70%);
    filter: blur(30px);
    opacity: 0;
}

.cloud {
    font-size: 110px
}

/* .footer {
    background: #120a07;
    color: #ddd
} */

.footer span a{
    color: #f7931e;
    text-decoration: none;
    display: block;
    margin: .6rem 0;
    font-size: 16px;
        font-weight: 600;
}

.footer a{
    color: #bfbfbf;
    text-decoration: none;
    display: block;
    margin: .6rem 0;
    font-size: 16px;
        font-weight: 600;
}

.footer a:hover{
    color:#f7931e;
}

.menu-footer-bars{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.Footer_Certificate{
    display:flex;
    gap: 15px;
    list-style: none;
    justify-content: end;
}
.Footer_Certificate li{
    width:15%;
}
.Footer_Certificate li img{
    width:100%;
}

.social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    border: 1px solid #777;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 8px
}

.cta-content .contact-wrapper {
    margin: auto;
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer h5 {
    color: #f7931e;
    font-weight: 700;
    margin-bottom: 18px;
}

footer {
    background: url('images/Fotter-bg.png') no-repeat center center;
    background-size: cover;
    background-color: #0B0401;
    color: #fff;
}

.get-touch .btn {
    background: #F48226;
    color: #fff;
    border-color: #f48226
}

.get-touch .input {
    background-color: #201F1F;
}

.contact-info li a {
    display: flex;
    gap: 10px;
    align-items: center;
}

.cta {
    background: url('images/cta-bg.png') no-repeat center center;
    background-size: cover;
}

/* map section */
.country-section{
    display:flex;
    width:100%;
    /* min-height:240px; */
    border-left:1px solid #d1d1d1;
    border-right:1px solid #d1d1d1;
    /* border-radius: 12px; */
}

.country-item{

    flex:1;
    border-left:1px solid #d1d1d1;

    padding:18px;

    overflow:hidden;

    transition:all .65s cubic-bezier(.22,1,.36,1);

    cursor:pointer;
    position:relative;

    min-width:150px;
}

.country-item:first-child{
    border-left:none;
}

/* .country-item:last-child{
    border-right:1px solid #111;
} */

/* Accordion Effect */

.country-section:hover .country-item{
    flex:1.4;
}

.country-section .country-item:hover{
    flex:1.8;
}

/* Top Area */

.country-top{
    display:flex;
    align-items:flex-start;
    gap:35px;
}

.country-top h3{
    white-space:nowrap;
    font-size:36px;
    font-weight:400;
    color:#111;
}

/* Menu */

.country-menu{

    list-style:disc;

    padding-left:18px;

    opacity:0;

    max-width: 320px;

    overflow:hidden;

    transform:translateX(-25px);

    transition:
        opacity .45s ease,
        transform .45s ease,
        max-width .6s ease;
}

.country-item:hover .country-menu{

    opacity:1;

    max-width:320px;

    transform:translateX(0);
}

.country-menu li{

    opacity:0;
    transform:translateY(15px);

    transition:.35s ease;
}

.country-item:hover .country-menu li{

    opacity:1;
    transform:translateY(0);
}

.country-item:hover .country-menu li:nth-child(1){
    transition-delay:.08s;
}

.country-item:hover .country-menu li:nth-child(2){
    transition-delay:.16s;
}

.country-item:hover .country-menu li:nth-child(3){
    transition-delay:.24s;
}

.country-menu a{

    color:#9a9a9a;
    text-decoration:none;
    transition:.3s;
    font-size: 16px;
}

.country-menu a:hover{
    color:#111;
}

/* Letter */

.country-letter{

    font-size:84px;
    line-height:1;
    font-weight:300;
    color:#000;
}

.map-section{
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 100px 0;
    /* background: #1f1f1f; */
}

.map-section::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 250px;

    background: url("images/map-bg.png") center bottom no-repeat;
    background-size: contain;

    opacity: 0.32;      /* adjust visibility */
    pointer-events: none;
    z-index: 0;
}

/* Keep content above the map */
.country-item{
    position: relative;
    z-index: 1;
}

.team-hire-stats .contact-btn-new {
    width: 297px;
}

/* Mobile */
@media (max-width:992px){

.country-section{
    flex-direction:column;
}

/* .country-item{
    border-right:1px solid #111;
    border-bottom:1px solid #111;
} */

/* .country-section:hover .country-item,
.country-section .country-item:hover{
    flex:1;
} */

.country-item:hover{
    flex:1;
}

.country-top{
    flex-direction:column;
    gap:10px;

}

.country-menu{
    opacity:1;
    max-width:100%;
    transform:none;
    overflow: visible;
}

.country-menu li{
    opacity: 1;
   
}

.team-content{
    display: block;
}
.info-card.chart-card{
    display:flex;
    justify-content: space-between;
}
.info-card.team-card .col-4{
text-align: end;
}


}


@media(max-width:991px) {

    .hero-title {
        font-size: 42px;
    }

    .expertise-card {
        position: relative;
        right: auto;
        bottom: auto;
        width: 100%;
        margin-top: 40px;
    }

    .trusted-section {
        margin-top: 60px;
    }

    .bottom-strip {
        position: relative;
        margin-top: 60px;
    }
.bottom-strip .contact{
    justify-content: start !important;
    margin:15px 0px;
}
.owl-dots .owl-dot{width: 10px !important; height: 10px !important; background: #0000002a !important; border-radius:10px;}
     .owl-dots .owl-dot.active{background: #000 !important;}
    .owl-dots{display: flex; gap: 16px; margin:10px 0px; justify-content: center;}
    .faq-section-wrapper .sticky-sm-top{
        position: relative !important;    
        padding-top:0 !important;
            margin: 0;
    }
    .cta-content{
        width:90%;
    }
.button.navbar-toggler{
        margin-right: 0px;
}
}


@media(max-width:430px) {
  .country-section{
    border-left: 0px solid #d1d1d1;
    border-right: 0px solid #d1d1d1;
    border-top: 0px solid #d1d1d1;

  }
 .country-item:first-child{
    border-top: 0px solid #d1d1d1;
  }
  .country-item{
    border-top: 1px solid #d1d1d1;

    border-left: 0px solid #d1d1d1;
    
  }
  .content-industry{
    margin:0;
  }

  .faq-list{
    padding: 0;
    margin-left:0;
    margin-right:0;
  }
 
.faq-section{
    padding-bottom:0 !important;

}
       .bottom-strip {
        position: relative;
        margin-top: 0px;
    }
    .why-features,.metrics-concept, .cta-content, .faq-section-wrapper, .why-us-section .why-features {
        width:100%;
        margin:auto !important;
        padding-top: 1.6rem !important;
        padding-bottom: 1.6rem !important;
    }
    .section-title{
        font-size: 32px !important;
    }
    .cta, .solution-wrapper{
        padding: 40px 20px !important;
    }
    .cta-content{
        width:100%;
        padding: 0 !important;
    }

    .head-banner-aria {
    margin: 61px 0px 12px 0px;
}
    .solution-contact{justify-content: start !important;}
    .stats-wrapper{padding: 21px;}
    .world-card, .security-card{flex-wrap: wrap;}
    .navbar-nav.rounded-pill{
        border-radius: 0px !important;
        padding: 25px !important;
        gap:0 !important;
        background-color:#f8f9fa !important;
        margin-top: 5px !important;
    }
    .nav-item a{color:#000 !important;}
    .navbar-collapse.collapse .navbar-brand{
display:none;   
    }
    .navbar-brand img{width:75%;}
    .team-hire-stats{
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0px;
    width: 100%;
    }
    .py-nav{
        background: #f8f9fa;
    }
    .country-top {
    flex-direction: row;
    justify-content: space-around;
    }
    
}

@media (min-width: 1200px) {
.industry-card h4{
    font-size: 2rem;
}
}

@media (max-width: 1200px) {
.team-hire-stats{
    gap: 12px;
}
.team-stats{
    padding: 27px 20px;
}
.section-title {
    font-size: 46px;}
  
.country-menu {
    opacity: 1;
    max-width: 100%;
    transform: none;
    overflow: visible;
}
.country-menu li {
    opacity: 1;
    transform: translateY(15px);
    transition: .35s ease;
}
.country-top h2{
font-size:20px;
}
.country-top {
     gap: 30px;
}
.avatar-group{
    display: flex;
}

.card-body i{
    min-height: 43px;
}

.expertise-card {
    bottom: -10px;}

}

/* .footer-section{
    background:#000;
    color:#fff;
    padding:70px 0 40px;
    position:relative;
    overflow:hidden;
} */

.footer-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:url("images/world-map-dots.png") center right no-repeat;
    background-size:55%;
    opacity:.12;
    pointer-events:none;
}

.footer-section .container{
    position:relative;
    z-index:2;
}

.footer-title{
    font-size:42px;
    font-weight:700;
    line-height:1.15;
}

/* .subscribe-form .form-control{
    border:none;
    border-radius:0;
    min-height:55px;
} */

.subscribe-form .btn{
    border-radius:0;
    padding:0 28px;
    font-weight:600;
    color:#fff;
    background:#f7931e;
    border:none;
}

.form-check-label{
    color:#bcbcbc;
    font-size:14px;
}

.form-check-label a{
    color:#fff;
    text-decoration:underline;
}

.footer-links a{
    display:block;
    color:#fff;
    text-decoration:none;
    margin-bottom:18px;
    transition:.3s;
}

.footer-links a:hover{
    color:#f7931e;
}

hr{
    border-color:#585858;
    margin:50px 0;
}

.office-section h5{
    color:#f7931e;
    font-weight:700;
    margin-bottom:18px;
}

.office-section p{
    color:#bfbfbf;
    line-height:1.7;
    margin-bottom:8px;
}

.office-section span{
    color:#f7931e;
    font-weight:600;
}

.india-office small{
    color:#f7931e;
    font-weight:700;
    letter-spacing:2px;
}

.india-office h2{
    font-size:42px;
    margin:10px 0 20px;
    font-weight:700;
}

.india-office p{
    color:#bdbdbd;
    max-width:420px;
}

.social{
    display:flex;
    gap:8px;
    list-style: none;
    margin:0;
    padding: 0;
}

.social img{
    width: 13px;
}
.footer-bottom{
    color:#9c9c9c;
}
.footer-bottom .small{
    font-size: 12px;
    margin-bottom: 10px;
}

.footer-links-bottom{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.footer-links-bottom a{
    color:#fff;
    text-decoration:none;
    font-size: 14px;
}

.copyright{
    text-align:center;
    margin-top:40px;
    color:#7c7c7c;
    font-size:14px;
}

@media(max-width:991px){

    .footer-title{
        font-size:32px;
        margin-bottom:20px;
    }

    .india-office{
        margin-top:20px;
    }

    .india-office h2{
        font-size:30px;
    }

    .footer-section::before{
        background-size:90%;
    }

}