/*
 *   @copyright   Copyright (C) 2026 Dynamowebs Private Limited. All rights reserved.
 *   @license     Proprietary and Confidential. Unauthorized copying, distribution, or modification
 *                via any medium is strictly prohibited.
 *   @author      Faisal mehmood awan <faisal.aqurz@gmail.com> | Imran Khan <imran@dynamowebs.com>
 *   @file        general-heading-peragraph-banner.css
 *   @modified    6/3/26, 12:25 PM
 *   @package     Dynamowebs
 *
 *   This file contains proprietary information of Dynamowebs Private Limited.
 *   No part of this file may be reproduced, distributed, or transmitted in any
 *   form or by any means without the express written permission of Dynamowebs.
 *
 *   @link        https://www.dynamowebs.com
 *   @github      https://github.com/FaisalCloudEngineer
 *
 */

.Ready-to-start-your-UTR-Application-now {
	border-radius: 30px;
	margin-top: 70px;
	border-radius: 16px;
	background-color: #f1f8fe;
}

.Ready-to-start-your-UTR-Application-now-row {
	padding: 30px 60px 30px 61px;
}

.utr-form-section-para-col {
	padding: 35px 0px 35px 0px;
}

.utr-form-section-title {
	align-self: stretch;
	flex-grow: 0;
	font-size: 36px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.44;
	letter-spacing: -0.1px;
	text-align: left;
	color: #212529;
}

.utr-form-section-sub-title {
	align-self: stretch;
	flex-grow: 0;
	font-size: 26px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.31;
	letter-spacing: -0.1px;
	text-align: left;
	color: #333;
	margin-bottom: 47px;
}

.utr-form-section-get-started-btn {
	padding: 30px 60px 30px 61px;
	border-radius: 16px;
	background-color: #f1f8fe;
	text-transform: inherit !important;
}

.hero-image {
	width: 413.3px;
	height: 419.8px;
	flex-grow: 0;
	margin: 0 3.5px 0.2px 0.2px;
	transform: rotate(-180deg);
}

html .utr-form-section-get-started-btn-outer .utr-form-section-get-started-btn {
	width: 100%;
	max-width: 330px;
	height: auto;
	max-height: 56px;
	padding: 17px 0px;
	border-radius: 100px;
	color: white;
}

.utr-form-section-get-started-btn {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	background-color: #00aeef;
	border-color: #00aeef;
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 992px) {
	.Ready-to-start-your-UTR-Application-now {
		margin-top: 35px;
		margin-bottom: 0px;
	}

	.Ready-to-start-your-UTR-Application-now-row {
		padding: 15px;
	}

	.utr-form-section-para-col {
		text-align: center;
		padding: 25px 0px 25px 0px;
	}

	.utr-form-section-title {
		font-size: 22px;
		text-align: center;
		padding-bottom: 17px;
	}

	.utr-form-section-sub-title {
		text-align: center !important;
		font-size: 16px;
	}

	.utr-form-hero-image-wrapper {
		margin-bottom: 0px;
		order: 1;
	}

	html .utr-form-section-get-started-btn-outer .btn-warning {
		padding: 14px 0px;
	}
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 580px) {
	.utr-form-section-title {
		text-align: center;
		padding-bottom: 10px;
	}

	.utr-form-section-sub-title {
		font-size: 13px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 480px) {
}

@media only screen and (max-width: 420px) {
}