
.why-us-scroll-main h2 {
	margin: 15px 0;
    padding-bottom: 15.46px;
    position: relative;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.why-us-scroll-main h2::before {
	width: 40px;
    height: 4px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    position: absolute;
    border-radius: 50px;
    background: #1455a6;
    content: '';
}
.why-us-box{
	background:#fff;
	padding:15px;
	position:relative;
}
.why-us-box::before{
	position:absolute;
	bottom:-55px;
	left:-5px;
	font-size:150px;
	font-family:'Courgette', cursive;
	color:rgba(125, 125, 125, 0.1);
}
.why-us-box:nth-child(1)::before{
	content:'01';
}
.why-us-box:nth-child(2){
	background: rgba(255, 255, 255, 0.88);
}
.why-us-box:nth-child(2)::before{
	content:'02';
}
.why-us-box:nth-child(3){
	background:#fff;
}
.why-us-box:nth-child(3)::before{
	content:'03';
}
.why-us-box:nth-child(4){
	background:rgba(255, 255, 255, 0.90);
}
.why-us-box:nth-child(4)::before{
	content:'04';
}
.why-us-box:nth-child(5){
	background: rgba(255, 255, 255, 0.78);
}
.why-us-box:nth-child(5)::before{
	content:'05';
}
.why-us-box:nth-child(6){
	background: rgba(255, 255, 255, 0.85);
}
.why-us-box:nth-child(6)::before{
	content:'06';
}
.why-us-box:nth-child(7){
	background:rgb(255, 255, 255);
}
.why-us-box:nth-child(7)::before{
	content:'07';
}
.why-us-box:nth-child(8){
	background:rgba(255, 255, 255, 0.85);
}
.why-us-box:nth-child(8)::before{
	content:'08';
}
.why-us-box h3 {
	color: #333;
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 10px;
	font-size: 21px;
}
.why-us-box p {
	color:#333;
	margin-bottom:10px;
	font-size:15px;
	text-align: justify;
}
.why-us-rmore-btn{
	border-radius:0;
	border:none;
	background:#ed633e;
	color:#FFFFFF;
	padding:6px 20px;
	font-weight:600;
	font-size:13px;
}
.why-us-box img {
	width:100%;
	display:block;
	margin:auto;
}

.newsletter-main{
	position:relative;
	z-index:1;
}
.newsletter-main-wrapper{
	padding:15px 15px;
	background:#025684;
}
.newsletter-main p {
	color:#FFFFFF;
	font-size:23px;
	font-weight:600;
	margin: 5px 0;
	text-transform:uppercase;
}
.newsletter-main .form-control {
	border-radius:0px;
	border:none;
	padding:10px 20px;
	font-size:15px;
	height:auto;
	color:#666666;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
}
.newsletter-main .form-control::-moz-placeholder , .newsletter-main .form-control::-webkit-placeholder , .newsletter-main .form-control::-o-placeholder , .newsletter-main .form-control::placeholder{
	color:#666666;
}
.newsletter-main .btn {
	font-size:15px;
	color:#FFFFFF;
	font-weight:500;
	background:#025684;
	padding:10px 50px;
	border-radius:0;
	font-family: 'Poppins', sans-serif;
	border:none;
	text-transform:uppercase;
}
.testimonial-scroll-main {
	padding:0px 15px 15px 15px;
}
.testimonial-scroll-main h3 {
	margin: 15px 0;
    padding-bottom: 15.46px;
    position: relative;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.testimonial-scroll-main h3::before {
	width: 40px;
    height: 4px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    position: absolute;
    border-radius: 50px;
    background: #1455a6;
    content: '';
}
.testimonial-slide-main{
	padding:0;
}
.testimonial-scroll-main .carousel-indicators {
	position: relative;
	bottom: 0;
	margin: 10px auto;
	left: 0;
}
.testimonial-scroll-main .carousel-indicators li {
	z-index:0;
	width:12px;
	height:12px;
	margin:0 2px;
	border:1px solid #ffcd00;
}
.testimonial-scroll-main .carousel-indicators li.active {
	background:#ffcd00;
}
/******** testimonial-1 ********/
.testimonial-1-box{
	padding: 80px 20px 20px 20px;
	background: #35a2c9;
	margin: 55px 0 15px 0;
	position: relative;
}
.testimonial-1-img{
	width: 100px;
	margin: 0 auto;
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
}
.testimonial-1-img img {
	width:100px;
	height:100px;
	border:5px solid #FFFFFF;
	border-radius:100%;
}
.testimonial-1-box p {
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
	font-size:13px;
}
.testimonial-1-box h4 {
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
/******** testimonial-2 ********/
.testimonial-2-box{
	padding:20px;
	background:#01bfa5;
	margin:0 0 15px 0;
}
.testimonial-2-img{
	width:100px;
	padding-bottom:25px;
	margin:0 auto 15px auto;
	position:relative;
}
.testimonial-2-img img {
	width:100px;
	height:100px;
	border:5px solid #FFFFFF;
	border-radius:100%;
}
.testimonial-2-box p {
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
	font-size:13px;
}
.testimonial-2-box h4 {
	font-weight: 700;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
/******** testimonial-3 ********/
.testimonial-3-box{
	padding:20px;
	background:#fee25b;
	margin:0 0 15px 0;
}
.testimonial-3-img{
	width:100px;
	padding-bottom:25px;
	margin:0 auto 15px auto;
	position:relative;
}
.testimonial-3-img::before{
	width:30px;
	height:1px;
	background:#000;
	left:0;
	right:0;
	margin:auto;
	bottom:0px;
	content:'';
	position:absolute;
}
.testimonial-3-img img {
	width:100px;
	height:100px;
	border:5px solid #FFFFFF;
	border-radius:100%;
}
.testimonial-3-box p {
	color:#000;
	text-align:center;
	line-height:25px;
	font-size:13px;
}
.testimonial-3-box h4 {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
/******** testimonial-4 ********/
.testimonial-4-box{
	padding:20px;
	background:#ee534f;
	margin:0 0 15px 0;
}
.testimonial-4-img{
	width:100px;
	padding-bottom:25px;
	margin:0 auto 15px auto;
	position:relative;
}
.testimonial-4-img::before, .testimonial-2-img::before, .testimonial-1-img::before, .testimonial-5-img::before{
	width:30px;
	height:1px;
	background:#FFFFFF;
	left:0;
	right:0;
	margin:auto;
	bottom:0px;
	content:'';
	position:absolute;
}
.testimonial-4-img img {
	width:100px;
	height:100px;
	border-radius:100%;
	border: 5px solid #FFFFFF;
}
.testimonial-4-box p {
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
	font-size:13px;
	font-style:italic;
}
.testimonial-4-box h4 {
	font-weight: 700;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
/******** testimonial-5 ********/
.testimonial-5-box{
	padding: 80px 20px 20px 20px;
	background: #3bc168;
	margin: 80px 0 15px 0;
	position: relative;
}
.testimonial-5-img{
	width: 100px;
	margin: 0 auto;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}
.testimonial-5-img img {
	width:100px;
	border-radius: 50%;
}
.testimonial-5-box p {
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
	font-size:13px;
	font-style:italic;
}
.testimonial-5-box h4 {
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
.testimonial-5-img::before, .testimonial-1-img::before {
	bottom: -20px;
}
/******** testimonial-6 ********/
.testimonial-6-box{
	padding:35px 15px;
	background:#ee534f;
	margin:0 0 15px 0;
}
.testimonial-6-img{
	width: 100px;
	padding-bottom: 25px;
	margin: 0 auto 25px auto;
	position: relative;
}
.testimonial-6-img::before{
	width:30px;
	height:1px;
	background:#FFFFFF;
	left:0;
	right:0;
	margin:auto;
	bottom:0px;
	content:'';
	position:absolute;
}
.testimonial-6-img img {
	width:100px;
	height:100px;
	border:5px solid #FFFFFF;
	border-radius:100%;
}
.testimonial-6-img-info {
	padding-left: 0;
}
.testimonial-6-box p {
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
	font-size:13px;
	font-style:italic;
}
.testimonial-6-box h4 {
	font-weight: 700;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
/******** testimonial-7 ********/
.testimonial-7-box{
	padding:27px 15px;
	background:#dc4c70;
	margin:0 0 15px 0;
}
.testimonial-7-img{
	padding-bottom: 25px;
	margin-bottom: 25px;
	position: relative;
}
.testimonial-7-img::before{
	width:30px;
	height:1px;
	background:#FFFFFF;
	left:0;
	right:0;
	margin:auto;
	bottom:0px;
	content:'';
	position:absolute;
}
.testimonial-7-img img {
	width:100px;
	height:100px;
	border:5px solid #FFFFFF;
	border-radius:100%;
}
.testimonial-7-name{
	padding-left: 0;
}
.testimonial-7-box p {
	color:#FFFFFF;
	text-align:center;
	line-height:25px;
	font-size:13px;
	font-style:italic;
}
.testimonial-7-box h4 {
	font-weight: 700;
	color:#FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	margin:40px 0;
}
.Global Tax-update-wrapper{
	padding:0 15px 30px 15px;
}
.Global Tax-update-wrapper h3 {
	margin: 15px 0;
    padding-bottom: 15.46px;
    position: relative;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.Global Tax-update-wrapper h3::before {
	width:40px;
	height:4px;
	left:0px;
	right:0px;
	margin:auto;
	bottom:0px;
	position:absolute;
	border-radius:50px;
	background:#1455a6;
	content:'';
}
.Global Tax-update-main{
	position:relative;
	height:350px;
	overflow:auto;
}
.Global Tax-update-box-main {
	padding-left:85px;
	position:relative;
}
.Global Tax-update-box-main::before {
	width:5px;
	height:100%;
	position:absolute;
	left:40px;
	top:0px;
	background:#666666;
	content:'';
}
.Global Tax-update-count{
	position:absolute;
	width:45px;
	height:45px;
	background:#000000;
	border:6px solid #666666;
	text-align:center;
	color:#ffcd00;
	border-radius:100%;
	left:19px;
	top:0px;
	line-height:30px;
	font-size:20px;
}
.Global Tax-update-box {
	margin:5px 0 10px 0;
	background:#e8e8e8;
	border-radius:5px;
	padding:10px 20px;
	position:relative;
}
.Global Tax-update-box::before {
	border-top:9px solid transparent;
	border-right:9px solid #e8e8e8;
	border-bottom:9px solid transparent;
	border-left:0px solid transparent;
	content:'';
	position:absolute;
	left:-9px;
	top:9px;
}
.Global Tax-update-box h4 {
	margin-top: 0;
	font-weight:normal;
}
.Global Tax-update-box p {
	color:#666666;
	line-height:22px;
	text-align: left;
}
.Global Tax-update-box ul {
	margin:0 0 0 20px;
}
.Global Tax-update-box ul li {
	color:#666666;
	margin:10px 0;
	line-height:22px;
        word-wrap: break-word;
}
.update-read-more-btn {
	border-radius:0;
	border:none;
	background:#ffcd00;
	color:#333333;
	padding:8px 12px;
	display:none;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.update-read-more-btn:hover , .update-read-more-btn:focus {
	background:#e9bb00;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.Global Tax-update-box-main:last-child .Global Tax-update-box {
	margin-bottom:0;
}
.twitter-update-box{
	padding:0 15px 30px 15px;
}
.twitter-update-box h3 {
	margin: 15px 0;
    padding-bottom: 15.46px;
    position: relative;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.twitter-update-box h3::before {
	width:40px;
	height:4px;
	left:0px;
	right:0px;
	margin:auto;
	bottom:0px;
	position:absolute;
	border-radius:50px;
	background:#1455a6;
	content:'';
}
.twitter-box{
	height:350px;
	overflow:auto;
}
.footer-main{
	padding:10px 15px;
	background:#025684;
}
.footer-main ul {
	list-style:none;
	margin:3px 0;
}
.footer-main ul li {
	display:inline-block;
	margin: 0 10px;
}
.footer-main ul li:first-child {
	margin-left: 0;
}
.footer-main ul li a {
	color:#FFFFFF;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.footer-main ul li a:hover {
	color:#ffcd00;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.footer-social ul {
	text-align:right;
	margin:0;
}
.footer-social ul li {
	font-size:17px;
}
.footer-bottom{
	padding:10px 0 0 0;
	border-top:1px solid #1b1b1b;
	margin-top:10px;
}
.footer-bottom p {
	margin:0;
	color:#FFFFFF;
}
.footer-bottom-right {
	text-align:left;
}
.footer-bottom-right a {
	color:#ffcd00;
}
.Global Tax-prime-modal-dialog{
	transform:translate(0,50%) !important;
}
.Global Tax-prime-modal-content{
	box-shadow:none;
	border-radius:0px;
}
.Global Tax-prime-modal-body{
	padding:30px;
	position:relative;
}
.Global Tax-prime-modal-body .close {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #1455a6 !important;
	border: 2px solid #FFFFFF !important;
	color: #FFFFFF;
	top: -10px;
	right: -10px;
	opacity: 1;
	border-radius: 100%;
}
.prime-logo {
	border-right: 1px solid #dddddd;
}
.prime-logo img {
	margin:82px auto;
	width:80%;
}
.prime-info{
	padding-left:30px;
	border-left:1px solid #dddddd;
	margin-left: -1px;
}
.prime-info h3 {
	margin:0 0 15px 0;
	font-family: 'Montserrat', sans-serif;
	font-size:25px;
	font-weight:600;
}
.prime-info p {
	margin:0 0 15px 0;
	font-size:18px;
	color:#666878;
	line-height:25px;
	font-family: 'Lato', sans-serif;
	text-align: inherit;
}
.prime-info .btn {
	margin:10px 0 0 0;
	font-size: 15px;
	color: #3d3c3c;
	font-weight: 500;
	background: #ffcd00;
	padding: 10px 15px;
	font-family: 'Poppins', sans-serif;
	border: none;
	text-transform: uppercase;
}

/*************** inner-page-common ***************************/

.banner-main{
	background:url(../images/banner-bg.jpg) no-repeat;
	background-size:cover;
	background-position:center center;
	/*height:150px;*/
	position:relative;
	padding: 35px 15px;
}
.banner-main::before{
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;	
	content:'';
	display: flex;
}
.banner-main h1 {
	color:#FFFFFF;
	text-align:center;
	font-size:39px;
	margin:0px 0 10px 0;
	font-family:'Montserrat', sans-serif;
}
.banner-main ul {
	list-style:none;
	text-align:center;
}
.banner-main ul li {
	display:inline-block;
	margin:0 5px;
	color:#FFFFFF;
	font-size:15px;
	    text-align: center;
}
.banner-main ul li a {
	color:#ffcd00;
}

/*************** about us ***************************/

.about-tab-content {
	color:#666666;
        padding:0;
}
.about-tab-content #our-vision {
    padding:15px;
    border: 5px solid #b60100;
}
.about-tab-content #our-mission {
    padding:15px;
    border: 5px solid #027238;
}
.about-tab-content #who-we-are {
    padding:15px;
    border: 5px solid #125b82;
}
.about-tab-content #what-we-do {
    padding:15px;
    border: 5px solid #cba302;
}
.about-tab-content #why-choose-us {
    padding:15px;
    border: 5px solid #721f70;
}
.about-tab-content h2 {
	margin: 15px 0;
	color: #000;
    padding-bottom: 15.46px;
    position: relative;
    text-align: center;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.heading-line h2:before {
	width: 40px;
    height: 4px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 0px;
    position: absolute;
    border-radius: 50px;
    background: #1455a6;
    content: '';
}
.about-tab-content .tab-pane .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background:#000000;
}
.heading-line .founder h3 {
	color: #000;
    font-weight: 700;
    padding: 6px 0;
}
.heading-line .founder p:nth-child(2), .founder p:nth-child(5) {
	font-weight: 700;
	color: #1455a6;
	font-size: 16px;
	padding-top: 10px;
}
.heading-line .founder p span {
	padding-right: 3px;
}
.heading-line h3 {
	color: #444;
	font-weight: 600;
}
/********************* testimonial inner start ***********************/
.testimonial-inner-main{
	padding:30px 15px 30px 15px;
}
.testimonial-inner-main .testimonial-5-box {
	margin:95px 0 15px 0;
}
.testimonial-inner-main .testimonial-2-box , .testimonial-inner-main .testimonial-3-box , .testimonial-inner-main .testimonial-4-box , .testimonial-inner-main .testimonial-6-box , .testimonial-inner-main .testimonial-7-box {
	margin:15px 0;
}
.testimonial-2-box, .testimonial-4-box {
	min-height: 515px;
}
.testimonial-inner-main .testimonial-5-box {
	margin-top: 45px;
}
 .testimonial-6-box, .testimonial-7-box  {
	min-height: 415px;
}
.item .testimonial-5-box {
	margin-top: 30px;
}
.privacy-info h3:nth-child(1) {
	margin-top: 15px;
}
/********************* faq inner start ***********************/
.faq-main{
	padding:30px 15px;
	position:relative;
}
.faq-main::before{
	content: 'FAQs';
    position: absolute;
    font-size: 185px;
    color: rgba(0, 0, 0, 0.1);
    top: 150px;
    left: -150px;
    font-family: 'Montserrat', sans-serif;
    transform: rotate(-90deg);
}
.faq-head-main h3 {
	color:#666666;
	margin:10px 0 30px 0;
	line-height:30px;
	font-weight:600;
}
.faq-tab-main {
	padding-right:0;
	margin-right:-2px;
}
.faq-content-main {
	padding-left:50px;
	border-left:2px solid #4d294c;
	color:#666666;
}
/********************* contact start ***********************/
.contact-main{
	padding:50px 15px 30px 15px;
	position:relative;
}
.contact-main .form-control {
	border-radius:0;
	height:auto;
	padding:15px 15px;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.contact-main .form-control:focus {
	border-color:#ffcd00;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.contact-main .submit-btn, .send-document .submit-btn {
	border-radius:0px;
	padding: 12px 60px;
	background: #09327d;
	color: #FFF;
	border: none;
	text-transform:uppercase;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.contact-main .submit-btn:hover, .send-document .submit-btn:hover {
	background: #000000;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.contact-info {
	padding-left:35px;
}
.contact-info h2 {
	font-weight: 600;
	margin: 0 0 15px 0;
	font-size: 35px;
	line-height: 50px;
	font-family: 'Montserrat', sans-serif;
}
.contact-info p {
    font-size: 14px;
    margin: 5px 0 20px;
    color: #666666;
    text-align: left;
}
.contact-info h3 {
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Montserrat', sans-serif;
    color: #000;
}

.contact-info ul {
	list-style:none;
	margin:0;
}
.contact-info ul li {
	display:inline-block;
	margin:0 5px;
}
.contact-info ul li a {
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	line-height:37px;
	border:1px solid #CCCCCC;
	border-radius:100%;
	color:#666666; 
	font-size:16px;
	background:#FFFFFF;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.contact-info ul li a:hover {
	background:#09327d;
	border-color:#09327d;
	color:#FFFFFF;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.contact-map-main {
	padding:0;
	height:350px;
}
/******************************** pvt ltd page ****************************/

.charges-section{
	padding:25px 50px;
	border-right:1px solid #CCCCCC;
}
.company-desc-box {
    margin-bottom:30px;
}
.charges-section h2 {
	margin:15px 0;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}
.charges-section h3 {
	margin:15px 0;
}
.charges-section h3 span {
	font-weight:600;
	font-size:30px;
	color:#105e87;
}
.charges-section p {
	margin:15px 0;
	color:#666666;
	text-align: justify;
}
.payment-btn {
	border-radius:0px;
	border:none;
	font-size: 17px;
	padding: 8px 15px;
	border: 2px solid;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.payment-btn:hover {
    box-shadow: none;
    border-color: #fff;
    border-radius: 10px;
}
.pvt-ltd .payment-btn {
	background:#11567d;
	color:#FFFFFF;
}
.scope-of-work{
	padding:15px;
	border-left:1px solid #CCCCCC;
	margin-left:-1px;
}
.scope-of-work h2 {
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}
.scope-of-work ol {
	margin: 0px;
}

.scope-of-work ol li {
	margin: 0 15px 0 15px;
    padding: 8px 10px;
    border-radius: 0 5px 5px 0;
    background: /*#0089e1*/transparent;
    color: #666;
    position: relative;
    text-align: left;
    line-height: 25px;
    font-size: 15px;
}
.scope-of-work ol p{
	line-height: 25px;
    font-size: 15px;
    letter-spacing: .5px;
    margin: 0;
    padding: 8px 10px;
    text-align: left;
}
/*.scope-of-work ul li::before {
	position:absolute;
	top:0px;
	left:-15px;
	width:15px;
	height:100%;
	border-top:20px solid transparent;
	border-right:15px solid #0089e1;
	border-bottom:20px solid transparent;
	border-left:0px solid transparent;
	content:'';
}*/

@media screen and (max-width: 1920px) and (min-width: 1601px) {
.why-us-box img {
    width: 62%;
	display:block;
	margin:auto;
}
}

/*********** Neeta ***********/

.middle_contain {
	background: #cecdcd;
}
.abt-video h2 {
	text-align: center;
	font-weight: 600;
	margin-top: 30px;
	color: #000;
	font-family: 'Montserrat', sans-serif
}
.embed-responsive {
	margin: 30px 60px;
}
.query-sec {
	padding: 30px 120px;
}
.any-que {
	list-style: none;
	margin: 50px 0 30px 0;
}
.any-que li img {
	width: 30%;
	float: left;
	margin: 60px 0;
	margin-right: 15px;
}
.any-que li {
	position: relative;
	padding-left: 20px;
}
.any-que h2 {
	color: #0030a0;
	margin: 0 auto;
	font-weight: 600;
	text-align: justify;
}
.call {
	color: #666666 !important;
	padding-top: 15px;
}
.query-sec a {
	width: 100%;
	background-color: #049248;
	border-radius: 0;
	font-size: 20px;
}
.or p{
	color: #666;
	text-align: center;
	font-size: 14px;
	padding: 6px 0;
	border:1px solid #5d5c5c;
	border-radius: 50%;
	max-width: 37px;
	margin-top: 22px;
	margin-bottom: 22px;
	font-weight: 600;
	background: #cecdcd;
	z-index: 1;
    position: relative;
}
.or:after {
	content: '';
    /* border-bottom: 1px solid #666; */
    display: block;
    position: absolute;
    background: #666;
    height: 1px;
    width: 63.6%;
    bottom: 110px;
    left: 120px;
    /* right: 120px; */
}
/*.or:after {
	content: '';
	display: block;
	position: absolute;
	background: #666;
	height: 1px;
	width: 192px;
	right: 119px;
	bottom: 112px;
}*/


.abt-body h2{
	font-weight: 600;
    font-family: 'Montserrat', sans-serif;
	margin-top:0;
}
.p_heading {
	font-weight:600;
	color:#000;
	font-family: 'Montserrat', sans-serif;
	padding-top:15px;
}
.abt-ol, .abt-ol > li > ol  {
	padding: 15px 15px;
}
.abt-ol li {
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.abt-ol li ol li {
	font-weight:normal;
}
.last-p {
	padding-top: 15px;
	font-weight:normal;
}
.capital li {
	font-weight: 600 !important;
}
.capital li p {
	font-weight: normal !important;
	padding-top: 10px;
}
.body-p {
	padding-top: 2px;
    padding-bottom: 20px;
	margin:0 !important;
}
.adv h3 {
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}
.user-body  p{
	padding-left:15px;
	padding-right:15px;
}
.reg .submit-btn {
	width:100% ;
	padding: 10px;
	font-size: 15px;
    color: #3d3c3c;
    font-weight: 500;
    background: #ffcd00;
    font-family: 'Poppins', sans-serif;
    border: none;
    text-transform: uppercase;
}
.reg-btn.submit-btn{
    color: #fff !important;
}
.reg-btn.switch-button{
    color: #616161;
    padding: 10px 0px;
}
.newsletter-main .input-group {
	width: 100%;
}
.adv-collapse > .panel-body {
	text-align: justify;
}

/******** Pvt Ltd Table ********/
/*#parent {
   max-height: 300px;
}*/
      
#fixTable {
    width: 1800px !important;
}
.panel-body.acc-table #fixTable.table>caption+thead>tr:first-child>td, .panel-body.acc-table #fixTable.table>caption+thead>tr:first-child>th, .panel-body.acc-table #fixTable.table>colgroup+thead>tr:first-child>td, .panel-body.acc-table #fixTable.table>colgroup+thead>tr:first-child>th, .panel-body.acc-table #fixTable.table>thead:first-child>tr:first-child>td, .panel-body.acc-table #fixTable.table>thead:first-child>tr:first-child>th {
	border-top: 0;
    background-color: #11567d !important;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 10px;
    width: 150px;
    border-bottom: 0;
}
.panel-body.acc-table #fixTable.table>tbody>tr>td, .panel-body.acc-table #fixTable.table>tbody>tr>th, .panel-body.acc-table #fixTable.table>tfoot>tr>td, .panel-body.acc-table #fixTable.table>tfoot>tr>th, .panel-body.acc-table #fixTable.table>thead>tr>td, .panel-body.acc-table #fixTable.table>thead>tr>th {
	border-right: 1px solid #dcdada;
}
.panel-body.acc-table #fixTable.table tbody tr td:nth-child(1) {
	background: #b8b9b9 !important;
    color: #000;
}
.panel-body.acc-table #fixTable.table tbody {
	border-bottom: 1px solid #dcdada;
}
#fixTable.table tbody tr td {
	padding: 10px;
}
.panel-body.acc-table {
	padding: 30px !important;
}

/******* Global Tax Licence Page *******/
.pan-query h2 {
	color: #049246;
}
.PAN .payment-btn {
	background: #fb5353;
	color: #fff;
}
.PAN .charges-section span {
	color: #fb5353;
}
.query-sec.pan-sec a, .query-sec.pan-sec a:hover, .query-sec.pan-sec a:focus {
	background:#00309f;
	border: 1px solid #00309f;
}
.panel-default.pan-default .panel-heading {
	background: #11567d;
}
.panstep-main {
	width: 210px;
    float: left;
    margin-right: 45px;
    margin-bottom: 100px;
}
.panel-default.pan-default > .panel-collapse .panel-body.abt-body {
	padding-bottom: 130px;
}
.panstep-main h3 {
	background: #cd0077;
	padding: 12px;
	color: #fff;
	margin: 0;
}
.pan-steps h2 {
	padding: 5px 20px 0 20px;
    color: #cd0077;
    font-size: 80px;
    font-family: 'Open Sans', sans-serif;
    border-left: 1px solid #cd0077;
    border-right: 1px solid #cd0077;
    position: relative;
    z-index: 1;
}
.pan-steps {
	position: relative;
	z-index: 1;
}
.pan-steps:after {
	content: '';
    display: block;
    position: absolute;
    top: 99%;
    width: 0;
    height: 0;
    border-top: 70px solid #fff;
    border-right: 105px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 105px solid transparent;
}
.panstep-para  {
	padding: 15px;
    background: #e8388d;
    position: relative;
    height: 240px;
    margin-top: -10px;
}
.panstep-para p {
	margin-top: 75px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    color: #fff;
    letter-spacing: 0.5px;
    text-align: center;
}
.panstep-main:after {
	content: '';
    display: block;
    position: absolute;
    top: auto;
    width: 0;
    height: 0;
    border-top: 70px solid #e8388d;
    border-right: 105px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 105px solid transparent;
}
.pan-col {
	margin-left: 75px;
}
/*---- 2 ----*/
.panstep-para.pera-2 {
	background: #7f4a9a;
}
.panstep-main.panstep-2:after {
	content: '';
	border-top-color: #7f4a9a;
}
.panstep-main.panstep-2 h3 {
	background: #452b8e;
}
.pan-steps.pan-step2 h2 {
	color: #452b8e;
	border-left: 1px solid #452b8e;
    border-right: 1px solid #452b8e;
}
/*---- 3 ----*/
.panstep-para.pera-3 {
	background: #2180c4;
}
.panstep-main.panstep-3:after {
	content: '';
	border-top-color: #2180c4;
}
.panstep-main.panstep-3 h3 {
	background: #1650a2;
}
.pan-steps.pan-step3 h2 {
	color: #1650a2;
	border-left: 1px solid #1650a2;
    border-right: 1px solid #1650a2;
}
/*---- 4 ----*/
.panstep-para.pera-4 {
	background: #009d7e /*#51ba99*/;
}
.panstep-main.panstep-4:after {
	content: '';
	border-top-color: #009d7e;
}
.panstep-main.panstep-4 h3 {
	background: #009d7e;
}
.pan-steps.pan-step4 h2 {
	color: #009d7e;
	border-left: 1px solid #009d7e;
    border-right: 1px solid #009d7e;
}
/*---- 5 ----*/
.panstep-para.pera-5 {
	background: #fb9a30;
}
.panstep-main.panstep-5:after {
	content: '';
	border-top-color: #fb9a30;
}
.panstep-main.panstep-5 h3 {
	background: #fb9a30;
}
.pan-steps.pan-step5 h2 {
	color: #fb9a30;
	border-left: 1px solid #fb9a30;
    border-right: 1px solid #fb9a30;
}
/*---- 6 ----*/
.panstep-para.pera-6 {
	background: #eb5949;
}
.panstep-main.panstep-6:after {
	content: '';
	border-top-color: #eb5949;
}
.panstep-main.panstep-6 h3 {
	background: #eb5949;
}
.pan-steps.pan-step6 h2 {
	color: #eb5949;
	border-left: 1px solid #eb5949;
    border-right: 1px solid #eb5949;
}
.panstep-main.panstep-6 {
    margin-left: 19%;
}
/*---- 7 ----*/
.panstep-para.pera-7 {
	background: #13a1b1;
}
.panstep-main.panstep-7:after {
	content: '';
	border-top-color: #13a1b1;
}
.panstep-main.panstep-7 h3 {
	background: #13a1b1;
}
.pan-steps.pan-step7 h2 {
	color: #13a1b1;
	border-left: 1px solid #13a1b1;
    border-right: 1px solid #13a1b1;
}
/*---- 8 ----*/
.panstep-para.pera-8 {
	background: #a45d7b;
}
.panstep-main.panstep-8:after {
	content: '';
	border-top-color: #a45d7b;
}
.panstep-main.panstep-8 h3 {
	background: #a45d7b;
}
.pan-steps.pan-step8 h2 {
	color: #a45d7b;
	border-left: 1px solid #a45d7b;
    border-right: 1px solid #a45d7b;
}
.panstep-main.panstep-6, .panstep-main.panstep-7, .panstep-main.panstep-8 {
	margin-bottom: 0px;
}
/***************  User Dashboard  ****************/
.profile-left-box {
	padding: 30px 15px 0 15px;
	background: #f0efef;
	border-top: 3px solid #ffcd00;
}
.profile-pic {
	/*background: url(../images/photo.jpg) no-repeat;*/
	background-size: 100%;
	margin-bottom: 15px;
	padding: 0;
	border-radius: 100%;
	overflow: hidden;
	width:60px;
	height:60px;
}
.profile-pic.user-profile-pic img {
	width:100%;height:100%;
}
.profile-left-name-box {
	padding-right: 0;
	margin-top: 5px;
}
.profile-left-box p {
	margin: 5px 0 0 0;
	color: #0B2C8D;
	font-size: 15px;
}
.profile-left-box h4 {
	margin: 0;
	font-weight:bold;
	color: #0B2C8D;
	font-size:16px;
}
.profile-menu {
	margin: 15px 0 0 0;
	padding: 0;
}
.profile-menu ul {
	margin: 0;
	list-style: none;
}
.profile-menu ul li {
	font-size: 17px;
	border-bottom: 1px solid #FFFFFF;
}
.profile-menu ul li a {
	border-left: 5px solid #9e9d9d;
	padding: 10px;
	display: block;
	background: #CCCCCC;
	color: #666666;
	font-weight:600;
}
.profile-menu ul li.active a, .profile-menu ul li a:hover {
	text-decoration: none;
	border-left: 7px solid #ffcd00;
	background: #ffcd00;
	padding: 10px 10px 10px 8px;
	color: #0b2c8d;
}
.profile-query{
	padding:8px 15px 22px 15px;
}
.profile-query .any-que {
    list-style: none;
    margin: 15px 0;
}
.profile-query .any-que li img {
    width:27%;
    margin: 0px 10px 10px 0;
}
.profile-query .any-que h2 {
    margin: 0;
	font-size: 15px;
}
.profile-query .any-que h2.call {
    font-size: 13px;
    padding: 7px 0 0 0;
}
.profile-query a {
    width: 100%;
    background-color: #049248;
    border-radius: 0;
    font-size: 14px;
	padding: 3px 15px;
}
.request-appointment{
	padding:0;
	position:relative;
}
.request-appointment a {
	display: block;
	width: 100%;
	height: 100%;
}
.request-appointment h3{
	color: #000000;
    top: 18%;
    position: absolute;
    left: 15px;
    right: 15px;
    font-size: 23px;
    line-height: 27px;
    font-weight: 600;
}
.request-appointment h3 img.icon-img {
	width: 32%;
	margin-bottom: 10px;
	margin-left: 2px;
	min-height: 100%;
}
.request-appointment h3 i {
	margin-bottom:15px;
	font-size: 35px;
    margin-left: 5px;
}
.profile-content-box {
	padding: 15px;
	border-top: 3px solid #ffcd00;
	color: #666666;
}
.profile-content-box table {
	margin-bottom:0;
}
.profile-content-box table th {
	background:#ffcd00;
	color:#0b2c8d;
}
.profile-content-box table th , .profile-content-box table td {
    text-align:center;
    vertical-align:middle !important;
}
.profile-content-box .table-striped>tbody>tr:nth-of-type(odd){
	background:#f2f1f2;
}
.profile-content-box table .status{
	list-style:none;
	margin:0;
	min-width:100px;
}
.profile-content-box table .status li {
	width:15px;
	height:15px;
	background:#666666;
	display:inline-block;
	margin:0 2px;
	vertical-align:middle;
	text-indent:-9999px;
}
.profile-content-box table .status li.active {
	background:#0b2c8d;
}
.ongoing-services h3 {
	font-weight:600;
	color:#000000;
	font-size:20px;
	line-height:25px;
	margin:0 0 15px 0;
}
.completed-projects{
	border-right:1px solid #CCCCCC;
	padding:15px;
}
.completed-projects h3 {
	font-weight:600;
	color:#000000;
	font-size:20px;
	line-height:25px;
	margin:0 0 15px 0;
}
.completed-projects h4 {
	width:170px;
	height:170px;
	border:1px solid #ffcd00;
	border-radius:100%;
	margin:auto;
	text-align:center;
	font-weight:600;
	color:#0b2c8d;
	font-size:100px;
	line-height:165px;
	overflow:hidden;
}
.completed-projects h4 a {
	width:100%;
	height:100%;
	display:block;
	color:#0b2c8d;
}
.payment-history{
	border-left:1px solid #CCCCCC;
	margin-left:-1px;
	padding:15px 15px 15px 65px;
}
.payment-history h3 {
	font-weight:600;
	color:#000000;
	font-size:20px;
	line-height:25px;
	margin:0 0 15px 0;
}
.profile-content-box .Global Tax-update-wrapper{
	border-top:1px solid #CCCCCC;
	padding:0 15px;
}
.profile-content-box .Global Tax-update-wrapper h3 {
	text-align:left;
    font-size:20px;
    padding:0;
}
.profile-content-box .Global Tax-update-wrapper h3::before {
	content:none;
}
.profile-content-box .Global Tax-update-main {
	padding:0;
	height:155px;
}
.profile-content-box .Global Tax-update-box-main {
    padding: 55px 0 0 0;
    padding-left: 0px;
    position: relative;
}
.profile-content-box .Global Tax-update-box-main::before {
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0px;
	right:0px;
	margin:auto;
	border-radius:5px;
    top: 20px;
    background: #666666;
    content: '';
}
.profile-content-box .Global Tax-update-count {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #000000;
    border: 6px solid #666666;
    text-align: center;
    color: #ffcd00;
    border-radius: 100%;
    left: 15px;
    top: 0px;
    line-height: 30px;
    font-size: 20px;
}
.profile-content-box .Global Tax-update-box-main:last-child{
	padding-top:0;
}
.profile-content-box .Global Tax-update-box-main:last-child::before{
	content:none;
}
.profile-right-box{
	border-top: 3px solid #ffcd00;
	padding:0;
}
.calculator-plugin, .dashboard-ad, .dashboard-chat{
	padding:0;
}
.dashboard-ad{
	padding:0;
	background: #ccc;
}
.dashboard-ad img {
	display: block;
    margin: auto;
}
.dashboard-chat{
	margin-top:5px;
}

.my-information-main form {
	margin:0;
}
.my-information-main form .form-control {
	margin:0;border-radius: 0px;-moz-transition:0.2s;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
	margin-bottom: 20px;
}

.my-information-main form .form-control:focus {
    border-color: #0B2C8D;
    box-shadow: none;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.my-information-main img.id-user-profile{
    width:100px;
}

.my-information-main h3 {
	font-weight: bold;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	color: #0B2C8D;
}

.login-btn {
    border-radius: 0px;
    font-weight: 300;
    background: #0B2C8D;
    color: #FFFFFF;
    border: none;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 14px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.login-btn {
    border-radius: 0px;
    font-weight: 300;
    background: #0a2575;
    color: #FFFFFF;
    border: none;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 14px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/******** Neeta Services Pages *********/

.copyright .payment-btn {
	background: #049248;
    color: #FFFFFF;
}
.copyright .charges-section h3 span {
	color: #049248;	
}
.query-sec.copyright-query h2 {
	color: #fc0100;
}
.query-sec.copyright-query a, .query-sec.copyright-query a:hover, .query-sec.copyright-query a:focus {
	background: #f8af00;
    border: 1px solid #f8af00;
}
.panel.panel-default.copy-default .panel-heading {
	background-color: #90278e;
}
.step-bg {
	background: #977bd3;
	height: 50px;
}
.step-bg1:before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 23px solid transparent;
    border-left: 15px solid #fff;
}
.copy-steps-main {
    width: 210px;
   	float: left;
}
.main-circle {
	line-height: 90px;
    border-radius: 50%;
    border: 10px solid #fff;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -25px;
    margin-left: 56px;
}
.circle-2 {
    line-height: 50px;
    border-radius: 50%;
    border: 15px solid #977bd3;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
}
.circle-no {
	border-radius: 50%;
    background: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0px;
    right: 0;
    left: 0px;
    text-align: center;
    vertical-align: middle;
}
.circle-no h3 {
	color: #977bd3;
    margin: 0;
    font-weight: 700;
    line-height: 52px;
    /*font-size: 30px;*/
}
.circle-content {
	background: #977bd3;
    border-radius: 10px;
    padding: 45px 12px;
    margin: 60px 18px;
    position: relative;
    height: 200px;
}
.circle-content:before {
	content: '';
    position: absolute;
    border-top: 10px solid transparent;
    border-bottom: 30px solid #977bd3;
    border-left: 26px solid transparent;
    border-right: 26px solid transparent;
    top: -40px;
    left: 63px;
}
.circle-content p {
	color: #fff;
	text-align: center;
	font-size: 15px;
}
.copy-left {
	margin-left: 12%;
}

/***** copyright step 2 *****/
.copy-steps-main2 .step-bg.step-bg2 {
	background: #00c0ef;
	box-shadow: 26px 3px 24px -10px #0083a9 /*#0498bd*/ inset;
	border-left: 1px solid #0083a9;
}
.copy-steps-main2 .circle-2 {
	border: 15px solid #00c0ef;
}
.copy-steps-main2 .circle-content {
	background: #00c0ef;
}
.copy-steps-main2 .circle-content:before {
	border-bottom: 30px solid #00c0ef;
}
.copy-steps-main2 .circle-no h3 {
	color: #00c0ef;	
}

/***** copyright step 3 *****/
.copy-steps-main3 .step-bg{
	background: #00958f;
	box-shadow: 26px 3px 24px -10px #007370 inset;
    border-left: 1px solid #007370;
}
.copy-steps-main3 .circle-2 {
	border: 15px solid #00958f;
}
.copy-steps-main3 .circle-content {
	background: #00958f;
}
.copy-steps-main3 .circle-content:before {
	border-bottom: 30px solid #00958f;
}
.copy-steps-main3 .circle-no h3 {
	color: #00958f;	
}

/***** copyright step 4 *****/
.copy-steps-main4 .step-bg{
	background: #ffb400;
	box-shadow: 26px 3px 24px -10px #e39100 inset;
    border-left: 1px solid #e39100;
}
.copy-steps-main4 .circle-2 {
	border: 15px solid #ffb400;
}
.copy-steps-main4 .circle-content {
	background: #ffb400;
}
.copy-steps-main4 .circle-content:before {
	border-bottom: 30px solid #ffb400;
}
.copy-steps-main4 .circle-no h3 {
	color: #ffb400;	
}

/***** copyright step 5 *****/
.copy-steps-main5 .step-bg{
	background: #ff9021;
	box-shadow: 26px 3px 24px -10px #dd6d16 inset;
    border-left: 1px solid #dd6d16;
    position: relative;
}
.copy-steps-main5 .step-bg:after {
	content: '';
    position: absolute;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #ff9021;
    border-right: 25px solid transparent;
    right: -40px;
}
.copy-steps-main5 .circle-2 {
	border: 15px solid #ff9021;
}
.copy-steps-main5 .circle-content {
	background: #ff9021;
}
.copy-steps-main5 .circle-content:before {
	border-bottom: 30px solid #ff9021;
}
.copy-steps-main5 .circle-no h3 {
	color: #ff9021;	
}

/***** copyright step 6 *****/
.copy-steps-main6 .step-bg{
	background: #b62a5f;
}
.copy-steps-main6 .circle-2 {
	border: 15px solid #b62a5f;
}
.copy-steps-main6 .circle-content {
	background: #b62a5f;
}
.copy-steps-main6 .circle-content:before {
	border-bottom: 30px solid #b62a5f;
}
.copy-steps-main6 .circle-no h3 {
	color: #b62a5f;	
}

/***** copyright step 7 *****/
.copy-steps-main7 .step-bg{
	background: #f75836;
    box-shadow: 26px 3px 24px -10px #ad2002 inset;
    border-left: 1px solid #ab1e01;
}
.copy-steps-main7 .circle-2 {
	border: 15px solid #f75836;
}
.copy-steps-main7 .circle-content {
	background: #f75836;
}
.copy-steps-main7 .circle-content:before {
	border-bottom: 30px solid #f75836;
}
.copy-steps-main7 .circle-no h3 {
	color: #f75836;	
}

/***** copyright step 8 *****/
.copy-steps-main8 .step-bg{
	background: #bd2742;
    box-shadow: 26px 3px 24px -10px #a20130 inset;
    border-left: 1px solid #a20130;
    position: relative;
}
.copy-steps-main8 .step-bg:after {
	content: '';
    position: absolute;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 15px solid #bd2742;
    border-right: 25px solid transparent;
    right: -40px;
}
.copy-steps-main8 .circle-2 {
	border: 15px solid #bd2742;
}
.copy-steps-main8 .circle-content {
	background: #bd2742;
}
.copy-steps-main8 .circle-content:before {
	border-bottom: 30px solid #bd2742;
}
.copy-steps-main8 .circle-no h3 {
	color: #bd2742;	
}
.copy-left2 {
    margin-left: 3%;
}

.copy-steps-main8 .circle-content, .copy-steps-main7 .circle-content, .copy-steps-main6 .circle-content {
	margin-bottom: 0;
}

/******* Books Of Accounts *******/
.BOA {
	border: none;
}
.boa-col {
	border-left: 1px solid #ccc;
}
.ba-price {
	margin: 12px 0;
    padding: 0 6%;
}
.ba-price h4 {
	text-align: center;
    background: #dc4c4c;
    padding: 19px 15px;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
.pricing-p {
	padding: 28px 10px 22px 10px;
}
.pricing-p ul {
	padding: 0 8px;
}
.pricing-p ul li {
	list-style: url(../images/check.png);
	margin-left: 20px;
	padding: 0 5px;
}
.pricing-p ul li p {
	font-size: 13px;
}
.pricing-p ul li p i {
	color: #dc4c4c;
}
.buynow-price {
	background: #dc4c4c;
	padding: 20px 22px 25px;
	text-align: center;
}
.buynow-price h3 {
	font-weight: 600;
    font-size: 32px;
    color: #fff;
    margin: 0;
}
.buynow-price a {
	background: #fff;
	border-radius: 12px;
	font-weight: 800;
	color: #000;
	font-size: 16px;
	padding: 7px 0;
	display: block;
	border: 2px solid #ea3f3f;
	width: 47%;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
}

.buynow1
{
	background: #fff;
	border-radius: 12px;
	font-weight: 800;
	color: #000;
	font-size: 16px;
	padding: 7px 0;
	display: block;
	border: 2px solid #ea3f3f;
	width: 47%;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
	
}

.buynow2
{
	background: #fff;
	border-radius: 12px;
	font-weight: 800;
	color: #000;
	font-size: 16px;
	padding: 7px 0;
	display: block;
	border: 2px solid #f39c11;
	width: 47%;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
	
}

.buynow3
{
	background: #fff;
	border-radius: 12px;
	font-weight: 800;
	color: #000;
	font-size: 16px;
	padding: 7px 0;
	display: block;
	border: 2px solid #16c3c7;
	width: 47%;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
	
}

.buynow-price a:hover {
	background: #1876a9;
	color: #fff;;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.ba-price .gold h4, .gold .buynow-price  {
	background: #f39c11;
}
.ba-price .platinum h4, .platinum .buynow-price {
	background: #16c3c7;
}
.gold .buynow-price a {
	border: 2px solid #e8930b;
}
.platinum .buynow-price a {
	border: 2px solid #0fb1b5;
}
.BOA-query h2 {
	color: #fb5353;
}
.query-sec.pan-sec.BOA-query a, .query-sec.pan-sec.BOA-query a:hover, .query-sec.pan-sec.BOA-query a:focus {
	background: #90278e;
	border: 1px solid #90278e;
}


/******* Books Of Accounts *******/
.BOA-step-sec {
	margin-left: 9%;
}
.BOA-step-main {
	width: 225px;
	float: left;
}
.step-1p p {
	padding: 43px 7px 0 10px;
    border-radius: 28%;
    border: 31px solid #0058a8;
    position: relative;
    height: 225px;
    text-align: left;
    font-weight: 600;
}
.step-1p p:before {
	content: '';
    position: absolute;
    background: #fffffd;
    height: 104px;
    width: 35px;
    top: -15px;
    left: 99%;
    display: inline-block;
}
.arrow:before {
	content: '';
    position: absolute;
    background: #0058a8;
    width: 72px;
    height: 30px;
    margin-left: 5.7%;
    top: auto;
    margin-top: -10%;
    z-index: 1;
}
.arrow:after  {
	content: '';
    position: absolute;
    border-top: 31px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 31px solid #0058a8;
    border-right: 20px solid transparent;
    top: auto;
    margin-left: 10.8%;
    margin-top: -11.1%;
}
.boa-no1 {
    position: absolute;
    top: auto;
    left: auto;
    border: 10px solid #fff;
    border-radius: 50%;
    padding: 30px;
    margin-left: 10.8%;
    margin-top: -17.3%;
}
.boa-no1 h3 {
	font-weight: 600;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    top: -24px;
    background: #0058a8;
    color: #fff;
    font-size: 26px;
    left: -8%;
}

/******* BOA Step 2 *******/

.BOA-step-main2 .step-1p p {
	margin-left: 5px;
    border-color: #f78f1e;
    padding: 43px 0px 0 41px;
}
.BOA-step-main2 .arrow:before, .BOA-step-main2 .boa-no1 h3 {
	background: #f78f1e;
}
.BOA-step-main2 .arrow:after {
	border-left-color: #f78f1e;
}

/******* BOA Step 3 *******/

.BOA-step-main3 .step-1p p {
	margin-left: 5px;
    border-color: #b3cb1e;
    padding: 43px 0px 0 41px;
}
.BOA-step-main3 .arrow:before, .BOA-step-main3 .boa-no1 h3 {
	background: #b3cb1e;
}
.BOA-step-main3 .arrow:after {
	border-left-color: #b3cb1e;
}

/******* BOA Step 4 *******/

.BOA-step-main4 .step-1p p {
	margin-left: 5px;
    border-color: #00b8ae;
    padding: 35px 0px 0 41px;
}
.BOA-step-main4 .arrow:before, .BOA-step-main4 .boa-no1 h3 {
	background: #00b8ae;
}
.BOA-step-main4 .arrow:after {
	border-left-color: #00b8ae;
}

/******* BOA Step 5 *******/

.BOA-step-main5 .step-1p p {
	margin-left: 5px;
    border-color: #ffcc00;
    padding: 43px 0px 0 41px;
}
.BOA-step-main5 .boa-no1 h3 {
	background: #ffcc00;
}
.BOA-step-main5 .arrow:before, .BOA-step-main5 .arrow:after {
	display: none;
}
.BOA-step-main5 .step-1p p:before  {
	background: transparent;
}

/******* BOA Step 6 *******/

.BOA-step-main6 .step-1p p {
	margin-left: 5px;
    border-color: #ffcc00;
    padding: 43px 8px 0 41px;
}
.BOA-step-main6 .arrow:before, .BOA-step-main6 .boa-no1 h3 {
	background: #ffcc00;
}
.BOA-step-main6 .arrow:after {
	border-left-color: #ffcc00;
}
.BOA-step-main6 .arrow:before, .BOA-step-main8 .arrow:before, .BOA-step-main7 .arrow:before {
	margin-left: 5.8%;
}
/******* BOA Step 8 *******/

.BOA-step-main8 .step-1p p {
	margin-left: 5px;
    border-color: #b3cb1e;
    padding: 43px 8px 0 41px;
}
.BOA-step-main8 .arrow:before, .BOA-step-main8 .boa-no1 h3 {
	background: #b3cb1e;
}
.BOA-step-main8 .arrow:after {
	border-left-color: #b3cb1e;
}

.BOA-step-sec2 {
	margin-left: 26%;
    margin-top: 40px;
}
.BOA-step-main6 .step-1p p  {
		padding-left: 10px;
}

.slider-login-main .Global Tax-reg select {
	color: #989898;
}
.reg .Global Tax-reg .submit-btn {
	width: 70%;
}
.reg .Global Tax-reg .submit-btn.Global Tax-submit {
	float: right;
}

/******* IT Advisory Service Page *******/

.IT-adv-default .panel-heading {
	background: #00b8ae;
}
.IT-adv-que a {
	background: #f78f1e;
	border-color: #f78f1e;
}
.IT-adv-que h2 {
	color: #00b8b2;
}
.charges-section.IT-sec  {
	border: none;
}
.IT-sec h2 {
	text-align: center;
	padding-bottom: 20px;
}
.IT-sec .slider-login-main textarea {
	height: 55px;
}
.IT-btn .payment-btn {
	width: 100%;
	padding: 10px 0;
	background: #f5c504;
	margin: 15px 0;
}

/******* Companies Act 2013 *******/


/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  -moz-border-radius: 4px;
  /*border:1px solid #ddd;*/
  margin: 50px 0 50px 60px;
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
  border-top: 0;
  color: #666;
  font-size: 15px;
  padding: 12px 15px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top: 1px solid #ddd;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #ff9900;
  color: #ffffff;
  border: 1px solid transparent;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 13px solid #ff9900;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  padding-left: 20px;
  /*padding-top: 10px;*/
}
.bhoechie-tab-content h4 {
	font-weight: 600;
    padding-top: 10px;
}
.bhoechie-tab-content p  {
	padding-top: 2px;
}
.bhoechie-tab-content h3 {
	margin: 20px 0;
    font-weight: 700;
    font-size: 23px;
}
.payment-btn.comp-btn {
	background: #00beec;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 12px 55px;
    margin-top: 6px
}
div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.comp h2 {
	color: #ff8f1d;
}
.comp a, .comp a:hover, .comp a:focus {
	background: #366d6a;
	border-color: #366d6a;
}

.sub-drop select {
	width: 35%;
	border-radius: 0;
    height: 43px;
}
.sub-drop .col-form-label {
	line-height: 45px;
	float: left;
    padding-right: 30px;
    font-size: 16px;
}
.what-we-provide h2 {
	color: #ff9900;
    font-weight: 700;
    padding: 20px 0%;
    text-align: center;
}

.provide-content {
    border: 1px solid #e6e5e5;
    padding: 15px 15px 15px 20px;
    position: relative;
    overflow: hidden;
    display: block;
    border-top: 4px solid #ffb400;
    background: #ecebeb;
    min-height: 130px;
}

.provide-content p {
    /*letter-spacing: 0.5px;*/
    line-height: 22px;
    color: #6f6f6f;
    font-size: 15px;
}

.provide-content:hover {
    box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15);
    border-top: 4px solid transparent;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-bottom: 4px solid #ffb400;
}
.charges-section .service-modal {
	color: #333;
	font-size: 14px;
}
.service-modal a {
	color: #105e87;
	font-weight: 600;
	font-size:18px;
}
.PAN .service-modal a {
	color: #fb5353;
}
.copyright .service-modal a {
	color: #049248;
}
.request-appointment a img {
	width: 100%;
	/*min-height: 358px;*/
}

/****** Calculator ******/
/*.wrapper {
  width: 350px;
  height: 450px;
  padding: 40px 20px;
  background: white !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  border-radius: 5px;
  box-shadow: 10px 10px 30px rgba(0,0,0,.2);
  animation: .40s fade linear;
}*/
.calculator-plugin form {
  margin: 15px 2px;
  left: 50%;
}
input[type=text]:disabled {
  	width: 93%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #cccccc;
    color: #444;
    font-size: 2em !important;
    text-align: right;
    transition: .40s;
    border-radius: 0;
    background: white;
    margin-left: 10px;
}
.row.num {
    margin: 10px;
}
.wrapper {
    background: #ecebeb;
    /*margin: 15px 0px 20px 0;*/
    padding: 1px 3px;
}
.num input[type="button"] {
  	width: 23.5%;
    height: 40px;
    background: rgba(0,0,0,.1);
    border: none;
    border-radius: 5px;
    transition: .40s;
    cursor: pointer;
    font-size: 18px;
    font-family: "Allerta Stencil", sans-serif;
    color: rgba(0, 0, 0, 0.76);
}
.calculator-plugin input[type="button"]:hover {
  transition: .40s;
  background: #2850a7;
  color: white;
}
.red {
  background: rgba(0,0,0,.2) !important;
  transition: .40s;
}
.red:hover {
  background: #E74C3C !important;
  transition: .40s;
}
input {
  outline: none;
}
@keyframes fade {
  0%,100% { transform: translate(-50%,-50%) scale(1); }
  50% { transform: translate(-50%,-50%) scale(1.1); }
  0% { opacity: 0; }
  100% { opacity: 1; }
 }

/****** Pvt Ltd Work Progress ******/

.Global Tax-companies .payment-btn {
	background: #90278e;
	color: #fff;
}
.Global Tax-companies .charges-section h3 span {
	color: #90278e;
}
.Global Tax-companies .service-modal a {
	color: #90278e;
}
.Global Tax-companies .charges-section {
	padding-bottom: 65px;
}

.Global Tax-tax .payment-btn {
	background: #13a1b1;
	color: #fff;
}
.Global Tax-tax .charges-section h3 span {
	color: #13a1b1;
}
.Global Tax-tax .service-modal a {
	color: #13a1b1;
}
.Global Tax-tax .charges-section {
	padding-bottom: 65px;
}

.Global Tax-fema .payment-btn {
	background: #00796c;
	color: #fff;
}
.Global Tax-fema .charges-section h3 span {
	color: #00796c;
}
.Global Tax-fema .service-modal a {
	color: #00796c;
}
.Global Tax-fema .charges-section {
	padding-bottom: 65px;
}

/***** Global Tax companies compliance *****/
.slider-sub-service-wrapper.sub-services, .res-subservices {
	left: 47%;
    padding-left: 10%;
}
.slider-sub-service-wrapper.sub-services ul {
	list-style-type: none;
    float: left;
    margin-right: 30px;
    width: 249px;
}
.res-subservices .modal-body ul {
	list-style-type: none;
    float: left;
    margin-right: 30px;
    width: 266px;
}
.slider-sub-service-wrapper.sub-services ul h3, .res-subservices .modal-body ul h3 {
	font-size: 18px;
    color: #ffcd00;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
    line-height: 25px;
    min-height: 50px;
}
.slider-sub-service-wrapper.sub-services ul li, .res-subservices .modal-body ul li {
	border-radius: 50px;
    margin: 0 0 15px 0;
    overflow: hidden;
    height: auto;
    width: 100%;
    text-align: center;
    color: #ccc;
}
.slider-sub-service-wrapper.sub-services ul li a, .res-subservices .modal-body ul li a {
	padding: 7px 15px;
}
.slider-sub-service-wrapper.sub-services ul li a h3, .res-subservices .modal-body ul li a h3 {
	font-size: 15px;
    margin: 10px 0px 0px 0px;
    font-weight: 600;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    color: #666;
}
.res-subservices #first-child {
	display: none;
}
.res-subservices #second-child {
	display: none;
}
.res-subservices #third-child {
	display: none;
}
#service5.service-none {
	display: none;
}
#service6.service-none {
	display: none;
}
#service7.service-none {
	display: none;
}
.profile-content-box tbody tr td a {
	color: #0336cc;
}
.profile-content-box tbody tr td a:hover, .profile-content-box tbody tr td a:focus, .send-document ol li a:hover {
	color: #0336cc;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.send-document ol {
	margin-left: 15px;
}
.send-document ol li, .send-document ol li a {
	line-height: 34px;
    color: #666666;
    font-family: 'Montserrat', sans-serif;
    padding-left: 6px;
    letter-spacing: 0.5px;
}
.send-document h3 {
	color: #666;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
/*.drop-file {
	border: 2px dashed #0081f7;
    padding: 15px;
    margin-top: 15px;
    height: 223px;
    border-radius: 5px;
}
span.note.needsclick {
    font-size: 13px;
}
.dz-message.needsclick {
    font-size: 40px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    line-height: 50px;
}*/
.send-document ol li i {
	color: #0b2c8d;
	padding-left: 10px;
    font-size: 15px;
}
.send-document .submit-btn {
	width: 100%;
	padding: 10px 0;
}
.table-scroll {
	max-height: 224px;
}
.modal-table-scroll {
	max-height: 274px;
}
.contact-main.checkout-main h2.acc {
	padding-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
.contact-main.checkout-main label {
	color: #333;
}
.contact-main.checkout-main input, .contact-main.checkout-main select {
	height: 34px;
	padding: 0 15px;
}
.checkout-add {
	clear: both;
	margin: 0px;
}
.checkout-redeem{
 right:15px !important;
 top: auto !important;
 bottom: 25px;
 border-radius: 0;
 background:#ffcd00;
 border-color:#ffcd00;
 -moz-transition:0.5s;
 -webkit-transition:0.5s;
 -o-transition:0.5s;
 transition:0.5s;
}
.checkout-redeem:hover{
 background:#000000;
 border-color:#000000;
 color:#FFFFFF;
 -moz-transition:0.5s;
 -webkit-transition:0.5s;
 -o-transition:0.5s;
 transition:0.5s;
}
.contact-main.checkout-main h3 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
.contact-main.checkout-main h3 span {
	color: #0277b7;
    font-weight: 600;
}
.contact-main.checkout-main h3 span i {
    font-style: inherit;
}
.profile-content-box.my-information-main .login-btn {
	width: 100%;
    height: 34px;
    line-height: 10px;
    margin-top: 25px;
    letter-spacing: 1px;
}
.entity-table {
	margin-top: 30px;
}
.insert {
	width: 20%;
}
.insert button {
	background: transparent;
	border:none;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
    /*margin: 0 4px;*/
}
.insert button i {
	padding-right: 5px;
}
.insert button:nth-child(1) {
	background: #1e8e3e;
}
.insert button:nth-child(2) {
	background: #2e89bf;
	margin: 0 0 0 5px;
}
.insert button:nth-child(3) {
	background: #d93025;
}
.progress-heading.entity-head {
	padding-bottom: 30px;
}
.it-advisory .payment-btn {
	background: #fa510f;
	color: #fff;
}
.it-advisory .charges-section h3 span, .it-advisory .service-modal a {
	color: #fa510f;
}
.it-advisory .charges-section {
	padding-bottom: 65px;;
}
.log-reg-content .modal-body {
	padding: 0;
}
.slider-login-main.log-reg-content.reg {
	padding: 20px;
    background: #d6d4d4;
}
.slider-login-main.log-reg-content.reg .tab-content #partnerLogin {
	background: rgb(249, 248, 248) ;
}
.slider-login-main.log-reg-content.reg .col-md-12.col-sm-12.form-group, .slider-login-main.log-reg-content.reg form {
	margin-bottom: 0;
}
.slider-login-main.log-reg-content.reg #partnerLogin p a {
    font-weight: 500;
}
/*.slider-login-main.log-reg-content.reg .btn-default.btn-block {
	width: 50%;
}*/
@media (min-width: 768px) {
	#log-reg-modal .modal-dialog {
    	width: 540px;
    }
}

ul.dropdown-menu.mega-dropdown-menu.user-dropdown {
    width: 86%;
    /*display: block;*/
    right: 0;
    left: 0;
    margin: 0 auto;
    border: 1px solid #ffcd00;
}
ul.dropdown-menu.mega-dropdown-menu.user-dropdown li ul {
	display: inline-block;
	float: left;
}
.mega-dropdown {
  position: static !important;
  width: auto;
}

.mega-dropdown-menu  {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

/*.mega-dropdown-menu:before {
    content: "";
    border-bottom: 15px solid #fff;
    border-right: 17px solid transparent;
    border-left: 17px solid transparent;
    position: absolute;
    top: -15px;
    left: auto;
    z-index: 10;
    right: 400px;
}

.mega-dropdown-menu:after {
	content: "";
	border-bottom: 17px solid #ffcd00;
	border-right: 19px solid transparent;
	border-left: 19px solid transparent;
	position: absolute;
	top: -17px;
	left: auto;
	z-index: 8;
	right: 398px;
}*/
.mega-dropdown.user-login-drop .mega-dropdown-menu:before  {
	right: 150px;
}
.mega-dropdown.user-login-drop .mega-dropdown-menu:after  {
	right: 148px;
}
/*.mega-dropdown.user-login-drop .dropdown-menu.user-dropdown {
    margin-top: 3px;
}*/
.mega-dropdown-menu > .ul-span {
	padding: 20px 0px;
}
.mega-dropdown-menu > .head-ul-span {
	padding: 20px 0px 20px 55px;
}
.mega-dropdown-menu > .head-ul-span ul li {
	color: #04a04f;
    cursor: pointer;
    text-align: left;
}
.mega-dropdown-menu > span > li > ul {
  padding: 0;
  margin:0;
}

ul.dropdown-menu.mega-dropdown-menu.user-dropdown > span > li > ul > li {
  list-style: none;
}


#megamenuservice5.service-none {
	display: block;
}
#megamenuservice6.service-none {
	display: block;
}
#megamenuservice7.service-none {
	display: block;
}
#megamenuservice5.service-block {
	display: none;
}
#megamenuservice6.service-block {
	display: none;
}
#megamenuservice7.service-block {
	display: none;
}
.res-subservices .modal-header  {
		border-bottom: none;
		padding: 25px 15px;
	}
	.res-subservices .modal-header .close {
	    font-size: 30px;
	    color: #ccc;
	    opacity: 1;
	    width: 30px;
	    border: 1px solid #ccc;
	    border-radius: 50%;
	    margin-bottom: 12px;
	    margin-top: 0px;
    	margin-right: 2%;
	}
	.res-subservices .modal-header .close:focus {
		outline: none;
	}
	/*.res-subservices .modal-body .col-md-12 {
		padding: 0;
	}*/
	/*.res-subservices .modal-body ul {
		width: 100%;
		margin-right: 0;
		float: none;
	}*/
	.res-subservices .modal {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.res-subservices .modal-body {
		padding: 65px 50px 75px 50px;
	}
	.res-subservices .modal-body ul li a {
		display: block;
		background: #fff;
	}
	.res-subservices .modal-body ul li:hover a {
		background-color: #ffcd00;
		transition: .3s ease-in-out;
		-webkit-transition: .3s ease-in-out;
	}
	.res-subservices .modal-body ul li a h3 {
		line-height: 25px;
		display: contents;
	}
	.res-subservices .modal-content {
		background: rgba(102, 102, 102, 0.95);
		height: 100vh;
	}
	.res-subservices .modal-dialog {
		margin: 0;
		width: 100%
	}
	#service7-subcategory ul {
		width: 430px;
	}

.payment-padding {
	height: 353px;
	/*min-height: 400px;*/
}
.payment-padding h2 {
	padding-top: 7%;
}
.payment-padding button {
	margin-top: 20px;
}
.contact-main.checkout-main {
    padding: 50px 15px 70px 15px;
}
.checkout-main .form-group {
    margin-bottom: 25px;
}
.profile-pic.partner-pic {
	display: none;
}
.profile-pic.partner-leftpic {
	width: 90%;
    height: 110px;
    margin: 0 10px;
    border-radius: 0;
}
.profile-pic.partner-leftpic img {
	height: 80%;
	margin: 0 auto;
	display: block;
}
#log-reg-modal .slider-login-main.log-reg-content.reg p.col-md-5.col-xs-5.col-sm-6 a, #log-reg-modal .slider-login-main.log-reg-content.reg p.col-md-5.col-xs-5.col-sm-6.newp a {
	float: right;
}

/***** Chat With Us *****/

.contact-form-page{
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 60%;
    position: absolute;
    bottom: 42px;
    right: 42px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background: #7EC6E7;
    display: none;
}
.show-profile{
    background: #ffffff;
    height: 60%;
    display: block;
    width: 320px;
    bottom: 0;
    right: 0;
    position: fixed;
    /*overflow-y: auto;*/
    border-radius: 5px 5px 0 0;
    /* padding-bottom: 30px; */
    z-index: 999;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.6), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-right: 20px;
}

.contact-form-page h1{
    font-size: 15px;
    color: #ffffff;
    padding: 12px 15px;
    margin: 0px;
    line-height: 29px;
    padding-right: 30px;
    background: #76b51b;
    font-weight: 600;
    letter-spacing: .5px;
}
.top-btn{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border:none;
    color: #fff;
    /* padding: 15px 0; */
    text-align: center;
    width: 40px;
    /*height: 45px;*/
    line-height: 53px;
    font-size: 16px;
    /* border-radius: 50%; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}
.top-btn:hover{
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -o-transform: rotate(360deg);
     transform: rotate(360deg);
     /*background: #7EC6E7;*/
     color: #fff;
}
.buttom-btn{
    position: fixed;
    bottom: 0px;
    right: 20px;
    background: #76b51b;
    color: #fff;
    padding: 10px 65px;
    text-align: center;
    /*width: 160px;
    height: 40px;*/
    border-radius: 5px 5px 0 0;
    /*-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);*/
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    font-weight: 600;
    letter-spacing: .5px;
    z-index: 10;
    border:none;
    display: block;
}
.res-buttom-btn{
    position: fixed;
    bottom: 15px;
    right: 20px;
    background: #76b51b;
    color: #fff;
    /* padding: 15px; */
    text-align: center;
    border-radius: 50%;
    opacity: 1;
    z-index: 10;
    border: none;
    display: none;
    height: 60px;
    width: 60px;
    font-size: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.70);
}
.res-buttom-btn i {
	line-height: 60px;
}
.buttom-btn:hover{
    /*-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    background:#71C0E5;*/
    color: #fff;
}
.chat-body {
    padding: 25px 20px;
    overflow-y: auto;
    height: 70%;
}

.top-btn-show{
    opacity: 1 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.buttom-btn-hide{
    opacity: 0 !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.panel-body.abt-body ul {
    list-style: disc;
}
.panel-body.abt-body ol, .panel-body.abt-body ul {
    margin: 15px 30px;
}

.chat-input {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    border-top: 2px solid #e0e0e0;
    padding: 10px 14px;
    line-height: 35px;
    background: #fff;
}
.chat-input form {
	height: 100%;
}
.chat-input form input{
	background: transparent;
	width: 88%;
    height: 100%;
    float: left;
    border: none;
    font-size: 14px;
    color: #333;
    overflow-y: auto;
}
.chat-input form input::-webkit-input-placeholder {
	font-size: 14px;
	color: #bdbdbd;
}
.chat-input button.chat-submit {
	background: none;
    border: none;
    float: right;
    width: 12%;
}
.left-side {
	width: 90%;
}
.left-side span {
	background: #ebebeb;
    padding: 5px 10px;
    text-align: left;
    border-radius: 0 4px 4px;
    position: relative;
    font-size: 12px;
    letter-spacing: .3px;
    display: table;
    margin-bottom: 12px;
}
.left-side span:before {
	content: "";
    position: absolute;
    border-top: 3px solid #ebebeb;
    border-bottom: 3px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid #ebebeb;
    left: -6px;
    top: 0;
}
.right-side {
	float: right;
    width: 90%;
    font-size: 12px;
    text-align: -webkit-right;
}
.right-side span {
	background: #207bac;
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px 0 4px 4px;
    position: relative;
    text-align: left;
    letter-spacing: .3px;
    display: table;
    margin-bottom: 12px;
    /*float: right;*/
}
.right-side span:after {
	content: "";
    position: absolute;
    border-top: 3px solid #207bac;
    border-bottom: 3px solid transparent;
    border-left: 3px solid #207bac;
    border-right: 3px solid transparent;
    right: -6px;
    top: 0;
}
.contact-form-page .chat-input button i {
	font-size: 20px;
    color: #bdbdbd;
}
.contact-form-page .chat-input button:focus {
	outline: none;
}
.contact-form-page .chat-input button:hover i {
	color: #76b51b;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.res-subservices#third-child .modal-body ul {
    margin-right: 50px;
    width: 443px;
}


/**** Terms & Conditions ****/
.terms-cond ol {
	margin-left: 15px;
}
.terms-cond ol li {
	font-size: 16px;
    font-weight: 700;
    color: #1876a9;
    /*line-height: 22px;*/
    padding: 7px 0;
}
.terms-cond ol li h4 {
	font-size: 16px;
    font-weight: 700;
    color: #1876a9;
    border-bottom: 1px solid;
    padding-bottom: 2px;
    margin-top: 10px;
}
.terms-cond ol li ul li, .terms-cond ol li ul li p, .terms-cond ol li p {
	font-weight: normal !important;
	color: #333;
	font-size: 14px;
	/*margin-left: 15px;*/
}
.terms-cond ol li ul {
	margin-left: 20px;
    list-style-type: disc;
}
.terms-cond ol li ul li ul {
	list-style-type: circle;
}
.terms-cond ol li:nth-child(9) ul {
	list-style: none;
	margin: 0;
}
.terms-cond ol li:nth-child(9) ul li {
	padding: 0;
    font-weight: 600 !important;
    font-size: 13px;
    color: #000;
}
/*.terms-cond p:nth-child(1), .terms-cond p:nth-child(2) {
	font-weight: 600;
}*/

.terms-cond.privacy-info ul li {
	padding-bottom: 12px;
}
/**** Privacy Policy ****/
.privacy-info h5 {
	color: #333;
}
.privacy-policy h4, .privacy-info h5, .privacy-info h4 {
	font-weight: 700;
	line-height: 22px;
}
.privacy-info h4 {
	font-size: 17px;
	color: #1876a9;
	margin: 25px 0 15px 0;
	border-bottom: 1px solid;
}
.privacy-info ul {
	margin-left: 20px;
}
.privacy-info ul li h4 {
	font-size: 15px;
	border-bottom: none;
	margin: 5px 0;
	color: #333;
	font-weight: 600;
}
.privacy-info p span, .privacy-info b {
	font-weight: 600;
	color: #000;
}
.privacy-info p, .privacy-info b {
	padding-left: 0;
}
.privacy-info b {
	display: flex;
}
.privacy-info h3 {
	font-weight: 700;
    color: #fc0100;
    font-size: 22px;
    margin: 35px 0 20px 0;
    text-transform: uppercase;
    border-bottom: 2px solid;
    display: table;
}
.privacy-info ul {
	list-style-type: decimal;
}
/*.privacy-info ul li p {
	margin: 0;
}*/

@media screen and (max-width: 767px) {
	.terms-cond ol li ul li, .terms-cond ol li ul li p, .terms-cond ol li p {
		margin-left: 0;
	}
}

/**** Career ****/
.career-sec {
	padding-bottom: 50px;
	padding-top: 20px;
}
/*.career-sec h1 {
	font-weight: 700;
    color: #1876a9;
    text-align: center;
    line-height: 45px;
    font-size: 29px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px #80b3cf;
}*/
.career-sec h1 {
	font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 29px;
    text-transform: uppercase;
    text-shadow: 0 2px 3px #424242;
    background: #1b78aa;
    padding: 40px 20px 15px 20px;
    position: relative;
    box-shadow: 0 2px 9px #6f6e6e;
    border-radius: 50px 0px 50px 0px;
}
.career-sec h1 i.fa-quote-left {
    /* padding-right: 20px; */
    position: absolute;
    left: 150px;
    top: 30px;
}
.career-sec h1 i.fa-quote-right {
	/*padding-left: 20px;*/
	position: absolute;
    right: 170px;
    top: 113px;
}
.career-sec h1 span {
	text-align: right;
    color: #87d21a;
    font-weight: 700;
    /* border-bottom: 1px solid; */
    font-size: 18px;
    display: block;
    text-transform: none;
    padding-top: 18px;
    padding-right: 13.5%;
}
.career-sec h2 {
	text-align: center;
    font-weight: 600;
    margin-top: 60px;
}
.career-sec p {
	text-align: center;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
.career-sec p span {
	border-bottom: 1px solid;
}

/**** New Testimonial ****/
.new-testimonial .testimonial-1-img img {
	border-radius: 0;
    border: 0;
    height: auto;
    width: 35px;
    margin: 0 auto;
}
.new-testimonial .testimonial-1-img:before {
	display: none;
}
.new-testimonial .testimonial-1-box {
	margin: 15px 0;
    padding: 95px 20px 20px 20px;
    border: 8px solid #fff;
    box-shadow: 0 0 20px #ccc;
    height: 412px;
}
.new-testimonial .testimonial-1-img {
	top: 40px;
}
.new-testimonial .testimonial-1-box h4 {
	margin-top: 20px;
    padding: 10px 0;
    /*border-bottom: 1px solid;
    border-top: 1px solid;*/
}
.new-testimonial .col-sm-12:nth-child(2) .testimonial-1-box {
	background: #01bfa5;
}
.new-testimonial .col-sm-12:nth-child(3) .testimonial-1-box {
	background: #fee25b;
}
.new-testimonial .col-sm-12:nth-child(3) .testimonial-1-box p, .new-testimonial .col-sm-12:nth-child(3) .testimonial-1-box h4 {
	color: #333;
}
.new-testimonial .col-sm-12:nth-child(4) .testimonial-1-box {
	background: #ee534f;
}
.new-testimonial .col-sm-12:nth-child(5) .testimonial-1-box, .item.new-testimonial .col-sm-12:nth-child(1) .testimonial-1-box {
	background: #3bc168;
}
.new-testimonial .col-sm-12:nth-child(6) .testimonial-1-box, .item.new-testimonial .col-sm-12:nth-child(2) .testimonial-1-box {
	background: #dc4c70;
}
.new-testimonial .col-sm-12:nth-child(7) .testimonial-1-box, .item.new-testimonial .col-sm-12:nth-child(3) .testimonial-1-box {
	background: #a45d7b;
}
.new-testimonial .col-sm-12:nth-child(8) .testimonial-1-box, .item.new-testimonial .col-sm-12:nth-child(4) .testimonial-1-box {
	background: #13a1b1;
}
.item.new-testimonial .col-sm-12:nth-child(3) .testimonial-1-box p, .item.new-testimonial .col-sm-12:nth-child(3) .testimonial-1-box h4 {
	color: #fff;
}
.carousel-inner.new-testimonial .testimonial-1-box {
	height: 510px;
}
input[type=checkbox] {
    float: left;
    margin-right: 5px;
}
input[type=checkbox]:focus {
	box-shadow: none;
}
.help-block{
    margin-bottom:0px;
}
.agree-tc {
	margin: 0 0 15px 0;
}
.agree-tc a {
	color: #1455a6;
	font-weight: 600;
}

.pst-qry{
    margin-left:15px;
}

/*** 1-July-2019 Neeta searchbar homepage ***/
.search-collapse.dropdown-menu {
    display: block;
}
#searchDropdown {
    width: 63%;
    padding-left:10px;
}
.search-collapse .form-group {
    padding: 0;
}
.search-collapse .form-group input {
    height: 30px;
    background: #fff;
    line-height: 30px;
    margin-top: -2px;
    border: none;
    box-shadow:none;
}
.search-collapse .form-group input::-webkit-input-placeholder {
    color: #333;
    font-size: 12px;
    line-height: 38px;
}
.search-btn {
    padding: 5px 14px;
    /*background: #2075b6;*/
    background: #fff;
    color: #2075b6;
    border-radius: 0;
    margin-top: -2px;
    border: none;
    cursor: pointer !important;
}
.search-field-input-group-addon {
    border-radius: 0;
}
.search-collapse .form-group input:focus {
    box-shadow: none;
}
.search-btn:hover, .search-btn:focus {
    /*background: #2b4e8f;*/
    color: #333;
}
/**  apply button coupon code  */
.checkout-main .redeem_coupon {
    position: absolute;
    top: 25px !important;
    bottom: auto;
}
.Global Tax-acc-seq {
    padding: 0 350px;
}
.thanku-sec {
    background: url(../images/thanku-bg.jpg) center 20% no-repeat;
    background-size: cover;
    position: relative;
}
.thanku-sec::before {
    content: '';
    position: absolute;
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
}
.thanku-img img {
    width: 100%;
}
.thanku-img {
    padding-right: 0;
}
.thanku-content {
    background: #f1f1f1;
    margin: 70px 0 70px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.62);
    position: relative;
    overflow: hidden;
}
.thanku-content h1 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 60px 30px;
    background: #2075b6;
    margin-top: 0;
}
.thanku-content p {
    line-height: 26px;
    text-align: center;
    padding: 0px 30px 20px;
    position: relative;
    z-index: 1;
    font-size: 15px;
}
.thumb-icon {
    display: inline-block;
    position: absolute;
    bottom: -50px;
    color: #ccc;
    font-size: 160px;
    transform: rotateY(180deg);
    right: 0px;
}
.thanku-content .contact-main {
    padding: 0 0 50px 0;
    z-index: 1;
}
.thanku-content .contact-main .submit-btn {
    margin: 0 5px;
    font-size: 13px;
    padding: 8px 25px;
    background: #15639e;
}
.thanku-content .contact-main .submit-btn:hover {
    background: #000;
}
.sent-docs-list a,  a.sent-doc {
        color: green !important;
}

/*New footer css start*/
/************* 12-July-2019 **************/
.footer-bottom {
	background: #000;
	padding: 10px 0;
	margin-top: 0;
	border: 0;
}
.footer-main {
	padding: 50px 15px 20px;
	position: relative;
	overflow: hidden;
}
.footer-main ul li {
	display: block;
	margin: 0 0 10px 0;
	line-height: 20px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.footer-main ul li:hover a {
	padding-left: 3px;
}
.footer-main ul li:nth-last-child(1) {
	margin-bottom: 0;
}
.footer-main ul li a i {
	padding-right: 10px;
	padding-top: 4px;
}
.footer-main ul li a, .footer-main p, .footer-main h5 {
	color: #e7f6ff;
	font-size: 13px;
    letter-spacing: .5px;
    text-align: left;
}
.footer-main ul li a {
	display: inline-flex;
}
.footer-main h4, .payment-logo h4 {
	font-weight: bold;
	color: #ffcd00;
	margin-bottom: 30px;
	position: relative;
}
.footer-main h4 span, .payment-logo h4 span {
	font-size: 30px;
    color: #ffd62f;
    line-height: 0;
    margin: auto 0;
    top: 0;
    padding-left: 5px;
    position: absolute;
}
.footer-main ul.f-payment {
    margin-right: 35px;
}
.f-payment li {
	padding: 0 12px;
}
.f-payment li img {
	/*background: #e7f6ff;*/
    padding: 8px;
    width: 100%;
    /*height: 62px;*/
    margin-top: 5px;
}
ul.f-payment div.row:nth-last-child(1) li {
	margin-bottom: 0;
}
.payment-logo {
	padding: 0 15px 0;
	position: relative;
	overflow: hidden;
	background: url(../images/footer-logo.png) 100% center no-repeat #52c1ff;
}
.payment-logo::before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.95);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.payment-logo ul {
	list-style: none;
}
.payment-logo h4, .payment-logo h4 span {
	color: #1876a9;
	margin-bottom: 0;
}
.payment-logo h4 {
	margin: 22px 0 0 7px;
	font-size: 20px;
	border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 5px;
}
.payment-logo h4 span {
	font-size: 40px;
	/*top: auto;*/
}
.payment-logo ul {
	margin-bottom: 0;
}
.right_logos {
	padding: 10px 0 0 80px;
	text-align: center;
}
.left_logos {
	border-right: 1px dashed #cfe3ef;
	padding-top: 10px;
	text-align: center;
}
.right_logos .f-payment li {
	padding-right: 5px;
}
footer ul {
	margin-bottom: 0;
}
.footer-main h5, .footer-main p strong, .footer-bottom p a {
	color: #ffcd00;
}
.footer-main p strong {
	font-size: 14px;
}
.footer-main::before {
	position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    background: url(../images/bg-map.png) center 80% no-repeat;
    /*background-size: cover;*/
    content: "";
}
.mb-0 {
	margin-bottom: 0;
}
.footer-social h4 {
	margin-bottom: 15px;
	margin-top: 22px;
	font-size: 16px;
}
.our_reach {
	border-bottom: 2px dashed #0c6494;
    padding-bottom: 12px;
    display: inline-block;
}
.our_reach p a {
	color: #ffcd00;
}
.our_reach p a:hover {
	text-decoration: underline;
}
.our_reach p {
	line-height: 24px;
}
.imp_links {
	position: relative;
    border-top: 2px dashed #0c6494;
    margin-top: 30px;
    text-align: center;
    padding-top: 20px;
}
.imp_links ul li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 16px;
}
.imp_links ul li a i {
	padding-right: 8px;
}
.imp_links ul li:hover a {
	padding: 0;
}
.footer-bottom p {
	font-size: 13px;
}
.footer-bottom {
    background: #025684;
    padding: 20px 0 0;
    margin-top: 20px;
    border-top: 2px dashed #0c6494;
}
.footer-bottom p {
	text-align: center;
}


/*********** 13-August-2019 ************/
.tax_invoice {
	background: #f1f1f1;
	padding-bottom: 60px;
}
.tax_invoiceform {
	background: #fff;
	padding: 50px;
	margin-bottom: 30px;
	box-shadow: 0 0 15px #e0e0e0;
	border-radius: 20px;
}
.tax_invoice .form-control {
	padding: 6px 15px;
	border-radius: 6px;
}
.font-weight-normal {
	font-weight: normal;
}
.invoiceform_radio {
	margin-left: 20px;
	display: inline-block;
	padding-right: 20px;
	margin-top: 0;
}
.invoiceform_radio input[type=radio] {
	display: inline-block;
	width: auto;
}
.tax_invoice .redeem_coupon {
    position: absolute;
    bottom: 0;
    border-radius: 0 6px 6px 0;
}
.position_relative {
	position: relative;
}
.tax_invoice .note {
	margin-top: 15px;
    font-size: 14px;
    text-align: left;
    color: #fc0100;
    font-weight: 600;
}
.form2 {
	border-top: 1px dashed #e0e0e0;
    padding-top: 35px;
    margin-top: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.tax_invoice .table>tbody>tr>td, .tax_invoice .table>tbody>tr>th, .tax_invoice .table>thead>tr>td, .tax_invoice .table>thead>tr>th {
	padding: 12px 15px;
}
.bg-f1 {
	background: #f1f1f1;
}
.text-red {
	color: #fc0100;
}
.text-blue {
	color: #1876a9;
}

.static_form {
	background: rgba(24, 118, 169, 0.05);
    padding: 30px 25px 20px;
    margin-right: 20px;
    border-radius: 20px;
}
.tax_invoice .contact-main .submit-btn {
	border-radius: 20px;
}
.f-payment li img {
	width: 110px;
}
.f-payment li {
	display: inline-block;
	padding: 0;
}
.f-payment li.razorpay img {
	width: 150px;
}
.f-payment.verified_logo li img {
    width: 120px;
}
/*New footer end*/
/*toaster css start*/
.toast-top-right {
    top: 4%;
    right: 0;
    left: 0;
}

#toast-container > .toast-success, #toast-container > .toast-error {
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR…0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;*/
    background-position: center 20%;
    border: 4px solid;
    border-radius: 0;
    padding: 55px 15px 25px 15px;
    width: 400px;
    margin: auto;
    opacity: 1;
    text-align: center;
}

.toast-title, .toast-error {
    font-size: 19px;
    padding-bottom: 5px;
}

.toast-message, .toast-error {
    font-size: 16px;
}

#toast-container > .toast-success:hover, #toast-container > .toast-error:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
/*toaster css end*/


/***********31-dec-2019************/
/*service sec */
.mt-20{
	margin-top: 20px;
}
.mb-25{
	margin-bottom: 25px;
}
.service_container:hover{
	/*box-shadow: 0 0 17px 6px rgba(82, 82, 82, 0.2);*/
	transform: scale(1.08);
}
.service_container:hover .services_text{
	color: #2075b6;
	transition:0.4s;
	cursor: pointer;
}
.service_container{
    height: 210px;
	box-shadow: 0px 6px 12px 2px rgba(0,0,0,0.07);
    text-align: center;
    padding: 30px 16px 50px;
    border-radius: 2px;
    margin: 20px 10px;
    transition:0.4s;
}
.services_text{
	line-height: 26px;
}
.service_icon img{
	width: 35%;
	margin-bottom: 10px;
}
.services_wraper .row div[class*="col-"]:nth-child(1) .service_container {
	border-top: 5px solid #fa0001;
}
.services_wraper .row div[class*="col-"]:nth-child(2) .service_container {
	border-top: 5px solid #049246;
}
.services_wraper .row div[class*="col-"]:nth-child(3) .service_container {
	border-top: 5px solid #2075b6;
}
.services_wraper .row div[class*="col-"]:nth-child(4) .service_container {
	border-top: 5px solid #ffcc00;
}
.services_wraper .row div[class*="col-"]:nth-child(5) .service_container {
	border-top: 5px solid #90278e;
}
.services_wraper .row div[class*="col-"]:nth-child(6) .service_container {
	border-top: 5px solid #ffcc00;
}
.services_wraper .row div[class*="col-"]:nth-child(7) .service_container {
	border-top: 5px solid #fa0001;
}
.services_wraper .row div[class*="col-"]:nth-child(8) .service_container {
	border-top: 5px solid #049246;
}
.ytube_modal_body {
    background: #000;
    padding: 0;
}
.youtube_icon{
    position: absolute;
    font-size: 65px;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.9;
    transition: 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.close.ytub_btn_close {
    width: 30px;
    height: 30px;
    background: #1455a6;
    position: absolute;
    right: -20px;
    opacity: 1;
    top: -14px;
    color: #fff;
    border-radius: 50px;
}
.modal-dialog.yt_modal_dialog {
    margin: 100px auto;
}
.Global Tax_youtube{
	cursor: pointer;
}
.Global Tax_youtube:hover .youtube_icon{
	color: #fa0001;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.41);
	transition: 0.4s;
}
.service_icon {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
}
.service_icon img{
	width: 100%;
    height: 100%;
    margin-bottom: 10px;
    object-fit: cover;
}
.border-radius-50{
	border-radius: 50px !important;
}

.res_d_block{
	display: none !important;
}
.border-radius-50{
	border-radius: 50px !important;
}
.text-capitalize{
	text-transform: capitalize;
}
.color-light-yellow{
	color: #ffcd00;
}
/*22-jan-2020*/
.mb-20{
	margin-bottom: 20px;
}
.mt-0{
	margin-top: 0;
}

.p-15{
    padding: 15px !important;
}
.w-100{
	width: 100%;
}
.sm_pr_0{
	padding-right: 0 !important;
}
.adv_slider .slider img{
	display: block;
	width: 100%;
    height: 100%;
}
.lg-text-align-end{
	text-align: end;
}
/*22-jan-2020 end*/

/************************ New Banner Design 5 *****************************/
/******* Neeta 16-Jan-2020 *********/
.slider-main {
    background: #f1f1f1;
    position: relative;
}
.slider-content {
    position: static;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0;
    padding: 0px 0 40px;
    height: auto;
}
.banner_caption {
    padding: 30px 50px 0;
    text-align: center;
}
.banner_caption h1 {
    color: #1876a9;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 42px;
    font-family: 'Josefin Sans', sans-serif;
}
.banner_caption p {
    color: #989898;
    text-align: center;
    line-height: 25px;
    padding-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.banner_caption h4 {
    color: #1976a9;
    font-size: 20px;
    /*font-weight: 600;*/
    /* margin: 35px 0; */
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
}
.slider-service li a {
    background: #fff;
    display: table;
    width: 100%;
    padding: 15px;
    height: 100%;
    color: #333;
    border-radius: 30px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: 2px solid #333;
}
.slider-service li a h3 {
    font-size: 14px;
    margin: 10px 0px 0px 0px;
    /* font-weight: 600; */
    line-height: 20px;
    display: table-cell;
    vertical-align: middle;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}
.slider-service li {
    display: inline-block;
    border-radius: 0; 
    margin: 10px;
    overflow: hidden;
    height: 140px;
    width: 140px;
    text-align: center;
    box-shadow: -4px 4px 2px #000;
    border-radius: 30px;
}

/****** Adv Slider ********/
.slider, 
.slider > div {
    background-position: center center;
    display: block;
    width: 100%;
    height: 320px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
    border-radius: 30px;
}
.slider > div {
    position: absolute;
}
.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 30px;
    margin: 10px;
    top: 45%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 20px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .2);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}
.slider > i svg {
    margin-top: 3px;
}
.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}
.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .4);
    transform: translateX(-2px);
}
.slider > i.right:hover {
    transform: translateX(2px);
}
.slider:hover > div {
    transform: scale(1.01);
}
.hoverZoomOff:hover > div {
    transform: scale(1);
}
.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}
.slider > ul > li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.slider > ul > .showli {
    background-color: #7EC03D;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}
.slider > ul > li:hover {
    background-color: #7EC03D;
}
.slider > .show {
    z-index: 1;
}
.hideDots > ul {
    display: none;
}
.showArrows > .left {
    left: 0;
}
.showArrows > .right {
    right: 0;
}
.slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}
.pb-0 {
	padding-bottom: 0 !important;
}
@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}
.adv_slider {
	position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 20px;
}
.adv_slider h3 {
	margin: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    padding: 15px 25px;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    font-family: Poppins;
    letter-spacing: .5px;
}
.banner_right_sec.banner_caption {
	padding-left: 0;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.animated_b {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated_b.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.res-subservices#third-child .modal-body.service7_circle ul li a {
    height: 100%;
    display: table;
    padding: 7px 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.res-subservices#third-child .modal-body.service7_circle ul {
    width: 100%;
    margin-right: 0px;
}
.res-subservices#third-child .modal-body.service7_circle ul li {
    display: inline-block;
    margin: 15px;
    overflow: hidden;
    height: 170px;
    width: 170px;
    text-align: center;
}
.res-subservices#third-child .modal-body.service7_circle ul li a h3 {
    display: table-cell;
    vertical-align: middle;
}
.iti--separate-dial-code .iti__selected-flag {
    border-radius: 50px 0 0 50px;
}
.iti__selected-flag {
    height: 45px !important;
}
.swiper-slide .ts-text h3:before {
    content: '';
    background: #3180bb;
}

.padding-top-114{
    padding-top: 114px;   
}
.padding-top-155{
    padding-top: 155px;
}
.padding-top-65{
    padding-top: 65px;
}
/* .padding-top-banner{
    padding-top:30px;
    margin-bottom: 0;
} */
.reg .text-black{
	color: #000;
}