html,body{
    /* background: #f4f7fe; */
    font-family: 'Poppins', sans-serif;
    color: #183257;
    font-weight: 500;
    height: 100%;
    scroll-behavior: smooth;
}

/*typography*/
h3
{
    font-size: 23px;
}
/*end of typography*/

/*button, input*/

a:hover,
a:focus,
button:hover,
button:focus
{
    text-decoration: none;
    outline: none;
}

input:focus
{
    outline: none;
}
header{
    position: relative;
    z-index: 999;
}
.wrapper{
    overflow: hidden;
    float: left;
    width: 100%;
}
section{
    width: 100%;
    float: left;
}
.navbar-default {
    background-color: inherit;
    border-color: inherit;
    border: none;
    border-radius: 0 !important;
    padding: 20px 0;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.container {
    width: 90%;
}
.banner-wrapper{
    background: #2558C6;
    background: -moz-linear-gradient(-45deg, #81A9FF 0%, #2558C6 100%);
    background: -webkit-linear-gradient(-45deg, #81A9FF 0%,#2558C6 100%);
    background: linear-gradient(135deg, #81A9FF 0%,#2558C6 100%);
    text-align: center;
    color: #fff;
    /* padding: 8% 0 0 0; */
    /* height: 90vh; */
}
.banner-wrapper h1{
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;      
}
.banner-wrapper p{
    font-size: 30px;
    font-weight: 200;
    display: block;
    /* padding-bottom: 80px; */
    font-family: 'Poppins', sans-serif;
}
.banner-wrapper h4{
    font-size: 32px;
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
}
.banner-wrapper .banner-bg{
    background: url(../images/banner_bg_circles.png) no-repeat;
    background-position: 120% 35%;
    padding-top: 8%;
}
.banner-wrapper img{
    position: relative;
    top: 140px;
}
.navbar-default .navbar-nav>li>a {
    color: #b2c9ff;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-nav>li a.login {
    background: #fff;
    border-radius: 50px;
    padding: 12px 30px;
    color: #3f6dd5;
    position: relative;
    top: 2px;
    margin-left: 10px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.12);
}
.navbar-nav>li a.login:hover {
    background: #8eb1ff;
    color: #fff;
}
.features{
    padding: 10% 0 0 0;
    margin-bottom: 50px;
}
.features h2{
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
}
.features .mobile{
    text-align: center;
}
.features .f-left{
    text-align: right;
    padding-top: 60px;
}
.features .f-right{
    text-align: left;
    padding-top: 60px;
}
.features .f-text h3{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 24px;
}
.features .f-text p{
    color: #6b6b6b;
    font-weight: 400;
}
.features .f-left .f-text{
    float: left;
    width: 75%;
}
.features .f-left .icon{
    float: right;
    width: 84px;
    height: 84px;
}
.features .f-left .icon img,
.features .f-right .icon img{
    width: 100%;
}
.features .f-right .f-text{
    float: right;
    width: 75%;
}
.features .f-right .icon{
    float: left;
    width: 84px;
    height: 84px;
}
.features .f-row{
    margin-bottom: 100px;
}
.about .about-img img{
    margin-left: -450px;
}
.about .about-right{
    padding: 18% 15px 0 10%;
}
.about .about-right h2{
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 50px;
}
.about .about-right p{
    color: #6B6B6B;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 30px;
}
.about-section .about-right img {
    width: 650px;
    float: left;
    margin-right: 30px;
}
.about-section .about-right {
    padding: 0px !important;
}
.about-section .about-right p span {
    margin-bottom: 15px !important;
    display: block;
}
.about-section .about-right p span.about-heading {
    margin-bottom: 5px !important;
    font-weight: 500;
    font-size: 18px;
    margin-top: 35px;
}
.about-section .about-right p span.about-points span {
    margin-bottom: 3px !important;
    position: relative;
}

.about-section .about-right p span.about-points {
    padding-left: 20px;
    margin-top: -10px;
}

.about-section .about-right p span.about-points span::after {
    border-radius: 50%;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #797b79;
    left: -14px;
    margin: auto;
    top: 0;
    bottom: 0;
}
.about-section a.btn-main {
    margin: 0 auto;
    width: 160px;
    display: block;
    margin-top: 30px;
}
.ab-expand{
    height: 470px;
    overflow: hidden;
}
.ab-collaspe{
    height: auto;
}
.btn-main{
    background: #2558C6;
    background: -moz-linear-gradient(-45deg, #81A9FF 0%, #2558C6 100%);
    background: -webkit-linear-gradient(-45deg, #81A9FF 0%,#2558C6 100%);
    background: linear-gradient(135deg, #81A9FF 0%,#2558C6 100%);
    text-align: center;
    color: #fff;
    border-radius: 50px;
    padding: 15px 40px;
    border: none;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.btn-main:hover{
    background: linear-gradient(135deg, #6f98f4 0%,#8fa9e0 100%);
    color: #fff;
}
.why-choose{
    background: url(../images/why_choose_bg.png) no-repeat;
    padding: 7% 0 0 0;
    background-position: 50% 60%;
    margin-bottom: 10%;
}
.why-choose h2{
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
}
.why-choose .main-image{
    text-align: center;
    width: 380px;
    margin: 0 auto;
    margin-top: -30%;
}
.why-choose .main-image img{
    width: 100%;
}
.wc-overlay{
    /* background: rgba(224, 241, 241, 0.5); */
    padding: 50px 0;
    width: 100%;
    position: relative;
    z-index: 99;
    height: 900px;
}
.point-1{
    position: absolute;
    bottom: 40px;
}
.point-2{
    position: absolute;
    bottom: 400px;
}
.point-3{
    position: absolute;
    top: 270px;
}
.point-4{
    position: absolute;
    top: 270px;
    left: 410px;
}
.point-5{
    position: absolute;
    top: 550px;
    left: 410px;
}
.point-6{
    position: absolute;
    top: inherit;
    bottom: 40px;
    left: 410px;
}
.wc-icon{
    width: 120px;
    height: 120px;
}
.wc-icon img{
    width: 100%;
}
.wc-text{
    font-size: 17px;
    line-height: 24px;
}
.point-1 .wc-icon{
    position: absolute;
    top: -110px;
    left: 80px;
}
.point-1 .wc-text{
    position: absolute;
    width: 200px;
    top: -80px;
    left: 290px;
}
.point-2 .wc-icon{
    position: absolute;
    top: -130px;
    left: 190px;
}
.point-2 .wc-text{
    position: absolute;
    width: 200px;
    top: -45px;
    left: 390px;
}
.point-3 .wc-icon{
    position: absolute;
    top: -180px;
    left: 570px;
}
.point-3 .wc-text{
    position: absolute;
    width: 200px;
    top: 10px;
    left: 650px;
}
.point-4 .wc-icon{
    position: absolute;
    top: -180px;
    left: 570px;
}
.point-4 .wc-text{
    position: absolute;
    width: 200px;
    top: 10px;
    left: 610px;
}
.point-5 .wc-icon{
    position: absolute;
    top: -165px;
    left: 970px;
}
.point-5 .wc-text{
    position: absolute;
    width: 200px;
    top: -100px;
    left: 680px;
    text-align: right;
}
.point-6 .wc-icon{
    position: absolute;
    top: -120px;
    left: 1080px;
}
.point-6 .wc-text{
    position: absolute;
    width: 200px;
    top: -75px;
    left: 790px;
    text-align: right;
}
.highlights{
    background: #fbfbfb;
    padding: 5% 0 25% 0;
    margin-top: 0;
    position: relative;
    z-index: 9;
}
.highlights .h-cols{
    text-align: center;
    border-left: solid 1px #ececec;
}
.highlights .h-cols:first-child{
    text-align: center;
    border-left: none;
}
.highlights .h-cols .icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background: url(../images/highlight_sprite.png) no-repeat;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.highlights .h-cols h2{
    color: #81C387;
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
}
.highlights .h-cols p{
    color: #BCBBBB;
    font-size: 22px;
}
.highlights .h-cols .icon.download{
    background-position: 7px 2px;
}
.highlights .h-cols:hover .icon.download{
    background-position: 7px -49px;
}
.highlights .h-cols .icon.account{
    background-position: -46px 2px;
}
.highlights .h-cols:hover .icon.account{
    background-position: -46px -49px;
}
.highlights .h-cols .icon.clients{
    background-position: -97px 2px;
}
.highlights .h-cols:hover .icon.clients{
    background-position: -97px -49px;
}
.highlights .h-cols .icon.rate{
    background-position: -149px 3px;
}
.highlights .h-cols:hover .icon.rate{
    background-position: -149px -48px;
}
footer{
    background: #2558C6;
    background: -moz-linear-gradient(-45deg, #81A9FF 0%, #2558C6 100%);
    background: -webkit-linear-gradient(-45deg, #81A9FF 0%,#2558C6 100%);
    background: linear-gradient(135deg, #81A9FF 0%,#2558C6 100%);
    padding: 0 0 20px 0;
    float: left;
    width: 100%;
}
.form-address{
    background: #484848;
    width: 1100px;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    margin-top: -22%;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05);
    position: relative;
    z-index: 99;
}
.form-address .contact-form{
    padding: 100px;
    background: #fff;
}
.form-address .contact-form h3{
    color: #707070;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 50px 0;
}
.form-address .contact-form form{
    margin-left: -15px;
    margin-right: -15px;
}
/*material input*/
/* form starting stylings ------------------------------- */
.sm-group            {
    position:relative;
    margin-bottom:3em;
  }
  .sm-group input               {
    font-size:13px;
    padding:0.625em  0.625em 0.625em 0.3125em;
    display:block;
    width:100%;
    border:none;
    border-bottom:1px solid #dde1ea;
    font-weight: 600;
  }
  .sm-group input:focus {
    outline:none;
  }
  .sm-group .message{
    padding-top: 5em;
  }

  /* LABEL ======================================= */
  .sm-group label {
    color:#C2C1C1;
    font-size:16px;
    /* letter-spacing: 1px;
    text-transform: uppercase; */
    font-weight: 500;
    position:absolute;
    pointer-events:none;
    left:0;
    top: -0.175em;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }

  /* active state */
  .sm-group input:focus ~ label, .sm-group input:valid ~ label{
    top:-10px;
    left: 0px;
    font-size:11px;
    color:#ccc;
  }

  /* BOTTOM BARS ================================= */
  .sm-group .bar    {
    position:relative;
    display:block;
  }

  .sm-group .bar:before, .sm-group .bar:after     {
    content:'';
    height:1px;
    width:0;
    bottom:1px;
    position:absolute;
    background:#a9e4a4;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
  }
  .sm-group .bar:before {
    left:50%;
  }
  .sm-group .bar:after {
    right:50%;
  }

  /* active state */
  .sm-group input:focus ~ .bar:before, .sm-group input:focus ~ .bar:after {
    width:50%;
  }
  /*end of material input*/


.form-address .address{
    padding: 80px;
    color: #fff;
}
.form-address .address h3{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 70px;
}
.form-address .address p{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
}
.form-address .address p a{
    color: #fff !important;
}
.form-address .address p i{
    margin-right: 15px;
}
.footer-bg{
    background: url(../images/footer_bg.png) no-repeat;
    background-position: 200px 50px;
}
.social-icons{
    width: 310px;
    margin: 0 auto;
    margin-top: 50px;
}
.social-icons li{
    display: inline-block;
    list-style: none;
}
.social-icons li a{
    color: #fff;
    padding: 10px 20px;
    font-size: 24px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.social-icons li a:hover{
    color: rgb(75, 161, 58);
}
.footer-bottom .copyright{
    padding-top: 30px;
}
.footer-bottom .copyright .copy{
    color: #fff;
    float: left;
}
.footer-bottom .copyright .copy a{
    color: #b4cafb;
    padding: 0 5px;
}
.footer-bottom .copyright .bottom-links{
    float: right;
}
.footer-bottom .copyright .bottom-links li{
    display: inline-block;
    list-style: none;
}
.footer-bottom .copyright .bottom-links li:first-child{
  /*  border-right: solid 1px #b4e6bc; */
}
.footer-bottom .copyright .bottom-links li a{
    color: #fff;
    padding: 0 15px 0 15px;
    transition:0.2s ease all;
    -moz-transition:0.2s ease all;
    -webkit-transition:0.2s ease all;
}
.footer-bottom .copyright .bottom-links li a:hover{
    color: #81a6ff;
}



nav.navbar.shrink {
    background: #2558C6;
    background: -moz-linear-gradient(-45deg, #81A9FF 0%, #2558C6 100%);
    background: -webkit-linear-gradient(-45deg, #81A9FF 0%,#2558C6 100%);
    background: linear-gradient(135deg, #81A9FF 0%,#2558C6 100%);
    padding: 5px 0;
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.07);
}
nav.shrink a {
    padding-top: 14px !important;
    padding-bottom: 10px !important;
    font-size: 13px;
    color: #fff !important;
}
nav.shrink a.login {
    color: #3f6dd5 !important;
    padding: 12px 30px !important;
}
nav.shrink a.login:hover {
    background: #8eb1ff;
    color: #fff !important;
}
nav.shrink .navbar-brand {
    font-size: 25px;
}
nav.shrink .navbar-toggle {
    padding: 4px 5px;
    margin: 15px 15px 8px 0;
}
/* .add{
    background-color:#ff0;
} */
.counter {
    animation-duration: 1s;
    animation-delay: 0s;
}
.inner-banner{
    float: left;
    width: 100%;
    position: relative;
    background: #2558C6;
    background: -moz-linear-gradient(-45deg, #81A9FF 0%, #2558C6 100%);
    background: -webkit-linear-gradient(-45deg, #81A9FF 0%,#2558C6 100%);
    background: linear-gradient(135deg, #81A9FF 0%,#2558C6 100%);
}
.inner-banner img{
    opacity: 0.2;
}
.inner-banner .ib-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(39, 62, 30, 0.5); */
    color: #fff;
    padding: 10% 0 0 0;
}
.inner-banner .ib-overlay h1{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}
.inner-banner.thankyou .smiley-face{
    width: 300px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.inner-banner.thankyou .smiley-face img{
   opacity: 1;
   width: 100%; 
}
.inner-banner.thankyou h3{
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}
.inner-banner.thankyou p{
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.content-section{
    padding: 50px 0;
}
.panel-heading {
    padding: 0 0;
}
.panel-heading .panel-title a{
    padding: 20px 20px;
    display: block;
}
.panel-default {
    border-color: inherit;
    border: none;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #cddafb;
}
.panel-body h2{
    font-size: 16px;
    font-weight: 600;
}
.panel-body p{
    color: #989898;
    font-weight: 400;
    line-height: 22px;
}
.panel-body ul{
    padding: 0 0 0 20px;
}
.panel-body li{
    color: #989898;
    font-weight: 400;
    line-height: 22px;
}
.payment-gateways{
    margin-bottom: 0;
}
.payment-gateways h2{
    font-size: 48px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 80px;
}
.payment-gateways .item{
    text-align: center;
    padding: 15px 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.09);
}
.payment-gateways .item .pay-logo img{
    width: 70%;
    text-align: center;
    display: inline-block;
}
.payment-gateways .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    padding: 10px 10px;
}
.payment-gateways .owl-theme .owl-dots {
    display: none;
}
.payment-gateways .owl-nav button span{
    font-size: 40px;
}
.payment-gateways .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: #4c78dd;
    text-decoration: none;
    opacity: 1;
}
.download-app{
    background: #3869D2;
    padding: 50px 0;
    margin: 2% 0 24% 0;
}
.download-app .do-app-right{
    color: #fff;
    padding-top: 10%;
}
.download-app .do-app-right h2{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.download-app .do-app-right p{
    font-size: 17px;
    font-weight: 400;
    width: 70%;
    margin-bottom: 40px;
}
.download-app .do-app-right a{
    width: 150px;
    display: block;
}
.download-app .do-app-right a img{
    width: 100%;
}

.side-options {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 99;
}
.side-options ul {
    padding: 0px;
}
.side-options li {
    display: block;
    list-style: none;
}
.side-options a.tele {
    background: #23afe6;
}
.side-options a.whatsapp {
    background: #18c158;
}
.side-options a {
    width: 50px;
    height: 35px;
    background: #000;
    display: flex;
    padding: 3px 3px 3px 5px;
    border-radius: 5px 0 0 5px;
    margin-top: 3px;
    transition: .3s ease-out;
    position: relative;
    right: -12px;
    justify-content: start;
}
.side-options a:hover {
    right: 0px;
    transition: .3s ease-out;
}
.side-options a img
{
    width: 25px;
}







@media only screen and (max-width:1600px){
.about .about-img img {
    margin-left: -650px;
}
.about .about-right {
    padding: 18% 15px 0 5%;
}
.point-1 .wc-icon {
    top: -110px;
    left: -60px;
}
.point-1 .wc-text {
    top: -70px;
    left: 140px;
}
.point-2 .wc-icon {
    top: -125px;
    left: 50px;
}
.point-2 .wc-text {
    top: -50px;
    left: 250px;
}
.point-3 .wc-icon {
    top: -180px;
    left: 430px;
}
.point-3 .wc-text {
    top: 15px;
    left: 500px;
}
.point-4 .wc-icon {
    top: -180px;
    left: 430px;
}
.point-4 .wc-text {
    top: 15px;
    left: 470px;
}
.point-5 .wc-icon {
    top: -165px;
    left: 820px;
}
.point-5 .wc-text {
    top: -95px;
    left: 540px;
}
.point-6 .wc-icon {
    top: -120px;
    left: 920px;
}
.point-6 .wc-text {
    top: -70px;
    left: 650px;
}
.why-choose h2{
    margin-bottom: 30px;
}
.features .f-text h3 {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 20px;
}
.why-choose .main-image {
    width: 300px;
    margin-top: -28%;
}
.why-choose {
    background-position: 50% 62%;
}
.ab-expand {
    height: 470px;
}
.download-app .do-app-left img{
    width: 95%;
}
}


@media only screen and (max-width:1366px){
.features {
    padding: 12% 0 0 0;
}
.container {
    width: 95%;
}
.about .about-img img {
    margin-left: -260px;
    width: 150%;
}
.about .about-right {
    padding: 5% 15px 0 5%;
}
.why-choose {
    background-position: 50% 63%;
    background-size: 70%;
}
.why-choose .main-image {
    width: 400px;
    margin-top: -38%;
}
.why-choose .main-image img{
    width: 50%;
}
.wc-icon {
    width: 70px;
    height: 70px;
}
.wc-text {
    font-size: 13px;
    line-height: 18px;
}
.point-1 {
    bottom: 230px;
}
.point-1 .wc-icon {
    top: -90px;
    left: 70px;
}
.point-1 .wc-text {
    top: -70px;
    left: 200px;
}
.point-2 {
    bottom: 480px;
}
.point-2 .wc-icon {
    top: -115px;
    left: 150px;
}
.point-2 .wc-text {
    top: -80px;
    left: 280px;
}
.point-3 .wc-icon {
    top: -185px;
    left: 435px;
}
.point-3 .wc-text {
    top: -60px;
    left: 475px;
}
.point-4 {
    left: 160px;
}
.point-4 .wc-icon {
    top: -185px;
    left: 575px;
}
.point-4 .wc-text {
    top: -60px;
    left: 600px;
}
.point-5 {
    top: 450px;
    left: 210px;
}
.point-5 .wc-icon {
    top: -140px;
    left: 820px;
}
.point-5 .wc-text {
    top: -110px;
    left: 560px;
}
.point-6 {
    bottom: 230px;
    left: 50px;
}
.point-6 .wc-icon {
    top: -95px;
    left: 1065px;
}
.point-6 .wc-text {
    top: -70px;
    left: 800px;
}
.features h2 {
    font-size: 36px;
}
.about .about-right h2 {
    font-size: 36px;
    margin-bottom: 40px;
}
.why-choose h2 {
    font-size: 36px;
}
.features .f-text p {
    font-size: 13px;
}
.features .f-left .icon, .features .f-right .icon {
    width: 70px;
    height: 70px;
}
.ab-expand {
    height: 525px;
}
.download-app .do-app-right {
    padding-top: 7%;
}
.download-app .do-app-right h2 {
    font-size: 40px;
}
.download-app .do-app-right p {
    font-size: 15px;
}
}

@media only screen and (max-width:1024px){
.banner-wrapper {
    height: auto;
}
.banner-wrapper .banner-bg {
    padding-top: 20%;
}
.banner-wrapper .banner-bg img{
    width: 100%;
}
.features .mobile, .features .f-left .icon, .features .f-right .icon {
    display: none;
}
.features .f-left .f-text, .features .f-right .f-text {
    width: 100%;
    text-align: center;
}
.features .f-row {
    margin-bottom: 50px;
}
.features .f-left, .features .f-right {
    width: 100%;
    padding-top: 0px;
}
.about-img{
    display: none;
}
.about .about-right {
    padding: 0 15px 0 15px;
    width: 100%;
    position: relative;
    margin-top: 0;
}
.why-choose {
    background: none;
}
.why-choose .main-image {
    display: none;
}
.wc-overlay {
    height: auto;
}
.point-1,
.point-2,
.point-3,
.point-4,
.point-5,
.point-6,
.point-1 .wc-icon,
.point-2 .wc-icon,
.point-3 .wc-icon,
.point-4 .wc-icon,
.point-5 .wc-icon,
.point-6 .wc-icon,
.point-1 .wc-text,
.point-2 .wc-text,
.point-3 .wc-text,
.point-4 .wc-text,
.point-5 .wc-text,
.point-6 .wc-text{
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
}
.point-1,
.point-2,
.point-3,
.point-4,
.point-5,
.point-6{
    width: 50%;
    float: left;
    text-align: center;
    padding: 0 30px;
    min-height: 200px;
}
.point-1 .wc-icon,
.point-2 .wc-icon,
.point-3 .wc-icon,
.point-4 .wc-icon,
.point-5 .wc-icon,
.point-6 .wc-icon{
    margin: 0 auto;
}
.point-1 .wc-text,
.point-2 .wc-text,
.point-3 .wc-text,
.point-4 .wc-text,
.point-5 .wc-text,
.point-6 .wc-text{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.why-choose h2 {
    margin-bottom: 40px;
}
.highlights .h-cols {
    float: left;
    width: 25%;
}
.form-address {
    width: 100%;
}
.ab-expand {
    height: 420px;
}
.download-app .do-app-right {
    padding-top: 3%;
}
.inner-banner .ib-overlay {
    padding: 16% 0 0 0;
}
    .about-section .about-right img {
    width: 500px;
}
}

@media only screen and (max-width:767px){
.footer-bottom .copyright .copy,
.footer-bottom .copyright .bottom-links {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
}
.navbar-default .navbar-toggle {
    border-color: inherit;
    border: navajowhite;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: inherit;
}
.navbar-default .navbar-collapse {
    border-color: #ffffff;
    background: #fff;
    height: auto;
    max-height: inherit;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.12);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.12);
}
.navbar-default .navbar-nav>li {
    border-bottom: solid 1px #f2f7f1;
}
.navbar-default .navbar-nav>li>a {
    padding: 20px 20px;
}
.navbar-nav>li a.login{
    background: inherit;
    border-radius: 0;
    box-shadow: none;
    margin-left: 0;
}
nav.shrink a {
    padding-top: 14px !important;
    padding-bottom: 10px !important;
    font-size: 14px;
    color: inherit !important;
}
.ab-expand {
    height: 570px;
}
.download-app .do-app-left img {
    width: 100%;
}
.download-app .do-app-right {
    padding: 30px 50px;
}
.download-app .do-app-right p {
    width: 100%;
}
.features {
    padding: 22% 0 0 0;
}
.inner-banner .ib-overlay {
    padding: 22% 0 0 0;
}
.navbar-default .navbar-nav>li>a {
    padding: 20px 20px;
    color: #668ae4;
}
    .about-section .about-right img{
        width:100%;
        float: none;
        margin-right:0px !important;
    }
}

@media only screen and (max-width:480px){
.banner-wrapper h1 {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 10px;
}
.banner-wrapper p {
    font-size: 18px;
    padding-bottom: 40px;
}
.banner-wrapper p br{
    display: none;
}
.banner-wrapper .banner-bg {
    background: none;
}
.banner-wrapper {
    padding-bottom: 30px;
}
.features h2 {
    font-size: 36px;
    margin-bottom: 40px;
}
.features .f-text h3 {
    font-size: 15px;
    margin-bottom: 5px;
}
.about-img {
    display: none;
}
.about .about-right {
    margin-top: inherit;
    text-align: center;
}
.about .about-right h2 {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}
.about .about-right p {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 50px;
    text-align: center;
    margin-bottom: 50px;
}
.why-choose h2 {
    font-size: 36px;
    margin-top: 50px;
}
.point-1, .point-2, .point-3, .point-4, .point-5, .point-6 {
    width: 100%;
    min-height: auto;
    margin-bottom: 50px;
}
.highlights .h-cols {
    width: 100%;
    border: none;
    margin-bottom: 50px;
}
.form-address .contact-form {
    padding: 50px;
}
.form-address .address {
    padding: 0px 50px 30px;
}
.features {
    margin-bottom: 0;
    padding: 10% 0 0 0;
}
.ab-expand {
    height: 500px;
}
.banner-wrapper img {
    top: inherit;
}
.social-icons {
    width: auto;
    padding: 0 0;
}
.payment-gateways h2 {
    font-size: 30px;
    margin-bottom: 40px;
}
.inner-banner .ib-overlay {
    padding: 43% 0 0 0;
}
.banner-wrapper h4 {
    font-size: 18px;
    font-weight: 200;
}
    .about-section .about-right p span.about-heading {
    color: #5a5555; 
        font-size: 18px !important;
        line-height: 22px;
}
    .about-section .about-right p span{
        font-size: 13px !important;
        line-height: 25px;
    }
}
