	html {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	*,
	*:before,
	*:after {
		-webkit-box-sizing: inherit;
		-moz-box-sizing: inherit;
		box-sizing: inherit;
	}
	body {
		position: relative;
/* 		z-index: 1;
		font-size: 16px;
		color: #6a6c72;
		line-height: 1.7;
		font-family: 'Roboto', sans-serif !important;
		font-weight: 400;
		background-color: #FFFFFF; */
		margin: 0;
	}
/* 	h1,h2,h3,h4,h5,h6 {
		color: #202647;
		line-height: 1.2;
		text-transform: unset !important;
		font-family: 'Roboto', sans-serif !important;
		font-weight: 600;
		letter-spacing: 0px !important;
		margin: 0;
		padding: 0;
	} */
    .title-mb{
        margin-bottom: 15px;
    }
    .text-white{
        color : #fff;
    }
	body p {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		font-size: 17px;
		line-height: 1.5;
		font-weight: 400;
		margin-bottom: 15px;
	}
	body p:last-child {
		margin-bottom: 0px; 
	}
	a {
		-webkit-transition: all 0.35s ease-in-out;
		-moz-transition: all 0.35s ease-in-out;
		-ms-transition: all 0.35s ease-in-out;
		-o-transition: all 0.35s ease-in-out;
		transition: all 0.35s ease-in-out;
	}
	a,a:hover {
		text-decoration: none;
	}
	a:not([href]):not([tabindex]):focus {
		outline: 0;
	}
	ol,ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	img {
		max-width: 100%;
		vertical-align: top;
	}
	.wrap {
		overflow: hidden;
	}
	.wi_100 {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}
	.container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.section-ptb {
	    padding: 70px 0;
	}
	.section-pb {
        padding-bottom: 70px;
    }
    .lp_btn_mt {
        margin-top: 15px;
    }
    .section-pt{
    padding-top: 70px;
    }
    .section-pb0 {
    padding-bottom: 0px;
    }
    .text-right {
    text-align: right;
    }
    .text-left {
    text-align: left;
}
/*New CSS*/
body .banner_content.text-center {
	max-width: 900px;
	padding-bottom: 0;
}
body .service-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.service-section h3 {
    margin-bottom: 6px;
}
span.title-light-second {
	font-size: 18px;
}
body section.banner-section {
    padding: 180px 0 80px 0;
}
body section.service-section {
    padding: 90px 0;
}
body section.why_choose {
    padding: 90px 0;
    background: #f7f7f7;
}
.choose_list li {
    position: relative;
	padding-left: 30px;
}
.choose_list li:before {
    position: absolute;
    content: "";
    background-image: url(https://dvijinfotech.com/wp-content/uploads/2025/01/ul-li-arrow.svg);
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-size: contain;
}
.choose_list li:not(:last-child) {
    margin-bottom: 15px;
}
.choose_list li{
	font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
}
body .about-us-content {
    padding-left: 30px;
}
section.pricing_main {
    padding: 90px 0px;
}
.price{
    font-size: 30px;
    font-weight: 700;
    color: #2a3c91;
    margin: 15px 0;
}
.price span {
    font-size: 16px;
    color: #2a3c91;
}
.gray-descBox {
   background-color: #f7f7f79A;
    padding: 30px 30px 80px 30px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    border: 1px solid #f7f7f7;
    position: relative;
}
h4.section-title.text-center {
    font-size: 30px;
}

.pricing_main h2 {
    max-width: 800px;
    margin: 0 auto 50px;
}

.pricing_btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 30px;
}

section.ctc_main {
    background: linear-gradient(131.16deg, #21A9E2 -26.39%, #2A3C91 101.93%);
    padding: 40px 0;
}

.cta-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 35px;
    border: 2px dashed #fff;
}

.cta-text {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
    max-width: 810px;
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.cta-text p, .cta-text h3{
	margin: 0;
}

.cta-button {
	background-color: #ff6f61; /* Button color */
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.cta-button:hover {
	background-color: #e65b51; /* Darker hover state */
}

a.ctc_btn {
    background: #ffffff;
    color: #2a3c91;
    font-size: 18px;
    font-weight: 450;
    line-height: 1.8;
    padding: 13px 45px;
    border-radius: 5px;
}
a.ctc_btn:hover{
    background: #21a9e2;
    color: #fff;
}
.how-works .stepBox .step-title {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto 15px;
}
.how-works .stepBox .step-title span {
    font-size: 50px;
	font-weight: 500;
}
body .section-pt {
    padding: 90px 0;
}
.how-works .stepBox {
    padding: 30px;
    text-align: center;
    height: 100%;
    border-radius: 10px;
}
.how-works h2 {
    margin-bottom: 40px;
}
section.form_main {
    padding: 90px 0;
    border-bottom: 1px solid #f0f0f0;
}     
body:not(.home) .gform_wrapper .gfield input[type="text"], 
body:not(.home) .gform_wrapper .gfield input[type="email"],
body:not(.home) .gform_wrapper .gfield input[type="tel"],
body:not(.home) .gform_wrapper .gfield textarea{
    margin: 0;
    height: 45px;
    min-height: inherit !important;
    font-size: 15px;
    line-height: 1.5 !important;
    color: #696969;
    background-color: #fff;
    border: 1px solid #d5cdcd;
    border-radius: 5px;
    text-align: left;
    letter-spacing: 0px;
    padding: 5px 20px;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 1px 1px #00000012;
	    margin: 0 !important;
}
body:not(.home) .gform_wrapper .gfield textarea{
	height: auto !important;
}
body .gform_button {
    background: #2A3C91 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 450 !important;
    line-height: 1.8 !important;
    padding: 13px 45px !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
}
body .gform_button:hover{
	    background: #21a9e2 !important;
}
.form_main span.title-light-second {
    font-size: 30px;
}
.form_main .about-us-image {
    padding-right: 100px;
}
.gform_heading {
    display: none !important;
}
.gform-theme--foundation .gform_fields {
    row-gap: 15px !important;
}
.form_main h3 {
    margin-bottom: 6px;
}
.footer-copyright p {
    border-top: 1px solid #464646;
    text-align: center;
    margin: 0;
    padding-top: 20px;
}
.footer-copyright {
    margin: 60px 0 20px;
}
a.footer_no {
    margin-top: 5px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer_no img {
    width: 18px;
    height: 18px;
}
.footer_text img {
    margin-bottom: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(323deg) brightness(103%) contrast(101%);
}
.footer_text p {
	max-width: 296px;
	display: block;
}
.footer-social {
    display: flex;
    padding: 0;
    gap: 10px;
    margin-top: 15px;
}
.footer-social li {
    list-style-type: none;
}
.footer-social i {
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #ffffff;
    transition: .5s;
    text-align: center;
    font-size: 13px;
}
.footer-social i:hover {
    background: #fff;
    color: #212529;
    border: 1px solid #fff;
}
.footer_info {
    padding-left: 100px;
}
.cta-text h3 {
    color: #fff;
}
.lp-btnbox {
	    display: inline-block;
	    vertical-align: top;
	    background: #2A3C91;
		color: #fff;
		font-size: 18px;
		font-weight: 450;
		line-height: 1.5;
		padding: 13px 45px;
		border-radius: 5px;
		text-transform: uppercase;
	}
p.desc_small {
    margin-bottom: 10px;
}
body .gform-theme--foundation .gform_fields {
    row-gap: 15px !important;
}
@media only screen and (max-width: 991px) {
		section.form_main {
			padding: 45px 0;
		}
		.form_main .about-us-image {
			padding-right: 0;
		}
		body .about-us-content {
			padding-left: 0;
			text-align: left;
		}
		body section.why_choose, section.pricing_main, body section.service-section, body .section-pt {
			padding: 45px 0;
		}
		body section.service-section .container .row:last-child {
			padding-top: 0;
		}
		body .service-box {
			padding-bottom: 0;
		}
	    .hire-box {
			margin-bottom: 25px !important;
		}
		body footer {
			padding: 45px 0 0 0 !important;
		}

		.footer_info {
			padding-left: 15px;
			margin-top: 20px;
		}
		.footer-copyright {
			margin: 40px 0 20px;
		}
		body .gray-descBox p {
			margin-bottom: 5px;
		}
		body .lp-btnbox {
			font-size: 15px;
			padding: 8px 25px;
		}
	    .banner-btn-main a.banner-btn {
			    margin-top: 8px;
		}
		.cta-section {
			align-items: start;
			justify-content: start;
			padding: 20px;
			flex-flow: column;
			gap: 20px;
		}
		.cta-text h3 {
			font-size: 20px;
		}
		a.ctc_btn {
			font-size: 15px;
			padding: 8px 25px;
		}
		body section.banner-section {
		padding: 180px 0 40px 0;
	}
	.form_main span.title-light-second {
    font-size: 20px;
    line-height: 25px;
}
	.pricing_main .row {
    justify-content: center;
}
	h4.section-title.text-center {
    font-size: 25px;
}
	body .gform_button {
		font-size: 15px !important;
		padding: 8px 25px !important;
	}
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1199px) {
.cta-text {
		max-width: 615px;
	}
	a.ctc_btn {
		padding: 10px 30px;
	}
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1399px) {
.cta-text {
		    max-width: 790px;
	}
	a.ctc_btn {
		padding: 10px 30px;
	}
}
    
@media (max-width: 992px) {
    .hire-box {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
	
}

@media (max-width: 768px) {
    .hire-box {
        flex: 1 1 100%;
        max-width: 100%;
    }
	.hire-box {
        padding: 0;
    }
}

/*New CSS End*/
	@media only screen and (max-width: 767px) {
		.container {
		    width: calc(100% - 30px);
		}
	}
	.container-fluid {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	@media (min-width: 576px) {
		.container {
			max-width: 480px;
		}
	}
	@media (min-width: 768px) {
		.container {
			max-width: 720px;
		}
	}
	@media (min-width: 992px) {
		.container {
			max-width: 960px;
		}
	}
	@media (min-width: 1200px) {
		.container {
			max-width: 1210px;
		}
	}
	.align-items-center {
	  -ms-flex-align: center;
	  align-items: center;
	}
	.order-first {
	  -webkit-box-ordinal-group: 0;
	  -ms-flex-order: -1;
	  order: -1;
	}
	.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	.col {
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-1 {
	  width: 8.333333%;
	}
	.col-2 {
	  width: 16.666667%;
	}
	.col-3 {
	  width: 25%;
	}
	.col-4 {
	  width: 33.333333%;
	}
	.col-5 {
	  width: 41.666667%;
	}
	.col-6 {
	  width: 50%;
	}
	.col-7 {
	  width: 58.333333%;
	}
	.col-8 {
	  width: 66.666667%;
	}
	.col-9 {
	  width: 75%;
	}
	.col-10 {
	  width: 83.333333%;
	}
	.col-11 {
	  width: 91.666667%;
	}
/* 	.col-12 {
	  width: 100%;
	} */
	.col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 20%;
    max-width: 20%;
}

	/* Header Css */
	.lp-header {
		position: absolute;
		z-index: 10;
		left: 0px;
		right: 0px;
		top: 0px;
	    padding: 20px 0px;
	}
	.lp-header .row {
	    -ms-flex-align: center;
	    align-items: center;
	}
	.lp-header .lp-btn {
	    text-align: right;
	}
	@media only screen and (max-width: 767px) {
		.lp-header {
			padding: 10px 0px;
		}
	}
	@media only screen and (max-width: 575px) {
		.lp-header {
			padding-top: 15px;
		    padding-bottom: 15px;
		    text-align: center;
		}
		.lp-header .col {
		    width: 100%;
		}
		.lp-header .col:not(:last-child) {
		    margin-bottom: 10px;
		}
		.lp-header .lp-btn {
		    text-align: center;
		}
	}

	/* Footer Css */
	.lp-footer {
		background-color: #686869;
	    padding: 22px 0px;
	    position: relative;
    	z-index: 10;
	}
	.lp-footer p {
	    color: #FFFFFF;
	}
	@media only screen and (max-width: 767px) {
		.lp-footer {
		    padding-top: 15px;
		    padding-bottom: 15px;
		    text-align: center;
		}
		.lp-footer p {
		    font-size: 14px;
		}
	}
	@media only screen and (max-width: 480px) {
		.lp-footer p {
		    font-size: 13px;
		}
	}


	.text-box,
	.img-box {
		display: block;
		width: 100%;
	}
	.lp-btnbox {
		display: inline-block;
		vertical-align: top;
		background: #2A3C91;
		color: #fff;
		font-size: 18px;
		font-weight: 450;
		line-height: 1.5;
		padding: 13px 45px;
		border-radius: 5px;
		text-transform: uppercase;
	}
	.lp-btnbox:hover, .lp-btnbox:focus {
    background-color: #21a9e2 !important;
		color: #fff !important;
	}
	.text-title {
	    display: inline-block;
        vertical-align: top;
        width: 100%;
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 15px;
	}
	.text-title-dp {
	    font-size: 22px;
	    font-weight: 300;
	}
	.lp-hr {
	    border-color: rgba(112, 112, 112, 0.15);
	    width: 182px;
	    margin-top: 5px;
	}
	.text-box ul, 
	.text-box ol {
		color: #38393D;
	    margin-left: 0px !important;
	    padding-left: 18px;
	    margin-bottom: 20px;
	    text-align: left;
	}
	.text-box ul > li:not(:last-child), 
	.text-box ol > li:not(:last-child) {
	    margin-bottom: 0px;
	}
	.text-box ul:last-child, 
	.text-box ol:last-child {
	    margin-bottom: 0px;
	}
	.check-listbox {
	    list-style: none !important;
	    padding-left: 0px !important;
	    margin-left: 0px !important;
	}
	.check-listbox > li {
	    padding-left: 25px !important;
	    position: relative;
	    z-index: 1;
	}
	.check-listbox > li:before {
	    content: "";
	    background-image: url('/wp-content/uploads/2021/11/checklist-img.svg');
	    background-repeat: no-repeat;
	    background-position: 0px 0px;
	    background-size: 12px 8px;
	    display: block;
	    width: 12px;
    	height: 8px;
	    position: absolute;
	    left: 0px;
	    top: 10px;
	}
	@media only screen and (max-width: 991px) {
		.text-title {
		    font-size: 24px;
		}
			.text-title-dp {
		    font-size: 18px;
		}
	}
	@media only screen and (max-width: 767px) {
		.text-title {
		    font-size: 20px;
		}
	}
	.lp-section1 {
	    background-image: -moz-linear-gradient(45deg,  rgba(246,245,251,1) 0%, rgba(249,248,249,1) 100%);
	    background-image: -webkit-linear-gradient(45deg,  rgba(246,245,251,1) 0%,rgba(249,248,249,1) 100%);
	    background-image: linear-gradient(45deg,  rgba(246,245,251,1) 0%,rgba(249,248,249,1) 100%);
        overflow: hidden;
        position: relative;
        z-index: 1;
	}
	.lp-section1:after {
	    content: "";
	    left: 50%;
	    right: auto;
	    bottom: -150px;
	    top: auto;
	    position: absolute;
	    z-index: 1;
	    display: block;
	    background-image: url('/wp-content/uploads/2021/12/lp-section1-bg.svg');
	    background-repeat: no-repeat;
	    background-size: contain;
	    width: 2300px;
	    height: 270px;
	    margin: 0px auto;
	    transform: translateX(-50%);
	}
	.lp-section1 .row {
		min-height: 695px;
	}
	.lp-section1 .row > .col {
	    display: table;
	}
	.lp-section1 .row > .col > .text-box {
	    display: table-cell;
	    vertical-align: middle;
	}
	.lp-section1 .row > .col > .img-box {
	    display: table-cell;
	    vertical-align: top;
	}
	.lp-section1 .row > .col > .img-box > img {
	    margin: 0px -15px;
	    width: calc(100% + 30px);
	    max-width: inherit;
	}
	.lp-section1 .text-box {
	    padding-bottom: 30px;
	}
	.lp-section1 .text-title,
	.lp-section1 .text-box p {
		max-width: 480px;
	}
	@media only screen and (max-width: 991px) {
		.lp-section1 .row {
		    min-height: 650px;
		}
	}
	@media only screen and (max-width: 767px) {
		.lp-section1 {
			padding-top: 120px;
		}
		.lp-section1 .row > .col {
		    width: 100%;
		}
		.lp-section1 .row > .col > .text-box,
		.lp-section1 .row > .col > .img-box {
			display: block;
		    vertical-align: unset;
		    text-align: center;
		}
		.lp-section1 .row > .col > .img-box {
			padding-top: 30px;
		}
		.lp-section1 .text-box .lp-hr,
		.lp-section1 .text-title {
		    margin-left: auto;
		    margin-right: auto;
		}
		.lp-section1 .text-box {
		    padding-bottom: 0px;
		}
		.lp-section1 .row > .col > .img-box > img {
			margin-top: -50px;
		}
		.lp-section1:after {
			bottom: -200px;
		}
	}
	@media only screen and (max-width: 575px) {
		.lp-section1 {
			padding-top: 180px;
		}
	}
	.lp-section2 {
	    margin-top: -30px;
	    position: relative;
	    z-index: 2;
	}
	.lp-section2 .text-box {
	    max-width: 480px;
	}
	.lp-section2 .text-title {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.lp-section2 .text-inner-box {
	    display: inline-block;
    	vertical-align: top;
	    width: 100%;
	    padding-left: 30px;
	    padding-bottom: 30px;
	    padding-right: 10%;
	    margin-bottom: 20px;
	    position: relative;
	    z-index: 1;
	}
	.lp-section2 .text-inner-box:after {
		content: "";
	    left: 0px;
	    right: 0px;
	    top: auto;
	    bottom: 0px;
	    position: absolute;
	    z-index: -1;
	    height: 90px;
	    border-left: 2px solid rgb(43 60 145 / 60%);
        border-bottom: 2px solid rgb(43 60 145 / 60%);
        border-radius: 0px 0px 0px 10px;
	}
	.lp-section2 .text-inner-box:before {
	    content: "";
	    background-image: url('/wp-content/themes/dvijinfotech-child/lp-page/lp-images/arrow-right-img.svg');
	    background-repeat: no-repeat;
	    background-position: 0px 0px;
	    background-size: 12px 20px;
	    display: block;
	    width: 12px;
	    height: 20px;
	    position: absolute;
	    right: -2px;
	    left: auto;
	    top: auto;
	    bottom: -8.5px;
	    opacity: 0.6;
	}
	.lp-section2 .lp-hr {
	    width: 100%;
	    max-width: 480px;
	}
	.superannuation-box {
	    display: block;
	    width: 100%;
	    padding-bottom: 30px;
	    font-size: 18px;
	    font-weight: 600;
	    padding-right: 200px;
	    position: relative;
	    z-index: 1;
	}
	.superannuation-box > img {
		display: block;
	    position: absolute;
	    right: 0px;
	    left: auto;
	    top: 5px;
	    bottom: auto;
	}
	
	.form-box {
	    display: block;
	    width: 100%;
	    max-width: 580px;
	    margin: 0px auto 0px;
	    background-color: #Fff;
	    padding: 30px 0% 0px;
	    border-radius: 10px;
	    overflow: hidden;
	    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	}
	.lp-section2 .form-box {
		margin-top: -180px;
	}
	.lpform-title {
	    display: block;
	    width: 100%;
	    text-align: center;
	    font-size: 26px;
	    font-weight: 600;
	    margin-bottom: 5px;
	}
	.lpform-dp {
	    display: block;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 25px;
	}
	.form-box .lp-hr {
	    width: 100%;
	    margin-left: auto;
	    margin-right: auto;
	}
.lp-section1-form .form-lable,
.lp-form .gform_wrapper.gravity-theme .gfield_label{
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #606060 !important;
    position: relative;
    vertical-align: top;
    background-color: #Fff;
    padding: 0px 12px 0px 5px;
    display: table;
    margin-bottom: -10px !important;
    margin-left: 20px;
    z-index: 1;
	width: auto;
}
    .lp-sec-btn-full {
    border: none !important;
    margin: 20px 0px 0px !important;
    padding: 0px !important;
}
    .lp-form-btn {
        background-color: #2b3c91 !important;
        width: 100% !important;
        padding: 20px 15px !important;
        border: none !important;
        text-align: center !important;
        color: #FFFFFF !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 14px !important;
        border-radius: 0px !important;
        box-shadow: none !important;
}
.form-control input,
.form-control textarea{
    margin-bottom: 10px !important;
    height: 45px !important;
    min-height: inherit !important;
    font-size: 14px !important;
    color: #696969 !important;
    background-color: #Fff !important;
    border: 1px solid rgb(112 112 112 / 25%) !important;
    border-radius: 10px !important;
    text-align: left !important;
    letter-spacing: 0px !important;
    padding: 5px 20px !important;
    box-shadow: none !important;
    outline: none !important;
    appearance: none !important;
}
.lp-form-textarea {
    height: 155px !important;
}
.lp-form-side-plr {
    padding: 0% 4% 0% 4%;
}
	@media only screen and (min-width: 768px) and (max-width: 991px) {
		.superannuation-box {
			padding-right: 0px;
		}
		.superannuation-box > img {
			margin-top: 12px;
			position: static;
		}
	}
	@media only screen and (max-width: 991px) {
		.lpform-title {
			font-size: 24px;
		}
	}
	@media only screen and (max-width: 767px) {
		.lp-section2 .row > .col {
		    width: 100%;
		}
		.lp-section2 .row > .col.order-first {
		    -webkit-box-ordinal-group: 1;
			  -ms-flex-order: 0;
			  order: 0;
		}
		.lp-section2 .form-box {
		    margin-top: 0px;
		}
		.lpform-title {
			font-size: 20px;
		}
	}
	@media only screen and (max-width: 480px) {
		.superannuation-box {
			padding-right: 0px;
			text-align: center;
		}
		.superannuation-box > img {
			margin-left: auto;
			margin-right: auto;
			margin-top: 12px;
			position: static;

		}
	}
.form-box {
    position: relative;
}
.form-box .wpcf7-spinner {
    position: absolute;
    left: 0;
}

/*---------- start service section --------------------*/

.services_default {
    background-image: url(/wp-content/themes/dvijinfotech-child/lp-page/lp-images/service-bg-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.sec_main_title {
    font-size: 35px;
}
.title_row {
    margin-bottom: 30px;
}
.services_default .ser_block {
    padding: 20px;
    border-radius: 10px;
    margin: 30px 0 0;
    transition: all 0.5s ease-in-out;
    box-shadow: 1.809px 12.873px 35px 0px rgb(146 146 146 / 8%);
}
.white_bg {
    background-color: #fff;
}
.ser_block h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.ser_block img {
    margin-bottom: 20px;
}
.ser_block:hover {
    background: linear-gradient( 45deg, #2a3c91 6%, #21a9e2 79%, #21a9e2 200%);
}
.ser_block:hover h4,.ser_block:hover p{
    color: #fff;
}
.sec_subtitle {
    font-size: 18px;
    font-weight: 500;
}
.ser_box {
    display: flex;
}
/*---------- end service section --------------------*/

/*---------- start why chooes us --------------------*/

.whychooseus ul li {
    margin-bottom: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.why-ul {
    margin-top: 30px;
}
.whychooseus ul li .why-icon {
    display: block;
    vertical-align: middle;
    float: left;
}
.whychooseus ul li img {
    vertical-align: middle;
    
}
.whychooseus ul li .text {
    display: block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 40px;
    line-height: 24px;
}
/*---------- end why chooes us --------------------*/

/*-- start Hire your next Shopify Developer--*/
.hire-talent .section-title-main {
    margin-bottom: 80px;
}
.hire-talent .gray-descBox {
    background: #f6f5fb;
    height: 100%;
    position: relative;
    padding: 60px 40px;
}
.hire-talent .gray-descBox .section-title {
    font-weight: 400;
    font-size: 25px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.hire-talent .gray-descBox .cta-button {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 215px;
}
.gray-descBox p {
    text-align: center;
    margin-bottom: 28px;
}
.hire-talent .gray-descBox .price {
    font-size: 20px;
    position: relative;
    text-align: center;
}
.price span {
    font-size: 16px;
}
.hire-talent .gray-descBox .price:after {
    max-width: 132px;
    display: block;
    margin: 25px auto 30px;
    content: "";
    height: 2px;
    width: 100%;
    background: #21A9E2;
}
.hire-talent {
    padding-bottom: 95px;
}

/*-- end Hire your next Shopify Developer--*/
.get-in-touch-section {
    padding: 118px 0;
    background-size: cover;
    position: relative;
    background-position: center;
    z-index: 1;
}
.get-in-touch-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 67%);
    background-size: cover;
    background-position: center center;
    z-index: -1;
}
.blue-btn {
    background-color: #21A9E2;
    border-color: #21A9E2;
}
.blue-btn:hover {
    color: #21A9E2 !important;
}
.full-width-btn {
    width: 100%;
}
.get-in-touch-section {
    background-image: url(/wp-content/themes/dvijinfotech-child/lp-page/lp-images/cta-img-bg.jpg);
    background-attachment: fixed;
}
.justify-content-txt {
    justify-content: center;
}
/*-----start step section------*/
.how-works .section-title {
    margin-bottom: 60px;
}
.how-works .stepBox {
    background: #dff0f9;
    padding: 30px;
    text-align: center;
    height: 100%;
}
.how-works .stepBox .step-title span {
    font-size: 50px;
    font-weight: 500;
}
/*-----end step section------*/
/*-----start testionial -----*/
.testimonial-section .section-title {
    margin-bottom: 20px;
}
.testimonial-section{
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  table-layout: fixed;
}
.testimonials{
  text-align:center;
  margin:0 auto; 
}
.testimonial{
  width:100%;
  margin:0 auto;
  text-align:center;
}
.testimonial .details span{
  display:inline-block;
  width:100%;
  margin:0 auto;
  text-align:center;
}
.testimonial p{
  margin:0 auto;
  text-align:center;
}
.slick-prev:before {
    width: 72px;
    height: 72px;
    background: url(/wp-content/uploads/2025/01/per-tes-arrow.png) no-repeat;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 1;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    transform-origin: 50% 25%;
}
.slick-next:before {
    width: 72px;
    height: 72px;
    background: url(/wp-content/uploads/2025/01/next-tes-arrow.png) no-repeat;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 1;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    transform-origin: 50% 25%;
}
.slick-next:before, .slick-prev:before {
    color: transparent;
}
.testimonial-section .rate {
    margin-bottom: 20px;
}
.testimonial-section .rate i {
    color: #ffdb00;
}
.details span {
    font-size: 20px;
    font-weight: 600;
    color: #21A9E2;
}
.testimonial-box {
    line-height: 1.875;
    margin: 25px;
    position: relative;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 25px 0px rgb(135 135 135 / 15%);
    box-shadow: 0px 10px 25px 0px rgb(135 135 135 / 15%);
    padding: 20px 0px;
}
.testimonial-box .arrow {
    top: 97%;
    left: 59%;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #fff;
    margin: 0;
    position: absolute;
}
.testimonial-section {
    background: linear-gradient(0deg, #f4f3fa, transparent);
}
.testimonial-section {
    overflow: hidden;
}
/*-----end testionial -----*/
@media only screen and (max-width: 767px) {
    .why-choose-img {
    margin-bottom: 30px;
    }
}
@media only screen and (max-width: 680px) {
.hire-box {
    margin-bottom: 50px;
}
.hire-talent .gray-descBox .cta-button {
    bottom: -18px;
}
.col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.stepBox-col {
    margin-bottom: 30px;
}
.footer-logo-img {
    margin-bottom: 20px;
}
.hire-talent {
    padding-bottom: 50px;
}
.section-ptb {
    padding: 50px 0;
}
.hire-talent .gray-descBox {
    padding: 40px 25px;
}
}
@media only screen and (max-width: 991px) {
.hire-box {
    margin-bottom: 60px;
}
.hire-talent .gray-descBox .cta-button {
    bottom: -20px;
}
.col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.stepBox-col {
    margin-bottom: 30px;
}
.how-works .row {
    justify-content: center;
}
}
@media only screen and (max-width: 480px) {
    .col-1-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.sec_main_title {
    font-size: 28px;
}
.ser_block h4 {
    font-size: 18px;
}
.lp-section2 .text-inner-box {
    padding-left: 15px;
    padding-bottom: 15px;
}
.testimonial-box {
    margin: 15px;
    padding: 15px;
}
}
@media only screen and (max-width: 767px) {
  .slick-prev:before , .slick-next:before , .slick-prev ,.slick-next  {
        display:none;
} 
.footer-info , .footer-info p {
    text-align: left;
}
footer .lp-btn-lp {
    margin-bottom: 20px;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 991px) {
    .ipad-col {
    width: 100%;
}
.why-choose-img {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 1280px) {
  .hire-talent .gray-descBox {
    padding: 40px 25px;
} 
}

/*-----end testionial -----*/
/*---footer---*/
footer {
    width: 100%;
    display: inline-block;
    background: #212529;
    padding: 60px 0 0 0;
}
footer p {
    font-size: 15px;
    line-height: 20px;
    margin: 10px 0 0;
}
.footer-info b {
    color: #fff;
    font-size: 18px;
}
.footer-info P {
    font-size: 15px !important;
}
footer .lp-btn-lp {
    margin-top: 20px;
}
/* end footer */
/*=============================================
= Lp form Start
=============================================*/
    body .lp-form .gform_wrapper .gform_body{
        padding: 0% 4% 0% 4%;
    }
    body .lp-form .gform_wrapper .gform_footer{
        width: 100%;
    }
    body .lp-form .gform_wrapper .gform_footer input[type=submit]{
        width: 100% !important;
        padding: 20px 15px;
        border: none;
        font-size: 14px;
        line-height: 14px !important;
        border-radius: 0px !important;
    }
    .lp-form .gform_wrapper.gravity-theme .form-control{
        border: 0;
        padding: 0;
    }
    body .lp-form .gform_wrapper .gfield textarea{
        height: 155px !important;
    }
    body .lp-form .gform_wrapper .gform_footer input[type=submit]:hover,
    body .lp-form .gform_wrapper .gform_footer input[type=submit]:active{
        background-color: #2a3c91;
        color: #ffffff;
    }
/*=============================================
= Lp form End
=============================================*/
