body {
    margin: 0;
    padding: 0;
    background: #f2f2f2;
}

.header {
    background: rgba(255,255,255, .8);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999999;
    top: 0;
}

a.nav-link {
    color: #fff !important;
    font-style: italic;
    padding: 0 16px !important;
}

ul.navbar-nav.mr-auto {
    width: 100%;
    justify-content: flex-end;
    padding-right: 35px;
}

nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}


a.nav-link {
    color: #000 !important;
    padding: 0 16px !important;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal !important;
        font-weight: 500;
}


.signup a.nav-link {
    color: #C1272D !important;
}


.image-logo img {
    width: 100%;
}

@media(max-width:1400px) {
    .white-back h2 {
        font-size: 19px;
    }
}


/* ========================= Inner Pages ============================*/

.inner-banner {
    background: url(../images/bann.jpg);
    padding: 160px 0 30px 0;
    position: relative;
    background-size: cover;
   
}

.overlay {
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.image-banner-left {
    float: none;
    margin-right: 30px;
    text-align: center;
}
.inner-ban-cont {
    position: relative;
    z-index: 999;
    float: none;
    width: 100%;
    text-align: center;
}
.inner-ban-cont h1 {
    color: #fff;
    font-size: 60px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.inner-ban-cont h1 span {
    color: #fff;
    font: 60px;
    font-family: lato;
    font-weight: 300;
    font-style: italic;
}
.left-section h2:after {
    content: "";
    position: absolute;
    /* left: 0; */
    right: 0;
    width: 80%;
    background: #c5c5c5;
    height: 2px;
    top: 11px;
}
.left-section h2 {
    position: relative;
}
.inner-ban-cont h5 {
    color: #CCCCCC;
    font-size: 24px;
    font-family: 'Ubuntu Condensed', sans-serif;
}

.page-content h2 {
    font-size: 24px;
   font-family: 'Ubuntu', sans-serif;
   font-weight: bold;
    text-transform: uppercase;
}

.page-content p , .page-content li {
    font-size: 18px;
     font-family: 'Ubuntu', sans-serif;
    color: #333333;
    padding: 2px 0;
}

.col-xl-9.col-sm-9.left-section {
    padding-top: 60px;
}

.page-content {
    padding-bottom: 50px;
    padding-top: 75px;
}

.sidbar-box {
    background: transparent;
    padding: 0px 0;
    margin-top: 0;
}

.sidbar-box h2 {
    font-size: 24px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.sidbar-box h2:after {
    content: "";
    position: absolute;
    /* left: 0; */
    right: 0;
    width: 40%;
    background: #c5c5c5;
    height: 2px;
    top: 11px;
}

.sidbar-box li {
    list-style: none;
    font-size:24px;
    color: #666666;
   font-family: 'Ubuntu Condensed', sans-serif;
       padding: 2px 0 2px 30px;
    position: relative;
}
.sidbar-box li:before {
    position: absolute;
    content: "\f00c";
    width: 30px;
    height: 30px;
    left: 0;
    top: 0;
    color: #c1272c;
    font-family: FontAwesome;
    }
p.hed-ul {
    margin: 0;
}
.sidbar-box ul {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 15px;
}

.sidbar-box a {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 200px;
    background: #C1272D;
    color: #fff;
    border-radius: 30px;
    font-size: 16px;
    font-family: lato;
    letter-spacing: 1px;
    padding: 10px 0;
    text-decoration: none;
}

.col-xl-8.col-sm-8.left-section {
    padding-top: 0;
    padding-right: 38px;
    text-align: justify;
}

.banner-txt:after {
    content: "";
    display: table;
    clear: both;
}

.price-banner {
    float: left;
    width: 30%;
    text-align: center;
    padding-top: 20px;
}

.price-banner span {
    color: #fff;
    background: #000;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 16px;
    padding: 7px 25px 7px;
    display: inline-block;
    transform: skew(-13deg);
    text-transform: uppercase;
    transition: 0.9s;
}

.banner-txt {
    position: relative;
    z-index: 999;
}

.col-xl-4.col-sm-4.pro {
    border: 5px solid #666666;
}


.col-xl-4.col-sm-4.pro {
    padding-top: 0;
}

.price-section {
    background: #b8252a;
    padding: 25px 0px;
    text-align: center;
}
.price-box span {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
.btn-sign a {
    background: #f5f5f5;
    color: #000;
    font-size: 20px;
    padding: 12px 60px;
    font-weight: 400;
    border-radius: 6px;
    text-decoration: none;
    line-height: 60px;
}
span.btn-sign {
    margin-left: 25px;
}
.price-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-content li ul li {
    list-style: none;
    padding: 2px 0;
}
/*==================================== FAQ =========================*/

h1.page-ttl {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    font-style: italic;
    font-family: lato;
    padding: 30px 0px;
}

.faq-section h2 {
    font-family: DroidSerif-BoldItalic;
    font-size: 16px;
    margin-top: 30px;
}

.faq-section p {
    font-size: 16px;
    font-family: open sans;
    color: #333333;
}

.faq-section {
    padding: 40px 0 80px;
}


/*====================================== Contact us ==================*/

.form-control {
    display: inline-block;
    width: 72%;
    padding: 14px.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eee;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact .form-group label {
    display: inline-block;
    margin-bottom: 0;
    width: 24%;
    vertical-align: top;
    font-size: 16px;
    color: #333;
    font-family: open sans;
    padding-top: 10px;
    text-align: right;
    padding-right: 39px;
    /* float: left; */
}

.contact input.form-control {
    width: 72%;
}

button.btn.btn-default {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: lato;
    letter-spacing: 3px;
    background: #C1272D;
    padding: 10px 50px;
    border-radius: 30px;
    margin-left: 180px;
    margin-top: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.contact h2 {
    margin-bottom: 40px;
    color: #000;
}

.contact .sidbar-box a {
    margin: 0 auto;
    text-align: center;
    display: block;
    background: transparent;
    color: #666666;
    border-radius: 30px;
    font-size: 28px;
    font-family: open sans;
    letter-spacing: 1px;
    padding: 10px 0;
    text-decoration: none;
    max-width: 100%;
    font-weight: 600;
    line-height: 20px;
}

.contact .sidbar-box .email a,
.monkey-page .sidbar-box .email a {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 100%;
    background: transparent;
    color: #C1272D;
    border-radius: 30px;
    font-size: 18px;
    font-family: open sans;
    letter-spacing: 1px;
    padding: 5px 0;
    text-decoration: none;
    font-weight: 600;
}

.page-content.contact {
    padding-bottom: 90px;
}

.monkey-page .sidbar-box a {
    margin: 0 auto;
    text-align: center;
    display: block;
    background: transparent;
    color: #666666;
    border-radius: 30px;
    font-size: 28px;
    font-family: open sans;
    letter-spacing: 1px;
    padding: 10px 0;
    text-decoration: none;
    max-width: 100%;
    font-weight: 600;
    line-height: 20px;
}


/*========================= money bank ======================*/

.inner-banner.money {
    padding: 90px 0;
}

.guarantee img {
    width: 100%;
}

.icon-txt h2 {
    margin-bottom: 20px;
}

.page-content .icon-txt p {
    font-size: 18px;
    font-family: open sans;
    color: #333333;
}

p.notification {
    font-style: italic;
}

.notification span {
    color: #C1272D;
    font-weight: bold;
}

.page-content.monkey-page {
    padding-bottom: 200px;
}

.page-content.groups-rate {
    padding-top: 50px;
}

.groups-rate p {
    margin-bottom: 30px;
}

.inner-banner.groups {
    padding: 80px 0;
}

.sample-page .sidbar-box a {
    margin: 0 auto;
    text-align: center;
    display: block;
    background: transparent;
    color: #666666;
    border-radius: 30px;
    font-size: 28px;
    font-family: open sans;
    letter-spacing: 1px;
    padding: 10px 0;
    text-decoration: none;
    max-width: 100%;
    font-weight: 600;
    line-height: 20px;
}

.sample-page .sidbar-box .email a {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 100%;
    background: transparent;
    color: #C1272D;
    border-radius: 30px;
    font-size: 18px;
    font-family: open sans;
    letter-spacing: 1px;
    padding: 5px 0;
    text-decoration: none;
    font-weight: 600;
}

.page-content.sample-page {
    padding: 0px 0 60px 0px;
}


.input-group .row {
    width: 100%;
    margin: 0;
}

.input-group .row .col-sm-6 {
    padding: 0;
}

input.form-control {
    width: 100%;
}

select.form-control.form-control-lg {
    width: 100%;
}

.input-group .row .col-sm-5 {
    padding: 0 7px 0 0;
}

.input-group {
    margin-bottom: 10px;
}

input.form-control {
    margin-right: 1.5%;
}

input.form-control {
    width: 97%;
}

select.form-control.form-control-lg {
    padding: 5px 8px;
    height: 54px !important;
    color: #999999;
    font-family: open sans;
    font-size: 16px;
    font-style: italic;
    opacity: 1 !important;
}

.signup-inner {
    max-width: 800px;
    margin: 0 auto;
}

.signup-inner label {
    width: 100%;
    text-align: left;
}

.signup-inner strong {
    color: #808080;
    font-size: 14px;
    font-weight: 900;
    font-family: open sans;
    margin-top: 20px !important;
    display: block;
    margin-bottom: 6px;
}
.input-group .row .col-sm-7 {
    padding: 0;
    padding-right: 10px;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999999;
    font-family: open sans;
    font-size: 16px;
    font-style: italic;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    font-family: open sans;
    font-size: 16px;
    font-style: italic;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #999999;
    font-family: open sans;
    font-size: 16px;
    font-style: italic;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    font-family: open sans;
    font-size: 16px;
    font-style: italic;
}
select.form-control.form-control-lg.top-select {
    width: 98.5%;
}
button.signupbtn {
    background: #C1272D;
    border: 0;
    color: #fff;
    font-family: lato;
    font-weight: 900;
    border-radius: 30px;
    padding: 13px 50px;
    text-align: right;
}
.col-sm-6.sub-btn {
    text-align: right;
    padding-right: 10px !important;
}
.signup-section p {
    text-align: center;
    color: #333333;
    font-size: 16px;
    font-family: open sans;
}
.signup-section {
    padding-top: 60px;
    padding-bottom: 130px;
}
/*=================== Login Form =======================*/

.client-logo button.btn.btn-primary {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    font-family: lato;
    text-decoration: none;
    background: transparent;
    border: 0;
}

.client-logo button.btn.btn-primary:focus,
.client-logo button.btn.btn-primary:active,
.client-logo button.btn.btn-primary:hover {
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    border-color: transparent !important;
}

.form-check label.form-check-label {
    width: auto;
    padding: 0;
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    padding: 1rem;
    border-top: 0px solid #e9ecef;
}

.modal-header {
    display: block;
    text-align: center;
    background: #1A1A1A;
    border: 0;
    position: relative;
}

.form-group.form-check {
    /* display: inline-block !important; */
    float: left;
    width: 50%;
}

.forgot-pass {
    /* display: inline-block; */
    float: left;
    width: 50%;
}

.modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
}

.modal-body {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.login-form {
    background: #333333;
    padding: 50px 0;
}

h4.modal-title {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    font-family: Aleo;
}

.modal-header p {
    color: #B3B3B3;
    font-size: 24px;
    font-family: lato;
    font-style: italic;
}

.modal-header a {
    color: #C1272D;
    text-decoration: none;
}

button.close {
    position: absolute;
    right: 23px;
    top: 32px;
}

button.close {
    position: absolute;
    right: 23px;
    top: 15px;
    color: #B3B3B3;
    font-size: 62px;
    font-weight: 300;
    opacity: 1;
    box-shadow: none;
    text-shadow: none;
}

button.close:hover,
button.close:active,
button.close:focus {
    color: #B3B3B3;
    outline: none;
}

.form-check label.form-check-label {
    width: auto;
    padding: 0;
    color: #999999;
    font-style: italic;
    font-size: 18px;
}

.forgot-pass a {
    color: #999999;
    font-style: italic;
    font-size: 18px;
    text-decoration: none;
}

.modal-dialog button.btn.btn-danger {
    background: #C1272D;
    font-weight: 900;
    font-family: lato;
    letter-spacing: 2px;
    padding: 9px 60px;
    border-radius: 30px;
}

.login-form .col-sm-12 input {
    background: #4D4D4D;
    border: 0;
    margin: 3px 0;
    color: #999999;
}

label.custom-control-label {
    width: auto;
    padding: 0;
    color: #999999;
    font-style: italic;
    font-size: 18px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-label::before {
    background-color: #4D4D4D !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #4D4D4D !important;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

body.modal-open .modal {
    position: fixed;
    top: 50%;
    right: unset;
    bottom: unset;
    left: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100%;
}

.for-btn {
    padding: 0 30px;
}

button:focus {
    outline: none;
}

.inner-ban-cont.blood h1 {
    font-size: 40px;
}

.sample-page img {
    width: 100%;
}
.menu-class span.navbar-toggler-icon:after{
        background-image: inherit !important;
    content: "\f0c9" !important;
    font-family: "FontAwesome";
    position: relative;
    font-size: 30px;
    
}
.collapsed span.navbar-toggler-icon:after {
    background-image: inherit !important;
    content: "\f0c9";
    font-family: "FontAwesome";
    position: relative;
    font-size: 30px;
   
}
.navbar-light .navbar-toggler {
    color: #000;
    border-color: transparent;
}
span.navbar-toggler-icon:after {
    background-image: inherit !important;
    content: "\f00d";
    font-family: "FontAwesome";
    position: relative;
    font-size: 30px;
   
}

/*============================ End Login form ==============*/
/*============================ Start Step2 Page form ==============*/

.signup-inner.payment-form {
    max-width: 670px;
}
.payment-form .form-half-section .form-group, .payment-form .form-half-section .input-group {
        width: 48%;
}
.payment-form .select-date select {
    width: 48% !important;
 }
.payment-form .form-half-section, .payment-form .select-date {
    display: flex;
    justify-content: space-between;
}
.payment-form .form-checkbox {
   /* display: flex;
    justify-content: space-between;*/
    margin-top: 30px;
}
.payment-form .col-sm-6.sub-btn {
    text-align: left;
    padding-left: 0 !important;
    margin-top: 25px;
}
.payment-form .form-checkbox .input-group {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.payment-form span.currency {
    margin-top: 14px;
    color: #808080;
    font-weight: 600;
    font-size: 18px;
    margin-left: 5px;
}
.payment-form .input-group span.checkbox-step2 {
    width: 97%;
}
.payment-form .process-text p{
    color:#ff0000;
    font-size: 14px;
    text-align: left;
} 
.payment-form input.form-control {
    margin-right: 0;
}
.payment-form .form-control {
    border-radius: .25rem !important;
}
.navbar-light .navbar-toggler-icon {
    background-image: none;
}
.collapse.show {
    display: block;
    background: rgba(255, 255, 255, .7);
    padding-left: 0;
}
/*============================ End Step2 Page form ==============*/

/*============================ Start Footer CSS ==============*/
footer {
	background-color: #252525;
	padding: 40px 0 20px;
	color:#959595;
	margin-bottom: 0px;
}
footer h4 {
	color: #c1272c;
	font-size: 24px;
	border-bottom: 1px solid #636363;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
footer ul {
	list-style: none;
	padding-left: 0;
	line-height: 1.7;
}
footer a {
	color: #ffffff;
	-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
transition: all 500ms ease;
}
footer a:hover {
	color: #c1272c;
	text-decoration: none;
}
footer ul.social-icon li{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 15px;
}
footer p.privacy {
	margin-top: 55px;
}

/*============================ End Footer CSS ==============*/

/*=========================================== Responsive Css ============================*/

@media(max-width: 1199px) {
    .black-box h2 {
        font-size: 38px;
    }
    .black-box {
        padding: 15px 10px;
    }
    .black-box p {
        line-height: 28px;
    }
    .why-choose-list h3.heading-main {
        font-size: 38px;
    }
    h4.heading-main {
        font-size: 38px;
        line-height: 40px;
    }
    .certification-content p {
        font-size: 18px;
    }
}

@media(max-width: 1170px) {
    a.nav-link {
        padding: 0 9px !important;
        font-size: 16px;
    }
    .inner-ban-cont h1 {
        font-size: 48px;
    }
    .inner-banner {
        height: auto;
    }
}

@media(max-width: 1023px) {
    .navbar-light .navbar-brand {
        max-width: 260px;
    }
    .navbar-brand img {
        width: 100%;
    }
    .inner-ban-cont h1 {
        font-size: 34px;
    }
    .inner-ban-cont.blood h1 {
        font-size: 34px;
    }
    .footer-social-icons a {
        font-size: 18px;
    }
}

@media(max-width: 999px) {
a.nav-link {
    padding: 7px 9px !important;
    font-size: 16px;
    border-bottom: 1px solid #383434;
}
.client-logo:before {
   display: none;
}
.client-logo {
    background: transparent;
    padding: 0;
    position: relative;
}
.navbar-collapse{
     padding-left: 30px;
    padding-bottom: 30px;
}
.client-logo button.btn.btn-primary {
    font-size: 16px;
}
a.navbar-brand {
    padding-left: 14px;
}
}
@media(max-width: 909px) {
    .main-area .col-xl-4.col-sm-4 {
        margin: 15px .5%;
        padding: 10px 4px;
        background: #fff;
        flex: 0 0 49%;
        max-width: 49%;
    }
    .banner h3 {
        font-size: 38px;
    }
    .banner h3 span {
        font-size: 50px;
    }
    .white-box li {
        font-size: 16px;
    }
    .white-box {
        max-width: 654px;
    }
    .black-box h2 {
        font-size: 34px;
    }
    .black-box p {
        font-size: 20px;
    }
    .footer-top .col-md-2 {
    max-width: 30%;
    flex: 30%;
    text-align: center;
}
}

@media (min-width: 768px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 1200px;
    }
}

@media(max-width: 767px) {
    .why-choose-content {
        padding-left: 0;
    }
    .feature-content h4 {
        font-size: 22px;
    }
    .beneﬁts-section h2 {
        font-size: 34px;
        margin-bottom: 12px;
    }
    .sidbar-box h3 {
        text-align: center;
        font-size: 26px;
        font-family: Aleo;
    }
  /*  .sidbar-box li {
        font-size: 15px;
    }*/
    .inner-ban-cont {
        width:100%;
    }
    .inner-ban-cont h1 {
        font-size: 34px;
    }
    .inner-ban-cont.blood h1 {
        font-size: 34px;
    }
    .inner-ban-cont h5 {
        font-size: 18px;
    }
    .col-xl-8.col-sm-8.left-section {
        padding-top: 35px;
        flex: 100%;
        max-width: 100%;
    }
    .col-xl-4.col-sm-4.sidebar {
        flex: 100%;
        max-width: 100%;
    }
    .sidbar-box {
        padding: 30px 0;
        margin-top: 30px;
    }
    .guarantee img {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
    .page-content.monkey-page {
        padding-bottom: 80px;
    }
    .benefit-main {
       margin: 15px 0 0;
    }
    .footer-top .col-md-2 {
        max-width: 100%;
        flex: 100%;
        text-align: left;
    }
    .footer-social-icons a {
        font-size: 23px;
    }
    .col-md-2.social {
        padding-left: 15px;
    }
    .footer-logo {
        margin-bottom: 40px;
    }
    .navbar-light .navbar-brand {
        max-width: 230px;
    }
    h4.modal-title {
        font-size: 24px;
    }
    .modal-header p {
        font-size: 18px;

    }
    .login-form {
        padding: 4px 0;
    }
    .forgot-pass {
        width: 100%;
    }
    .form-group.form-check {
        width: 100%;
        margin-bottom: 0 !important;
    }
    button.close {
        right: 14px;
        top: -9px;
    }
    .left-section h2:after {
     display: none;
}
.sidbar-box h2:after {
 display: none;
}
.col-xl-8.col-sm-8.left-section {
    padding-top: 0;
    padding-right: 15px;
    text-align: inherit;
}
}

@media(max-width: 575px) {
	footer .col-xl-4.col-sm-4 {
	margin-top: 10px;
}
    .sidbar-box {
        margin-top: 15px;
    }
    .input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .input-group {
       margin-bottom: 0;
    }
    input.form-control {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .input-group .row .col-sm-7 {
        padding: 0;
        padding-right: 0;
    }
    .input-group .row .col-sm-5 {
        padding: 0 0px 0 0;
    }
    select.form-control.form-control-lg {
        width: 100%;
        margin-bottom: 10px;
    }
    .payment-form .form-half-section {
    flex-direction: column;
}
.payment-form .form-checkbox .input-group {
    margin-bottom: 25px;
}
.payment-form .form-half-section .form-group, .payment-form .form-half-section .input-group, .payment-form .form-checkbox .input-group {
    width: 100%;
}
.payment-form .process-text p br {
    margin-bottom: 5px;
}
.payment-form .input-group span.checkbox-step2 {
    width: 95%;
}
.payment-form .amount input {
    width: auto;
}
.page-content {
    padding-bottom: 50px;
    padding-top: 15px;
}
}

@media(max-width: 570px) {
    .features-section .col-sm-4:after {
        display: none;
    }
    .feature-content {
        margin-bottom: 30px;
    }
    .main-area .col-xl-4.col-sm-4 {
        margin: 15px 2%;
        flex: 0 0 96%;
        max-width: 96%;
    }
    ul.mid-ul {
        float: left;
        width: 100%;
        margin: 0;
    }
    ul.right-ul {
        float: left;
        width: 100%;
        margin: 0;
    }
    .image-logo img {
        width: 100%;
        position: initial;
        top: 0;
        left: 0;
        max-width: 238px;
        margin: 0 auto;
        display: block;
    }
    a.btn.btn-main {
        font-size: 12px;
        letter-spacing: 1px;
        padding: 10px 14px;
    }
    .col-md-2.social {
        padding: 0 15px;
    }
    .image-logo {
        float: left;
        width: 100%;
        margin-left: 0;
        position: relative;
    }
    .inner-ban-cont h1 {
        font-size: 30px;
    }
    .inner-ban-cont.blood h1 {
        font-size: 30px;
    }
    .signup-section {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    button.btn.btn-default {
        margin-left: 0;
        margin-top: 10px;
        margin: 0 auto;
        text-align: center;
        display: block;
    }
}

@media(max-width: 480px) {
    h4.heading-main {
        font-size: 26px;
        line-height: 29px;
    }
    a.btn.btn-main {
        font-size: 10px;
        letter-spacing: 1px;
        padding: 10px 9px;
    }
    .beneﬁts-section h2 {
        font-size: 30px;
        margin-bottom: 12px;
    }
    .certification-content p {
        font-size: 18px;
        padding: 5px 10px;
    }
    .banner h3 {
        font-size: 26px;
    }
    .banner h3 span {
        font-size: 38px;
    }
    .image-banner-left {
        float: none;
        margin-right: 30px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .image-banner-left img {
        margin: 0 auto;
        text-align: center;
        display: block;
    }
    .inner-ban-cont {
        width: 100%;
        text-align: center;
    }
    .inner-banner {
        padding: 160px 0 30px 0;
        height: auto;
    }
    .price-banner {
        width: 100%;
        text-align: center;
    }
    .inner-ban-cont h1 {
        font-size: 26px;
    }
    .inner-ban-cont.blood h1 {
        font-size: 26px;
    }
    .price-box span {
    display: block;
}
.price-box {
    display: block;
}
}

