html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-weight: 400;
}
img {
    max-width: 100%;
}
header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
h1{
    font-weight: 700;
}
h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
}
h3 {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 700;
}
h4 {
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
}
h5 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 700;
}
.logo img {
    height: 75px;
    width:auto;
}
@media screen and (max-width:529px){
    .logo img {
        height: 45px;
        width:auto;
    }
}
strong{
    font-weight: 700;
}
.metalcard-banner {
	background: #191c21;
	padding-top: 120px;
}
.bill-payment-banner{
    padding-top: 60px; 
}

.metalcard-banner h1 {
	font-size: 54px;
	font-weight: 100;
	color: #fff;
	text-transform: uppercase;
	background: #DDE3E6;
	background: -webkit-linear-gradient(to right, #DDE3E6 0%, #8D949C 23%, #DCE1E7 37%, #8E959D 67%, #DCE1E7 100%);
	background: -moz-linear-gradient(to right, #DDE3E6 0%, #8D949C 23%, #DCE1E7 37%, #8E959D 67%, #DCE1E7 100%);
	background: linear-gradient(to right, #DDE3E6 0%, #8D949C 23%, #DCE1E7 37%, #8E959D 67%, #DCE1E7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 10px;
}
.slick-prev:before, .slick-next:before{
    color: #000;
}
.metalcard-banner h1 span {
	display: block;
	font-size: 120%;
	font-weight: 600;
}

.metalcard-banner h5 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
}
.slick-list .slick-slide{
    margin: 0 15px;
}
.no-click{
    pointer-events: none;
}
.mc-bnr-mid {
	margin: 30px 0 50px;
}
.btn.yellow-inner {
    background: #fbb03b;
    color: #0d151f;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 12px 42px;
    border: 0;
    border-radius: 50px;
}
.mc-bnr-mid .btn {
	background: #fbb03b;
	color: #0d151f;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 0px;
	font-size: 22px;
	letter-spacing: 1px;
	padding: 15px 45px;
    border-radius: 100px;
    border-color: #BD8604;
}
.mc-bnr-mid .btn:hover {
    /* background: #fff; */
	color: #0d151f;
}
.padding{
    padding: 58px 0;
}
.logo .logo-text{
    height: 75px;
    width: 181px;
}

.mc-bnr-bottom {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: -30px;
	margin-right: -30px;
	padding-bottom: 70px;
}

.mc-bnr-bottom .mcb-item {
	display: flex;
	align-items: center;
	max-width: 33.33%;
	padding: 12px 30px;
	border-right: 1px solid #b3b3b5;
}

.mc-bnr-bottom .mcb-item:last-child {
	border-right: 0px;
}

.mc-bnr-bottom .mcb-item img {
	max-width: 30px;
	flex-shrink: 0;
}

.mc-bnr-bottom .mcb-item p {
	color: #fff;
	text-transform: uppercase;
	line-height: 1.3;
	margin-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
}

.mv-main-bnr-right {
	position: absolute;
	width: 500px;
	bottom: 0;
	right: 0;
	z-index: 0;
}
.one-swipe-section {
    width: 100%;
    border-bottom: 1px dashed #ddd !important;

  /* background:rgb(230,230,230);
  background: linear-gradient(
0deg
, rgba(230,230,230,1) 0%, rgba(220,220,220,1) 100%); */
}
.mc-section h2{
	font-size: 48px;
	line-height: 1.1;
	margin: 10px 0;
}
.mc-section h2 span{
	display: block;
}
.mc-section.one-swipe-section h2{
	/* color: #df8e11; */
}
.mc-section.one-swipe-section h2 span{
	color: #000000;
}
.one-swipe-content{
	padding: 70px 0;
}
.mc-section .one-swipe-section .dhanipay-card-text{
    color: #df8e11 !important;
}
.heading-font-size{
    font-size: 44px !important;
}
.swipe-items{
	display: flex;
	margin-top: 24px;
	column-gap: 24px;
}
.swipe-items span{
	display: block;
	max-width: 100px;
}
.mc-section.feature-dark-section{
	background: #000;
}
.mc-section.feature-dark-section h2 {
	color: #fff;
	background: #DDE3E6;
	background: -webkit-linear-gradient(to right, #DDE3E6 0%, #8D949C 23%, #DCE1E7 37%, #8E959D 67%, #DCE1E7 100%);
	background: -moz-linear-gradient(to right, #DDE3E6 0%, #8D949C 23%, #DCE1E7 37%, #8E959D 67%, #DCE1E7 100%);
	background: linear-gradient(to right, #DDE3E6 0%, #8D949C 23%, #DCE1E7 37%, #8E959D 67%, #DCE1E7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.mc-section.feature-dark-section .intro-img{
	max-width: 60px;
}
.mc-section p{
	color: #6d6d6d;
	font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
.mc-section p span{
	color: #fbb03b;
	font-weight: 600;
}
.mc-section.feature-dark-section-alt .one-swipe-content{
	text-align: right;
	max-width: 430px;
	margin-left: auto;
}
.mc-section.feature-dark-section.feature-dark-section-alt .intro-img{
	margin-left: auto;
}
.center-drk-mc{
	display: flex;
	align-items: center;
	justify-content: center;
}
.center-drk-mc .intro-img{
	max-width: 45px !important;
	margin-right: 20px;
	flex-shrink: 0;
}
.mc-section.feature-dark-section-center{
	background: rgb(60,60,60);
	background: radial-gradient(circle, rgba(60,60,60,1) 0%, rgba(0,0,0,1) 35%);
	position: relative;
}
.mc-section.feature-dark-section-center .one-swipe-content{
	text-align: center;
}
.mc-section.feature-dark-section-center .mc-second-sec-image{
	  max-width: 340px;
    margin: 0 auto;
}
.mc-bottom-sec{
	/* background: #f0f0f0; */
    border: 1px dashed #ddd !important;
	padding: 30px 0;
	text-align: center;
}
.mc-bottom-sec .one-swipe-content h2{
	font-size: 46px;
}
.mc-bottom-sec .one-swipe-content h2 span{
	font-weight: 700;
}
.mc-bottom-sec .one-swipe-content h5{
	color: #fba41e;
}
.mc-bnr-mid.mc-bottom-mid .btn {
   /* background: #2c2c2c;
   color: #fba41f; */
    background: #fbb03b;
    color: #0d151f;
}
.mc-bnr-mid.mc-bottom-mid {
    margin: 60px 0 15px;
}
.mc-logo-slider{
	width: 38%;
	margin-left: auto;
	position: absolute;
	bottom: 85px;
	right: 0;
}
.mc-section{
	overflow: hidden;
}
.mc-more-store{
  background-color: #f2f2f2;
}
.mc-store-description{
  max-width: 340px;
}
#player{
    border-radius: 18px;
}
.mc-bnt-inner{
    margin: 30px 0px;
}
.one-swipe-content {
    padding-top: 70px;
    padding-bottom: 70px;
}
.download-playstore-appstore{
    padding: 40px 0;
}
.appstore-playstore{
    display: flex;
    justify-content: center;
    gap: 46px;
}
.exclusive-content{
    padding-bottom: 20px !important; 
}
.ds-descprition{
    max-width: 424px;
}
.mc-section p a span{
    border-bottom: 2px solid;
}
.mc-section p a:hover {
    text-decoration: none;
}
.mc-section p a:hover span{
    color: #fff;
}
.btn.yellow-inner{
    background: #fbb03b;
    color: #0d151f;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 12px 42px;
    border: 0;
}
.btn.yellow-inner:hover{
    background-color: #fff;
    color: #004fac;
}
.one-swip-container{
    padding: 40px 0px !important;
}
.os-points-video{
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}
.list-of-manyperks-section li{
    /* color: blue; */
}
.list-of-manyperks-section span{
    color: #474747;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}


.mc-os-point{
    display: flex;
    margin-top: 18px;
    align-items: center;
}
.mc-os-point img{
    width: 26px;
    height: 26px;
    margin-right: 10px;
}
.ms-os-point-content {
    font-size: 14px !important;
    margin: 0px !important;
}
.ms-os-point-content span{
    color: #303030 !important;
    font-weight: 700px;
}
.mc-store-description {
    max-width: 450px !important;
}
.mc-section.feature-dark-section-alt .one-swipe-content {
    max-width: 563px !important;
}
.mc-solid-content{
    font-size: 34px !important;
}
.banner-trade{
    transform: translate(0px, -34px) scale(1.5);
}
.mc-activate-sec{
    text-align: center;
    background-color: #fff;
}
.card-activate-slider .slick-prev, .card-activate-slider .slick-next{
    display: block !important;
    z-index: 2;
}
.card-activate-slider .slick-prev{
    left: -6px;
}
.card-activate-slider .slick-next{
    right: 0;
}
.card-activate-slider-item{
    text-align: center;
}
.card-activate-slider-item p{
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px;
}
.mc-activate-sec h5{
    color: #fba41e;
}
#input-mobile .modal-content{
    background: #222;
    color: #fff!important;
}
#input-mobile .modal-header{
    border: 0;
}
.input-btn-wrapper{
    max-width: 422px;
    text-align: center;
    position: relative;
    z-index: 2;
}
embed, iframe, object{
    max-width: 100%;
}
a.nav-link {
    padding-bottom: 0px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    font-size: 14px;
    padding-left: 20px !important;
}
a.nav-link.active{
    color: #11bf17;
}
.input-btn-wrapper .area-code{
    border-top-left-radius: 28px;
    border-bottom-left-radius: 28px;
    border: 1.5px solid #fbb03b;
    padding: 10px;
}
.input-btn-wrapper .form-control{
    height: 50px;
    background: #fff;
    border: 1.5px solid #fbb03b;
    border-radius: 100px 0 0 100px;
    padding-left: 20px;
}
.input-btn-wrapper .btn{
    min-height: 50px;
    border-radius: 50px 100px 100px 50px !important;
    left: -10px;
    position: relative;
    min-width: auto;
}
#sendsmsdata3 .blue{
    border: 1.5px solid #fbb03b;
    background-color: #fbb03b;
    color: #000;
    font-weight: 600;
}
footer {
    padding: 20px 0px;
    background-color: #15357b;
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.footer-inner a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    padding: 3px 10px;
    display: inline-block;
}
.footer-inner .footer-top a::before {
    content: '|';
    position: absolute;
    right: -3px;
    top: 2px;
    color: #ff7f00;
}
.footer-mid {
    padding: 18px 0;
}
.footer-top {
    padding-bottom: 18px;
}
.footer-mid p {
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: 0px !important;
}
.footer-inner .footer-top a:last-child::before {
    content: none;
}
.pre-footer {
    padding-top: 60px;
    background: url(../images/beehive-bg.jpg) no-repeat center / cover;
}
.pre-footer-content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.pre-footer-content h2 {
    color: #0c347b;
}
.pre-footer-content h3 {
    color: #515665;
    font-size: 24px;
    font-weight: 600;
}
.doctor-accordion-section{
    background: #f0f3f6;
 }
 .dh-accordion-item{
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08) !important;
    border: 0px;
    margin-bottom: 12px;
 }
 .dh-accordion-item .card-header{
    background: #fff;
    border: 0;
 }
 .dh-accordion-item .card-body{
    background-color: #f5f5f5;
 }
 .dh-accordion-item .card-header h5{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
 }
 .dh-accordion-item .card-header{
    position: relative;
    padding-right: 40px;
    cursor: pointer;
 }
 .dh-accordion-item .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
        position: absolute;
    right: 15px;
    top: 15px;
    pointer-events: none;
 }
 .dh-accordion-item .card-header.collapsed:after {
    content: "\f067"; 
 }
 .page-template-bill-payment-template .input-btn-wrapper .area-code{
    color: #000;
}
.bill-down-area{
    padding: 24px 0 30px;
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
}
.bill-store-area{
    background: #EAEDF4;
    border-radius: 24px;
    padding: 24px;
    overflow: hidden;
}
.bill-store-area h5{
    font-size: 22px;
    color: #515665;
    margin-top: 20px;
    line-height: 1.4;
    max-width: 300px;
}
.bill-motto-sec {
    padding: 30px 0;
}
.bill-motto-area{
    max-width: 750px;
    margin: 0 auto;
}
.bill-motto-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bill-motto-item img{
    max-width: 60px;
    padding-right: 15px;
    flex-shrink: 0;
}
.bill-motto-item h4{
    color: #15357b;
    margin-bottom: 0;
    font-size: 22px;
}
.bill-credit-sec{
    background: #F39200;
    padding: 30px 0;
}
.bill-onfreedon-credit{
    max-width: 800px;
    margin: 0 auto;
}
.bill-onfreedon-credit h5{
    color: #ffff;
    font-size: 22px;
    line-height: 1.4;
}
.bg-slider-section{
    background: radial-gradient(circle, rgba(17, 59, 182, 1) 0%, rgba(0, 24, 119, 1) 100%);
}
.bg-slider .bg-slide img{
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}
.bg-slider .slick-active .bg-slide img {
  transform: scale(1);
}
.bg-slider .bg-slide{
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 340px;
}
.bg-slider .bg-slide h3, .bg-slider .bg-slide h5{
    position: absolute;
    color: #fff;
    text-shadow: 0 3px 14px rgb(0 0 0 / 47%);
    z-index: 1;
    text-align: center;
    line-height: 1.6;
}
.bg-slider .bg-slide h3{
    font-size: 60px;
}
.bg-slider .bg-slide h5{
    font-size: 36px;
}
.bill-two-way-section{
    padding-top: 40px;
}
.bill-two-way-section .bill-two-way-content{
    align-items: center;
}
.bill-two-way-section .bill-two-way-content p {
    font-size: 20px;
    line-height: 1.8;
    color: #515665;
    font-weight: 500;
}
.bill-two-way-section .bill-two-way-content h5 {
    font-size: 24px;
    font-weight: 600;
}
.bill-two-way-section .bill-two-way-content .display-4{
    font-size: 2rem;
}
.services-sec{
    padding: 40px 0 0;
}
.services-sec .ser-slide{
    text-align: center;
}
.services-sec .ser-slide h4{
    font-size: 14px;
    line-height: 1.4;
}
.services-sec .ser-slide img{
    margin: 0 auto;
    min-height: 100px;
}
.submit-btn {
    width: 100%;
    margin-top: 24px;
    padding: 10px 30px;
    background: #ef7f1a;
    color: #fff;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}
.btn-wrap .btn {
    max-width: 260px;
    margin: 0 auto;
}
.submit-btn:hover {
    background: #3880ed;
    color: #fff;
}
.submit-btn.blue {
    background: #3880ed;
}
.submit-btn.blue:hover {
    background: #ef7f1a;
}
@media (max-width: 767px) {
    body {
        font-size: 14px;
        padding-bottom: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    .pre-footer-content h3 {
        font-size: 20px;
    }
	.mc-store-icon {
    margin: 0 auto;
    max-width: 34px!important;
	}
	.mc-store-description{
   	margin: 8px auto;
	}
    .mc-store-image{
        margin-bottom: 15px;
    }
	.mc-section.feature-dark-section .intro-img{
		margin: 0 auto;
		max-width: 34px !important;
	}
	.mc-logo-slider{
		width: 100%;
		bottom: 10px;
	}
	.mc-section p{
		font-size: 16px;
		text-align: center;
	}
	.center-drk-mc{
		flex-direction: column;
	}
	.mc-section h2 {
    font-size: 36px;
    text-align: center;
	}
	.metalcard-banner h1 {
		font-size: 36px;
		line-height: 1.1;
		text-align: center;
	}
	.metalcard-banner h5 {
		text-align: center;
		font-size: 18px;
	}
	.mc-bnr-bottom {
		justify-content: center;
		padding-bottom: 15px;
		margin-left: -15px;
		margin-right: -15px;
		background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	}
	.mc-bnr-bottom .mcb-item {
		flex-wrap: wrap;
		padding: 12px 15px;
		border-right: 0;
		justify-content: center;
        text-align: center;
	}
    .navbar-nav .nav-item{
        padding: 10px 0px;
    }
    .navbar-nav .nav-item .nav-link{
       padding-left: 0px !important;
    }
    span.icon-bar {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #fff;
        margin-bottom: 5px;
    }
	.mc-bnr-bottom .mcb-item p {
		font-size: 11px;
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.metalcard-banner{
		padding-top: 90px;
	}
	.swipe-items{
		justify-content: center;
	}
	.mc-bottom-sec .one-swipe-content h2 {
    font-size: 32px;
	}
	.mc-bottom-sec{
		padding: 30px 0 60px;
	}
	.easy-access-section .mc-second-sec-image img.litespeed-loaded{
	transform: translate(-42px, 0px) !important;
	}
	.trade-infinity-section .mc-second-sec-image img.litespeed-loaded{
	transform: translate(10px, 0px) scale(1.3) !important;
	}
	.daily-saving-section .mc-second-sec-image img.litespeed-loaded{
	transform: translateX(10px) scale(1.1) !important;
	}
    .one-swipe-content {
        padding-bottom: 0px !important;
    }
    .exclusive-content{
        padding-bottom: 0px !important; 
    }
    .ds-descprition{
        max-width: 100%;
    }
    .ms-os-point-content {
        text-align: left !important;
    }
    .mc-second-sec-image{
        margin: 15px 0px 30px 0px;
    }
    .mc-bnt-inner {
        text-align: center;
    }
    .trade-first{
        order: 1;
    }
    .trade-Second{
        order: -1;
    }
    .mc-section.feature-dark-section-alt .one-swipe-content {
        max-width: 94% !important;
        margin: auto;
    }
    .banner-trade{
        transform: scale(1.1) !important;
    }
    .mc-section.feature-dark-section-center {
        background: radial-gradient(circle,rgba(60,60,60,1) 0%,rgba(0,0,0,1) 70%) !important;
    }
    .mc-os-bnt{
        text-align: center;
    }
    .os-video-container{
        text-align: center;
    }
    .btn-desktop{
        display:none;
    }
   
    .xs-underline{
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
    }
    .text-no-wrap{
        white-space: nowrap;
    }
    .bill-two-way-section .bill-two-way-content .display-4{
        font-size: 1.2rem;
    }
    .bill-two-way-section .bill-two-way-content h5 {
        font-size: 18px;
        text-align: center;
    }
    .services-sec{
        padding: 24px 0 0;
    }
    .services-sec .ser-slide h4{
        font-size: 12px !important;
    }
    .services-sec .ser-slide img{
        min-height: auto;
        height: 75px;
    }
    .services-slider .slick-dots li{
        margin: 0;
    }
    .bill-two-way-section .bill-two-way-content p{
        text-align: center;
        font-size: 14px;
    }
    .bg-slider .bg-slide h5{
        font-size: 20px;
    }
    .bg-slider .bg-slide h3{
        font-size: 32px;
    }
    .bg-slider .bg-slide{
        height: 250px;
    }
    .bill-onfreedon-credit{
        text-align: center;
    }
    .bill-onfreedon-credit h5{
        font-size: 18px;
    }
    .bill-motto-item {
        flex-direction: column;
    }
    .bill-motto-item h4{
        font-size: 18px !important;
    }
    .bill-motto-item img{
        max-width: 40px;
        padding-bottom: 5px;
        padding-right: 0;
    }
    .bill-store-area{
        text-align: center;
    }
    .bill-store-area h5{
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 22px;
    }
    .bill-down-area p{
        font-size: 14px;
    }
    .list-button-video{
        margin-bottom: 10% !important;
    }
}
@media (max-width: 576px) {
	.one-swipe-content {
    padding: 60px 0 0px;
	}
	.mc-section.feature-dark-section-center .mc-second-sec-image {
    max-width: 220px;
    margin-top: 40px;
    }
	.swipe-items span {
    max-width: 80px;
	}
	.mc-bnr-mid{
		text-align: center;
		margin-bottom: 230px;
	}
	.mv-main-bnr-right{
		width: 100%;
	}
	.mc-bnr-mid .btn{
		font-size: 18px;
		padding: 12px 45px;
		width: auto;
	}
    .mc-section.feature-dark-section-center .mc-second-sec-image {
        margin-top: 5px !important;
    }
    .ms-os-point-content{
        font-size: 16px!important;
    }
    .list-button-video{
        margin-bottom: 10% !important;
    }
}

.header {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgb(255, 255, 255)), color-stop(100%, rgb(255, 255, 255)));
    background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(top, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFFFFF', GradientType=0);
    border-bottom: 1px solid #ddd;
}

.nav {
    display: flex;
    align-items: center;
}
.nav-list ul {
    list-style: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    align-content: space-between;
    flex-wrap: wrap;

}
.nav-list ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 4px 12px;
}
.nav-list ul li a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding-top: 6px;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
}
input, select, textarea {
    border: none;
    -webkit-transition: all .3s cubic-bezier(.64, .09, .08, 1);
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background-repeat: no-repeat;
    color: #000;
    background: transparent;
}

.open {
    width: 40px;
    height: 40px;
    display: none;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.oppenned span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
    transform: rotate(45deg) translateY(12px) translateX(12px);
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
    z-index: 100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.open span:nth-child(1) {
    margin-top: 3px;
    z-index: 9;
}
.open span {
    display: block;
    float: left;
    clear: both;
    height: 3px;
    width: 30px;
    border-radius: 40px;
    background-color: background-color: rgb(43, 175, 84);
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
@media only screen and (max-width: 529px){
    .nav {
    display: none;
}
    .open {
    display: block;
}
}


.open span:nth-child(1) {
	margin-top: 3px;
	z-index: 9
}

.open span:nth-child(2) {
	margin-top: 15px
}

.open span:nth-child(3) {
	margin-top: 26px
}

.sub-menu {
	-webkit-transition: all .8s cubic-bezier(.68, -0.55, .265, 1.55);
	transition: all .8s cubic-bezier(.68, -0.55, .265, 1.55);
	height: 0;
	width: 0;
	right: 0;
	top: 0;
	position: absolute;
	background-color: rgba(239, 65, 35, 0.84);
	border-radius: 50%;
	z-index: 18;
	overflow: hidden
}

.sub-menu li {
	display: block;
	float: right;
	clear: both;
	height: auto;
	margin-right: -160px;
	-webkit-transition: all .5s cubic-bezier(.68, -0.55, .265, 1.55);
	transition: all .5s cubic-bezier(.68, -0.55, .265, 1.55)
}

.sub-menu li:first-child {
	margin-top: 180px
}

.sub-menu li ul li:first-child {
	margin-top: 0
}

.sub-menu li:nth-child(1) {
	-webkit-transition-delay: .05s
}

.sub-menu li:nth-child(2) {
	-webkit-transition-delay: .1s
}

.sub-menu li:nth-child(3) {
	-webkit-transition-delay: .15s
}

.sub-menu li:nth-child(4) {
	-webkit-transition-delay: .2s
}

.sub-menu li:nth-child(5) {
	-webkit-transition-delay: .25s
}

.sub-menu li a {
	color: #fff;
	font-size: 16px;
	width: 100%;
	display: block;
	float: left;
	line-height: 40px;
	text-decoration: none
}

.oppenned .sub-menu {
	opacity: 1;
	height: 500px;
	width: 500px;
	margin-top: 20px;
	padding-right: 30px
}

.oppenned span:nth-child(2) {
	overflow: visible
}

.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
	z-index: 100;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.oppenned span:nth-child(1) {
	-webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
	transform: rotate(45deg) translateY(12px) translateX(12px)
}

.oppenned span:nth-child(2) {
	height: 500px;
	width: 500px;
	right: -160px;
	top: -160px;
	border-radius: 50%;
	background-color: background-color: rgb(43, 175, 84);}

.oppenned span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translateY(-5px) translateX(4px);
	transform: rotate(-45deg) translateY(-5px) translateX(4px)
}

.oppenned li {
	margin-right: 168px
}

.oppenned li ul li {
	margin-right: 0
}
.sub-menu {
    background-color: rgb(43, 175, 84);
}


@media only screen and (max-width: 529px)
{
    header.header .container{
    width: 92%;
    padding: 5px 0;
}
.header .logo {
    width: 90px;
}
}
.header .logo span {
    color: #fff;
    display: none;
}