@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

body {
	font-family: 'Lato', sans-serif;
  	font-size: 15px;
	color: #333;
	overflow-x: hidden;
}
a, img {
	text-decoration: none !important;
	outline: none;
	border: none;
}
img {
	max-width: 100%;
	height: auto;
}
ul{
	margin: 0;
	padding: 0;
}

.paymentTable {
    width: 100%;
    border-collapse: collapse;
}

.paymentTable th {
    font-style: italic;
    color: #000;
    font-size:17px;
    background-color: #D0D0D0;
    border: black solid 1px;
    padding-left:10px;
}

.paymentTable tr td {
    font-size: 14px;
    color: #000;
    font-weight:normal;
    
    border: black solid 1px;
    padding-left:5px;
}

.paymentTable tr:nth-child(odd) {
    background-color: rgba(39, 89, 171,0.25);

}


.col-md-3 {
    flex:0 0 25% !important;
    max-width: 70% !important;
}

.indent20px {
    margin-left:25px;
}

a.selected.static {
    color: #2759AB !important;
}


form#form {
    width:100% !important;
}

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
	margin: -5px;
	padding: 0;
}
a, a:hover{
	transition: all 1s;
}
.header-wrapper{
	position: absolute;
    z-index: 17;
    width: 100%;
    top: 0;
}
.top-header{
    background: #FFFFFF;
    padding: 0;
}
.top-header a{
	font-size: 14px;
	color: #333333;
}
.top-header a:hover{
	color: #2759AB;
}
.top-header a i{
	margin-right: 15px;
	color: #2759AB;
}
.top-header ul li{
	display: inline-block;
    margin-right: 20px;
    border-right: 1px solid #ccc;
    padding-right: 20px;
    line-height: 0;
}
.top-header ul li:last-child{
	border-right: 0;
	margin: 0;
    padding: 0;
}
.login-btn{
	background: #F59019;
	padding: 12px 20px;
	min-width: 150px;
	display: inline-block;
	text-align: center;
	color: #fff !important;
	font-weight: 700;
}
.login-btn:hover{
	background: #2759AB;
}
#top-nav-fixed{
	margin-top: 50px;
}
#top-nav-fixed.sticky{
	position: fixed;
    background: #2759AB;
    top: 0;
    margin-top: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.navbar-light .navbar-nav .nav-link{
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	position: relative;
	font-weight: 500;
	padding: 40px 10px;
	margin: 0 15px;
}
.navbar-light .navbar-nav .nav-btn {
    background: #356ECC;
    padding: 17px 48px;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
}
.navbar-light .navbar-nav .nav-btn:hover, .navbar-light .navbar-nav .nav-btn:focus{
	background: #F59019;
	color: #fff !important;
}
.navbar-light .navbar-nav .nav-item{
	position: relative;
}
.navbar-light .navbar-nav .active>.nav-link:after{
	content: "";
    position: absolute;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #F49019;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    left: 0;
    right: 0;	
}
.navbar-light .navbar-nav .nav-item:first-child{
	margin-left: 20px;
}
.navbar-light .navbar-nav .nav-item:last-child{
	position: absolute;
	right: 0;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link:hover:after, .navbar-light .navbar-nav .nav-item:last-child .nav-link:focus:after{
	content: none !important;
}
.navbar-light .navbar-nav .active>.nav-link{
	color: #F49019;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #F49019;
}
.navbar-light .navbar-nav .nav-link:after, .navbar-light .navbar-nav .nav-link:after{
	content: "";
    position: absolute;
    /*z-index: -1;*/
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #F49019;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.navbar-light .navbar-nav .nav-link:focus:after, .navbar-light .navbar-nav .nav-link:hover:after{
	left: 0;
    right: 0;
}
.bg-light{
	padding: 0;
	background: transparent !important;
}
.navbar-nav{
	background: #2759AB;
	height: auto;
}
nav .navbar-collapse{
    margin-left: 15px;
}
.banner-wrapper{
	position: relative;
	padding: 0;
	margin-top: 45px;
}
.slider-txt{
	margin-top: -40px;
}
.banner-wrapper .carousel-caption{
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 8%;
	right: 8%;
}
.banner-wrapper .carousel-caption h1{
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0 5px 5px rgba(0,0,0,0.5);
	letter-spacing: 1px;
}
.banner-wrapper .carousel-caption p{
	font-size: 24px;
	font-weight: 400;
	text-shadow: 0 2px 2px rgba(0,0,0,0.5);
	margin-top: 10px;
}
.slider-form{
	background: rgba(0,0,0,0.7);
	padding: 50px 0;
	border-top: 1px solid #F59019;
	position: absolute;
    bottom: 0;
    width: 100%;
}
.slider-form .form-control{
	border: 0;
}
.slider-form .form-group{
	margin-bottom: 30px;
}
.form-control{
	border-radius: 50px !important;
	height: 50px;
	font-size: 14px;
	color: #666666;
	padding: 10px 20px;
}
.form-control::placeholder{
	color: #666666;
	/*font-weight: 600;*/
}
.slider-form .btn-default{
	padding: 12px 40px;
}
.btn-default{
	background: #F59019;
    border-radius: 50px;
    padding: 16px 42px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 0;
}
.btn-default:hover{
	background: #2759AB;
	color: #fff;
}
.slider-form p{
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.2px;
	margin-bottom: 0;
	font-weight: 400;
}
.yellow-txt{
	color: #F59019 !important;
}
.border-right{
	border-right: 1px solid #747474 !important;
}
section{
	padding: 100px 0;
}
.section-sml-title{
	color: #2659AB;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.section-title{
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 30px;
}
.about-wrapper{
	position: relative;
}
.about-wrapper p{
	line-height: 26px;
}
.about-wrapper:after{
	content: '';
    background: url(../images/about-bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}
.big-about-txt{
	color: #F2F4FA;
	font-size: 240px;
	font-weight: 700;
	text-shadow: 0 0 30px rgba(0,0,0,0.1);
	text-align: right;
    margin-right: 15px;
    margin-bottom: 0;
}
.about-img{
	padding-top: 40px;
	position: relative;
	z-index: 1;
	text-align: right;
}
.about-img img{
	width: 96%;
}
.about-img-after{
	position: relative;
}
.about-img-after:after{
	content: '';
    border: 2px solid #2759AB;
    position: absolute;
    left: -42px;
    width: 94%;
    height: 91%;
    top: 0px;
}
.single-work-img img{
	border-radius: 50%;
	border: 1px solid #DDDDDD;
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	margin-top: 20px;
	-webkit-transition: -webkit-transform 1s ease-in-out;
          transition:         transform 1s ease-in-out;
}
.work-title{
	font-size: 18px !important;
	color: #2659AB;
	font-weight: 600;
	margin-top: 30px;
	display: inline-block;
}
.how-work-wrapper{
	position: relative;
}
.single-work{
	position: relative;
	top: 0;
	transition: all 0.8s ease-out;
}
.single-work:hover{
	top: -20px;
}
.single-work:hover img{
	-webkit-transform: rotateY(360deg);
          	transform: rotateY(360deg);
}
.single-work:before{
	pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 60%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 60%);
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.single-work:hover:before{
	opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.how-work-wrapper p{
	margin-top: 10px;
}
.process-arrow{
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 240px;
    z-index: -1;
}
.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2759AB;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50px;
}
.btn-blue.hvr-shutter-out-vertical:before{
	background: #F59019;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.testimonial-wrapper{
	background: url(../images/testimonial-bg.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 0;
	background-attachment: fixed;
}
.testimonial-box{
	background: #fff;
	min-height: 278px;
	margin-top: 62px;
	padding: 0 80px;
}
.quote-circle{
	background: #2759AB;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    font-size: 25px;
    margin-top: -60px;
    color: #fff;
}
#testimonial-slider{
	margin-top: 30px;
}
.testimonial-name{
	color: #2659AB;
	font-size: 18px;
	font-weight: 600;
}
#testimonial-slider .carousel-indicators{
	/*bottom: -60px;*/
}
#testimonial-slider .carousel-indicators li{
	background-color: #CCCCCC;
	width: 42px;
    height: 4px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}
#testimonial-slider .carousel-indicators .active {
    background-color: #2759ab;
}
#testimonial-slider .carousel-item{
    min-height: 180px;
}
.call-to-action{
	background: #2759AB;
	min-height: 110px;
	display: flex;
	align-items: center;
	padding: 0;
}
.call-to-action p{
	font-size: 20px;
	color: #fff;
	margin: 0;
}
.btn-blue{
	background: #356ECC;
}
.grid{
	position: relative;
    clear: both; 
}
figure.effect-jazz {
    background: #2759AB;
}
.grid figure{
    position: relative;
    overflow: hidden;
    height: auto;
    background: #2759AB;
}
figure.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.2,1.2,1.2);
    transform: scale3d(1.2,1.2,1.2);
}
.grid figure figcaption{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}
figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.footer {
    background-color: #F0F3F9;
    padding-top: 45px;
}
.footer a, .footer {
	color: #333;
}
.footer a{
	cursor: pointer;
}
.footer h5 {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.footer .media {
    margin-bottom: 25px;
}
.footer .media p {
    margin-bottom: 0px;
    font-size: 14px;
}
.footer .media i {
    margin-top: 1px;
    width: 20px;
    color: #2759AB;
    font-size: 18px;
}
.footer .media h6 {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    margin-bottom: 5px;
}
.footer .list-unstyled li {
	padding: 15px 0;
    border-bottom: 1px solid #C8D4E9;
    font-size: 14px;
}
.footer .list-unstyled li:first-child {
    padding-top: 0;
}
.footer p{
	font-size: 14px;
}
.footer .form-control{
	padding: 15px;
}
.footer a:hover, .footer a.active {
	color: #2759AB;
}
.social-icon {
    margin: 25px auto 0px;
}
.social-icon li {
    margin-right: 10px !important;
}
.social-icon li a {
    background-color: #CCCCCC;
    font-size: 18px;
    width: 34px;
    height: 34px;
    display: block;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
    color: #333333;
    line-height: 34px;
}
.social-icon li a:hover {
    background-color: #F59019;
    color: #fff;
}
.footer-link a {
    font-size: 14px;
    display: block;
    padding: 5px 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.footer .form-control{
	height: 45px;
	border: 1px solid #C8D4E9;
	width: 100% !important;
}
.footer .input-group-btn{
	position: relative;
	z-index: 4;
}
.send-btn{
	width: 46px;
	height: 46px;
	background: #2759ab;
	color: #fff;
	border-radius: 50px;
	position: absolute;
    right: 0;
    border: 0;
}
.footer .input-group>.custom-select:not(:last-child), .footer .input-group>.form-control:not(:last-child){
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.copyright {
    background-color: #D2DDEE;
    text-align: center;
    padding: 14px 15px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
}
.scrollToTop {
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    bottom: 30px;    
    background: rgba(245,144,25,0.6);
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    z-index: 3;
    display: none;
}
.scrollToTop:hover {
	background: rgba(39,89,171,0.6);
	color: #fff;
}

/* about us page */
.inner-banner-wrapper{
	background: url(../images/inner-banner-bg.jpg) no-repeat center;
    background-size: cover;
    margin-top: 45px;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 455px;
    padding: 0;
}
.inner-banner-wrapper h1{
	font-size: 40px;
	font-weight: 700;
	text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	color: #fff;
	margin-top: 150px;
    text-transform: uppercase;
}
.breadcrumb{
	background: transparent;
    justify-content: center;
}
.breadcrumb-item{
    text-transform: capitalize;
}
.breadcrumb-item a{
	color: #F39019
}
.breadcrumb-item i{
	margin-right: 5px;
}
.breadcrumb-item.active {
    color: #FFFFFF;
}
.breadcrumb-item+.breadcrumb-item::before{
	color: #FFFFFF;
}
.about-pg{
	padding: 60px 0;	
}
.about-pg:after{
	content: none;
}
.support-wrapper{
	padding: 0;
	min-height: 150px;
	background: url(../images/call-bg.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	text-align: center;
	background-attachment: fixed;
}
.support-wrapper p{
	margin-bottom: 0;
	color: #fff;
	font-size: 26px;	
}
.support-wrapper p span{
	color: #F59019;
	font-size: 35px;
	font-weight: 500;
}
.vision-wrapper{
	padding: 60px 0;
}
.section-title.small{
	font-size: 26px;
	margin-bottom: 15px;
}
.vision-wrapper p{
	letter-spacing: 0.3px;
	line-height: 24px;
	margin: 0;
}

/*---- Apply Now Start ----*/

.sml-title {
    color: #000000;
    font-size: 14px;
    font-weight: 800;
    border-bottom: 1px solid #C8D4E9;
    padding-bottom: 10px;
    text-transform: uppercase;
	margin-bottom: 20px;
}
.sml-title.text-white{
    font-weight: 600 !important;
}
.listing li {
    margin: 7px 0;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
.listing li:before {
    content: '\f178';
    font-family: 'FontAwesome';
    color: #2659AB;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 2px;
}
.blue-bg{
	background: #2759AB;
	padding: 30px 0;
	margin: 50px 0;
}
.blue-bg .sml-title{
	border-bottom: 1px solid #698BC2;
}
.apply-wrapper .sml-title:first-child {
    margin-top: 0px;
}
.custom-select {
    background: #fff url(../images/down-arrow.png) no-repeat 98% center;
}
.p-text p{
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 300;
}
.form-group {
    margin-bottom: 30px;
}
.custom-control-label::before {
    border: 1px solid #2759ab;
    background-color: transparent;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #2759ab;
    border-color: transparent;
}
.apply-wrapper .form-control::placeholder {
    color: #999999;
}
select.form-control {
    height: 50px!important;
}
.custom-control-input:focus~.custom-control-label::before {
     box-shadow: none; 
}
.inner-page-content{
    padding: 60px 0;
}
.inner-page-content p{
	font-size: 14px;
}
.inner-page-content .form-control{
	padding: 10px 15px;
}
.grey-bg{
	background: url(../images/grey-bg-img.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0;
    margin-top: 20px;
}
.custom-control-label{
	font-size: 14px;
}
.text-blue{
	color: #2659AB;
}
.min-wid{
    min-width: 175px;
}
/*---- Apply Now End ----*/

/* contact us*/

.map-wrapper iframe{
    width: 100%;
    height: 415px;
    border: 5px solid #DDDDDD;
}
.contact-box{
    background: #2759AB;
    padding: 30px;
    width:500px;
}
.contact-box h6{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #698BC2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.contact-box p, .contact-box a{
    color: #eeeeee;
    margin-bottom: 25px;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 0.5px;
}
.contact-box a:hover{
    color: #F59019;
}
textarea.form-control{
    height: auto !important;
    border-radius: 4px;
}
.p-60{
    padding: 60px 0;
}

/*end contact us */

/* Disclousers*/
.disclosure-title{
    color: #2759AB;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
}
.disclosure-wrap .sml-title {
    margin-top: 30px;
}
.disclosure-wrap p{
    line-height: 23px;
}
.text-blue{
    color: #2759AB;
}
/* / Disclousers*/

/*FAQ */

.help-sectn{
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    padding: 30px;
    margin-top: -100px;
    margin-bottom: 60px;
}
.help-sectn p{
    font-size: 15px;
    margin-bottom: 0;
}
#accordion-faqs .card {
    border: none;
    margin-bottom: 30px;
}
#accordion-faqs .card-header {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px 15px 35px;
}
#accordion-faqs .card-header h5 {
    color: #2759AB;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#accordion-faqs .card-header h5.collapsed{
    color: #000;
}
#accordion-faqs .card-header h5::after {
    content: "\f29c";
    font-family: 'FontAwesome';
    font-size: 26px;
    color: #2759AB;
    position: absolute;
    left: 0px;
    top: -2px;
    font-weight: 300;
}
#accordion-faqs .card-header h5.collapsed::after {
    /*content: "\f29c";*/
    color: #000;
}
#accordion-faqs .card-body {
    padding: 15px 0 0;
}
#accordion-faqs .card-body p:last-child {
    margin-bottom: 0;
}
.faqs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px;
}
.faqs-list li {
    position: relative;
    padding-left: 20px;
    line-height: 30px;
}
.faqs-list li::after {
    content: "\f178";
    position: absolute;
    left: 0;
    top: 0px;
    font-family: 'FontAwesome';
    font-size: 12px;
    color: #2659AB;
}
/* / FAQ*/

/*How it works*/
.how-work-txt{
    font-size: 15px !important;
    letter-spacing: 0.5px;
    line-height: 23px;
    margin-bottom: 20px;    
}
.single-work-box{
    position: relative;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    padding: 30px;
    z-index: 2;
    margin-top: 30px;
}
.step-number-txt{
    position: absolute;
    right: 30px;
    font-size: 100px !important;
    font-weight: 900;
    color: #EAEAEA;
    top: -10px;
    z-index: -1;
}
.right-img-box{
    text-align: right;
}
.right-img-box .step-number-txt{
    left: 30px;
    right: auto;
}

.single-work-box:hover .single-work-img img{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
}


/* Rates*/
.mt-50{
    margin-top: 50px;
}
.bold-font{
    font-size: 18px !important;
    font-weight: 800;
}
.help-sectn.rates .btn-default{
    padding: 16px 32px;
}
.help-sectn.rates p{
    font-size: 16px;
    font-weight: bold;    
}
.help-sectn.rates p.bold-font{
    font-weight: 800 !important;
}
.help-sectn.rates p span{
    color: #F49019 !important;
    font-weight: 800;
}
.rates-title h2{
    font-size: 18px;
    color: #2759AB;
    font-weight: 600;
    letter-spacing: 0.8px;
    background: #F1F1F1;
    padding: 29px 0;
    text-align: center;
}
.rates-wrap .sml-title{
    margin-top: 30px;
}
/* / Rates*/


/*======= Privacy Policy Start =========*/

.table .thead-light th {
    background-color: #E6E6E6;
    border-color: #CECECE;
    border-bottom: 0;
    border-top: 0;
    color: #000000 !important;
    font-size: 14px;
}

.text-gold {
    color: #2659AB;
}
.table td, .table th {
    padding: 20px;
    font-size: 14px;
}
.table thead th{
    vertical-align: middle;
}
.privacy-policy-wrapper .text-black {
    font-weight: bold;
}
.privacy-policy-wrapper .letter-space {
    letter-spacing: 2px;
}
.text-black{
    color: #000;
}
.txt-semi-bold {
    font-weight: 600!important;
}
.privacy-table strong{
    color: #000 !important;
}
.width20 {
    width: 20%;
}
.letter-space{
    letter-spacing: 2px;
}
.font-bold{
    font-weight: 900;
}
.apply-list {
    list-style-position: inside;
    margin-top: 20px;
}
.letter-space-1{
    letter-spacing: 1px;
}
/*======= Privacy Policy End   ========*/