body .bootstrap-select .btn:focus,body .btn:focus,body a:focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.stepwizard-mobile{
  display: none;
}
.slider-content {
    position: absolute;
    top: 30%;
    /* height: 30px; */
    color: #fff;
    background: #f00;
    /* height: 0px; */
    width: 300px;
    display: none;
}

    .slider-content h4 {
        padding: 15px;
    }

.navbar {
    min-height: 67px !important;
}

.activebtn-red:hover,.activebtn-red:focus,.activebtn-red:active:hover,.activebtn-red:active,.activebtn-red:active:focus{
	background-color:#e1001a;
}

/* #bs-example-navbar-collapse-1 {
    margin-top: 15px;
} */

.navbar-brand {
    padding: 23px 15px;
}

.center-alignbtn{
	display: block;
    margin: 10px auto !important;
}



.navbar-custom {
    background: #fff;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
}

    .navbar-custom a:focus {
        outline: none;
    }

    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus,
    .navbar-custom .navbar-brand:active,
    .navbar-custom .navbar-brand.active {
        color: white;
    }

    .navbar-custom .navbar-nav {
        letter-spacing: 1px;
        margin-top: 5px;
    }

        /* .navbar-custom .navbar-nav li a:hover {
  color: #18BC9C;
  outline: none;
} */
        /* .navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
} */
        .navbar-custom .navbar-nav li.active a {
            color: #e67c73;
            /*font-family: 'proximaNovaA-alt-regular';*/
			font-family: 'HyundaiRegular';
            font-size: 14px;
        }

            .navbar-custom .navbar-nav li.active a:hover,
            .navbar-custom .navbar-nav li.active a:focus,
            .navbar-custom .navbar-nav li.active a:active {
                color: #e67c73;
                /*font-family: 'proximaNovaA-alt-regular';*/
				font-family: 'HyundaiRegular';
                font-size: 14px;
            }

    .navbar-custom .navbar-toggle {
        color: white;
        text-transform: uppercase;
        font-size: 10px;
        border-color: #e1001a;
    }

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #003781;
}

.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    color: #e67c73;
}

@media screen and (max-width: 768px){
    .stepwizard-desktop{
        display: none !important;
    }
    .stepwizard-mobile{
        display: block;
        display: inline-table;
        width: 100%;
        position: relative;
        background-color: transparent;
        border-radius: 35px;
        padding: 15px 0 15px 15%;
    }
    .stepwizard-mobile .stepwizard-row:before{
        top: 33px;
        width: 64%;
        background-color: #bebebe;
    }
    .stepwizard-mobile .btn-circle.btn-primary{
        border: 2px solid #03579b;
        background-color: #03579b !important;
    }
    .stepwizard-mobile .btn-circle{
        width: 40px;
        height: 40px;
        padding: 9px 0px;
        border-radius: 20px;
        border: 2px solid #bfbfbf;
    }
    .stepwizard-mobile .btn-circle .details-icon{
        display: inline;
    }
    .btn-primary .details-icon{
        display: none !important;
    }
    .btn-primary .details-icon1{
        display: inline-block !important;
    }
    .setup-content .stepwizard-mobilep{
        display: block !important;
        font-family: 'proximaNovaA-bold';
        font-size: 20px;
        color: #03579b;
    }
    .setup-content{
        background: none !important;
        height: auto !important;
    }
    .setup-content .step-formbox{
        height: auto !important;
    }
    .img-boxnew{
        margin: 0px auto !important;
    }
    .page-titlebox{
        margin-top: 15px !important;
        margin-left: 5px !important;
    }
    .Previous{
        float: left !important;
    }
    .nextBtn{
        float: right !important;
    }
}
@media (min-width: 768px) {
    .navbar-custom {
        padding: 2px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
    }

        .navbar-custom .navbar-brand {
            font-size: 2em;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .navbar-custom.affix {
            background: #fff;
            z-index: 99999;
        }

            .navbar-custom.affix .navbar-brand {
                font-size: 1.5em;
            }
}


.footer-secondary {
    background: #002f6e;
    padding: 34px 0px;
    color: #fff;
    font-size: 16px;
}

.copyright-panel {
    background: #1c1c1c;
    padding: 20px 0px 10px;
    color: #fff;
}

    .copyright-panel a {
        color: #fff;
    }

.address-footer {
    background: url(../images/address-icon.png) no-repeat left center;
    padding-left: 20px;
    /*font-family: 'proximaNovaA-alt-regular';*/
	font-family: 'HyundaiRegular';
    color: #fff;
}

.email-footer {
    background: url(../images/email-icon-white.png) no-repeat left center;
    padding-left: 30px;
    /* margin-left:50px; */
    /*font-family: 'proximaNovaA-alt-regular';*/
	font-family: 'HyundaiRegular';
    color: #fff;
}

.contact-footer {
    background: url(../images/phone-icon-white.png) no-repeat left center;
    padding-left: 30px;
    /*font-family: 'proximaNovaA-alt-regular';*/
	font-family: 'HyundaiRegular';
    color: #fff;
}

.footer-menu li a {
    color: #ffffff;
    font-size: 18px;
    margin-right: 35px;
    /*font-family: 'proximaNovaA-alt-regular';*/
	font-family: 'HyundaiRegular';
    text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: none;
}

li.top-contact a {
    border: #e67c73 1px solid;
    border-radius: 40px;
    padding: 12px 30px;
    color: #e67c73 !important;
}

    li.top-contact a:hover {
        background: #e0001a;
        color: #fff;
    }

.contact-menu {
    background: url(../images/phone-icon.png) no-repeat left center !important;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.email-icon-top {
    background: url(../images/email-icon.png) no-repeat left center !important;
    padding-left: 21px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.home-icon-top {
    background: url(../images/home.png) no-repeat left center !important;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.dropdown-menu.login-dropdown {
    padding: 30px 10px 10px;
    width: 300px;
    margin-top: 10px;
}

    ul.dropdown-menu.login-dropdown input {
        margin-bottom: 15px;
    }

li.top-contact a:hover .contact-menu {
    background: url(../images/phone-icon-white.png) no-repeat left center !important;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

li.email-menu a:hover .email-icon-top {
    background: url(../images/email-icon-white1.png) no-repeat left center !important;
    padding-left: 21px;
    padding-top: 5px;
    padding-bottom: 5px;
}

li.home-menu a:hover .home-icon-top {
    background: url(../images/home-white.png) no-repeat left center !important;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
}

li.home-menu a {
    border: #e7877f 1px solid;
    border-radius: 50%;
    margin-left: 10px;
    padding: 11px 11px !important;
    margin-top: 2px;
    margin-right: 10px;
}

    li.home-menu a:hover {
        background: #e0001a !important;
        border-color: #e0001a;
    }

li.home-menu .open {
    border: #e7877f 1px solid;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: -2px;
}

li.email-menu a {
    border: #e7877f 1px solid;
    border-radius: 50%;
    margin-left: 10px;
    padding: 14px !important;
    margin-top: 2px;
}
    /*li.email-menu .nav .open>a, li.email-menu .nav .open>a:focus, li.email-menu .nav .open>a:hover {
    background: #e0001a !important;
    border-color: #e0001a;
}*/

    li.email-menu a:hover {
        background: #e0001a !important;
        border-color: #e0001a;
    }

li.email-menu .open {
    border: #e7877f 1px solid !important;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: -2px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 13px 30px;
    color: #4c4c4c;
    /*font-family: 'proximaNovaA-alt-regular';*/
	font-family: 'HyundaiRegular';
    font-size: 14px;
}

    .nav > li > a:hover {
        color: #e67c73;
        /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
        font-size: 14px;
    }

.nav > li.active {
    color: #e67c73;
    /*font-family: 'proximaNovaA-alt-regular';*/
	font-family: 'HyundaiRegular';
    font-size: 14px;
}

.owl-nav {
    display: none;
}

.pricing-table-body {
    position: relative;
    margin-top: -350px;
    z-index: 100;
}

.pricing-table-panel {
    position: relative;
    min-height: 480px;
}

.no-box-shadow {
    box-shadow: none !important;
}



.pricing-buttons {
    padding: 15px;
    position: absolute;
    width: 145px;
    /* margin-top: -35px; */
    left: 0px;
    right: 20px;
    margin: 215px auto;
}
/*.select-road{
    width: 65%;
    margin: 0 auto;
}
.plans-box{
    width: 80%;
    margin: 0 auto;
}*/
    .pricing-buttons .btn {
        padding: 10px 30px;
        /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
        font-size: 18px;
            width: 145px;
    }
	button.btn.btn-primary.btn-grey.btn-red.pull-left.btnbuy:hover {
    background-color: #002c5f;
}

.btn-red {
    background: #e1001a;
    border: none;
    border-radius: 30px;
    outline: none !important;
}


.btn-grey {
    background: #929292;
    border: none;
    border-radius: 30px;
    outline: none !important;
}
.btn-red{
    background: #e1001a;
}
.grey-btns {
    background: #929292 !important;
    border: none;
}

.btn-blue {
    background: #4989de;
    border: none;
    border-radius: 30px;
    outline: none !important;
}

.btn-modified{
	background: transparent;
    color: #000 !important;
    border-bottom: 1px solid#4989de;
    border-radius: 0;
    padding: 0;
}

.btnResendOTP{
    font-size: 14px;
    color: #4989de;

}

.btnResendOTP-disable{
    font-size: 14px;
    color: #666;
    border:none;
}

.btn-modified span{
	font-size: 14px;
   
}



.btnResendOTP-disable:focus{
	font-size: 14px;
    color: #e1001a;
}

.btn-modified:active{
	box-shadow:none;
}

.pricing-content {
    padding-left: 0;
    list-style: none;
    padding-top: 10px;
}

/*==================Pricing==================*/


.content {
    padding: 30px 0;
}

/***
Pricing table
***/
.pricing {
    position: relative;
    margin-bottom: 15px;
    background: #dfdfdf;
    -webkit-box-shadow: 2px 19px 40px -11px rgba(122,113,122,1);
    -moz-box-shadow: 2px 19px 40px -11px rgba(122,113,122,1);
    box-shadow: 2px 19px 40px -11px rgba(122,113,122,1);
    border-radius: 10px;
    /*  border: 3px solid #eee; */
}

.pricing-active {
    border: 3px solid #36d7ac;
    margin-top: -10px;
    box-shadow: 7px 7px rgba(54, 215, 172, 0.2);
}

/* .pricing:hover {
      border: 3px solid #003781;
} */

.pricing:hover h4 {
    color: #36d7ac;
}

.pricing-head {
    text-align: center;
}

    .pricing-head h3,
    .pricing-head h4 {
        margin: 0;
        line-height: normal;
    }

        .pricing-head h3 span,
        .pricing-head h3 span, .pricing-head h4 span {
            /* display: block; */
           /* margin-top: 5px;
            font-size: 14px;
             font-style: italic; 
            font-family: 'proximaNovaA-alt-regular';
            font-size: 18px;*/
            /*font-family: 'proximaNovaA-alt-regular';*/
			font-family: 'HyundaiRegular';
            font-size: 16px;
            color: #fff;
            display: block;
            line-height: 0px;
            padding: 0px;
            padding-left: 82px;
        }

    .pricing-head h3 {
        /* font-weight: 700; */
        color: #fff;
        padding: 55px 0;
        font-size: 60px;
        background: #04579b;
        /* border-bottom: solid 1px #003781; */
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        min-height: 171px;
        /*font-family: 'proximaNovaA-bold';*/
		font-family: 'HyundaiBold';
        max-height: 171px;
    }

    .pricing-head h4 {
        color: #bac39f;
        padding: 5px 0;
        font-size: 54px;
        font-weight: 300;
        background: #fbfef2;
        border-bottom: solid 1px #f5f9e7;
    }

.pricing-head-active h4 {
    color: #36d7ac;
}

.pricing-head h4 i {
    top: -8px;
    font-size: 28px;
    font-style: normal;
    position: relative;
}

.pricing-head h4 span {
    top: -10px;
    font-size: 14px;
    font-style: normal;
    position: relative;
}

.testing-price h3{
font-size: 55px;
}


.testing-price h3 span{
display: inline;
padding-left: 0;
}
/*Pricing Content*/
.pricing-content li {
    color: #4c4c4c;
    font-size: 14px;
    padding: 10px 15px;
    /*border-bottom: solid 1px #f5f9e7;*/
    text-align: left;
    /*font-family: 'proximaNovaA-alt-regular';*/
	font-family: 'HyundaiRegular';
}

/*Pricing Footer*/
.pricing-footer {
    color: #777;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    padding: 0 20px 40px;
}

/*Priceing Active*/
.price-active,
.pricing:hover {
    z-index: 9;
}

    .price-active h4 {
        color: #36d7ac;
    }

.no-space-pricing .pricing:hover {
    transition: box-shadow 0.2s ease-in-out;
}

    .no-space-pricing .price-active .pricing-head h4,
    .no-space-pricing .pricing:hover .pricing-head h4 {
        color: #36d7ac;
        padding: 15px 0;
        font-size: 80px;
        transition: color 0.5s ease-in-out;
    }

.yellow-crusta.btn {
    color: #e67c73;
    /*font-family: 'proximaNovaA-alt-regular';*/
	font-family: 'HyundaiRegular';
        text-decoration: underline;
    /* background-color: #f3c200; */
}

    .yellow-crusta.btn:hover,
    .yellow-crusta.btn:focus,
    .yellow-crusta.btn:active,
    .yellow-crusta.btn.active {
        color: #003781;
        /*  background-color: #cfa500; */
        box-shadow: none;
    }

/*==================Pricing==================*/


/*===================ANAYA made Style on 29 apr17 Start=======================*/


.inner-banner {
    width: 100%;
    display: inline-block;
    position: relative;
    top: 0;
    z-index: 9;
}

    .inner-banner img {
        display: block;
        width: 100%;
    }

    .inner-banner .slider-content {
        width: 100%;
        display: inline-block;
        background-color: transparent;
        /*position: relative;*/
    }

.inner-banner-mob {
    width: 100%;
    display: inline-block;
    position: relative;
    top: 0;
    z-index: 9;
}

    .inner-banner-mob img {
        display: block;
        width: 100%;
    }

    .inner-banner-mob .slider-content {
        width: 100%;
        display: inline-block;
        background-color: transparent;
        /*position: relative;*/
    }

/*-------Breadcrumbs Start------------*/

.page-titlebox {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-top: 126px;
}

.breadcrumb {
    padding: 0px 15px 8px 0;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    /*font-family: 'proximaNovaA-alt-regular'; */
	font-family: 'HyundaiRegular';
}

    .breadcrumb > li > a {
        display: inline-block;
        /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
        color: #fff;
    }

        .breadcrumb > li > a:hover {
            color: #e67c73;
            text-decoration: none;
        }

    .breadcrumb > .active {
        color: #fff;
    }
	
	/* //breadcrumb for payment page// */
	.BreadCrumb.breadcrumb > li > a {
        color: #fff;
    }
	
	   .BreadCrumb.breadcrumb > li > a:hover {
            color: #e67c73;
            text-decoration: none;
        }

    .breadcrumb > .active {
        color: #fff;
    }
/* //breadcrumb for payment page// */
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 0px;
    font-size: 48px;
    border-bottom: none;
    /*font-family: 'proximaNovaA-alt-black';*/
	font-family: 'HyundaiBold';
}

/*-------Breadcrumbs End------------*/

/*---------Services Section Start--------*/

.common-container {
    width: 100%;
    display: inline-block;
    position: relative;
}

.common-textbox {
    float: left;
    width: 100%;
    padding: 20px 0 50px;
}

    .common-textbox h2 {
        padding: 2% 0 2%;
        /*font-family: 'proximaNovaA-alt-black';*/
		font-family: 'HyundaiBold';
    }

    .common-textbox h3 {
        padding: 12% 0 2%;
        /*font-family: 'proximaNovaA-alt-black';*/
		font-family: 'HyundaiBold';
        font-size: 30px;
    }

    .common-textbox p {
        padding: 10px 0 20px;
        /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
        font-size: 16px;
    }

.bg-lightgrey {
    background-color: #f9f9f9;
}

.bg-lightgreyone {
    background-color: #fafafc;
}

.whitebox {
    width: 100%;
    min-height: 220px;
    background-color: #fff;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.1);
    padding: 20px 10px;
    text-align: center;
    border-radius: 10px;
    vertical-align: middle;
    margin-bottom: 40px;
}

    .whitebox:hover {
        -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.3);
    }

    .whitebox .iconbox {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin: 10% 0 5%;
    }

    .whitebox p {
        padding: 10px 20px 10px;
        /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
        font-size: 14px;
        color: #003781;
        line-height: 24px;
        text-decoration: none;
        text-align: center;
    }

.owl-carousel-about .slider-content {
    position: absolute;
    top: 45%;
    left: 15%;
    /* height: 30px; */
    color: #fff;
    background: transparent;
    /* height: 0px; */
    width: 70%;
    display: block;
    margin: 0 auto;
}

.owl-carousel-about.owl-theme .owl-dots {
    text-align: center;
    position: relative;
    bottom: 350px;
}

.owl-carousel-about.owl-theme .owl-nav {
    background-color: red;
    position: relative;
    bottom: 415px;
}

.owl-carousel-about .slider-content h4 {
    /*font-family: 'proximaNovaA-alt-bold';*/
	font-family: 'HyundaiBold';
    padding: 15px;
    font-size: 30px;
}

.owl-carousel-about .slider-content p {
    padding: 0px 15px;
    /*font-family: 'proximaNovaA-alt-regular';*/
	font-family: 'HyundaiRegular';
    font-size: 16px;
}

.owl-carousel-about .owl-carousel.owl-loaded {
    display: block;
    overflow-x: hidden;
}

.owl-carousel-about .owl-nav {
    display: block;
}

.owl-carousel-about .owl-next {
    right: 70px;
    position: absolute;
    background-color: transparent;
    line-height: 18px;
}

.owl-carousel-about .owl-prev {
    left: 70px;
    position: absolute;
    background-color: transparent;
    line-height: 18px;
}

.owl-carousel-about.owl-theme .owl-nav [class*=owl-] {
    /*font-family: 'proximaNovaA-alt-bold';*/
	font-family: 'HyundaiBold';
    color: #FFF;
    font-size: 14px;
    line-height: 18px;
    margin: 5px;
    padding: 10px 7px;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

    .owl-carousel-about.owl-theme .owl-nav [class*=owl-]:hover {
        background-color: transparent;
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

.owl-carousel-about.owl-theme .owl-nav .owl-prev:before,
.owl-carousel-about.owl-theme .owl-nav .owl-next:after {
    content: ' ';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
}

.owl-carousel-about.owl-theme .owl-nav .owl-prev:before {
    cursor: pointer;
    left: -10px;
    top: 14px;
    background: url(../images/about-prev.png) no-repeat left center !important;
}

.owl-carousel-about.owl-theme .owl-nav .owl-next:after {
    cursor: pointer;
    right: -10px;
    top: 14px;
    background: url(../images/about-next.png) no-repeat left center !important;
}

/*---------Services Section End--------*/

footer {
    width: 100%;
    position: relative;
}

.margin-200top {
    margin-top: -200px;
}

.margin-100 {
    margin-top: 100px;
}

.margin-150top {
    margin-top: -150px;
}

.pad-100top {
    padding-top: 100px;
}

.our_expertise h2.resp-accordion {
    padding: 5% 5% 3%;
}

.navPrev {
    position: absolute;
    top: 44%;
    left: 0px;
    z-index: 2;
    width: 50px;
    height: 100px;
    background-size: 100px 100px;
}

    .navPrev:hover {
        top: 44%;
        left: 0px;
        width: 50px;
        height: 100px;
        background-size: 118px 118px;
    }

    .navPrev span {
        width: 50px;
        height: 100px;
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
    }

    .navPrev:hover span {
        width: 50px;
        height: 100px;
    }

    .navPrev span img {
        position: relative;
        margin: auto 0px;
        cursor: pointer;
        width: 50px;
        height: 100px;
        -webkit-border-top-right-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius-topright: 50px;
        -moz-border-radius-bottomright: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    .navPrev:hover span img {
        width: 50px;
        height: 100px;
    }

.navNext {
    position: absolute;
    top: 44%;
    right: 0px;
    z-index: 2;
    width: 50px;
    height: 100px;
    background-size: 100px 100px;
}

    .navNext:hover {
        top: 44%;
        right: 0px;
        width: 50px;
        height: 100px;
        background-size: 118px 118px;
    }

    .navNext span {
        width: 50px;
        height: 100px;
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
    }

    .navNext:hover span {
        width: 50px;
        height: 100px;
    }

    .navNext span img {
        position: relative;
        margin: auto 0px;
        cursor: pointer;
        width: 50px;
        height: 100px;
        /*border-radius:50%;*/
        -webkit-border-top-left-radius: 50px;
        -webkit-border-bottom-left-radius: 50px;
        -moz-border-radius-topleft: 50px;
        -moz-border-radius-bottomleft: 50px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .navNext:hover span img {
        width: 50px;
        height: 100px;
    }

.section-overflow {
    width: 100%;
    display: inline-block;
    overflow-y: hidden;
	margin:-20px 0 -50px !important;
}


/*===================ANAYA made Style on 29 apr17 End=======================*/


/*---------*/

/* Date Picker and tables */

.gray-panel h3 {
    background: #444444;
    /*font-size: 16px;*/
    padding: 30px;
    text-align: left;
    line-height: 30px;
    font-size: 22px;
    /*font-family: 'proximaNovaA-alt-light';*/
	font-family: 'HyundaiLight';
    min-height: 112px;
}

.gray-panel .input-group {
    /*  position: relative;
    display: table;
    border-collapse: separate;
    background: #57729c;
    padding: 50px 30px;
	    width: 100%;
		border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
}

.gray-panel input#date {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 30px;
    outline: none;
    box-shadow: none;
    font-family: 'proximaNovaA-alt-extra-bold';
    height: 40px;
}

    .gray-panel input#date::-webkit-input-placeholder {
        color: white;
    }

    .gray-panel input#date :-moz-placeholder {
        color: white;
    }

    .gray-panel input#date ::-moz-placeholder {
        color: white;
    }

    .gray-panel input#date :-ms-input-placeholder {
        color: white;
    }

.circle-icon {
    position: relative;
    float: right;
    width: 100px;
}

.open-datetimepicker {
    background: #f00;
    padding: 17px 20px !important;
    border-radius: 50%;
    /* height: 100px; */
    position: absolute;
    z-index: 120;
    right: -10px;
    top: 15px;
}

.calander-parent {
    position: relative;
    display: table;
    border-collapse: separate;
    /*background: #57729c;*/
    background: #dfdfdf;
    /*padding: 50px 30px;*/
    padding: 30px 12px 10px;
    text-align: center;
    width: 80%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin:0px auto;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    margin-top: 0px;
    width: 100%;
    margin-left: 0px;
    /* position: relative; */
    top: 0px !important;
    left: 0px !important;
    padding: 0px !important;
    /* box-shadow: none; */
    border: none;
    -webkit-box-shadow: 2px 19px 40px -11px rgba(122,113,122,1);
    -moz-box-shadow: 2px 19px 40px -11px rgba(122,113,122,1);
    box-shadow: 2px 19px 40px -11px rgba(122,113,122,1);
}

.datepicker thead tr:first-child th {
    background: #585858;
    color: #fff;
    border-radius: 0;
    border-bottom: #696969 1px solid;
    padding: 20px 0px 10px;
    font-size: 21px;
    /*font-family: 'proximaNovaA-alt-regular';*/
	font-family: 'HyundaiRegular';
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    color: #fff !important;
    background-color: #003781 !important;
    border-color: #003781 !important;
    /* border-radius: 20px; */
}

.datepicker table tr td {
    text-align: center;
    width: 50px !important;
    height: 30px !important;
    /* border-radius: 4px; */
    border: none;
    /* padding: 10px 17px; */
    border-radius: 15% !important;
}

th.dow {
    background: #585858;
    border-radius: 0px !important;
    color: #fff;
}

th.prev {
    border-right: #696969 1px solid !important;
}

th.next {
    border-left: #696969 1px solid !important;
}

.datepicker thead tr:first-child th:hover {
    background: #585858!important;
    color: #fff!important;
}

.datepicker-dropdown.datepicker-orient-bottom:after, .datepicker-dropdown.datepicker-orient-bottom:before {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff;
    display: none;
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

    .datepicker table tr td, .datepicker table tr th {
        text-align: center;
        width: 30px;
        height: 30px;
        border-radius: 4px;
        border: none;
        font-size: 14px;
        /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
    }

/* Allianz css */

.faq_form input {
    margin-bottom: 20px;
}

.getIntouch input {
    margin-bottom: 20px;
}

.getIntouch input {
    font-size: 16px;
    color: #fff;
    /*font-family: 'proximaNovaA-alt-regular' !important;*/
	font-family: 'HyundaiRegular' !important;
}

/* Allianz css */

/* header.home-slide {
    max-height: 860px;
} */


@media screen and (min-width: 1200px) {
    .pricing-table-panel [class*="col-"] {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.pricing-table-panel [class*="col-"]:first-child {
    width: 39% !important;
}

.pricing-table-panel [class*="col-"]:nth-child(2) {
    width: 30.5% !important;
}

.pricing-table-panel [class*="col-"]:nth-child(3) {
    width: 30.5% !important;
}*/
    /*.pricing-table-panel [class*="price-col"]:first-child {
    width: 39% !important;
}

.pricing-table-panel [class*="price-col"]:nth-child(2) {
    width: 30.5% !important;
}

.pricing-table-panel [class*="price-col"]:nth-child(3) {
    width: 30.5% !important;
}*/

}

.calander-parent .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.calander-parent .btn-default {
    color: #333;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    border-radius: 25px;
    padding: 10px;
}
.calander-parent .btn-default.active, .btn-default:active, .calander-parent .open>.dropdown-toggle.btn-default, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
    box-shadow: none;
}


.img-boxnew {
    text-align: center !important;
    width: auto;
    margin: -100px auto;
}

.timeline-wrapper .btn-blue {
    background: #4989de;
    border: none;
    border-radius: 30px;
    outline: none !important;
    margin-left: 50px !important;
    height: 50px !important;
    width: 150px !important;
    color: #fff;
    font-size: 18px;
}

.inner_faq .btn-blue {
    background: #ffffff;
    border: none;
    border-radius: 30px;
    outline: none !important;
    margin-left: 50px !important;
    height: 50px !important;
    width: 150px !important;
    color: #4c4c4c;
    font-size: 18px;
    color: #000;
}
.inner_faq .btn-blue:hover{
    color: #fff;
    background: #4989de;
}
.inner_faq .btn-blue:active{
    background: #ffffff;
    color: #000 !important;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 2000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-color: #f4f4f4;
    background-color: #f4f4f4;
    border-radius: 15px;
    outline: none !important;
    padding: 15px 0;
}

    .bootstrap-select.btn-group .dropdown-menu li > a {
        cursor: pointer;
        /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
        color: #939393;
    }

    .bootstrap-select.btn-group .dropdown-menu.inner {
        max-height: 200px;
        height: 200px;
    }

.bootstrap-select.btn-group .btn .filter-option {
    text-align: left;
    font-size: 17px;
    /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
    color: #4c4c4c;
}

body .bootstrap-select.btn-group .dropdown-menu li > a,body .bootstrap-select.btn-group .dropdown-menu li > a span{
    /*font-family: 'proximaNovaA-alt-regular' !important;*/
		font-family: 'HyundaiRegular' !important;
}
body .payment-container .bootstrap-select.btn-group .dropdown-menu li > a span{
    font-family: 'MyriadPro-Cond' !important;
}

/*----------Animating Arrow Start---------------*/

.arrow {
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -20px;
    width: 50px;
    height: 50px;
    background-image: url(../images/arrow-down.png);
    background-size: contain;
    background-color: #e1001a;
    border-radius: 50px;
    z-index: 999;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


/*--------------Payment Page Style Start-------------*/


.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: inline-table;
    width: 93%;
    position: relative;
    background-color: transparent;
    border-radius: 35px;
    padding: 15px 0 15px 10%;
}

    .stepwizard h2 {
        width: 100%;
        margin: 0 0;
        padding: 10px 0;
        text-align: left;
        line-height: 30px;
        font-size: 24px;
        font-family: 'proximaNovaA-alt-extra-bold';
    }

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 23px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 90%;
    height: 3px;
     background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    pointer-events: none;
}

.btn-circle {
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    border: 2px solid #434343;
    /*background-color: transparent;*/
    float: left;
    color: #434343;
}

    .btn-circle:hover {
        width: 15px;
        height: 15px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
        border: 2px solid #4989de !important;
        background-color: transparent !important;
        float: left;
        color: #4989de;
    }

        .btn-circle:hover p {
            float: left;
            color: #4989de;
        }

    .btn-circle.btn-primary {
        border: 2px solid #4989de;
        background-color: #4989de !important;
        pointer-events: none;
    }

.stepwizard.form-group.nextBtn {
    background: #e1001a;
    border: none;
    border-radius: 30px;
    outline: none !important;
    padding: 10px 20px !important;
    /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
}

.stepwizard-step a.btn-circle.btn-primary p {
    float: left;
    /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
    font-size: 14px;
    text-transform: uppercase;
    color: #4989de !important;
    margin-left: 14px;
    margin-top: -9px;
}

.stepwizard-step p {
    float: left;
    /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
    font-size: 14px;
    text-transform: uppercase;
    color: #434343;
    margin-left: 20px;
    margin-top: -9px;
    pointer-events: none;
    background-color: #f9f9f9;
    padding: 0 25px 0px 6px;
    margin-left: 14px;
}

.stepwizard-step::after {
    content: " ";
    /*width: 62px;
    height: 3px;*/
    display: block;
    background-color: #e7e7e7;
    position: absolute;
    right: 15%;
    top: 10px;
}

.stepwizard-step::before {
    content: " ";
    width: 25px;
    height:15px;
    display: block;
    background-color: #f9f9f9;
    position: absolute;
    left: -25px;
    top: 0;
}

.stepwizard-step:last-child::after {
    content: " ";
    width: 75px;
    height: 3px;
    display: none;
    background-color: #e7e7e7;
    position: absolute;
    right: 15%;
    top: 10px;
}

.setup-content {
    width: 90%;
    height: 580px;
    display: inline-block;
    padding: 3% 3% 5%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 25px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 25px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 25px 2px rgba(0,0,0,0.1);
    margin: 20px 4% 0;
    background: url(../images/car-img.png) no-repeat bottom right;
}

    .setup-content h3 {
        /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
        font-size: 18px;
        color: #4c4c4c;
    }

    .setup-content .step-formbox {
        width: 100%;
        height: 390px;
        display: inline-block;
    }

    .setup-content .step-btnbox {
        width: 100%;
        display: inline-block;
    }

.setup-content-btn {
    margin-top: 25px;
    /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
}

.setup-content input, .setup-content select {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-bottom: 3px solid #ededed;
    border-radius: 0;
    padding: 5px 15px 5px 5px;
    font-family: 'MyriadPro-Cond' !important;
    /*font-family: 'proximaNovaA-alt-regular';*/
    font-size: 16px;
    margin: 15px 0;
}
.setup-content input.btn-red{
   
    border-bottom: none;
    
}

    .setup-content input:focus, .setup-content select:focus, .setup-content .btn-default:focus, .setup-content .open > .dropdown-toggle.btn-default:focus {
        box-shadow: none;
        border-color: #e1001a;
    }

.setup-content .btn-default.active.focus, .setup-content .btn-default:active:focus, .setup-content .open > .dropdown-toggle.btn-default.focus, .setup-content .open > .dropdown-toggle.btn-default:focus, .setup-content .open > .dropdown-toggle.btn-default:hover {
    box-shadow: none;
    border-color: #e1001a;
}

.bootstrap-select.btn-group .btn .filter-option {
    text-align: left;
    /*font-family: 'MyriadPro-Cond' !important;*/
    font-size: 19px;
    color: #4c4c4c;
    padding: 0 5px;
}
.step-formbox .bootstrap-select.btn-group .btn .filter-option  {
    text-align: left;
    font-family: 'MyriadPro-Cond' !important;
    font-size: 16px !important;
    /*color: #4c4c4c;*/
    color: #939393;
    padding: 0 5px;
    
}
.setup-content .btn-default {
    background: transparent !important;
    border: 0;
    box-shadow: none;
    border-bottom: 3px solid #ededed;
    border-radius: 0;
    padding: 5px 15px 1px 5px;
    font-family: 'MyriadPro-Cond' !important;
    font-size: 18px;
    margin: 0;
    width: 100%;
}

.setup-content .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.setup-content .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.setup-content .form-group {
    margin-bottom: 30px;
    margin-top: 30px;
}

.next-buttons {
    width: 100%;
    display: inline-block;
}

    .next-buttons .btn {
        padding: 10px 30px;
        /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
        font-size: 18px;
        width: 200px;
        margin-right: 10px;
        margin-top: 20px;
    }

.air-way {
    border: 1px SOLID #e7e7e7;
    border-radius: 10px;
    /*margin-top: 20px;
    margin-bottom: 10px;*/
}

    .air-way header {
        padding: 10px 20px !important;
        font-size: 18px;
        color: #323232;
        font-family: 'proximaNovaA-alt-extra-cond-bold';
        border-radius: 10px 10px 0px 0px;
        border-bottom: 1px SOLID #e7e7e7;
        background-color: #e7e7e7;
    }

    .air-way section {
        padding: 15px 15px 0px 15px;
        display: inline-block;
        width: 100%;
    }

        .air-way section .air-text {
            padding-bottom: 13px;
        }

        .air-way section p {
            color: #4c4c4c;
            /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
            font-size: 14px;
            opacity: .7;
            padding: 0;
        }

            .air-way section p strong {
                color: #282828;
                /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
                font-size: 14px;
                padding: 0;
            }

.totalprice {
    padding: 10px 15px 15px 15px;
    width: 100%;
    display: inline-block;
}

    .totalprice ul li.rupee {
        color: #323232;
        font-family: 'proximaNovaA-alt-extra-bold';
        font-size: 14px;
        text-transform: uppercase;
        vertical-align: middle;
        list-style: none;
    }

    .totalprice ul li span {
        font-family: 'proximaNovaA-alt-extra-bold';
        /* font-size: 30px; */
        font-size: 35px;
        color: #e1001a;
        vertical-align: middle;
    }

.confirmation {
    padding: 10px 15px 15px 15px;
    width: 100%;
    display: inline-block;
}

    .confirmation ul li {
        color: #323232;
        /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
        font-size: 15px;
        vertical-align: middle;
        list-style: none;
        text-align: center;
        padding: 10px 0;
    }

        .confirmation ul li.thanks {
            color: #323232;
            font-family: 'proximaNovaA-alt-extra-bold';
            font-size: 16px;
            text-transform: uppercase;
            vertical-align: middle;
            list-style: none;
        }

        .confirmation ul li span {
            font-family: 'proximaNovaA-alt-extra-bold';
            /* font-size: 30px; */
            font-size: 35px;
            color: #003781;
            vertical-align: middle;
        }

button:focus {
    outline: 0;
}

*:focus {
    outline: none;
}


.pricing-head sup, .cd-products-table .top-info sup {
    top: -0.1em;
    margin-right: 5px;
}

/*--------------Payment Page Style End-------------*/


/*==========LOADER SECTION START==============*/

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    overflow: hidden;
}

    .loader .loader-box {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        top: 35%;
        margin-top: -70px;
        /*animation: loader 1s ease;*/
    }

body {
    overflow: auto;
}

.loader-logo {
    display: block;
    margin: 0 auto;
}

@-webkit-keyframes loader {
    from {
        top: 90%;
        overflow: hidden;
    }

    to {
        top: 50%;
    }
}

.loader .loader-box .loader-gif {
    margin-top: 10%;
}

.disable-plan-a1 {
    pointer-events: none;
    opacity: 0.4;
}
.disable-plan-a2 {
    pointer-events: none;
    opacity: 0.4;
}

.disable-plan-a3 {
    pointer-events: none;
    opacity: 0.4;
}

.timeline-wrapper {
    display: none;
}

.download-invoice {
    padding: 10px 30px !important;
    /*font-family: 'proximaNovaA-alt-regular';*/
		font-family: 'HyundaiRegular';
    font-size: 18px;
    width: 300px;
    background: #e1001a;
    border: none;
    border-radius: 30px !important;
    outline: none !important;
    box-shadow: none;
    color: #fff;
    border-bottom: 3px solid none;
}

    .download-invoice:hover {
        padding: 10px 30px !important;
        color: #fff;
        background-color: #286090;
        border-color: transparent !important;
    }


input#otp_value {
    width: 30%;
    margin: 0 auto;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: none;
}
.homelable {
    display: none;
    font-size: 12px;
    color: red;
    font-weight: normal;
}

.resendotplbl {
    font-size: 12px;
    color: red;

}
.setotpclock {
    font-size: 14px}

.plans-modal{
    border: none;
}
.plans-modal .plans-modalheading{
    color: #fff;
    font-weight: 600;
}
.plans-modal .plans-modalp{
    color: red;
    font-size: 17px;
}
.plans-modal .close, .plans-modal .close:hover{
    opacity: 1;
}
.plans-modal .close{
    margin-top: 3px;
    color: #fff;
}
.plans-modal .modal-header{
    padding: 10px 15px 10px 15px;
    background-color: #04579b;
}
.plans-modal .modal-body{
    padding: 25px 15px 25px 15px;
}
.home-slide .owl-item:last-child{
    display: none;
}
.click-load-height img{
    height: 23px;
}
.details-icon-align, .details-icon1-align{
    margin-top: -3px;
    height: 25px;
    width: 25px;
}
.termsx-h2{
    font-size: 14px !important;
    margin: 250px 0px 8px 9px;
    text-align:left !important;
}
.termsx {
  overflow-y: scroll;
  height: 120px;
  width: 60%;
  border: 1px solid #DDD;
  padding: 10px;
}
.termsx{
    scrollbar-face-color: #367CD2;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}
.termsx p span{
    font-size: 14px !important;
    font-family: 'HyundaiRegular';
}

/* Let's get this party started */
.termsx::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
.termsx::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.termsx::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.termx-accept input{
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin: 20px 0px 20px 15px;
}
.termx-accept label{
    padding-left: 10px;
    font-size:13px;
}
#step_4.setup-content{
    height: 1000px;
}
#step_4.setup-content .next-buttons .btn{
    margin-top:45px;
}
.setup-content span.input-placeholder{
  display:block;
  transition:display ease-in-out 0.5s;
  position: absolute;
    top: 10px;
    font-size: 14px;
    color: #c4c1c1;
    font-family: 'MyriadPro-Cond' !important;
    left:20px;
    
  }
.setup-content .form-control:focus::-webkit-input-placeholder { color:transparent; }
.setup-content .form-control:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.setup-content .form-control:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.setup-content .form-control:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.setup-content.setup-content-new span.input-placeholder{
    top:-20px;
    right:462px;
    left:inherit;
}
.fixed-placeholder{
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 14px;
    color: #c4c1c1;
    font-family: 'MyriadPro-Cond' !important;
}


/*changes Amol*/

/*Benefit section css start here*/
.benefit-section
{
    border-radius: 8px;
    background-color: #dfdfdf;
    box-shadow: 10px 17.321px 43px 0px rgba(0, 0, 0, 0.1)
}
.benefit-section .price-col
{
    padding: 20px 40px;
}
.benefit-section .price-col .pricing-content li
{
    padding: 10px 0;
}
.benefit-section .price-col .pricing-footer
{
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
}
.benefit-section .price-col .pricing-footer .btn.yellow-crusta
{
    padding: 0;
}
.benefit-section .price-inner-section
{
    margin: 10px 0;
    background: #04579b;
    padding: 10px 0 10px 50px;
    border-radius: 8px;
    color: #fff;
}
.benefit-section .price-inner-section h3
{
    font-size: 50px;
    font-family: 'HyundaiBold';
    margin: 10px 0 0 0;
}
.benefit-section .price-inner-section p
{
    text-transform: uppercase; 
}
.benefit-section .price-inner-section sup
{
    vertical-align: -webkit-baseline-middle;
    padding: 0 10px 0 0;
}
.benefit-section .price-col h2
{
    text-align: left;
}
.benefit-section .price-inner-section .btnbuy
{
    margin: 20px;
    padding: 10px 30px;
}
@media screen and (max-width: 414px)
{
    .pricing-table-panel .price-inner-section [class*="col-"] 
    {
        width: auto !important; 
    }
    .benefit-section .price-col.benefit-inner-section
    {
        padding: 0 20px;
    }
    .benefit-section .price-col
    {
        padding: 10px;
    }
}
/*Benefit section css End here*/