body {
            font-family: 'Roboto', sans-serif !important;
            background: #f5f5f5;
        }


        .banner-sec .banner-img {
	width: 100%;
	border-bottom:6px solid #ec7c24;
	/*height: 413.717px;*/
}

        .counter-sec h2, p, label {
            font-family: 'Roboto', sans-serif;
        }

        .counter {
            padding: 8px 0 0;
        }

        /*.count-title {
	font-size: 40px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	font-family: 'DS-Digital' !important;
}*/
.counter-label {
	font-size: 80px;
	font-weight: normal;
	margin-bottom: 0;
	text-align: center;
	color: #0a669d;
	font-family: 'DS-Digital' !important;
}

.count-text {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: center;
	color: #000;
	text-transform: uppercase;
}

        /* .counter-sec {
            padding: 30px 0px;
            background: #10446c;
        } */
        .counter-sec .container {
	padding: 30px 17px;
	background: #10446c;
	max-width: 1110px;

}

.counter-heading h2 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 2px;
}
.banner-sec .container {
	position: relative;
	max-width: 100%;

}
.banner-sec .login_btn {
	position: absolute;
	right: 30px;
	top: 13px;
	z-index: 1;
	border: 1px solid #ddd;
	background: #10446c;
	padding: 10px 20px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	display: none;
}

.container {
    max-width: 1400px;
    padding: 0px;
    margin: auto;
}
.counter-sec {
	padding:55px 15px 0px;
	background: none;
	max-width: 1800px;
	margin: auto;
	background: #fff;
}








.form-sec {
	padding: 0px 0 50px;
	background: #f5f5f5;
}
.form-sec .form-main {
	padding: 50px;
	border: none;
	border-radius: 5px;
	background: #fff;
	max-width: 1800px;
	margin: auto;
}

        .form-group .input-fields {
            width: 100%;
            border: none;
            border-bottom: 1px solid #dbdbdb;
            color: #888383;
            padding: 10px;
        }

        .form-group label {
            display: block;
        }

        .form-group .select-drop {
            width: 100%;
            background: none;
            border: none;
            border-bottom: 1px solid #dbdbdb;
            padding: 10px;
            position: relative;
            z-index: 999;
        }

        .form-group {
            margin-bottom: 1rem;
            position: relative;
        }

            .form-group .sort-icn img {
                max-width: 15px;
                top: 0;
                bottom: 0;
                position: absolute;
                right: 0;
            }


        input:focus-visible {
            outline: none;
        }

        .upload-btn {
            margin: 20px 0px;
        }

        .upload-btn {
            background: #17aaef;
            border-radius: 5px;
            padding: 10px;
            max-width: 150px;
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            text-align: center;
        }

            .upload-btn:hover {
                cursor: pointer;
                background: #017bb5;
            }

        input[type="file"] {
            opacity: 0;
            position: absolute;
            width: 130px;
        }
.upload-btn {
	background: #09659c;
}
        .upload-btn #myFile:hover {
            cursor: pointer;
        }

        .submit-btn .s-btn {
            background: #ec5626;
            width: 100%;
            border: none;
            padding: 10px;
            border-radius: 5px;
            color: #fff;
            font-size: 16px;
            font-weight: bold;
        }

        .sort-icn {
            position: absolute;
            max-width: 13px;
            right: 2px;
            bottom: 15px;
        }

        .select-drop {
            -webkit-appearance: none;
        }

        .dob-sec {
            position: relative;
        }
        .s-btn:hover {
	background: #ec5626; opacity:0.9;
}










        .modal-header {
            flex-direction: column;
            justify-content: center !important;
            align-items: center !important;
            text-align: center;
        }

            .modal-header p {
                font-size: 15px;
                margin-top: 15px;
            }

            .modal-header .modal-title {
                font-size: 2rem;
                font-weight: bold;
            }

        .modal-card-header {
            display: flex;
            justify-content: space-between;
            padding: 10px 15px;
        }

            .modal-card-header .logo img {
                max-width: 40px;
                width: 100%;
            }

        .modal-header {
            border: none !important;
        }

        .heading {
            display: flex;
            align-items: center;
        }

        .modal-card-header .heading h2 {
            font-size: 15px;
        }

        .modal-card-body {
            margin: 0px 0px 20px;
            display: inline-block;
            width: 100%;
            position: relative;
            padding: 15px;
        }

            .modal-card-body::before {
                position: absolute;
                content: "";
                background: url("assets/img/bottom-line.jpg");
                height: 100%;
                bottom: 0;
                left: 0;
                right: 0;
                background-repeat: no-repeat;
                background-size: contain;
                background-position: bottom;
            }

        .modal-footer {
            border: none !important;
            justify-content: center !important;
        }

        .modal-card-body .card-profile img {
            width: 75px;
            float: left;
        }

        .modal-footer .downloads {
            background: #f07d22;
            border: none;
            padding: 10px 20px;
            border-radius: 5px;
            color: #fff;
            font-weight: bold;
        }

        .modal-footer .btn.go-back {
            background: #0eafe5;
            color: #fff;
            font-weight: bold;
            text-transform: capitalize;
            padding: 9px 20px;
        }

        .card-profile {
            width: 30%;
            float: left;
        }

        .right-details {
            width: 60%;
            float: right;
        }

        .card-profile-details {
            padding: 0;
            list-style: none;
            margin: 0;
        }

        .right-details .card-profile-details li {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .right-details .card-profile-details li h3 {
                margin: 0;
                font-size: 15px;
                font-weight: bold;
                color: #000;
            }

        .modal-card-main::before {
            position: absolute;
            content: "";
            background-image: url("assets/img/border.png");
            width: 100%;
            height: 100%;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background-repeat: no-repeat;
            background-size: 100% 220px;
        }

        .modal-card-main {
            position: relative
        }

        .card-number span {
            color: #000;
            letter-spacing: 1px;
            font-size: 16px;
            font-weight: 600;
        }

        .modal-content {
            padding: 50px;
            border-radius: 1rem;
        }

        .modal.show .modal-dialog {
            -webkit-transform: none;
            font-family: 'Roboto', sans-serif !important;
        }
.contact-number-sec {
	background: #0a669d;
	padding: 20px;
	border-top: 6px solid #187f40;
	margin-top: 6px; 
}
.contact-number-sec .call-heading h2 {
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	margin: 12px 0px;
}
.contact-number-sec h3 {
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	margin:0;
}
.contact-number-sec h3 a {
	color: #fff;
}
/*.contact-number-sec .container {
	max-width: 1470px;
}*/
.contact-number-sec .container {
	max-width: 1200px;
}
.counter-icon {
	float: left;
	border-right: 1px solid #000;
	padding-right: 20px;
}
.counter {
	padding: 8px 0 0;
	display: inline-block;
}
.counter-content {
	display: inline-block;
	margin-left: 20px;
	line-height: 1.2;
}
.counter-sec-main .row.text-center {
	margin: 0 35px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 50px;
}

@media (max-width: 1510px){
.contact-number-sec .call-heading h2 {
	font-size: 30px;
	margin: 10px 0;
}
    .call-no h3 {
	font-size: 35px;
}
}

@media (max-width: 1200px) {
    .contact-number-sec .call-heading {
	text-align: center;
}
    .call-no {
	text-align: center;
}
}


      @media (max-width: 1120px){
	  .banner-sec .banner-img {
	width: 100%;
	height: auto;
	object-fit: cover;
}}


        @media (max-width: 991px) {
            .dob-sec {
                margin: 15px 0px;
            }

            .modal-dialog {
                width: 95% !important;
            }
            .counter {
	padding-top: 10px;
	margin: 15px;
}
            .counter-sec-main .row.text-center {
	margin: 0 0px;
}
            .modal-card-main {
	margin: 10px 0px;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
}
        }


        @media (max-width: 767px) {
            .container {
                max-width: 100% !important;
            }

            .counter-heading h2 {
                font-size: 1.6rem;
            }

            .counter-label {
                font-size: 75px;
                margin-top: 0;
            }
            .counter-img {
	max-width: 100px;
}

            .counter {
                padding-top: 10px;
            }

            .count-text {
                font-size: 14px;
                margin-top: 5px;
            }


            .modal-card-main {
                margin-bottom: 20px;
            }

            .form-sec .form-main {
                padding: 50px 20px;
            }
			.banner-sec .login_btn {
	position: static;
	margin: 10px 0;
	padding: 5px 20px;
	border: none;
	display: none;
}
        }


        @media (max-width: 580px) {
            .modal-content {
                padding: 50px 15px !important;
            }

            .modal-card-header .heading h2 {
                font-size: 12px;
            }

            .right-details .card-profile-details li h3 {
                font-size: 13px;
            }

            .card-profile-details span {
                font-size: 13px;
            }

            .card-number span {
                font-size: 14px;
            }

            .right-details {
                padding: 9px 0px;
            }

            .modal-header .modal-title {
                font-size: 1.2rem;
            }

            .modal-header p {
                font-size: 12px;
            }
            .contact-number-sec .call-heading h2 {
	font-size: 20px;
	margin: 10px 0;
}
    .call-no h3 {
	font-size: 25px;
}
        }

        @media (max-width: 434px) {
            .modal-content {
                padding: 50px 0px !important;
            }
        }

        @media (max-width: 403px) {
            .modal-footer .downloads {
                width: 190px;
                font-size: 14px;
            }

            .modal-footer .btn.go-back {
                width: 190px;
                font-size: 14px;
            }
        }

        @media (max-width: 308px){
            .counter-icon {
	float: left;
	border-right: none;
	padding-right: 0;
	width: 100%;
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
            .counter-content {
	margin-left: 0;
}

        }




        @media (min-width: 576px) {
            .modal-dialog {
                max-width: 900px !important;
            }
        }