@media only screen and (max-width:1680px) {

	  .service_page .firstbox {
        margin-top: 50px;
    }
  	  .service_page .veritas_home_take_right_content {
        padding: 0px 12% 0px 10%;
        font-size: 60px;
    }
  

	.youtubeimage {
		z-index: 99;
		position: relative;
		padding: 25px 0;
	}
	.font-26 {
		font-size: 22px;
	}
	.menu_heading li a {
		font-size: 15px;
		padding: 30px 24px;
	}
}
@media only screen and (max-width:1600px){
	.header_btn_log{
		width: 29%;
	}
}
@media only screen and (max-width:1440px){
	.header_btn_log{
		width: 37%;
	}
	.footer_container{
		width: 91%;
	}
	.menu_heading li a {
		font-size: 15px;
		padding: 30px 15px;
	}
}
@media only screen and (max-width:1366px) {

	.font-46 {
		font-size: 38px;
	}
	.font-30 {
		font-size: 25px;
	}
	.font-26 {
		font-size: 20px;
	}
	.font-40 {
		font-size: 38px;
	}
	
	.font-20 {
		font-size: 17px;
	}
	p{
		line-height: 1.4;
	}
	
	.footerbtn a {
		padding: 10px 40px 10px 40px;
	}
	.menu_heading li a {
		font-size: 14px;
		padding: 30px 12px;
	}
	.font-18 {
		font-size: 16px;
	}
	.font-22 {
		font-size: 18px;
	}
	.footer3_block {
		padding: 100px 50px 60px 50px;
	}
	.footer_container {
		width: 97%;
	}
}
@media only screen and (max-width:1280px) {
	.main_logo {
		margin: 0;
		padding: 15px 0;
		width: 80%;
	}
	.menu_fixed_container {
		padding: 0px 0;
	}
	.webmenu li {
		text-align: center;
		height: 90px;
		display: table;
	}
	.menu_heading li a {
		font-size: 14px;
		padding: 0px 10px;
	}
	.font-16 {
		font-size: 15px;
	}
	.footer_container {
		width: 100%;
	}
	.footer-widget-area {
		background: #F8F8F8;
		padding: 55px 25px 20px 25px;
	}
	.footer-widget-area2{
		padding: 25px;
	}
	.header_btn_log{
		margin-top: 21px;
	}
}
@media only screen and (max-width:1152px) {
	.font-22 {
		font-size: 16px;
	}
	.menu_heading li a {
	    font-size: 14px;
	    padding: 0px 5px;
	}
}

@media only screen and (max-width: 1024px){
	.menu_heading li a {
		font-size: 11px;
		padding: 29px 2px;
		border-bottom: 4px solid transparent;
		transition: all ease-in-out 0.1s;
		letter-spacing: 1px;
	}
	.main_logo {
	   padding: 15px 0;
	}
	.font-40 {
		font-size: 30px;
	}
	.font-46 {
		font-size: 32px;
	}
	.font-30 {
		font-size: 20px;
	}
	.font-20 {
		font-size: 15px;
	}
	.header_btn_log {
		width: 50%;
		margin-top: 17px;
	}
	.webmenu li{
		height: 90px;
	}
	ul.veritas_footer_social_icon_inner li{
		width: 28px;
	}
}
@media only screen and (max-width:992px) {
	.header_btn_log {
		margin-top: 22px;
	}
}
@media only screen and (max-width:991px){
	.webmenu{
		display: none;
	}
	
	.mobilesocialicon{
		padding-left: 0 !important;
	}
	.data-center {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: block;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.mobilesilderproduct {
		display: block; 
	}
	.swierslidemenumobile{
		display: block;
		z-index: 9999;
		background-color: #fff;
		height: 90px;
	}
	ul.navbar-nav li{
		padding: 43px 0px;
		transition: 0.5s;
	}
	ul.navbar-nav li .sub_menu_lavel1{
		display: none;
	}
	.darkHeader ul.navbar-nav li {
		padding: 30px 0px;
		transition: all ease-in-out 0.5s;
		position: relative;
	}
	.main_logo{
		width:25%;
		transition: all ease-in-out 0.5s;
	}
	ul.navbar-nav li:hover .sub_menu_lavel1{
		display: block;
	}
	.sub_menu_lavel2 ul{
		display: none;
	}
	.sub_menu_lavel2:hover ul {
		display: block;
	}
	ul.navbar-nav li .sub_menu_lavel1{
		position: absolute;
		background: #fff;
		box-shadow: 0px 4px 5px rgba(0,0,0,0.5);
		padding: 0px;
		min-width: 250px;
		margin-top: 25px;
	}
	ul.navbar-nav li .sub_menu_lavel1 li{
		border-bottom: solid 1px #ccc;
		transition: 0.5s;
		padding:0px;
	}
	ul.navbar-nav li .sub_menu_lavel1 li a{
		padding: 10px 10px;
		width: 100%;
		display: block;
		color: #000;
		font-size: 14px;
		transition: 0.5s;
	}	
	ul.navbar-nav li .sub_menu_lavel1 li:hover {
		background-color: #ff0000;
	}
	ul.navbar-nav li .sub_menu_lavel1 li:hover a{
		color: #fff;
		padding-left: 18px;
	}
	.sub_menu_lavel2 ul{
		top: 0;
		left: 100%;
		position: absolute;
		min-width: 200px;
		background: #fff;
	}
	.sub_menu_lavel2 ul li{
		border-bottom: solid 1px #ccc;
		transition: 0.5s;
		padding:0px;
	}
	.sub_menu_lavel2 ul li a{
		padding: 10px 10px;
		width: 100%;
		display: block;
		color: #000!important;
		font-size: 14px;
		transition: 0.5s;
	}
	.sub_menu_lavel2 ul li a:hover{
		color: #fff!important;
	}
	.arrow_down{
		font-size: 18px;
		padding-left: 5px;
	}
	.bars {
		width: 45px;
		cursor: pointer;
	}
	.hum_nav_menu{
		padding-top: 20px;
	}
	.bars .line {
		fill: none;	  
		stroke: #E15426;
		stroke-width: 4;
		stroke-linecap: square;
		transition: stroke-dasharray 400ms,  stroke-dashoffset 400ms;
	}
	.bars .line.top {
		stroke-dasharray: 40 172;
	}
	.bars .line.middle {
		stroke-dasharray: 40 111;
	}
	.bars .line.bottom {
		stroke-dasharray: 40 172;
	}
	.bars.active .top {
		stroke-dashoffset: -132px;
	}
	.bars.active .middle {
		stroke-dashoffset: -71px;
	}
	.bars.active .bottom {
		stroke-dashoffset: -132px;
	}
	#sidebarMobileMenu {
		height: 100%;
		position: fixed;
		top: 90px;
		/*right: 0;*/
		width: 83%;
		margin-top: 0px;
		/*transform: translateX(100%);*/
		transition: all 0.3s ease-in-out;
		background: #fff;
		z-index: 10;
		left: -100vw;
	}
	#sidebarMobileMenu.is_open{
		/*transform: translateX(0%);*/
		left: 0vw;
	}
	.sidebarMenuInner {
		padding: 20px;
	}
	.sidebarMenuInner>li:nth-child(1){
		border-top: none;
	}
	.header_btn_log_mob{
		position: absolute;
		bottom: 80px;
		border-top: none;
		width: 100%;
		padding: 0;
		left: 100px;
	}
	.sidebarMenuInner > li a{
		color: #000;
		display: block;
		letter-spacing: 1px;
	}
	.sidebarMenuInner > li{
		padding: 32px 10px;
		width: 100%;
		display: block;
		border-top: 1px solid #d9d9d9;
		font-size: 18px;
	}
	.sub_menu_lavel1{
		display: none;
	}
	.sub_menu_lavel1 li{
		padding: 7px 10px;
		width: 100%;
		display: block;
	}
	.mobile_sub_menu_lavel2{
		display: none;
	}
	.product_slider_nav_wapper{
		height: 200px;
	}
	.product_slider_nav{
		display: none;
		padding-top: 15px;
	}
	.header_btn_log_mob{
		width: 45%;
	}
	.header_btn_log_mob .header_btn_log{
		margin-top: 0px;
		width: 83%;
		margin-right: 25px;
	}
	.overlay_nav {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.61);
		transition: opacity 0.5s;
		left: 0;
	}
	.overlay_nav .text-white{
		color: #fff;
	}	
	.footer3_block {
		padding: 50px 20px;
	}
	.footerheading {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.copyrights > .col-md-3 , .col-md-5 {
		padding: 15px 0;
		text-align: center;
	}
	.copyrights p {
		margin-bottom: 0;
		text-align: center;
	}
	.footerul-heading li{
		text-align: left;
	} 
	
	.footer-widget-area2 .text-right{
		text-align: center;
	}
	.footer-widget-area2 .text-left{
		text-align: center;
	}
	.footer-widget-area{
		padding: 35px 15px;
	}
	.footer-widget-area .col-sm-10.col-xs-12{
		padding-left: 0px;
		padding-right: 0px;
	}
	.topspacing {
		margin-top: 47px;
	}
	.footerveritas_paddingleft{
		padding: 18px 15px 0px 0;
	}
	.footerveritas_paddingright{
		padding: 18px 0 0px 0px;
	}
	.veritas_footer_menu_title{
		margin-bottom: 9px;
	}
	.veritas_footer_social_icon{
		margin-top: 25px;
	}
	.template_diffrent_header #main{
		border-bottom: none;
	}
	.swierslidemenumobile.menu_border{
		border-bottom: 2px solid #E05625;
	}
	.template_diffrent_header .templet_cashless_net{
		margin-top: -25px;
	}
}

@media only screen and (max-width:767px){

	.menu_fixed_container {
		display: none;
	}
	.mobilesocialicon{
		padding-left: 0 !important;
	}
	.data-center {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: block;
		-webkit-align-items: center;
		align-items: center;
	}
	.homepageleft-textbox {
		transform: translate(3%,0);
	}
	.mobilesilderproduct {
		display: block; 
	}
	.swierslidemenumobile{
		display: block;
		z-index: 9999;
		background-color: #fff;
		height: 70px;
	}
	ul.navbar-nav li{
		padding: 43px 0px;
		transition: 0.5s;
	}
	ul.navbar-nav li .sub_menu_lavel1{
		display: none;
	}
	.darkHeader ul.navbar-nav li {
		padding: 30px 0px;
		transition: all ease-in-out 0.5s;
		position: relative;
	}
	.main_logo{
		width:45%;
		transition: all ease-in-out 0.5s;
	}
	ul.navbar-nav li:hover .sub_menu_lavel1{
		display: block;
	}
	.sub_menu_lavel2 ul{
		display: none;
	}
	.sub_menu_lavel2:hover ul {
		display: block;
	}
	ul.navbar-nav li .sub_menu_lavel1{
		position: absolute;
		background: #fff;
		box-shadow: 0px 4px 5px rgba(0,0,0,0.5);
		padding: 0px;
		min-width: 250px;
		margin-top: 25px;
	}
	ul.navbar-nav li .sub_menu_lavel1 li{
		border-bottom: solid 1px #ccc;
		transition: 0.5s;
		padding:0px;
	}
	ul.navbar-nav li .sub_menu_lavel1 li a{
		padding: 10px 10px;
		width: 100%;
		display: block;
		color: #000;
		font-size: 14px;
		transition: 0.5s;
	}	
	ul.navbar-nav li .sub_menu_lavel1 li:hover {
		background-color: #ff0000;
	}
	ul.navbar-nav li .sub_menu_lavel1 li:hover a{
		color: #fff;
		padding-left: 18px;
	}
	.sub_menu_lavel2 ul{
		top: 0;
		left: 100%;
		position: absolute;
		min-width: 200px;
		background: #fff;
	}
	.sub_menu_lavel2 ul li{
		border-bottom: solid 1px #ccc;
		transition: 0.5s;
		padding:0px;
	}
	.sub_menu_lavel2 ul li a{
		padding: 10px 10px;
		width: 100%;
		display: block;
		color: #000!important;
		font-size: 14px;
		transition: 0.5s;
	}
	.sub_menu_lavel2 ul li a:hover{
		color: #fff!important;
	}
	.arrow_down{
		font-size: 18px;
		padding-left: 5px;
	}
	.bars {
		width: 45px;
		cursor: pointer;
	}
	.hum_nav_menu{
		padding-top: 10px;
	}
	.bars .line {
		fill: none;	  
		stroke: #E15426;
		stroke-width: 4;
		stroke-linecap: square;
		transition: stroke-dasharray 400ms,  stroke-dashoffset 400ms;
	}
	.bars .line.top {
		stroke-dasharray: 40 172;
	}
	.bars .line.middle {
		stroke-dasharray: 40 111;
	}
	.bars .line.bottom {
		stroke-dasharray: 40 172;
	}
	.bars.active .top {
		stroke-dashoffset: -132px;
	}
	.bars.active .middle {
		stroke-dashoffset: -71px;
	}
	.bars.active .bottom {
		stroke-dashoffset: -132px;
	}
	#sidebarMobileMenu {
		height: 100%;
		position: fixed;
		top: 70px;
		/*right: 0;*/
		width: 83%;
		margin-top: 0px;
		/*transform: translateX(100%);*/
		transition: all 0.3s ease-in-out;
		background: #fff;
		z-index: 10;
		left: -100vw;
	}
	#sidebarMobileMenu.is_open{
		/*transform: translateX(0%);*/
		left: 0vw;
	}
	.sidebarMenuInner {
		padding: 20px;
	}
	.sidebarMenuInner>li:nth-child(1){
		border-top: none;
	}
	.header_btn_log_mob{
		position: absolute;
		bottom: 80px;
		border-top: none;
		width: 100%;
		padding: 0;
		left: 100px;
	}
	.sidebarMenuInner > li a{
		color: #000;
		display: block;
		letter-spacing: 1px;
	}
	.sidebarMenuInner > li{
		padding: 32px 10px;
		width: 100%;
		display: block;
		border-top: 1px solid #d9d9d9;
		font-size: 18px;
	}
	.sub_menu_lavel1{
		display: none;
	}
	.sub_menu_lavel1 li{
		padding: 7px 10px;
		width: 100%;
		display: block;
	}
	.mobile_sub_menu_lavel2{
		display: none;
	}
	.product_slider_nav_wapper{
		height: 200px;
	}
	.product_slider_nav{
		display: none;
		padding-top: 15px;
	}
	.header_btn_log_mob{
		width: 45%;
	}
	.header_btn_log_mob .header_btn_log{
		margin-top: 0px;
		width: 83%;
		margin-right: 25px;
	}
	.overlay_nav {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		opacity: 1;
		background-color: rgba(0, 0, 0, 0.61);
		transition: opacity 0.5s;
		left: 0;
	}
	.overlay_nav .text-white{
		color: #fff;
	}	
	.footer3_block {
		padding: 50px 20px;
	}
	.footerheading {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.copyrights > .col-md-3 , .col-md-5 {
		padding: 15px 0;
		text-align: center;
	}
	.copyrights p {
		margin-bottom: 0;
		text-align: center;
	}
	.footerul-heading li{
		text-align: left;
	} 
	
	.footer-widget-area2 .text-right{
		text-align: center;
	}
	.footer-widget-area2 .text-left{
		text-align: center;
	}
	.footer-widget-area{
		padding: 35px 15px;
	}
	.footer-widget-area .col-sm-10.col-xs-12{
		padding-left: 0px;
		padding-right: 0px;
	}
	.topspacing {
		margin-top: 47px;
	}
	.footerveritas_paddingleft{
		padding: 18px 15px 0px 0;
	}
	.footerveritas_paddingright{
		padding: 18px 0 0px 0px;
	}
	.veritas_footer_menu_title{
		margin-bottom: 9px;
	}
	.veritas_footer_social_icon{
		margin-top: 25px;
	}
	.template_diffrent_header #main{
		border-bottom: none;
	}
	.swierslidemenumobile.menu_border{
		border-bottom: 2px solid #E05625;
	}
	.template_diffrent_header .templet_cashless_net{
		margin-top: -25px;
	}
}

/*============= veritas home page====================*/
@media only screen and (max-width:1680px) {
	.veritas_banner_heading {
		top: 5.5%;
	}
	.veritas_home_page_banner_text_left{
		top: 34%;
	}
	.veritas_home_about_left_content{
		padding-right: 25%;
	}
	.veritas_home_news_card2{
		width: 400px;
		margin-bottom: 12px;
	}
	.veritas_home_news_card3{
		width: 400px;
		margin-bottom: 12px;
	}
	.veritas_home_news_card4{
		width: 400px;
		margin-bottom: 12px;
	}
	.template_veritas_home_parallax{
		min-height: 875px;
	}
}
@media only screen and (max-width:1600px) {
	.veritas_home_page_sec3_container{
		width: 60%;
	}
	.veritas_home_page_sec4_container{
		width: 70%;
	}
	.template_veritas_home_parallax{
		min-height: 833px;
	}
}
@media only screen and (max-width:1440px) {

	.veritas_home_page_our_infrastucture{
		height: 710px;
	}
	.veritas_home_page_banner_center {
		transform: translate(124%,-117%);
	}
	.veritas_home_page_sec4_container{
		width: 80%;
	}
	.veritas_home_page_sec6_right .font-30{
		font-size: 27px;
	}
	.veritas_sec2_circle_right{
		bottom: 0%;
	}
	.veritas_banner_heading{
		text-align: left;
		left: 9%;
		top: 7%;
	}
	.veritas_home_news_card2{
		width: 345px;
	}
	.veritas_home_news_card3{
		width: 345px;
	}
	.veritas_home_news_card4{
		width: 345px;
	}
	.veritas_home_testimonial_container{
		width: 57%;
	}
	.template_veritas_home_parallax{
		min-height: 750px;
	}
}
@media only screen and (max-width:1366px) {

	.mid_vector {
		width: 80%;
		padding-top: 50px;
	}
	.umbrellimg {
	    display: block;
	    margin: 0 auto;
	    width: 80%;
	}



	.service_page .firstbox {
    	margin-top: 80px;
	}

	 .service_page .newsectionpadding {
        padding: 50px 0;
    }
     .service_page .veritas_home_take_right_content {
        padding: 0px 10% 0px 10%;
        font-size: 40px;
    }
    .veritas_sec2_circle_left_cs {
        position: absolute;
        width: 11%;
        top: -5%;
        left: 4%;
    }

	.veritas_home_page_banner_center {
		transform: translate(116%,-113%);
	}
	.banner_universal_calc{
		left: -12%;
	}
	.banner_risk_manage{
		right: -41%;
	}
	.veritas_home_take_right_content{
		font-size: 50px;
	}
	.veritas_home_news_card3_content{
		padding: 25px;
	}
	.veritas_home_page_testimonial_bg{
		height: 550px;
	}
	.veritas_banner_heading{
		text-align: left;
		padding-left: 25px;
	}
	.veritas_home_page_sec2_up_container{
		width: 65%;
	}
	.veritas_home_news_card2{
		width: 320px;
		margin-bottom: 10px;
	}
	.veritas_home_news_card3{
		width: 320px;
		margin-bottom: 10px;
	}
	.veritas_home_news_card4{
		width: 320px;
		margin-bottom: 10px;
	}
	.template_veritas_home_parallax{
		min-height: 711px;
	}
}
@media only screen and (max-width:1280px) {

	.veritas_home_page_banner_center {
		width: 37%;
		transform: translate(116%,-119%);
	}
	.veritas_home_page_sec4_container {
		width: 89%;
	}
	.banner_universal_calc {
		left: -18%;
	}
	.veritas_home_news_card3_content{
		margin-top: 0px;
	}
	.veritas_home_page_banner_text_left{
		top: 31%;
		left: 5%;
	}
	.banner_portfolio_manage{
		left: -42%;
		top: 15%;
	}
	.banner_risk_manage{
		right: -51%;
	}
	.banner_claim_manage{
		top: -12%;
	}
	.veritas_banner_heading{
		padding-left: 0;
		left: 5%;
	}
	.header_btn_log {
		width: 45%;
	}
	.template_veritas_home_parallax{
		min-height: 667px;
	}
	.template_index_page .font-60{
		font-size: 50px;
	}
}
@media only screen and (max-width:1152px) {
	.banner_center_img_text .font-28{
		font-size: 20px;
	}
	.banner_claim_manage_img {
		width: 67%;
	}
	.banner_claim_manage{
		right: -30%;
	}
	.banner_universal_calc {
		left: -28%;
	}
	.banner_risk_manage span{
		padding-left: 0;
		padding-right: 25px;
	}
	.banner_risk_manage {
		bottom: 20%;
		right: -57%;
	}
	.banner_claim_manage span{
		padding-right: 38px;
		padding-left: 0px;
	}
	.veritas_home_page_establish_content p{
		font-size: 20px;
	}
	.veritas_home_about_left_content .font-19{
		font-size: 16px;
	}
	.veritas_home_take_care_container{
		width: 90%;
	}
	.veritas_home_page_sec4_container {
		width: 95%;
	}
	.veritas_home_page_sec6_right .font-30 {
		font-size: 20px;
	}
	.veritas_home_page_sec8 {
		margin: 0px 0 100px 0;
	}
	.veritas_home_news_card1{
		width: 20%;
	}
	.veritas_home_news_card2{
		width: 350px;
		margin-right: 0px;
	}
	.veritas_home_news_card3{
		width: 350px;
		margin-right: 0px;
	}
	.veritas_home_news_card4{
		width: 350px;
	}
	.veritas_home_testimonial_container{
		width: 60%;
	}
	.veritas_home_page_sec8_line_bottom{
		bottom: 8%;
	}
	.veritas_banner_heading {
		text-align: left;
		left: 6%;
	}
	.banner_center_img_text p{
		padding: 0 75px;
	}
	.banner_center_img_text .font-25{
		font-size: 19px;
	}
	.veritas_home_page_our_infrastucture_container{
		width: 80%;
	}
	.veritas_home_page_our_infrastucture {
		height: 600px;
	}
	.veritas_home_page_banner_img{
		width: 115%;
		max-width: 125%;
	}
	.veritas_home_page_establish_content {
		padding: 20px 0 40px 0;
	}
	.template_veritas_home_parallax{
		min-height: 533px;
	}
	.template_index_page .aboutcompany_content {
	    position: absolute;
	    top: 25%;
	    left: 7%;
	}
}
@media only screen and (max-width:1024px) {
	.veritas_home_page_banner_text_left{
		top: 24%;
		left: 5%;
	}
	.veritas_banner_heading {
		text-align: left;
		left: 3%;
	}
	.veritas_home_take_right_content {
		font-size: 45px;
	}
	.banner_portfolio_manage{
		left: -15%;
	}
	.veritas_home_page p {
		line-height: 1.4;
	}
	.veritas_sec2_circle_right{
		right: 1%;
	}
	.veritas_home_page_sec3_container{
		width: 80%;
	}
	.veritas_home_about_left_content {
		top: 50%;
		left: 38%;
		transform: translate(-50%,-50%);
		padding-right: 23%;
	}
	.scroll-down-main-veritas-sec2 {
		position: absolute;
		bottom: -27%;
		left: 46%;
	}
	.banner_universal_calc{
		left: -50%;
		bottom: 22px;
	}
	.banner_center_img_text .font-25 {
		font-size: 17px;
	}
	.banner_claim_manage {
		right: -45%;
		top: 5%;
	}
	.banner_risk_manage {
		bottom: 9%;
		right: -50%;
	}
	.veritas_home_page_banner_center {
		width: 40%;
		transform: translate(114%,-135%);
	}
	.veritas_home_page_banner_img img{
		max-width: 200%;
		width: 120%;
	}
	.banner_cashless_net{
		bottom: -26%;
	}
	.banner_portfolio_manage {
		top: 0%;
		left: -33%;
	}	
	.veritas_home_news_card2{
		width: 350px;
	}
	.veritas_home_news_card3{
		width: 350px;
	}
	.veritas_home_news_card4{
		width: 350px;
	}
	.veritas_home_page_sec8_line_bottom {
		bottom: 8%;
	}
	.header_btn_log {
		width: 48%;
	}
	.veritas_home_mob_person_img1{
		top: -17%;
	}
	.template_veritas_home_parallax{
		min-height: 533px;
	}
	.template_index_page .section_1_dot_1 {
		position: absolute;
		top: 72%;
		left: 23%;
	}
	.template_index_page .section_1_dot_1{
		width: 15%;
	}
	.section_1_dot_1_index{
		width: 15%;
	}
}
@media only screen and (max-width:992px) {
	/*.no_more_btn_veritas_home{
		display: block;
	}*/
	.template_index_page .font-60 {
		font-size: 42px;
	}
	.template_index_page .aboutcompany_content {
		position: absolute;
		top: 36%;
		left: 9%;
	}
	.veritas_home_slide1_content{
		width: 75%;
		top: 30%;
	}
	.veritas_home_page_banner_text_left h1{
		font-size: 115px;
	}
	.veritas_home_page_banner_text_left p{
		line-height: 1.2;
		font-size: 40px;
	}
	.banner_claim_manag_content{
		width: 265px;
	}
	.banner_universal_calc_content{
		width: 295px;
	}
	.banner_risk_manag_content{
		width: 265px;
	}
	.banner_portfolio_content{
		width: 290px;
	}
	.banner_claim_manage_img {
		width: 100%;
	}
	.banner_portfolio_manage {
		top: -7%;
		left: -54%;
	}
	.banner_claim_manage {
		right: -48%;
		top: -12%;
	}
	.banner_cash_net_content{
		width: 200px;
	}
	.banner_universal_calc_img {
		width: 100%;
	}
	.banner_universal_calc {
		left: -61%;
		top: 73%;
	}
	.banner_center_img_text p{
		padding: 0 25px;
	}
	.banner_center_img_text .font-28 {
		font-size: 17px;
	}
	.banner_cash_net_content_img {
		width: 60%;
		margin: 0 auto;
	}
	.banner_cashless_net {
		bottom: -29%;
		left: 21%;
	}
	.banner_risk_manage_img {
		width: 75%;
	}
	.banner_risk_manage {
		bottom: -5%;
		right: -55%;
	}
	.veritas_home_take_right_content {
		font-size: 34px;
		padding: 0;
	}
	.veritas_home_page_sec3_container {
		width: 95%;
	}
	.veritas_home_about_left_img{
		width: 100%;
	}
	.veritas_home_about_right_img {
		width: 73%;
		/* margin: 0 auto; */
		margin-left: 28%;
	}
	.veritas_home_about_right {
		top: 13%;
		right: 0;
	}
	.veritas_home_page_sec6_right .font-30 {
		font-size: 16px;
	}	
	.veritas_home_news_card2{
		width: 380px;
	}
	.veritas_home_news_card3{
		width: 380px;
	}
	.veritas_home_news_card4{
		width: 380px;
	}
	#infraswipersection {
		width: 60%;
	}
	.veritas_home_news_card_line{
		widows: 200PX;
	}
	.veritas_home_page_sec8_line_bottom {
		bottom: 8%;
	}
	.veritas_home_news_card1 {
		width: 40%;
	}
	.veritas_home_testimonial_container {
		width: 80%;
	}
	.veritas_home_page_sec8_line_bottom {
		bottom: 8.5%;
	}
	.veritas_home_mob_person_img3 {
		bottom: -14%;
		left: 38%;
	}
	.veritas_home_mob_person_img1 {
		top: -27%;
		right: 25%;
	}
	.veritas_banner_heading{
		text-align: left;
	}
	.veritas_banner_heading{
		left: 2%;
		top: 9%;
	}
	.veritas_home_page_banner_img img {
		max-width: 200%;
		width: 155%;
	}
	.veritas_home_page_banner_text_left{
		top: 17%;
	}
	.veritas_home_page_banner_center {
		width: 43%;
		transform: translate(86%,-137%);
	}
	.banner_center_img_text{
		top: 29%;
	}
	.veritas_home_page_our_infrastucture .veritas_home_page_our_infrastucture_tab{
		padding-top: 25%;
	}
	.header_btn_log {
		width: 100%;
	}
	.header_btn_log img{
		display: none;
	}
	.no_more_btn_veritas_home{
		display: block;
		position: absolute;
		top: 190px;
		left: 10%;
	}
	.veritas_home_page_sec2_up_container{
		width: 85%;
	}
	.no_more_banner_btn
	{
		background-color: #0000;
		border: 1px solid #fff;
		border-radius: 25px;
		color: #fff;
		padding: 12px 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
	}
	.no_more_banner_btn:hover{
		cursor: pointer;
	}
	.template_veritas_home_parallax{
		min-height: 533px;
	}
	.template_veritas_home_parallax{
		min-height: 400px;
	}
}
@media only screen and (max-width:768px){
	.template_veritas_home_parallax{
		min-height: 400px;
	}
}
@media only screen and (max-width:767px) {


	.templet_about .veritas_about_page_new_section4_container .col-md-3 {
    	width: 100%;
	}
	.templet_about .veritas_about_page_new_section4_container .col-md-3 {
		padding-bottom: 10px;
	}



	.topspacing {
		margin-top: 66px;
	}
	.template_index_page_container{
		display: none;
	}
	.template_index_page .aboutcompany_content{
		position: static;
		padding-left: 15px;
	}
	.template_index_page .section_1_dot_1 {
	    position: absolute;
	    top: 70%;
	    right: 4%;
	    left: auto;
	}
	.template_index_page .section_1_dot_2{
		top: 30%;
	}
	.template_index_page{
		padding-bottom: 40px;
	}
	.template_index_page .font-60 {
	    font-size: 33px;
	}
	.template_index_page_mob_slider .swiper-pagination-bullet-active {
		background-color: #FF6C2E !important;
		opacity: 1;
	}
	.template_index_page_mob_slider .swiper-pagination-bullet {
		
		background-color: #e09830;
	}
	.no_more_btn_veritas_home{
		display: block;
		position: absolute;
		top: 180px;
		left: 5%;
	}
	.no_more_banner_btn
	{
		background-color: #0000 !important;
		border: 1px solid #fff;
		border-radius: 25px;
		color: #fff;
		padding: 12px 20px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		font-size: 16px;
	}
	.no_more_banner_btn:hover{
		cursor: pointer;
	}
	.veritas_home_page_swiper_imgs .swiper-pagination-bullet-active {
		opacity: 1;
		background: #FF6C2E !important;
	}
	.veritas_home_page_swiper_imgs .swiper-pagination-bullet {
		background: #e09830;
	}
	.veritas_home_page_swiper_imgs .swiper-pagination.swiper-pagination-bullets{
		display: block;
	}
	.veritas_home_page_swiper_imgs .swiper-button-next{
		display: none;
	}
	.veritas_home_page_swiper_imgs .swiper-button-prev{
		display: none;
	}
	.banner_center_img_text{
		top: 40%;
	}
	.veritas_home_slide1_img img{
		max-width: 200%;
		width: 200%;
	}
	.veritas_home_slide1_content {
		width: 85%;
		top: 23%;
		left: 1%;
	}
	.veritas_home_slide1_content h1{
		line-height: 1.3;
	}
	.padding_left_mob_veritas_sec6{
		padding-left: 0px;
	}
	.veritas_home_page_banner_text_left h1 {
		font-size: 50px;
	}
	.veritas_home_page_banner_text_left p {
		line-height: 1.2;
		font-size: 28px;
	}
	.veritas_home_page_redefining_content p:nth-child(2){
		font-size: 16px;
	}
	.veritas_home_page_banner_text_left {
		top: 8%;
	}
	.veritas_home_page_sec2_up_container {
		width: 95%;
	}
	.veritas_home_page_sec2_up{
		margin: 0px;
	}
	.veritas_home_page_banner_img img{
		width: 340%;
		max-width: 400%;
	}
	.veritas_home_page_redefining_content {
		text-align: center;
		padding: 25px 0 40px 0;
	}
	.veritas_home_page_banner_center {
		display: none;
	}
	.banner_center_img_text .font-25 {
		font-size: 12px;
	}
	.veritas_banner_heading {
		left: 20%;
		top: 7.5%;
		padding-left: 0px;
	}
	.veritas_home_page_banner_center span{
		font-size: 13px;
	}
	.veritas_home_page_banner_center p{
		font-size: 13px;
	}
	.banner_portfolio_content_img {
		width: 100%;
		background: unset;
		height: auto;
	}
	.banner_portfolio_content_img:hover{
		display: none;
	}
	.portmanag1{
		display: block;
	}
	.banner_universal_calc_img {
		width: 100%;
		background: unset;
		height: auto;
	}
	.banner_universal_calc_img:hover{
		display: none;
	}
	.portmanag2{
		display: block;
	}
	.banner_cash_net_content_img {
		width: 100%;
		background: unset;
		height: auto;
	}
	.banner_cash_net_content_img:hover{
		display: none;
	}
	.portmanag3{
		display: block;
	}
	.banner_risk_manage_img {
		width: 100%;
		background: unset;
		height: auto;
	}
	.banner_risk_manage_img:hover{
		display: none;
	}
	.portmanag4{
		display: block;
	}
	.banner_claim_manage_img {
		width: 100%;
		background: unset;
		height: auto;
	}
	.banner_claim_manage_img:hover{
		display: none;
	}
	.portmanag5{
		display: block;
	}

	.banner_universal_calc_content {
		width: 170px;
	}
	.banner_risk_manag_content {
		width: 170px;
	}
	.banner_claim_manag_content {
		width: 170px;
	}
	.banner_portfolio_manage {
		top: -5%;
		left: -28%;
	}
	.banner_claim_manage_img {
		width: 100%;
	}
	.banner_claim_manage {
		right: -25%;
		top: -2%;
	}
	.banner_universal_calc_img {
		width: 100%;
	}
	.banner_universal_calc {
		left: -28%;
		top: 65%;
	}
	.banner_universal_calc span{
		padding-right: 0;
	}
	.banner_center_img_text .font-28 {
		font-size: 12px;
	}
	.banner_cashless_net {
		bottom: -30%;
		left: 12%;
	}
	.banner_risk_manage_img {
		width: 100%;
	}
	.banner_risk_manage {
		bottom: 4%;
		right: -28%;
	}
	.banner_cash_net_content_img {
		width: 38%;
		margin: 0 auto;
	}
	.banner_portfolio_content {
		width: 200px;
	}
	.veritas_sec2_circle_right_img{
		display: none;
	}
	.veritas_home_slide1_content p {
		padding-top: 15px;
	}
	.veritas_home_page_establish_content p{
		padding: 14px 0px 25px 0px;
	}
	.veritas_home_take_right_content{
		padding: 0;
		font-size: 35px;
		text-align: center;
		margin: 32px 0;
	}
	.veritas_home_take_right_content p:nth-child(1){
		padding-bottom: 10px;
		font-size: 30px;
	}
	.veritas_home_take_right_content .font-20{
		font-size: 16px;
		padding-top: 5px;
	}
	.veritas_home_page_establish_content p {
		font-size: 16px;
	}
	.veritas_home_take_left_img{
		width: 78%;
		margin: 0 auto;
	}
	.scroll-down-main-veritas-sec2{
		display: none;
	}
	.veritas_home_about_right{
		position: static;
	}
	.veritas_home_page_sec4{		
		background-color: #FFF8EB;
	}
	.veritas_home_about_left_img{
		display: none;
	}
	.veritas_home_about_left_content{
		position: static;
		background-color: #FFF8EB;
		padding-right: 0;
		transform: translate( 0%, 0%);
		padding: 35px 10px;
		text-align: center;
	}
	.veritas_home_about_left_content p {
		text-align: center;
		font-size: 16px !important;
	}
	.veritas_home_about_right_img {
		width: 107%;
		margin-left: -4%;
	}
	.veritas_home_about_line{
		display: none;
	}
	.veritas_home_about_right_img img{
		margin-bottom: 0%;
	}
	.veritas_home_page_sec5_bgimg .font-35{
		font-size: 25px;
	}
	.veritas_home_page_sec6 .row-eq-height{
		display: block;
	}
	.veritas_home_mob_person_img1 {
		top: -41%;
		right: 19%;
		width: 18%;
	}
	.veritas_home_mob_person_img2 {
		position: absolute;
		bottom: 26%;
		left: 0%;
		width: 18%;
	}
	.veritas_home_mob_person_img3{
		position: absolute;
		bottom: -14%;
		left: 80%;
	}
	.veritas_home_page_sec7{
		margin: 0 0;
	}
	.veritas_home_sec6_right_content .font-19{
		font-size: 15px;
	}
	.veritas_home_page_sec6{
		margin: 50% 0 18% 0;
	}
	.veritas_home_page_sec6_line_bottom{
		display: none;
	}
	.veritas_home_page_sec6_right{
		margin: 55px 0 0 0;
	}
	.veritas_home_insurance_heading .font-35{
		font-size: 25px;
	}
	.veritas_home_page .veritas_home_insurance_heading .font-35{
		font-size: 24px;
		line-height: 1.1;
	}
	.veritas_home_insurance_heading {
		padding: 70px 0 30px 0;
		text-align: center;
	}
	.veritas_home_page_pagination_bullets{
		transform: translate(43%, 0%);
		margin: 55px 0px;
	}
	.veritas_home_insurance_imgs{
		display: inline-block;
		margin: 0px 0 66px 0;
	}
	.veritas_home_insurance_img1{
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.veritas_home_insurance_img2{
		padding-right: 15px;
		padding-bottom: 15px;
	}
	.veritas_home_insurance_img3{
		padding-right: 15px;
	}
	.veritas_home_insurance_img4{
		padding-right: 15px;
	}
	.veritas_home_page_sec6_line{
		height: 100px;
	}
	.veritas_home_page_news_upadte_cards{
		display: block;
	}
	.veritas_home_news_card1{
		width: 100%;
		margin-bottom: 15px;
		display: none;
	}
		.veritas_home_page_sec8 {
		margin: 70px 0 100px 0;
	}
	.veritas_home_news_card_line{
		display: none;
	}
	.veritas_home_news_card3_content {
		margin-top: -5px;
	}
	.veritas_home_news_card4_content{
		margin-top: -5px;
	}
	.veritas_home_news_card2_content{
		margin-top: -5px;
	}
	.veritas_home_news_card2{
		width: 335px;
		margin: 0 auto;
		box-shadow: 1px 15px 24px 4px #eae7e7;
		min-height: 480px;
		transition: 0.3s;
		background-color: transparent;
		border-bottom-left-radius: 18px;
		border-top-right-radius: 0px;
		margin-bottom: 35px;
	}
	.veritas_home_news_card3{
		width: 335px;
		margin: 0 auto;
		box-shadow: 1px 15px 24px 4px #eae7e7;
		min-height: 480px;
		transition: 0.3s;
		background-color: transparent;
		border-bottom-left-radius: 18px;
		border-top-right-radius: 0px;
		margin-bottom: 35px;
	}
	.veritas_home_news_card4{
		width: 335px;
		margin: 0 auto;
		box-shadow: 1px 15px 24px 4px #eae7e7;
		min-height: 480px;
		transition: 0.3s;
		background-color: transparent;
		border-bottom-left-radius: 18px;
		border-top-right-radius: 0px;
		margin-bottom: 35px;
	}
	/*.veritas_home_news_cards_container_swiper_slider .swiper-slide
	{
		width: 360px !important;
	}*/
	.veritas_home_news_cards_container_swiper_slider .swiper-slide{
		margin-left: 11px;
	}
	#infraswipersection .swiper-pagination.swiper-pagination-bullets {
		display: none;
	}
	#infraswipersection .swiper-pagination-bullet {
		background: #e09830;
	}
	#infraswipersection .swiper-pagination-bullet-active {
		opacity: 1;
		background: #FF6C2E !important;
	}
	#infraswipersection {
		width: 100%;
	}
	.veritas_home_page_news_heading p{
		padding-bottom: 20px;
	}
	.veritas_home_testimonial_container {
		width: 95%;
	}
	.veritas_test_img{
		margin: 5% auto;
	}
	.veritas_test_heading{
		padding: 18% 0 5% 0;
	}
	.veritas_home_page_testimonial_bg {
		height: 500px;
	}
	.veritas_home_page_sec8_line_bottom {
		bottom: 7.5%;
	}
	.veritas_clear{
		clear: both;
	}
	.template_diffrent_header .menu_border{
		background: #ffff;
		background-color: #ffff;
		color: #fff;
	}
	.template_diffrent_header .menu_heading li a{
		color: #fff;
	}
	.template_diffrent_header .menu_heading li a:hover{
		color: #FF712B;
	}
	.veritas_home_page_our_infrastucture{
		background-image: none;
		background-color: #fff;
	}
	.veritas_home_page_our_infrastucture_container {
		width: 100%;
	}
	.template_faqs_page_tab_pannel .font-16 {
		font-size: 16px;
		text-align: left;
	}
	.veritas_home_page_our_infrastucture {
		height: auto;
		margin-top: 0%;
		padding: 55px 0;
	}
	.veritas_home_page_sec5{
		margin: 0;
	}
	.veritas_home_page .template_faqs_page_left .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
		font-size: 17px;
		line-height: 17px;
	}
	.veritas_home_page .template_faqs_page_left .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
		border-bottom: 1px solid #ff5822;
	}
	.veritas_home_page_our_infrastucture .veritas_home_page_our_infrastucture_tab{
		padding: 0;
	}
	.template_faqs_page_tab_pannel {
		padding: 5px 0;
	}
	.template_faqs_page_left .nav-tabs>li>.after_none {
		font-size: 13px;
		line-height: 17px;
	}
	.template_faqs_page_left .nav-tabs>li:nth-child(1) {
		padding-right: 2%;
	}
	.veritas_home_take_care_container {
		width: 100%;
		padding: 25px 0 10px 0;
	}
	.veritas_home_take_care_container .row-eq-height{
		display: block;
	}
	.veritas_sec2_small_elements{
		display: none;
	}
	.veritas_home_take_care_container .row-eq-height.mainupdown {
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex !important;
		-webkit-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	.veritas_home_page_banner{
		display: none;
	}
	.veritas_home_page_banner_mob{
		width: 100%;
		height: auto;
		position: relative;
		z-index: 0;
		display: block;
	}
	.veritas_home_page_banner_img_mob{
		position: relative;
		z-index: 1;
	}
	.veritas_banner_heading_mob{
		position: absolute;
		top: 45px;
		color: #fff;
		text-align: center;
		z-index: 2;
		width: 100%;
		text-align: center;
	}
	.veritas_home_banner_mob_360{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 95px;
		color: #000;
		font-size: 25px;
		opacity: 0.3;
		z-index: 3;
	}
	.veritas_home_banner_mob_card{
		position: static;
	}
	.veritas_home_banner_mob_card_portfolio{
		width: 90%;
		z-index: 11;
		min-height: 340px;
		margin: 40px auto;
		border-radius: 25px;
		background-color: #fff;
		box-shadow: 1px 15px 24px 4px #eae7e7;
		padding: 53px 30px 20px 30px;
	}
	.veritas_home_banner_mob_card_portfolio img{
		width: 35%;
		display: block;
		margin: 0 auto;
	}
	.veritas_home_banner_mob_card_portfolio h2 {
		margin: 15px auto;
		color: #515151;
		text-align: center;
		width: 90%;
		transition: all ease-in-out 0.5s;
		font-weight: bold;
		font-size: 17px;
		line-height: 1.4;
	}
	.veritas_home_banner_mob_card_portfolio p{
		font-size: 14px;
		text-align: center;
		line-height: 1.4;
		transition: all ease-in-out 0.5s;
	}
	.veritas_home_banner_mob_card .swiper-pagination-bullet {
		background: #e09830;
	}
	.veritas_home_banner_mob_card .swiper-pagination-bullet-active {
		opacity: 1;
		background: #FF6C2E !important;
	}	
	.slide_1_disblock{
		display: none;
	}
	.slide_2_disblock{
		display: none;
	}
	.slide_3_disblock{
		display: none;
	}	
	.slide_4_disblock{
		display: none;
	}
	.slide_5_disblock{
		display: none;
	}
	.veritas_home_slide1_img{
		background-image: url(../images/home_page/slide_1_mob.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 391px;
	}
	.veritas_home_slide2_img{
		background-image: url(../images/home_page/slide_3_mob.jpg);
		background-position: right;
		background-size: cover;
		background-repeat: no-repeat;
		height: 391px;
	}
	.veritas_home_slide3_img{
		background-image: url(../images/home_page/slide_2_mob.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 391px;
	}	
	.veritas_home_slide4_img{
		background-image: url(../images/home_page/slide_4_mob.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 391px;
	}
	.veritas_home_slide5_img{
		background-image: url(../images/home_page/slide_5_mob.jpg);
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 391px;
	}
	.veritas_home_page_our_infrastucture_mob_dropdown{
		display: block;
	}
	.veritas_home_page_our_infrastucture{
		display: none;
	}
	.veritas_home_page_our_infrastucture_mob_dropdown{
		padding: 35px 15px;
		text-align: justify;
	}
	.size_chart_veritas_home_page ul{
		list-style: disc;
		margin-block-start: 1em;
		margin-block-end: 1em;
		margin-inline-start: 0px;
		margin-inline-end: 0px;
		padding-inline-start: 20px;
		line-height: 1.7;
	}
	.size_chart_veritas_home_page{
		padding: 15px 0 0 0;
	}
	#size_select_veritas_home_page{
		padding: 10px 40px;
		border-top: 1px solid #ff6633;
		border-left: 1px solid #ff6633;
		border-bottom: 1px solid #FCAC31;
		border-right: 1px solid #FCAC31;
		border-radius: 50px;
		font-size: 20px;
		background-color: #fff;
		-webkit-appearance: none;
      	-moz-appearance: none;
      	appearance: none;
      	text-align: center;
      	text-align-last: center;
      	position: relative;
      	line-height: 1.2;
	}
	.veritas_home_page .font-35{
		font-size: 30px;
	}
	.down-arrow{
		width: fit-content;
	    margin: 0 auto;
	}
	.down-arrow:before {
	        content: "";
	    position: absolute;
	    width: 15px;
	    height: 15px;
	    top: 18px;
	    right: 18px;
	    background-image: url(../images/home_page/down-arrow.png);
	    z-index: 99;
	    background-size: 15px;
	    background-repeat: no-repeat;
	}
	/*23/12/19*/
	.templet_about .row-eq-height{
		width: 100%;
		display: block;
	}
	.templet_cashless_net .anim-typewriter{
		animation: paused;
	}
	.templet_about .anim-typewriter{
		animation: paused;
	}
	.veritas_home_take_right_content .anim-typewriter{
		animation: paused;
	}
	.veritas_home_about_left_content .anim-typewriter{
		animation: paused;
	}
	.veritas_home_take_care_container{
		width: 100%;
		margin: 0 auto;
	}
	.veritas_home_page_sec5_bgimg p {
		padding: 35px 0;
	}
	.veritas_home_page_sec9_container_slider{
		padding-bottom: 25px;
	}
	.swiper-container.veritas_home_news_cards_container_swiper_slider {
	  width: 100%;
	  height: 100%;
	}
	.veritas_home_news_cards_container_swiper_slider .swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  /* Center slide text vertically */
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
	}
	.template_index_page_mob_slider{
		display: block;
	}
}


/*================cashless_network======*/
@media only screen and (max-width:1680px){
	.template_cashless_network_garage_container{
		width: 65%;
	}
}
@media only screen and (max-width:1600px){
	.template_cashless_network_sec4_container{
		padding-top: 20%;
	}
}
@media only screen and (max-width:1440px){
	.templet_cashless_net h1{
		font-size: 46px;
		line-height: 50px;
	}
	.templet_cashless_network_form_container{
		width: 60%;
	}
	.template_cashless_network_sec4_container{
		width: 60%;
		padding-top: 22%;
	}
	.template_cashless_network_garage_container {
		width: 75%;
	}
	.template_cashless_network_last_sec_container{
		width: 90%;
	}
}
@media only screen and (max-width:1366px){
	.templet_cashless_net h1{
		font-size: 42px;
		line-height: 46px;
	}

}
@media only screen and (max-width:1280px){
	.templet_cashless_net h1{
		font-size: 40px;
		line-height: 44px;
	}
	.template_cashless_network_sec4{
		height: 700px;
	}
	.template_cashless_network_garage_container {
		width: 80%;
	}
}
@media only screen and (max-width:1152px){
	.templet_cashless_net h1{
		font-size: 36px;
		line-height: 40px;
	}
	.templet_cashless_network_form_container{
		width: 70%;
	}
	.template_cashless_network_sec4_container{
		width: 70%;
		padding-top: 22%;
	}
}
@media only screen and (max-width:1024px){

	.templet_cashless_network_form_container{
		width: 80%;
	}
	.template_cashless_network_sec4_container{
		width: 80%;
		padding-top: 22%;
	}
	.template_cashless_network_sec4 {
		height: 600px;
	}
	.template_cashless_network_last_sec_container {
		width: 100%;
	}
	.template_cashless_network_garage_container {
		width: 95%;
	}
	.cashless_garage_btn{
		padding: 12px 0;
	}
}
@media only screen and (max-width:992px){
	.templet_cashless_net .cashless_net_heading_main  h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.templet_cashless_net h1{
		font-size: 32px;
		line-height: 36px;
	}
	.templet_cashless_network_form_container{
		width: 100%;
	}
	.templet_cashless_search_btn_main{
		width: 27%;
	}
	.template_cashless_network_sec4_container{
		width: 90%;
		padding-top: 26%;
	}
	.template_cashless_network_garage_container {
		width: 95%;
	}
	.template_cashless_network_last_sec{
		margin: 15px 0 30px 0;
	}	
	.template_cashless_network_last_sec_container {
		width: 95%;
		margin: 0 auto;
	}
	.template_cash_net_company_logo_main{
		display: block;
	}
	.template_cash_net_company_logo{
		width: 25%;
		float: left;
		margin: 25px 0;
	}
	.template_cashless_garage_icon img{
		display: block;
	}
	.cashless_garage_btn{
		padding: 10px 0;
	}
	.template_cashless_garage_icon{
		opacity: 1;
	}
	.template_cashless_garage_icon:hover{
		display: block;
		opacity: 1;
	}
	.template_cashless_garage_icon:hover .cashless_garage_btn{
		padding: 10px 0;
	}
	.template_cashless_network_garage_container .template_cashless_network_garage_col_sm{
		padding-right: 0px;
		/*width: 22%;*/
	}
	.template_tabpanel .nav-tabs>li {
    	float: left;
    	margin-bottom: 0px;
    	width: 33.33%;
    	min-height: 150px;
	}
	.templet_about .template_faqs_page_left .nav-tabs>li:nth-child(2) {
    	padding-right: 1%;
	}
	.template_cashless_network_heading_container{
		width: 75%;
	}

}
@media only screen and (max-width:768px){
	.templet_cashless_net .mobile_img{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		right: 0;
		margin: 0 auto;
		display: block;
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width:767px){
	.templet_cashless_net .templet_about .section_2_content {
		padding: 30px 0px;
	}
	.templet_cashless_net .section_1_background {
		padding-left: 0%;
		width: 150%;
		margin-top: 18%;
	}
	.templet_cashless_net .section_1_dot_2 {
		width: 18%;
		right: 8%;
		bottom: 0;
	}
	.templet_cashless_net .section_1_dot_1 {
		top: 32%;
		width: 13%;
		left: 2%;
	}
	.templet_cashless_net .aboutcompany_content {
		position: static;
		padding-left: 15px;
	}
	.template_cashless_network_garage_container{
		width: 100%;
	}
	.template_cashless_garage_icon{
		margin-right: 0%;
	}
	.template_cashless_network_garage{
		margin-top: 12%;
	}
	.templet_cashless_search_btn_main{
		width: 100%;
		float: none;
		text-align: center !important;
		align-items: center;
		margin: 0 28%;
	}
	.template_cashless_network_sec4{
		background-image: none;
		background-color: #FFFAEF;
		height: auto;
		padding: 9% 0;
	}
	.template_cashless_network_sec4_container{
		padding-top: 0%;
		width: 100%;
	}
	.templet_cashless_net .templet_about.row-eq-height .col-md-1{
		display: none;
	}
	.templet_cashless_net .templet_about .veritas_home_page_our_infrastucture_container{
		width: 93%;
	}
	.template_cashless_network_garage{
		display: none;
	}
	.template_cashless_network_heading_container {
		width: 100%;
		margin: 0 auto;
	}
	.template_cashless_network_heading_content .font-38{
		font-size: 22px;
		line-height: 36px;
		padding-bottom: 3px;
	}
	.template_cashless_network_heading_content .font-18{
		font-size: 13px;
	}
	.template_cash_net_company_logo{
		width: 50%;
	}
	.template_cashless_network_last_sec{
		height: auto;
		/*display: none;*/
	}
	.template_cashless_dropdown_mob_container{
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	.template_cashless_dropdown_mob{
		display: block;
		margin: 0;
	}
	.template_cashless_dropdown_mob .veritas_home_page_our_infrastucture_mob_dropdown select option {
		background-color: #fff;
	}
	.template_cashless_network_last_sec_container{
		display: none;
	}
	.template_cashless_network_last_sec_mob_slider{
		display: block;
		height: 270px;
		width: 100%;
		margin-bottom: 0px;
	}
	.template_cashless_network_last_sec_mob_slider .swiper-pagination-bullet-active {
		opacity: 1;
		background: #FF6C2E;
	}
	.template_cashless_dropdown_mob .veritas_home_page_our_infrastucture_mob_dropdown {
		padding: 35px 15px 23px 15px;
	}
	.template_cash_net_company_logo_main{
		height: 240px;
		display: block;
	}
}



/*====================template about page veritas============*/
@media only screen and (max-width:1680px){
	.templet_about .veritas_about_page_new_section4_container{
		width: 77%;
		margin: 0 auto;
	}
	.veritas_about_page_new_section4_main_graybg_heading p{
		font-size: 33px;
	}
}
@media only screen and (max-width:1440px){
.templet_about .veritas_about_page_new_section4_container{
	width: 83%;
}
.templet_about h1{
	font-size: 46px;
	line-height: 50px;
}
.templet_about h2{
	font-size: 20px;
	line-height: 24px;
}
.templet_about h3{
	font-size: 17px;
	line-height: 21px;
}
.templet_about p{
	font-size: 15px;
	line-height: 26px;
}
.templet_about .section_2_content p:nth-child(4) {
	padding: 15px 0;
}
.templet_about .section_2_content {
	padding: 0 0 0 5%;
}
.templet_about .section_2_left_img {
	width: 40%;
}
.templet_about .section_2_right_img {
	width: 50%;
}
.templet_about .section_3_width {
	width: 50%;
}
.templet_about .section_4_left_font {
	top: 18%;
}
.templet_about .section_4_right_font {
	bottom: 18%;
}
.templet_about .section_5_width {
	width: 70%;
}
.templet_about .veritas_home_page_our_infrastucture{
	height: 650px;
}
.templet_about .veritas_home_insurance_heading p{
	font-size: 33px;
}
.veritas_about_page_new_section4_main_graybg_heading p{
	font-size: 33px;
}
}
@media only screen and (max-width:1366px){
.templet_about h1{
	font-size: 42px;
	line-height: 46px;
}
.templet_about h3{
	font-size: 16px;
	line-height: 20px;
}
.templet_about p{
	font-size: 14px;
	line-height: 25px;
}
.templet_about .section_2_content p:nth-child(4) {
	padding: 15px 0;
}
.templet_about .section_3{
	padding: 50px 0;
}
.templet_about .section_3_width {
	padding-bottom: 50px;
}
.templet_about .veritas_home_page_our_infrastucture {
	height: 600px;
}
.templet_about .veritas_about_page_person1_main{
	height: 350px;
}
.templet_about .veritas_about_page_person1_main img{
/*	height: 350px;*/
}
.veritas_card_bottom_content_person_name{
	left: 11px;
	bottom: 12px;
}/*
.veritas_card_bottom_content_person_name{
	padding: 13px 8px 4px 8px;
}*/
.veritas_about_page_new_section4_main_graybg_heading p{
	font-size: 33px;
}


}

@media only screen and (max-width:1280px){
.templet_about h1{
	font-size: 40px;
	line-height: 44px;
}
.templet_about .section_4_background {
	width: 120%;
}
.templet_about .section_4_left_img {
	top: 17%;
}
.templet_about .section_4_right_img {
	bottom: 17%;
}
.templet_about .veritas_home_insurance_heading p{
	font-size: 30px;
}
.templet_about .veritas_about_page_new_section4_container{
	width: 90%;
}
.veritas_about_page_new_sec4_img_over_text h3{
	padding-bottom: 0px;
}
.veritas_about_page_new_sec4_img_over_text p{
	font-size: 13px;
}
.templet_about .veritas_about_page_new_section4{
	padding: 65px 0;
}
.veritas_about_page_new_section4_main_graybg_heading{
	padding: 65px 0 0 0;
}
}
@media only screen and (max-width:1152px){
.templet_about h1{
	font-size: 36px;
	line-height: 40px;
}
.templet_about .section_2_left_img {
	width: 60%;
}
.templet_about .section_3_width {
	width: 60%;
}
.templet_about .section_4_left_font {
	top: 14%;
}
.templet_about .section_4_right_font {
	bottom: 14%;
}
.templet_about .section_4_background {
	width: 140%;
}
.templet_about .veritas_home_page_our_infrastucture {
	height: 550px;
}
}
@media only screen and (max-width:1024px){
.templet_about .section_4_left_font {
	top: 11%;
	width: 48%;
}
.templet_about .section_4_right_font {
	bottom: 11%;
	width: 48%;
}
.templet_about .veritas_home_page_our_infrastucture {
	height: 500px;
	background-position: center;
}
.templet_about .veritas_home_page_our_infrastucture .veritas_home_page_our_infrastucture_tab{
	padding-top: 10%;
}
.templet_about .veritas_about_page_new_section4_container{
	width: 90%;
}
.veritas_about_page_new_sec4_img_over_text p{
	line-height: 20px;
}
}
@media only screen and (max-width:991px){
.templet_about h1{
	font-size: 32px;
	line-height: 36px;
}
.templet_about .mobile_img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
	text-align: center;
}
.templet_about .section_2_left_img{
	display: none;
}
.templet_about .section_2_right_img{
	display: none;
}
.templet_about .section_2_content {
	padding: 30px 15px;
}
.templet_about .section_5_width {
	width: 90%;
}
.templet_about .veritas_home_page_our_infrastucture {
	height: 430px;
	background-position: center;
}
.templet_about .veritas_home_page_our_infrastucture_container{
	width: 90%;
}
.templet_about .veritas_home_insurance_heading p{
	font-size: 28px;
}
/*.veritas_about_margin_top_bottom_ipad{
	padding: 50px 0;
}*/
.veritas_about_margin_top_bottom_ipad{
	margin: 0px 0;
}
.templet_about .veritas_card_bottom_content_person_name h3{
	font-size: 12px;
}
/*.templet_about .veritas_card_bottom_content_person_name {
	padding: 13px 8px 4px 8px;
}*/
.templet_about .veritas_about_page_person1_main{
	height: 300px;
}
.templet_about .veritas_about_page_person1_main img{
/*	height: 300px;*/
}
.veritas_card_bottom_content_person_name {
	left: 6px;
	bottom: 8px;
}
.templet_about .veritas_about_page_new_section4{
	padding: 55px 0;
}
.templet_about .veritas_home_page_sec7{
	padding: 0;
}
.veritas_card_bottom_content_person_name{
	padding: 6px;
}
}
@media only screen and (max-width:925px){
	.veritas_home_news_card3 img {
		border-top-right-radius: 10px;
		transition: all ease-in-out 0.5s;
	}
	/*.veritas_home_about_left_img {
		width: 74%;
	}*/
}
@media only screen and (max-width:768px){
.templet_about .section_3_width {
	width: 90%;
}	
.templet_about .section_4_background {
	display: none;
}
.templet_about .section_4_shape_left {
	display: none;
}
.templet_about .section_4_left_img {
	width: 30%;
	position: static;
	margin: 0 auto;
}
.templet_about .section_4_left_font {
	width: 100%;
	position: static;
	text-align: center;
	padding: 15px;
}
.templet_about .section_4_shape_right {
	display: none;
}
.templet_about .section_4_right_img {
	width: 30%;
	position: static;
	transform: translateX(0);
	margin: 0 auto;
	margin-top: 30px;
}
.templet_about .section_4_right_font {
	bottom: 11%;
	width: 100%;
	position: static;
	transform: translateX(0);
	text-align: center;
	padding: 15px;
}
.templet_about .section_4 {
	padding: 30px 0;
	/*background-color: #FEFAEF;*/
}
.templet_about .section_4_left_img img{
	width: 100%;
}
.templet_about .section_4_right_img img{
	width: 100%;
}
.templet_about .section_5_brand_img {
	margin-top: 50px;
}
.templet_about .section_5_width {
	width: 100%;
	padding: 0 15px 30px 0;
}
.templet_about .section_5_button {
	text-align: center;
	margin-top: 20px;
}
.templet_about .section_5_content {
	padding-top: 30px;
}
}
@media only screen and (max-width:767px){
.templet_about .section_1_background {
	padding-left: 0%;
	width: 150%;
	margin-top: 17%;
}
.templet_about .section_1_dot_2 {
	width: 18%;
	right: 8%;
	bottom: 0;
}
.templet_about .section_1_dot_1 {
	top: 32%;
	width: 13%;
	left: 2%;
}
.templet_about .aboutcompany_content {
	position: static;
	padding-left: 15px;
}
.templet_about .section_3_width {
	width: 100%;
	padding: 0 15px 30px 15px;
}
.templet_about .section_3_img_3 {
	width: 100%;
}
.templet_about .section_3 {
	padding: 0 0 30px 0;
}
.templet_about .section_3_content h2{
	display: initial;
	padding: 0 15px;
}
.templet_about .veritas_home_page_our_infrastucture{
	height: 510px;
}
.templet_about .veritas_home_insurance_heading p{
	font-size: 25px;
	line-height: 1.4;
}
.templet_about .veritas_home_page_sec7{
	height: 275px;
}
.veritas_about_margin_top_bottom_ipad {
	margin: 0px 0 0 0;
}
.veritas_card_bottom_content_person_name {
	left: 9px;
	bottom: 8px;
}
.veritas_home_page_sec9_container_slider_main .swiper-pagination.swiper-pagination-bullets {
	display: block;
}
.veritas_home_page_sec9_container_slider_main .swiper-button-next {
	display: none;
}
.veritas_home_page_sec9_container_slider_main .swiper-button-prev {
	display: none;
}
.veritas_home_page_sec9_container_slider_main .swiper-pagination-bullet {
	background: #e09830;
}
.veritas_home_page_sec9_container_slider_main .swiper-pagination.swiper-pagination-bullets{
	display: block;
}
.veritas_about_page_new_sec4_img_overlay{
	display: none;
}
.mob_about_dis_none{
	display: block;
}
.veritas_card_bottom_content_person_name{
	display: none;
}
.template_about_veritas_mahir_shah_content {
	text-align: center;
	width: 96%;
	margin: 0 auto;
	background-color: #fff;
	padding: 12px;
	position: relative;
	top: -2px;
	display: block;
}
.templet_about .veritas_about_margin_top_bottom {
	margin: 0px 0 0 0;
}
}


/*=========contact page=======================*/


@media only screen and (max-width:1680px) {
	.templet_contact .address-block .plineheight {
		line-height: 1.5;
		padding-bottom: 5px;
	}
	.templet_contact .scrolldown {
		bottom: 5px;
	}
}

@media only screen and (max-width:1440px) {
	.contactpage_container {
		width: 90%;
		margin: 0 auto;
	}
	.templet_contact .aboutcompany_content {
		bottom: 40%;
		left: 8%;
	}
	.templet_contact .scrolldown {
		left: 7%;
		bottom: -60px;
	}
	.templet_contact .orangedot {
		top: 24%;
	}
	.templet_contact h1 {
		font-size: 46px;
		line-height: 46px;
	}
	.template_contact_form_container{
		width: 68%;
	}
}

@media only screen and (max-width:1366px) {
	.templet_contact .orangedot {
		top: 25%;
		left: 17%;
	}
	.templet_contact h1 {
		font-size: 42px;
		line-height: 46px;
	}
}

@media only screen and (max-width:1280px) {
	.templet_contact h1 {
		font-size: 40px;
		line-height: 44px;
	}
	.contactpage_container {
		width: 95%;
		margin: 0 auto;
	}
}

@media only screen and (max-width:1152px) {
	.templet_contact .aboutcompany_content {
		bottom: 44%;
		left: 8%;
	}
	.templet_contact .contactmap {
		bottom: -9%;
		left: 11%;
	}
	.templet_contact .address-block {
		padding: 15px 4px 15px 15px;
		margin-bottom: 20px;
	}
	.templet_contact .address-block .plineheight {
		line-height: 1.3;
		padding-bottom: 5px;
	}
	.templet_contact .scrolldown {
		left: 7%;
		bottom: -90px;
	}
	.templet_contact h1 {
		font-size: 36px;
		line-height: 44px;
	}	
	.template_contact_form_container{
		width: 73%;
	}
	.templet_about .veritas_about_page_new_section4_container .col-md-3{
		width: 33.33%;

	}
}

@media only screen and (max-width:1024px) {
	.templet_contact .address-block .plineheight {
		line-height: 1.4;
	}

}

@media only screen and (max-width:992px) {



	.templet_contact .scrolldown {
		display: none;
	}
	.templet_contact .template_contact_page_color_bg_last_div{
		margin-top: 6%;
	}
	.templet_contact .aboutcompany_content {
		bottom: 1%;
		left: 4%;
	}
	.templet_contact .orangedot {
		top: 36%;
		left: 6%;
		width: 6%;
	}
	.templet_contact .right_block_contact {
		padding-left: 0;
	}
	.templet_contact .left_block_contact {
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	.templet_contact .address_outmain_block {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.templet_contact .iframeoutdiv iframe {
		height: 450px;
	}
	.template_contact_form_container {
		width: 95%;
		margin-top: 15%;
	}
	.templet_contact .section_1_background_contactpage {
		padding-left: 18%;
	}
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:767px) {



	.templet_about .veritas_about_page_person1_main img {
	    height: 200px;
	    width: 200px;
	    margin: 0 auto;
	}
	.templet_about .veritas_about_page_person1_main {
    	height: 200px;
	}
	.templet_about .veritas_about_page_new_section4 {
    	padding: 55px 0 1px 0;
	}

	.templet_contact .section_1_background_contactpage {
		padding-left: 0%;
		width: 120%;
		margin-top: 17%;
	}
	.templet_contact #order1 {
		order: 1;
		padding: 15px 0;
	}
	.templet_contact #order2 {
		order: 2;
		padding: 15px 0;
	}
	.templet_contact .mainupdown {
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex !important;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.contactpage_container {
		width: 100%;
		margin: 0 auto;
	}
	.templet_contact .left_block_contact img {
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.templet_contact .address_outmain_block {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.templet_contact .right_block_contact {
		padding-left: 0;
	}
	/**/
	.templet_contact .template_contact_page_color_bg_last_div{
		margin: 60px 0 0px 0;
	}
	.templet_contact .aboutcompany_content {
		bottom: -30%;
		left: 4%;
	}
	.templet_contact .contactmap {
		bottom: -93px;
		left: 11%;
	}
	.templet_contact .contactmap img {
		max-width: 150%;
	}
	.templet_contact .orangedot {
		top: unset;
		left: 16%;
		width: 6%;
		bottom: 22%;
	}
	.templet_contact .padding_sectionfordiv {
		padding: 5px 0 35px 0;
	}
	.templet_contact .yellowdot {
		position: absolute;
		width: 17%;
		right: 4%;
		bottom: -16%;
	}
	.templet_contact .margin-bottom15 {
		margin-bottom: 10px;
	}
	.template_contact_form_container{
		margin-top: 35%;
		width: 100%;
	}
	.template_contact_margin_topbottom {
		margin: 4px 0;
	}
}

@media only screen and (max-width:400px) {
	.templet_contact .iframeoutdiv iframe {
		height: 400px;
	}
}


/*=================how it work======================*/
@media only screen and (max-width:1680px){
.templet_how_work .section_1_lite_1 {
	left: 8%;
}
.templet_how_work .section_1_lite_2 {
	left: 29%;
}
.templet_how_work .section_1_boy {
	left: 75%;
}
.templet_how_work .section_6_lite_1 {
	top: 36%;
	left: 26%;
}
.templet_how_work .section_6_lite_2 {
	top: 36%;
	left: 39%;
}
.templet_how_work .section_2_boy {
	-webkit-transform: translateX(25%);
	-moz-transform: translateX(25%);
	-ms-transform: translateX(25%);
	-o-transform: translateX(25%);
	transform: translateX(25%);
	margin: 60% 10% 0 10%;
}
.templet_how_work .section_2_question {
	width: 25%;
	left: 80%;
}
.templet_how_work .section_2_round_1 {
	left: -15%;
	width: 25%;
}
.templet_how_work .section_2_round_2 {
	left: -7%;
	width: 25%;
}
.templet_how_work .section_2_round_3 {
	left: 31%;
	width: 25%;
}
.templet_how_work .section_2_round_4 {
	left: 87%;
	width: 25%;
}
.templet_how_work .section_2_round_5 {
	left: 125%;
	width: 25%;
}
.templet_how_work .section_2_round_6 {
	left: 130%;
	width: 25%;
}
.templet_how_work .section_3_car {
	transform: translate(-0%);
}
.templet_how_work .section_3_content{
	padding-right: 7%;
}
.templet_how_work .section_4_content {
	width: 58%;
}
.templet_how_work .section_4_question {
	left: 118%;
	width: 39%;
}
.templet_how_work .section_4_boy {
	-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
}
.templet_how_work .section_5_icon_1 {
	left: 102%;
	width: 50%;
}
.templet_how_work .section_5_icon_2 {
	left: 187%;
	width: 50%;
}
.templet_how_work .section_5_inline_block {
	-webkit-transform: translateX(40%);
	-moz-transform: translateX(40%);
	-ms-transform: translateX(40%);
	-o-transform: translateX(40%);
	transform: translateX(40%);
}
.templet_how_work .section_6_car {
	width: 61%;
	margin-left: 25%;
}
.templet_how_work .section_6_boy {
	width: 30%;
	left: 14%;
}
.templet_how_work .section_6_icon {
	left: 37%;
}
.templet_how_work .section_5_boy_1 {
	width: 90%;
}
.templet_how_work .section_5_boy_2 {
	width: 95%;
}
.templet_how_work .section_5_icon_1 {
	left: 92%;
	width: 40%;
}
.templet_how_work .section_5_icon_2 {
	width: 40%;
}
.section_7_how_work {
	margin-left: 0;
}
.templet_how_work .section_7_content{
	padding-left: 125px;
}
.templet_how_work .section_8_content{
	padding-left: 40%;
}
.lineheight1{
	line-height: 1.3 !important;
}
/*.section_5_customer_support_img_top{
	left: 11%;
}*/
}
@media only screen and (max-width:1440px){
.templet_how_work h1{
	font-size: 28px;
	line-height: 32px;
}
.templet_how_work h2{
	font-size: 22px;
	line-height: 26px;
}
.templet_how_work p{
	font-size: 15px;
	line-height: 26px;
}
.templet_how_work .section_2_content{
	margin-left: 37%;
}
.templet_how_work .section_4_claim_img{
	transform: translate(27%);
}
.templet_how_work .section_5_customer_support_img{
	transform: translate(30%);
}
.templet_how_work .section_5_content{
	width: 69%;
}
.templet_how_work .section_6_content{
	padding-left: 38%;
}
.templet_how_work .section_8_content{
	padding-left: 36%;
}
.section_7_how_work_img_right {
	transform: translate(52%, 0%);
}
.section_7_how_work_img_left {
	transform: translate(64%, 24%);
}
/*.section_5_customer_support_img_top{
	left: 13%;
}*/
}
@media only screen and (max-width:1366px){
.templet_how_work h1{
	font-size: 26px;
	line-height: 30px;
}
.templet_how_work h2{
	font-size: 22px;
	line-height: 26px;
}
.templet_how_work .section2_insurance_logo_img{
	left: 19%;
}
.section_7_how_work_claim_imgs{
	transform: translate(-20%, 0%);
}
}
@media only screen and (max-width:1280px){
.templet_how_work h1{
	font-size: 24px;
	line-height: 28px;
}
.read_more .btn {
	padding: 12px 23px;
	font-size: 13px;
	line-height: 13px;
	margin-top: 30px;
}
.templet_how_work .section_4_content {
	width: 63%;
}
.templet_how_work .section_3_content{
	padding-left: 35%;
}
.templet_how_work .section_3_car {
	transform: translate(-9%);
}
.templet_how_work .section_6_content{
	width: 100%;
	padding-left: 35%;
}
.templet_how_work .section_7_content{
	width: 78%;
}
/*.section_5_customer_support_img_top{
	left: 14%;
}*/
}
@media only screen and (max-width:1152px){
.templet_how_work h1{
	font-size: 22px;
	line-height: 26px;
}
.templet_how_work p{
	font-size: 14px;
	line-height: 25px;
}

.templet_how_work .section_2_content p {
	width: 78%;
}
.templet_how_work .section_4_content {
	width: 68%;
}
.templet_how_work .section_3_car {
	width: 78%;
	transform: translate(-9%);
}
.templet_how_work .section_6_happy_cutomer_main{
	width: 73%;
}
.templet_how_work .section_5_customer_support_img {
	transform: translate(30%);
	width: 50%;
}
.section_7_how_work_claim_imgs {
	width: 80%;
	transform: translate(-20%, 0%);
}
.section_8_how_it_work {
	width: 25%;
	transform: translate(11%,0%);
}
.section_1_car img{
	width: 35%;
}
.templet_how_work .section_1_icon_insuranse img{
	width: 65%;
}
.templet_how_work .section_1_icon_insuranse {
	position: absolute;
	top: 12%;
	right: 22%;
}
.section_5_customer_support_img_top{
	left: 85px;
}
}
@media only screen and (max-width:1024px){
	.templet_how_work .section_1_content_bottom{
		width: 75%;
	}
	.templet_how_work .section2_insurance_logo_img{
		width: 22%;
		bottom: 50px;
	}
	.templet_how_work .section_2_content {
		margin-left: 26%;
		width: 100%;
	}
	.templet_how_work .section_4_claim_img {
		transform: translate(40%);
		width: 50%;
	}
	.templet_how_work .section_4_claim_icon_img{
		left: 24%;
	}
	.templet_how_work .section_4_content {
		width: 78%;
		padding-left: 20px;
	}
	.templet_how_work .section_3_content {
		padding-left: 23%;
	}
	.templet_how_work .section_3_car {
		width: 78%;
		transform: translate(6%);
	}
	.templet_how_work .section_5_customer_support_img {
		transform: translate(45%);
		width: 47%;
	}
	.templet_how_work .section_5_content{
		padding-left: 13px;
	}
	.templet_how_work .section_6_content{
		padding-left: 28%;
	}
	.templet_how_work .section_6_happy_cutomer_main {
		width: 67%;
	}
	.section_7_how_work_claim_imgs {
		width: 74%;
		transform: translate(-20%, 0%);
	}
	.templet_how_work .section_7_content {
		padding-left: 56px;
	}
	.section_5_customer_support_img_top{
		top: -17%;
		left: 63px;
	}
}
@media only screen and (max-width:992px){
	.templet_how_work .section_1_boy {
		left: 58%;
	}
	.width_991_mobile{
		width: 100%;
	}
	.templet_how_work .section_2_content p {
		width: 100%;
	}
	.templet_how_work .section_2_content {
		margin-left: 0;
		padding: 0;
	}
	.templet_how_work .section_2_round_img {
		width: 50%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.templet_how_work .section_2_bottom_img_boy {
		width: 41%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.templet_how_work .section_3_content {
		width: 100%;
	}
	.templet_how_work .section_3_car {
		margin: 0 auto;
		margin-bottom: 0%;
	}
	.templet_how_work .section_4_content {
		width: 100%;
		margin-left: 0;
	}
	.templet_how_work .section_4_question {
		left: 204%;
	}
	.templet_how_work .section_4_boy {
		-webkit-transform: translateX(125%);
		-moz-transform: translateX(125%);
		-ms-transform: translateX(125%);
		-o-transform: translateX(125%);
		transform: translateX(125%);
	}
	.templet_how_work .section_5_content {
		width: 100%;
		margin: 0;
	}
	.templet_how_work .section_5_icon_2 {
		left: 293%;
	}
	.templet_how_work .section_5_icon_1 {
		left: 188%;
	}
	.templet_how_work .section_5_inline_block {
		-webkit-transform: translateX(150%);
		-moz-transform: translateX(150%);
		-ms-transform: translateX(150%);
		-o-transform: translateX(150%);
		transform: translateX(150%);
	}
	.templet_how_work .section_5_content p:nth-child(2) {
		width: 100%;
	}
	.templet_how_work .section_6_content {
		width: 100%;
		margin-left: 0;
	}
	.templet_how_work .section_6_width_100 {
		text-align: center;
	}
	.templet_how_work .section_2_boy {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
		margin: 40% auto auto auto;
		width: 35%;
	}
	.templet_how_work .section_2_boy img{
		width: 100%;
	}
	.templet_how_work .section_2_question {
		width: 9%;
		left: 54%;
		bottom: 40%;
	}
	.templet_how_work .section_2_round_1 {
		left: 25%;
		width: 12%;
		bottom: 70%;
	}
	.templet_how_work .section_2_round_2 {
		left: 45%;
		width: 12%;
		bottom: 70%;
	}
	.templet_how_work .section_2_round_3 {
		left: 65%;
		width: 12%;
		bottom: 70%;
	}
	.templet_how_work .section_2_round_4 {
		left: 25%;
		width: 12%;
		bottom: 50%;
	}
	.templet_how_work .section_2_round_5 {
		left: 45%;
		width: 12%;
		bottom: 50%;
	}
	.templet_how_work .section_2_round_6 {
		left: 65%;
		width: 12%;
		bottom: 50%;
	}
	.templet_how_work .section_2_width{
		width: 100%;
		text-align: center;
	}
	.templet_how_work .width_img_mobile img{
		width: 100%;
	}
	.templet_how_work .section_6_car {
		width: 80%;
		margin-left: 0;
		margin: 0 auto;
		margin-top: 20%;
		margin-bottom: 20%;
		float: right;
	}
	.templet_how_work {
		margin-top: 12%;
	}
	.templet_how_work .section_1_lite_1 {
		left: 5%;
		top: 51%;
	}
	.templet_how_work .section_1_lite_2 {
		left: 20%;
		top: 49%;
	}
	.templet_how_work .section_6_lite_2 {
		top: 43%;
		left: 47%;
	}
	.templet_how_work .section_6_lite_1 {
		top: 44%;
		left: 36%;
	}
	.section_1_car img {
		width: 40%;
	}
	.templet_how_work .section_1_car {
		margin: 0;
		-webkit-transform: translateX(-45%);
		-moz-transform: translateX(-45%);
		-ms-transform: translateX(-45%);
		-o-transform: translateX(-45%);
		transform: translateX(-45%);
		text-align: right;
	}
	.templet_how_work .section_1_icon_insuranse {
		position: absolute;
		top: 6%;
		right: 33%;
	}
	.templet_how_work .section_1_content_bottom{
		width: 83%;
		padding-left: 0;
	}
	.templet_how_work .section1_insurance_relative{
		margin-left: 50px;
	}
	.templet_how_work .section_2_consultant_img{
		width: 70%;
	}
	.templet_how_work .section_4_claim_img{
		transform: translate(-12%);
	}
	.templet_how_work .section_4_content {
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		padding-right: 45px;
	}
	.templet_how_work .section_3_content{
		width: 1005;
		padding-left: 18%;
		padding-right: 0%;
	}
	.templet_how_work .section_5_customer_support_img {
		transform: translate(21%);
		width: 64%;
	}
	.templet_how_work .section_5_content {
		padding-left: 0px;
		padding-right: 67px;
	}
	.templet_how_work .section_6_happy_cutomer_main {
		width: 75%;
	}
	.section_7_how_work_claim_imgs {
		width: 80%;
		transform: translate(-24%, 0%);
	}
	.templet_how_work .section_7_content{
		padding-left: 55px;
		width: 87%;
	}
	.templet_how_work .section2_insurance_logo_img{
		bottom: 39px;
		left: 24%;
	}
}
@media only screen and (max-width:768px){
.templet_how_work .section_1_boy {
	left: 62%;
}
.templet_how_work .section_2_content p {
	width: 100%;
}
.templet_how_work .section_2_content {
	margin-left: 0;
	padding-left: 17%;
}
.templet_how_work .section_2_round_img {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.templet_how_work .section_2_bottom_img_boy {
	width: 41%;
	margin: 0 auto;
	margin-top: 40px;
}
.templet_how_work .section_3_content {
	width: 100%;
}
.templet_how_work .section_3_car {
	margin: 0 auto;
	margin-bottom: 0%;
}
.templet_how_work .section_3_car_full {
	top: 37%;
	width: 35%;
	left: 31%;
}
.templet_how_work .section_3_car_half {
	top: 35%;
	width: 41%;
	left: 29%;
}
.templet_how_work .section_3_blog {
	top: 3%;
	left: 22%;
	width: 55%;
}
.templet_how_work .section_3_smoke {
	top: 10%;
	width: 19%;
	left: 65.5%;
}
.templet_how_work .section_3_dust {
	top: 76%;
	width: 27%;
	left: 49%;
}
.templet_how_work .section_4_content {
	width: 100%;
	margin-left: 0;
}
.templet_how_work .section_4_question {
	left: 158%;
}
.templet_how_work .section_4_boy {
	-webkit-transform: translateX(80%);
	-moz-transform: translateX(80%);
	-ms-transform: translateX(80%);
	-o-transform: translateX(80%);
	transform: translateX(80%);
}
.templet_how_work .section_5_content {
	width: 100%;
	margin: 0;
}
.templet_how_work .section_5_icon_2 {
	left: 217%;
}
.templet_how_work .section_5_icon_1 {
	left: 118%;
}
.templet_how_work .section_5_inline_block {
	-webkit-transform: translateX(70%);
	-moz-transform: translateX(70%);
	-ms-transform: translateX(70%);
	-o-transform: translateX(70%);
	transform: translateX(70%);
}
.templet_how_work .section_5_content p:nth-child(2) {
	width: 100%;
}
.templet_how_work .section_6_content {
	width: 100%;
	margin-left: 0;
	padding-left: 19%;
}
.templet_how_work .section_6_width_100 {
	text-align: center;
}
.templet_how_work .section_2_boy {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	margin: 60% auto auto auto;
	width: 60%;
}
.templet_how_work .section_2_boy img{
	width: 100%;
}
.templet_how_work .section_2_question {
	width: 16%;
	left: 58%;
	bottom: 44%;
}
.templet_how_work .section_2_round_1 {
	left: 10%;
	width: 18%;
	bottom: 80%;
}
.templet_how_work .section_2_round_2 {
	left: 40%;
	width: 18%;
	bottom: 80%;
}
.templet_how_work .section_2_round_3 {
	left: 70%;
	width: 18%;
	bottom: 80%;
}
.templet_how_work .section_2_round_4 {
	left: 10%;
	width: 18%;
	bottom: 60%;
}
.templet_how_work .section_2_round_5 {
	left: 40%;
	width: 18%;
	bottom: 60%;
}
.templet_how_work .section_2_round_6 {
	left: 70%;
	width: 18%;
	bottom: 60%;
}
.templet_how_work .section_2_width{
	width: 100%;
	text-align: center;
}
.templet_how_work .width_img_mobile img{
	width: 100%;
}
.templet_how_work .section_6_car {
	width: 80%;
	margin-left: 0;
	margin: 0 auto;
	margin-top: 20%;
	margin-bottom: 20%;
	float: right;
}
.templet_how_work {
	margin-top: 11%;
}
.templet_how_work .section_1_lite_1 {
	left: 1%;
	top: 48%;
}
.templet_how_work .section_1_lite_2 {
	left: 19%;
	top: 46%;
}
.templet_how_work .section_6_lite_2 {
	top: 44%;
	left: 44%;
}
.templet_how_work .section_6_lite_1 {
	top: 44%;
	left: 30%;
}
.templet_how_work .section_4_claim_img{
	width: 100%;
	text-align: center;
}
.templet_how_work .section_4_claim_img img{
	width: 50%;
}
.section_4_claim_icon_img {
	left: 171px;
}
.section_8_how_it_work {
	width: 100%;
	margin-left: 0;
}
.section_8_how_it_work img {
	width: 42%;
}
.templet_how_work .section_8_content {
	padding-left: 24%;
}
}
@media only screen and (max-width:767px){
.templet_how_work .section_1_car {
	margin: 0;
	-webkit-transform: translateX(-30%);
	-moz-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-o-transform: translateX(-30%);
	transform: translateX(-30%);
	text-align: right;
}
.templet_how_work .section_1_content_bottom{
	width: 100%;
	padding: 25px 0 0 0;
}
.templet_how_work .section_1_icon_insuranse {
	position: absolute;
	top: 6%;
	right: 18%;
}
.templet_how_work .section_2_consultant_img {
	width: 70%;
	margin: 0 auto;
}
.templet_how_work .section_2_bottom_img_boy {
	width: 73%;
}
.templet_how_work .section_2_round_img {
	width: 70%;
}
.templet_how_work .section_3_car{
	width: 80%;
	margin: 0 auto;
	transform: translate(0);
}
.templet_how_work .section_5_customer_support_img {
	transform: translate(0%);
	width: 50%;
	margin: 0 auto;
}
.templet_how_work .section_6_lite_1 {
	top: 43%;
	left: 21%;
	width: 9%;
}
.templet_how_work .section_6_lite_2 {
	top: 42%;
	left: 39%;
	width: 10%;
}
.templet_how_work .section_4_boy {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	width: 70%;
	margin: 0 auto;
}
.templet_how_work .section_4_question {
	left: 68%;
	width: 23%;
}
.templet_how_work .width_mobile{
	width: 100%;
}
.templet_how_work .section_5_boy_1 {
	width: 35%;
}
.templet_how_work .section_5_inline_block {
	-webkit-transform: translateX(20%);
	-moz-transform: translateX(20%);
	-ms-transform: translateX(20%);
	-o-transform: translateX(20%);
	transform: translateX(20%);
	margin: 10% 0 0 0;
}
.templet_how_work .section_5_icon_1 {
	left: 28%;
	width: 18%;
}
.templet_how_work .section_5_icon_2 {
	left: 57%;
	width: 18%;
}
.templet_how_work .section_5_boy_2 {
	left: 51%;
	width: 37%;
}
.templet_how_work .section_6_boy {
	width: 40%;
	left: 0%;
	top: 7%;
}
.templet_how_work .section_6_icon {
	left: 34%;
	width: 25%;
	top: 0;
}
.templet_how_work .section_3_car_full {
	top: 37%;
	width: 44%;
	left: 25%;
}
.templet_how_work .section_3_car_half {
	top: 35%;
	width: 53%;
	left: 20%;
}
.templet_how_work .section_3_blog {
	top: 3%;
	left: 17%;
	width: 63%;
}
.templet_how_work .section_3_smoke {
	top: 0;
	width: 19%;
	left: 65.5%;
}
.templet_how_work .section_3_dust {
	top: 86%;
	width: 32%;
	left: 48%;
}
.templet_how_work {
	margin-top: 0%;
	margin-bottom: -13%;
}
.templet_how_work .section1_insurance_relative{
	margin-left: 0px;
}
.templet_how_work .section_2_content{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 25px;
}
.templet_how_work h1{
	text-align: center !important;
}
.templet_how_work h2{
	text-align: center !important;
}
.templet_how_work p{
	text-align: center !important;
}
.templet_how_work .section2_insurance_logo_img {
	bottom: 42px;
	left: 39%;
}
.templet_how_work .section_4_claim_img {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	transform: translate(0);
}

.templet_how_work .section_3_content {
	width: 100%;
	padding-left: 0;
	padding-top: 25px;
}
.templet_how_work .section_4_content {
	width: 100%;
	margin-left: 0;
	padding-right: 0px;
	padding-top: 25px;
}
.templet_how_work .section_5_content {
	padding-right: 0;
	width: 100%;
	margin: 0;
	padding-top: 25px;
}
.templet_how_work .section_6_content{
	padding-top: 25px;
	padding-left: 0;
}
.section_6_happy_cutomer_img_left{
	transform: translate(55%);
}
.section_6_happy_cutomer_img_right {
	transform: translate(30%,20%);
}
.section_7_how_work_claim_imgs {
	width: 83%;
	transform: translate(0%);
	margin: 0 auto;
}
.section_7_how_work_img_left {
	transform: translate(25%, 22%);
}
.section_7_how_work_img_right {
	transform: translate(18%, 0%);
}
.templet_how_work .section_7_content {
	padding-left: 0px;
	width: 100%;
	padding-top: 25px;
}
.templet_how_work .section_7_how_work_img_left img{
	margin-bottom: 20px;
}
.templet_how_work .section_8_how_it_work {
	width: 87%;
	margin-left: 0;
	margin: 0 auto;
	transform: translate(0);
	text-align: center;
}
.templet_how_work .section_8_content {
	padding-left: 0;
	padding-top: 25px;
}
.templet_how_work .veritas_about_page_row8_margin_top{
	margin:23% 0;
}
.templet_how_work .section_1_content_top {
	text-align: center;
	padding: 115px 0 60px 0;
}
.templet_how_work .veritas_about_page_row2_margin_top{
	margin: 25% 0 0 0;
}
.templet_how_work .veritas_about_page_row3_margin_top{
	margin: 25% 0 0 0;
}
.templet_how_work .veritas_about_page_row4_margin_top{
	margin: 25% 0 0 0;
}
.templet_how_work .veritas_about_page_row5_margin_top{
	margin: 25% 0 0 0;
}
.templet_how_work .veritas_about_page_row6_margin_top{
	margin: 25% 0 0 0;
}
.templet_how_work .veritas_about_page_row7_margin_top{
	margin: 25% 0 0 0;
}
.veritas_about_margin_top_bottom_iphone{
	padding: 0px 15px 0;
}
.templet_how_work .section_5_customer_support_img_top {
	top: -21%;
	left: 42px;
}
.templet_how_work .none{
	padding-left: 15px;
	padding-right: 15px;
}
.template_contact_margin_topbottom .text-right{
	text-align: center;
}
.template_contact_margin_topbottom .g-recaptcha{
	margin-left: 25px;
}
.template_contact_form_container button{
	margin-top: 17px;
	}
}



@media only screen and (max-width:767px) {


	.templet_about .veritas_about_page_new_section4_container .col-md-3 {
    	width: 100%;
	}
	.templet_about .veritas_about_page_new_section4_container .col-md-3 {
		padding-bottom: 10px;
	}

	/*jignesh*/
	.service_page .veritas_home_take_right_content {
	    padding: 0px 0% 0px 0%;
	    font-size: 40px;
	}
	.service_page .newsectionpadding {
    	padding: 10px 0;
	}
	.veritas_home_page .line-1 {
	    position: relative;
	    border-right: transparent;
	    white-space: nowrap;
	    overflow: hidden;
	}
	.umbrellimg {
	    display: block;
	    margin: 0 auto;
	    margin-top: 25px;
	}
	.imgspc_mobile {
		margin-top: 20px;
	}
	.service_page .firstbox {
    	margin-top: 10px;
	}
	.half_circle {
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 72%;
	}
	.service_page .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: block;
        -webkit-align-items: center;
        align-items: center;
    	}
}



