html,
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body {
    position: relative;
    min-height: 100%;
    background-color: #fdfdfd;
    font-family: 'Inter', 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #282828;
    -webkit-text-size-adjust: none;
}

::-moz-selection {
    color: #fff;
    background: #0066a6;
}

::selection {
    color: #fff;
    background: #0066a6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Roboto', sans-serif; */
    line-height: 1;
    font-weight: 400;
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 22px;
    color: #393939;
}

p {
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
}

a,
a:link,
a:active,
a:visited,
a:hover,
a:focus {
    color: #2a2a2a;
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
}

.dropdown-item,
.dropdown-item:link,
.dropdown-item:active,
.dropdown-item:visited,
.dropdown-item:hover,
.dropdown-item:focus {
    color: #000;
    text-decoration: none;
    outline: 0;
    outline-offset: 0;
    font-size: 15px;
    padding: 0.5rem 1rem;
    background-color: unset;
}

a:hover {
    color: #000;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    list-style-type: none;
}


/*------------- common css -----------------*/
textarea {
    resize: none;
    max-height: 80px;
}

.form-control {
    background-color: #fff;
    border: 2px solid #efefef;
    padding: .650rem .75rem;
    font-size: 0.85rem;
}

select.form-control {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.form-control:focus {
    background-color: #f8f8f8;
    border: 2px solid #d3d3d3;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.input-group {
    border: 2px solid #efefef;
    border-radius: .25rem;
}

.input-group .form-control {
    border: 0px solid #efefef;
    padding: .650rem .75rem;
}

.input-group .form-control:focus {
    background-color: #fff;
    border: 0px solid #efefef;
}

.input-group-text {
    background-color: #fff;
    border: 1px solid #fff;
}

.input-group-text img {
    max-width: 30px;
    max-height: 30px;
}

.input-group-text .rupee {
    max-width: 15px;
}

a.btn,
.btn {
	background-color:#333;
    color: #fff;
    font-size: 15px;
    border: 0px solid #49b2d0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    min-width: 140px;
    padding: 15px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
/*     -webkit-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 5px 6px 0px rgba(50, 50, 50, 0.3); */
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn:hover,
.btn:hover {
    background-color: #034b83;
    color: #fff;
    border: 0px solid #095194;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

a.btn:focus,
.btn:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.img-center {
    margin: 0 auto;
    text-align: center;
}

.loader-inline {
    background-color: rgba(255, 255, 255, 0.9);
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.loader-inline:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    width: 6em;
    height: 6em;
    margin: 0;
    font-size: 6px;
    text-indent: -9999em;
    border-top: 1.1em solid #0066a5;
    border-right: 1.1em solid #0066a5;
    border-bottom: 1.1em solid #0066a5;
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lead {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    max-width: 820px;
    margin: 0px auto;
    padding: 0px 0px 20px;
    /* text-transform: uppercase; */
}

.sec-th {
    /*color: #0066a7; */
     color: #333;
    font-weight: bold;
    font-size:54px;
    line-height:62px;
	text-transform: uppercase;
    padding: 0;
    margin-bottom:15px;
}

.sec-th span {
	padding-left:55px;
	position: relative;
	display:inline-block;
}


.sec-th h2 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.sectx {
    font-size: 20px;
    line-height: 28px;
    padding: 0;
    margin: 0 0 20px 0;
}
.sectx.lead {
    margin: 0 auto 20px;
}

.pra-th {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 20px 0;
    margin: 0;
}

.pra-th span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #f36719;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}
.img-center img{ margin:0 auto 25px;}
.wrap {
    width: 100%;
    position: relative;
}

.wrap:before,
.wrap:after {
    content: '';
    height: 0;
    display: block;
}

.wrap:after {
    clear: both;
}
.breakline{
	border-bottom: 2px solid #e8e8e8;
	margin-bottom:40px;
}
.breakblank{
	border-bottom:0px solid #e8e8e8;
	margin-bottom:20px;
}
.section {
    padding: 30px 0;
    position: relative;
}
.logowrap{
	position: absolute;
	top:25px;
	left:0px;
}
.aplogo{
	display: block;
	position: relative;
	max-width:175px;
	padding:25px 50px 25px 25px;
	background-color:#0066a7;
	-moz-border-radius-topright:75px;
-webkit-border-top-right-radius:75px;
border-top-right-radius:75px;
-moz-border-radius-bottomright:75px;
-webkit-border-bottom-right-radius:75px;
border-bottom-right-radius:75px;
}

.aplogo:before{
	content:'';
	display: block;
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:-99%;
	background-color:#0066a7;
}
.aplogo img{
	max-height:65px;
}
.coverwrap{
	max-width:1170px;
	padding:0 25px;
	margin:0 auto;
}
.dleft{
	padding-top:200px;
}
.dright{
	padding-top:50px;
}
.dleft-box{
/* 	padding:15px;
	background-color:#fff;
	border-radius:15px;
	-webkit-box-shadow: 2px 4px 13px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 4px 13px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 4px 13px 0px rgba(50, 50, 50, 0.75); */
}
.conlist{
	list-style-type:none;
	margin:0;
	padding:0 0 0 0;
}
.conlist li{
	font-size:16px;
	line-height:22px;
	margin:0;
	padding:3px 5px;
	display: flex;
	width:100%;
		flex-wrap: wrap;
		word-break: break-all;
}
.conlist li .dth{
	font-weight: bold;
	width:40%;
	min-width:240px;
	position: relative;
	display:inline-block;
	padding:0 15px 0 0;
}

.conlist li .dth:after{
	content:':';
	display: block;
	position: absolute;
	top:0;
	right:10px;
}


@media (min-width:600px) {}

@media (min-width:768px) {
		
	a.btn,
	.btn {
		font-size:16px;
		min-width: 170px;
		padding: 15px 35px;
	}
    .rowbar-md {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

	.dleft-box{
		/* padding:25px 45px; */
	}
    

}
@media (min-width: 992px) {
    .rowbar-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1020px) {
	.logowrap{
		position: absolute;
		top:25px;
		left:5%;
	}
	.aplogo{
		padding:20px 50px 20px 15px;
	}
	.aplogo img{
		max-height:90px;
	}
	.coverwrap {
		display: flex;
		min-height:100vh;
	}
	.dleft{
		width:50%;
		display: flex;
		align-items: center;
		justify-content: center;
	padding-top:70px;
	}
	.dright{
		width:50%;
		padding-top:10%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (min-width: 1200px) {
    .rowbar-xl {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
}

@media (min-width: 1320px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1180px;
    }

}

@media (min-width: 1400px) {}

@media (min-width: 1800px) {}

@media all and (max-width:1080px) {
}

@media all and (max-width:991px) {	
}

@media all and (max-width: 767px) {
	
}

@media all and (max-width: 640px) {
}

@media all and (max-width: 480px) {
	.sec-th{
		font-size:24px;
		line-height:28px;
	}
	.sec-th span {
		padding-left:45px;
	}
	.sec-th i{width:36px; height: 36px;background-size:36px auto;}
	.sectx {
		font-size:16px;
		line-height:22px;
	}
	.conlist li{
		display: block;
		margin-bottom:10px;
	}
	.conlist li .dth{
		display: block;
		width:100%;
	} 
		
	.conlist li .dth:after{
		display: none;
	}
}

@media all and (max-width:380px) {
	.conlist{
		max-width:380px;
	}	
}

@media all and (max-width:360px) {}