.custom-mw-1 {
	max-width: 110px !important;
}

.custom-fs-1 {
	font-size: 19.2px !important;
	font-size: 1.2rem !important;
}

.custom-bg-color-1 {
	background-color: #2c3b43 !important;
}

.custom-image-position-1 {
	position: absolute;
	top: 0;
	right: 100%;
	min-width: 250px;
	height: 100%;
}
.custom-image-position-1 .featured-box {
	height: 100% !important;
}

/* SVG Style */
.custom-svg-style-1 {
	background-color: #ffffff;
	position: absolute;
	top: 0;
	width: 100vw;
	height: 100%;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
}

/* Form Styles */
.custom-form-style-1 .form-control {
	border-radius: 0;
	padding: 14.4px 24px;
	padding: 0.9rem 1.5rem;
	height: 47.2px;
	height: 2.95rem;
}
.custom-form-style-1 .form-control::-webkit-input-placeholder {
	color: #536f78;
	font-weight: 600;
}
.custom-form-style-1 .form-control:-ms-input-placeholder {
	color: #536f78;
	font-weight: 600;
}
.custom-form-style-1 .form-control::-ms-input-placeholder {
	color: #536f78;
	font-weight: 600;
}
.custom-form-style-1 .form-control::placeholder {
	color: #536f78;
	font-weight: 600;
}
.custom-form-style-1 .form-control:-ms-input-placeholder {
	color: #536f78;
	font-weight: 600;
}
.custom-form-style-1 .form-control::-ms-input-placeholder {
	color: #536f78;
	font-weight: 600;
}
.custom-form-style-1.custom-form-style-1-rounded .form-control {
	border-radius: 35px;
	height: 52px;
	height: 3.25rem;
}

/* Pricing */
.custom-plan-featured-style-1 .plan-header {
	position: relative;
	top: 1px;
}

/* Thumb Info */
.custom-thumb-info-style-1 .thumb-info-wrapper .custom-thumb-info-date {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 27.2px;
	font-size: 1.7rem;
	line-height: 1;
	text-align: center;
	padding: 11.2px 19.2px;
	padding: 0.7rem 1.2rem;
	z-index: 2;
}
.custom-thumb-info-style-1 .thumb-info-wrapper .custom-thumb-info-date > span {
	display: block;
	font-size: 0.4em;
	line-height: 1.5;
}

/* Carousel */
.custom-carousel-nav-style-1 .owl-nav button[class*="owl-"] {
	background: transparent !important;
	border: 1px solid #CCC;
	border-radius: 0;
	color: #CCC;
}

.download-image {
width: 200px; padding: 10px; display: inline-block;
}

/* Footer */
#footer {
	background-color: #111c22;
}
#footer li, #footer a:not(.btn), #footer p {
	color: #96a1b1;
}
#footer .footer-copyright {
	background-color: #111c22 !important;
}



.modal-content{
    background: #f8f8f8;
    border-radius: 0;
    border: 0;
}
.modal-body{
    min-height: 300px;
}
.modal-body.loading svg{
    display: block;
}
.modal-body svg{
    display: none;
}
svg {
    display: block;
    position: absolute;
    left: 46%;
    top: 26%;
}
.nav-tabs {
    border-bottom: none;
}
.nav.nav-tabs li{
    width: 50%;
    margin: 0px;
    border: 0px;
    text-align: center;
}
.nav.nav-tabs li a{
    background: #0f354c;
    color: #fff;
    border-radius: 0;
    border:none;
    margin:0;
    display:block;
    padding: 10px;
}
.nav.nav-tabs li.active a{
    background: #f8f8f8;
    color: #000;
}
.modal-header{
    padding:0;
    border-bottom: none;
}


.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
iframe{
    border:none;
}
.tab-content{
    padding:0;
    background: #f8f8f8;
}