.main-head-2 {
    text-transform: uppercase;
    color: #f69826;
    margin: 0 auto 20px !important;
    line-height: 30px;
    font-size: 12px !important;
    letter-spacing: 4px;
}

.main-head-2 span {
    color: #1fbed5;
    font-weight: 700;
    font-size: 22px !important;
    letter-spacing: 0;
    position: relative;
}

.main-head-2 span::after {
    content: '';
    position: absolute;
    height: 1px;
    display: block;
    width: 30px;
    background: #666;
    right: -40px;
    top: 14px;
}

.idx-btn {
    color: #fff !important;
    background: #1fbed5;
    background-image: none;
    background-image: none;
    float: left;
    padding: 10px 30px !important;
    margin-top: 15px;
    display: block !important;
    border-radius: 25px !important;
}

.abt-left img {
    max-width: 100%;
}

.abt-right p {
    font-size: 14px !important;
    font-weight: 500;
    line-height: 27px;
    color: #666;
    text-align: justify;
}

.abt-right-2 {
    padding-top: 20px !important;
}

/* Contact us */

.contact-blk {
    padding: 30px 10px 20px;
    background: #f2f2f2;
    position: relative;
    text-align: center;
    display: block;
    min-height: 243px;
    border-radius: 10px;
}

.contact-blk .h-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100px;
    height: 100px;
    /* background: #ffe2a5; */
    background: linear-gradient(90deg, #0f5c89 0%, #29b3c7 70%);
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.contact-blk .h-icon .h-icon-inner {
    max-width: 110px;
    border-radius: 50%;
    padding: 16px;
    /* background: #ffe2a5; */
    /* border: 6px solid #ffae00; */
    /* background: linear-gradient(90deg, #0f5c89 0%, #29b3c7 70%); */
}

.contact-blk .h-icon .h-icon-inner img {
    max-width: 40px !important;
}

.contact-blk .cont-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 75px);
    padding-left: 10px;
}

.contact-blk .main-head {
    font-size: 20px !important;
    line-height: 27px;
}

.contact-blk .cont-text p {
    font-size: 14px !important;
    line-height: 24px;
    color: #121212;
}

.cont-text h2 {
    color: #1fbed5;
    font-weight: 600;
    font-size: 18px !important;
    letter-spacing: 0;
    position: relative;
}

.h-icon h4 {
    color: #fff !important;
    font-weight: 600;
    font-size: 16px !important;
    letter-spacing: 0;
    position: relative;
}

.cont-row-gap {
    margin-bottom: 30px !important;
}

.c-map {
    width: 100%;
    /* height: 450px; */
}
 

/* Banker */
.banker-col {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.banker-col img {
    margin-bottom: 20px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.banker-col p {
    font-size: 14px !important;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin-top: 0px !important;
    text-align: left;
}


/* Date 22-11-2024 */
.inner-head{
	color: #397891;
    font-weight: 500;
    font-size: 22px !important;
	line-height:30px; 
	margin:5px 0 6px!important;
}
 
.inner-abt-sec p{  
	color:#333;
	font-weight:400;
	text-align:justify;
}
.inner-abt-sec p b, .inner-abt-sec p strong{font-weight: 600;}
.inner-abt-sec img{
	max-width:100%;
	border-radius:10px;
}
.mgn-blk .pics{
	position: relative;
    border: 1px solid #e6e6e5;
    margin-bottom: 10px;
    border-radius: 20px;
}
.mgn-blk .pics img{
	max-width:100%;
	border-radius: 20px;
}
.mgn-blk h4{
	font-size:18px !important;
	line-height:27px;
	font-weight:700px;
	text-align:center;
	color:#333;
}
.mgn-blk h4 span{
	font-size:14px !important;
	font-weight:500;
	line-height:25px;
	color:#454545;
	display:block;
}


/* Legals Start here */
.legal {
	height: auto;
	padding:0px 15px 0px 15px!important;
}
.legal .product {
	margin: 0px 8px 33px 8px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 30px #eee;
	padding: 5px;
}
.legal:first-child {
	border: none;
}
.legal img {
	margin: auto;
	display: block;
	max-width: 100%;
}
.legal p {
	margin-top:10px!important;
	font-weight:600!important;
	text-transform: capitalize;
	color: #666;
	padding-bottom: 6px;
	text-align: center !important;
}
.legal .product {
	margin: 0 0px 30px;
}
.legal .product.last {
	margin: 0 0px 0px;
}
.legal .product-container {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:0 !important;
}
.legal .product-pic-container {
	width: 100%;
	height: auto;
	position:relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.legal .product-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: #000;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}
.legal .product-pic {
}
.legal .product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.legal .product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display:none
}
.legal .product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}
.legal .product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}
.legal .discount {
	background:#ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display:none
}
.legal .product-btn {
	width: 50px;
	height: 115px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	background:transparent;
	margin-top:-56px;
	margin-left:-25px;
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}
.legal .product-btn a {
	background: #333;
	font-size: 16px;
	color: #fff !important;
	width: 50px;
	height: 50px;
	line-height:50px;
	margin:3px 0px;
	display: block;
	float:left;
	text-align: center;
	padding-top: 0px;
	text-transform: uppercase;
	border-radius:100%;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position:relative
}
.legal .product-btn a.cart {
	background: #666;
	top:30px;
	opacity:0;
}
.legal .product-btn a.view {
	background:#194368;
	bottom:50px;
	opacity:0;
}
.legal .product-btn a:hover {
	background: #fff !important;
	color:#194368!important
}
.legal .product-name {
	text-align:center;
	text-transform:uppercase;
	font-size:14px!important;
	margin:10px 0 5px !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap !important;
	width: 100%;
}
.legal .product-name a {
	color:#333 !important;
}
.legal .product-name span {
	color:#999
}
.legal .product-container:hover .product-back {
	visibility:visible;
	opacity: 0.3;
	top: 0;

	bottom: 0%;
}
.legal .product-container:hover .product-pic-container img {
    transform: scale(1);
}
.legal .product-container:hover .product-btn a.cart {
	top:0;
	opacity:1;
}
.legal .product-container:hover .product-btn a.view {
	bottom:0;
	opacity:1;
}
.inner-contact-sec {
	padding: 80px 0;
	position: relative;
}
.inner-contact-sec .contact-info .contact-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #ff8400;
	vertical-align: top;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}

.inner-contact-sec .contact-info .contact-icon img {
	max-width: 100%;
	padding: 15px;
}


.inner-contact-sec .contact-info .contact-text {
	width: calc(100% - 85px);
	vertical-align: top;
	display: inline-block;
	padding-left: 20px;
}

.inner-contact-sec .contact-info .contact-text h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #666 !important;
	font-weight: 600;
	margin-bottom: 5px !important;
}

.inner-contact-sec .contact-info .contact-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	font-weight: 400;
	text-align: left;
	margin-bottom: 0 !important;
}

.inner-contact-sec .contact-info .contact-text p span {
	font-weight: 600;
}


.inner-contact-sec .contact-left {
	padding-left: 30px;
}

.map-box {
	width: 100% !important;
	height: 400px;
}

.inner-contact-sec .social-nav {
	float: left;
	margin: 10px 0;
}

.inner-contact-sec .social-nav ul {
	list-style: none;
}

.inner-contact-sec .social-nav li {
	float: left;
	padding-right: 10px !important;
}

.inner-contact-sec .idx-btn {
	width: 100%;
	text-align: center;
	border: 0px !important;
	padding: 12px 15px !important;
	background: #ff8400;
	border-radius: 0 !important;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 600;
}

.inner-contact-sec .idx-btn:hover {
	background: #424243;
}

.inner-contact-sec .form-group {
	margin-bottom: 25px !important;
} 
.inner-contact-sec .main-head span {
	display: block;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-bottom: 0px;
	color:#ff8400;
}
.map-box{
	width:100%;
	height:280px;
	margin-top:40px;
}

.inner-contact-sec .gst-blk h4{
	font-size:14px !important;
	line-height:24px;
	font-weight:600;
	margin-bottom:10px;
}
.inner-contact-sec .gst-blk h4 span{
	font-size:15px !important;
	line-height:25px;
	color:#565656;
	font-weight:400;
}
.policy-sec h4 {
    color: #397891;
    font-weight: 500;
    font-size: 22px !important;
    line-height: 30px;
    margin: 5px 0 6px!important;
}

.policy-sec ul.mylist li{
	font-size: 14px !important;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    text-align: justify;
}
.policy-sec ul.mylist li:before{
	content: "\f138";
    font: normal normal normal 14px / 1 FontAwesome;
    margin-right: 10px;
    color: #ffa800;
	font-size:16px !important;
}
.policy-sec p{
	font-size: 14px !important;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    text-align: justify;
}
.policy-sec p b, .policy-sec p strong{
	font-weight: 500;
}
.policy-sec p a{
	color:#f7a30b !important; 
}

.policy-sec .policy-doc-blk a{
	display:block;
	font-size:16px !important;
	line-height:25px;
	color:#333;
	margin-bottom:10px;
}
.policy-sec .policy-doc-blk a i{
	font-size:30px;
	line-height:40px;
	color:#000;
	margin-right:10px;
	margin-top:5px !important;
}
.policy-sec .policy-doc-blk a:hover{
	color:#f7a30b !important;
}
 
 /* contact us */
.contact-form {
    background-color:#fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);      border-bottom: 1px solid #ccc;
}  
.contact-form p { margin-bottom:20px!important ;}
.contact-form textarea{ height: 125px!important;}

.contact-form .btn-sub {
    float: right;
    margin: 0;
}

.h-icon{
	position:relative;
	height:60px;
	width:60px;
	float:left;
	
}
.h-icon i {
    width: 50px;
    height: 50px;
    background: #397891;
    color: white;
    font-size: 25px;
    padding: 13px 0 0;
    border-radius: 5px;
    text-align: center;
}
.inner-contact-sec .h-text{
	width:calc(100% - 60px);
	float:left;
	vertical-align:top;
	margin-bottom:15px !important;
}
.inner-contact-sec .h-text p{
	font-size:14px !important;
	line-height:25px;
	font-weight:400;
}

.h-icon span{
	font-size: 15px;
}
.conatct-map{
	margin-bottom: 35px;
}

 .fa-facebook {
    background: #3b5a9a !important;
    border: 1px solid #3b5a9a !important;
}
 .fa-twitter {
    background: #1d9bf0 !important;
    border: 1px solid #1d9bf0 !important;
}
 .fa-instagram {
    background: #813cac !important;
    border: 1px solid #813cac !important;
}
 .fa-youtube {
    background: #f51e1e !important;
    border: 1px solid #f51e1e !important;
}
.h-icon a{
	margin:5px
}
.h-icon a i{
	padding:15px;
} 
.contact-info{ padding-top: 25px;}

.inner-contact-sec h4.reg-add {
    font-size: 22px !important; 
    font-weight: 600;
    margin-bottom: 5px !important;
    color: #397891;
}

@media only screen and (min-width:320px) and (max-width:767px) {

    /*  */
    .main-head-2 {
        margin: 0 auto 10px !important;
        line-height: 22px;
        font-size: 10px !important;
    }

    .main-head-2 span {
        font-weight: 600;
        font-size: 18px !important;
    }

    .abt-left {
        padding-bottom: 20px;
    }

    .abt-right-2 {
        padding-top: 0px !important;
    }

    .contact-blk {
        min-height: auto;
        margin-bottom: 20px;
    }

    .contact-blk .cont-text {
        width: 100%;
    }

    .cont-form-outer {
        margin-top: 20px;
    }
	.mgn-blk{
		margin-bottom:30px !important;
	}
	.banker-col img {
		max-width:200px;
		margin-bottom:10px !important;
	}
	.banker-col {
		margin-bottom:30px !important;
	}
	section.contents .content-bar {
		padding: 40px 0;
	}
	.contact-info h4 {
		font-size: 22px !important;
		line-height: 30px;
        margin-bottom: 10px !important;
	}
	.gst-blk{
		margin-bottom:40px !important;
	}
	
	.policy-sec h4 {
		font-size: 18px !important;
		line-height: 25px;
        margin: 8px 0 !important;
	}
	.inner-contact-sec h4.reg-add {
		font-size: 17px !important;
		line-height: 25px !important;
		margin-bottom: 10px !important;
	}
	.m-blk{
		display:none;
	}
	
/* */

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .contact-info h4 {
		font-size: 24px !important;
		line-height: 30px;
        margin-bottom: 10px !important;
	}
	.h-icon i {
		width: 45px;
		height: 45px;
		font-size: 22px;
		padding: 8px;
		border-radius: 8px;
	}
	.h-icon {
		height: 55px;
		width: 55px;
	}
	.policy-sec h4 {
		font-size: 18px !important;
		line-height: 25px;
        margin: 8px 0 !important;
	}
	section.contents .content-bar {
		padding: 50px 0;
	}
	.inner-contact-sec h4.reg-add {
		font-size: 18px !important;
		line-height: 27px !important;
		margin-bottom: 10px !important;
	}
}

@media only screen and (min-width:992px) and (max-width:1199px) {
   .contact-info h4 {
		font-size: 27px !important;
		line-height: 35px;
        margin-bottom: 10px !important;
	}
	.inner-contact-sec h4.reg-add {
		font-size: 22px !important;
		line-height: 27px !important;
		margin-bottom: 12px !important;
	}
}