﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0px;
    padding: 0px;
}

.container {
    max-width: 1200px !important;
}



.clear {
    clear: both;
}




/*MY CSS*/

#srv-hd > h2 {
    padding-bottom: 25px;
    text-align: center;
}


.top-left-menu {
    float: right;
    padding-right: 10px;
}

    .top-left-menu ul li {
        background: #4ab2c2;
        padding: 8px 0 8px 8px;
        float: left;
        margin: -20px 3px 0 3px;
        list-style-type: none;
    }

.arrow-bg {
    background: #017b88 none repeat scroll 0 0;
    padding: 10px 0px 10px 10px;
}

.top-left-menu ul li a {
    color: #FFFFFF;
    cursor: pointer;
}

    .top-left-menu ul li a:hover {
        text-decoration: none;
    }

.sitemap2 {
    background: #000 !important;
}

@media(min-width:300px) and (max-width:768px) {
    /*.col-md-3 {
		max-width:300px;
		min-width:250px;
		float:left;
	}*/
    /* Widgest responsive */
    #latest-rates-container {
        margin-top: 55px;
        margin-left: 5%;
    }

    #calculator-container {
        margin-top: 100px;
        margin-left: 5%;
    }
    /* End Widgest responsive */
    .arrow-bg {
        float: right;
    }

    .top-left-menu ul {
        margin: 10px 0;
    }

        .top-left-menu ul li {
            width: 100%;
            padding: 10px 0 0 8px !important;
            margin: 5px 0;
            height: 40px;
        }

    .arrow-bg {
        background: #073059 none repeat scroll 0 0;
        padding: 11px 10px;
        margin-top: -10px;
    }

    .top-left-menu {
        float: none;
    }
}

.page-heading {
    background: #e8ebf0;
    width: 100%;
    border-bottom: #c6cbd3 3px solid;
    min-height: 75px;
    height: auto;
}

    .page-heading h1 {
        font-size: 30px;
        font-weight: normal;
    }

.send-money-form {
    background: #edf0f6;
    padding: 30px 15px 15px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.75);
}

.send-money-form {
    background: #4188b4;
}

.send-to-hdng {
    font-size: 24px;
    color: #FFF;
    margin-top: 0;
}

.send-money-des h3 {
    font-size: 24px;
}

.send-money-des ul li {
    list-style-type: none;
    padding: 3px 0;
    margin: 15px 0;
    font-size: 16px;
    border-radius: 5px;
}

    .send-money-des ul li::before, .send-money-des ul li::before {
        color: #27aae0;
        content: "•";
        font-weight: 700;
        margin-right: 10px;
    }
/*MY CSS*/












/*-----------------------HEADER TOP----------------------------*/
.header-top {
    background: #f8b627;
    padding-top: 10px;
    /*text-align:right;*/
}

    .header-top ul {
        list-style: none;
    }

        .header-top ul li {
            display: -webkit-inline-flex;
            display: inline-flex;
        }

    .header-top label {
        font-weight: normal;
        color: #333;
        padding-top: 5px;
        padding-right: 2px;
    }

    .header-top select {
        padding: 2px 5px;
    }



/*------------header-------------*/
.overall-header {
    position: relative;
    padding-bottom: 10%;
    /*background:url(../images/nyc-bg1.jpg) no-repeat  center; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-2 {
    position: relative;
    z-index: -10;
    margin-top: -458px;
}

.static {
    width: 100%;
    background: #fff;
    min-height: 150px;
    height: auto;
}

.sticky {
    display: none;
}

.home-static {
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 5-7 */
    /*	-moz-opacity: 0.7;          /* Netscape */
    /*-khtml-opacity: 0.7; 
	opacity:0.7;	*/
    background: rgba(255,255,255, 0.7);
}

.static .navbar {
    background: none !important;
    border: none;
}



.static .navbar-default {
    border: none;
}

.navbar-default .navbar-nav > li > a {
    /*color: #FFFFFF;*/
}

    .navbar-default .navbar-nav > li > a:hover {
        /*color: #ccc;*/
    }

.hd-lgn {
    font-weight: bold !important;
    margin-right: 5px;
}



    .hd-lgn > a, .hd-sgn > a {
        color: #ce374a !important;
    }

.hd-sgn {
    border: 3px solid #ce374a;
    border-radius: 10px;
    font-weight: bold !important;
}



.navbar-nav {
    /*margin-top:20px;*/
}

    .navbar-nav li a {
        font-size: 18px;
    }

@media(min-width: 768px) {
    .static .navbar-collapse {
        margin-top: 30px;
    }
}

@media(max-width:768px) {
    .static .navbar-collapse {
        margin-top: 55px;
    }
}

@media(min-width:321px) and (max-width:768px) {
    .static .navbar-toggle {
        margin-top: 50px;
    }
}

@media(min-width:300px) and (max-width:768px) {
    .header-top {
        background: #f8b627;
        width: 100%;
        text-align: left;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
        border-color: #fff;
    }
}

@media(min-width:300px) and (max-width:400px) {
    .header-top ul li {
        margin: 0px;
        padding: 0px;
    }

    .header-top select {
        width: 80px;
    }
}
/*------------------Section send-money----------------------*/
#main-desc {
}

.hd-send {
    color: #fff;
    font-weight: normal;
}

.send-drp-box {
    margin-top: 100px;
}



#item-main-box {
    max-width: 400px;
    padding: 30px 10px;
    border-radius: 5px;
    background-color: #017b88;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 5-7 */
    -moz-opacity: 0.9; /* Netscape */
    -khtml-opacity: 0.9;
    opacity: 0.9;
    margin-left: auto;
    margin-right: auto;
}

#slt select {
    border: 2px solid #fff;
    color: #fff;
    outline: none;
    padding-right: 180px;
    padding-left: 20px;
    padding-top: 8px;
    padding-bottom: 10px;
    background: transparent;
}

    #slt select option {
        background-color: #000;
    }

.remit-btn {
    padding-top: 20px;
}

    .remit-btn button {
        background: #fbdc41;
        padding: 10px 50px;
        text-align: center;
        color: #000;
        font-size: 18px;
        font-weight: bold;
        border: none;
        border-radius: 5px;
    }

#slt > table {
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
}

.grey-bg {
    background: #FFFFFF;
    padding-bottom: 5%;
}

.top-menu select {
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 30px;
    width: 68%;
}

@media(max-width:767px) {
    #slt select {
        max-width: 260px;
        padding-right: 100px;
    }
}

/*-------------------------------SECTION DEVICES-------------*/
.devices {
    background: #f8b627;
    padding: 40px 0px;
}

    .devices .img-cont img {
        display: block;
        margin: 0px auto;
    }


/*------------------------SECTION SERVICES-------------------*/
.services {
    background: #017b88;
    padding: 40px 0px;
    color: #fff;
}

    .services .sr-lst {
        padding-left: 0px;
    }

.sr-lst .icn-left {
    width: 80px;
    height: 80px;
    border: 3px solid #FFF;
    border-radius: 40px;
}

    .sr-lst .icn-left img {
        margin: 10px auto;
    }

.icn-left {
    display: block;
    width: 20%;
    min-width: 80px;
    float: left;
}

.icn-des-right {
    width: 70%;
    float: left;
    padding-left: 20px;
}

@media(max-width: 767px) {
    #srv-hd {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .icn-cont {
        max-width: 400px;
        margin: 20px auto;
        padding-left: 15px !important;
    }
}

/*-----------------------------------SECTION RECEIVE MONEY----------------*/

.remit {
    background: #f8b627;
    padding: 40px 0px;
}

.rmt-item-box {
    width: 150px;
    height: 150px;
    background: #4188b4;
    border-radius: 75px;
    margin: 20px auto;
}

    .rmt-item-box img {
        display: block;
        margin: 25px auto;
    }



/*-----------------------------------SECTION TESTIMONIAL-------------------------------------------*/
.testimonial {
    background: #4188b4;
    /*padding:40px 10px;*/
    color: #fff;
}

.attst {
    color: #fff;
    padding-right: 80px;
    margin-top: 15px;
}

.quote {
    quotes: "“" "”" "‘" "’";
    color: #fff;
    font-size: 24px;
}

    .quote:before {
        content: open-quote;
    }

    .quote:after {
        content: close-quote;
    }

/*-----------------------------------------------SECTION TRUST--------------------------------------------------*/
.trust {
    background: #f8b627;
    padding: 40px 0px;
}

    .trust p {
        padding-top: 10px;
        padding-bottom: 20px;
    }

.seal span {
    float: left;
    padding: 3px 8px;
}

    .seal span img {
        max-height: 30px;
    }

.trust-icon {
    margin: 20px auto;
}

    .trust-icon img {
        display: block;
        margin: 25px auto;
    }
/*-----------------------------------------------SECTION EASE-----------------------------*/
#ease {
    padding: 40px 0px;
    background: #fff;
}

#abt-us {
    background: #fff;
}

.horizontal-separator {
    padding-top: 20px;
    width: 40%;
    margin: 0px auto;
    border-bottom: 1px solid #999;
}

#ease p {
    padding-top: 20px;
    font-size: 16px;
}

/*--------------------------------------------SECTION OVERALL FOOTER------------------------------*/
.footer {
    position: relative;
    padding-bottom: 50%;
    background: url(../images/nyc-bg.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .footer .overall-container {
        position: absolute;
        top: 0px;
        width: 100%;
    }

    .footer .connect, .footer .sitemap {
        background: #000;
        opacity: 0.7;
        color: #fff;
        padding: 40px 0px;
    }

    .footer .terms .container {
        margin-top: 20px;
        padding: 40px 10px;
        padding-left: 50px;
        padding-right: 20px;
        background: #fff;
        opacity: 0.9;
    }

    .footer .sitemap {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin-top: 40px;
    }

.sitemap ul {
    list-style: none;
}

    /*.sitemap ul {
	padding-left:25%;
	}*/

    .sitemap ul li {
        text-align: center;
        padding: 0 15px;
        border-right: 1px solid #CCC;
        float: left;
    }

        .sitemap ul li:last-child {
            border: none;
        }

        .sitemap ul li a {
            color: #fff;
        }


@media(max-width:767px) {
    .footer {
    }

    .connect .col-md-6 {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer .terms .container {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (max-width:767px) {
    .footer {
        background: none;
        position: relative;
        padding-bottom: 0;
    }

        .footer .overall-container, .footer .sitemap {
            position: relative;
        }
}

@media (min-width:362px) and (max-width:767px) {
    /*.col-md-3 {
		max-width:300px;
		min-width:250px;
		float:left;
	}*/
    .small-input {
        padding-bottom: 15px;
    }
}

/*------------------------------------------FOOTER---------------------------*/
footer {
    background: #f8b627;
    color: #000;
    padding-top: 10px;
}

/*--------------------------------------HOw it Works page---------------------------------*/
#how-it-works {
    padding: 40px 0px;
}

.stg-item-box {
    padding: 20px;
    border: 2px solid #000;
    margin-top: 20px;
    overflow: auto;
}

    .stg-item-box .lst-num {
        width: 60px;
        height: 60px;
        text-align: center;
        padding: 9px;
        border: 2px solid #fef174;
        border-radius: 60px;
        font-size: 24px;
        float: left;
        margin-top: 20px;
    }

        .stg-item-box .lst-num:hover {
            background: #fef174;
            border: 1px solid #000;
            cursor: pointer;
        }

    .stg-item-box .lst-desc {
        width: 90%;
        float: left;
        padding-left: 20px;
    }

@media (min-width:362px) and (max-width:767px) {
    .stg-item-box {
        margin-left: 10px;
        margin-right: 10px;
    }

        .stg-item-box .lst-num {
            max-width: 20%;
            float: left;
        }

        .stg-item-box .lst-desc {
            max-width: 80%;
            float: left;
        }
}

@media(max-width:361px) {
    .stg-item-box .lst-num {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .stg-item-box .lst-desc {
        display: block;
        width: 100%;
    }
}

/*---------------------------------------------------LOGIN PAGE--------------------------------*/

#login {
    padding: 40px 20px;
}

.frg-pswd {
    display: inline-block;
    float: right;
}


#dnt-act h3 {
    margin-top: 0px;
}

.lgn-btn button {
    width: 100%;
    background: #f8e63b;
    color: #000;
    border: none;
    padding: 10px inherit;
    border-radius: 5px;
    font-size: 20px;
}

    .lgn-btn button:hover {
        background: #fef174;
    }

.sgn-up-btn {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

    .sgn-up-btn a {
        background: #4188b4 none repeat scroll 0 0;
        border-radius: 5px;
        color: #fff;
        float: left;
        font-size: 20px;
        padding: 6px 40px;
        width: 49%;
    }

        .sgn-up-btn a:hover {
            text-decoration: none;
            background: #fef174;
        }

/*----------------------------------------------------------SIGN UP PAGE--------------------------*/
#sgn-up {
    padding: 40px 10px;
}

/*-----------------------------------------------------MEMBER PAGE----------------------------------*/
.membr-cnt {
    padding: 50px 0px;
}

#send-money-cnt {
    margin: 40px auto;
    padding: 30px;
    background: #000;
    opacity: 0.8;
}

.member-side {
    background: #f8e63b;
}

    .member-side ul li {
        width: 100%;
        text-align: center;
        padding: 10px 40px;
        border-bottom: 1px solid #fff;
    }

        .member-side ul li a {
            color: #000;
            padding: 10px 30px;
        }

            .member-side ul li a:hover {
                text-decoration: none;
            }

    .member-side ul {
        list-style: none;
        margin-top: 20px;
    }



#send-money-cnt select {
    width: 100%;
    padding: 5px 8px;
}

#send-money-cnt label {
    color: #fff;
}

@media(max-width:767px) {
    .mem-side-cnt {
        display: none;
    }
}

/*--------------------------PROFILE PAGE----------------------------*/
.profile {
    padding: 20px 10px;
}

/*-----------------------------------RECIPIENT PAGE---------------------------------*/
.recipient {
    padding: 20px 10px;
}

    .recipient .table thead {
        background: #000;
        color: #fff;
    }

/*-------------------------------------------------Widgets-------------------*/

.utility-content {
    padding: 10px !important;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

* html .clearfix, :first-child + html .clearfix {
    zoom: 1;
}

.popover {
    top: 35px !important;
    z-index: 1000;
    display: block;
    margin-top: 17px;
}

.popover {
    position: absolute;
    box-shadow: 0 0 5px #000;
}

.utility-latest-rates {
    width: 260px;
    color: #000;
}

/*-----------Exchange Rate-----------*/
#latest-rates-container {
    display: none;
    z-index: 99999;
    margin-left: 47%;
    margin-top: 17px;
}

#latest-rates-container1 {
    display: none;
    z-index: 99999;
    margin-left: 47%;
    margin-top: 67px;
}

.utility-container.utility-calculator.popover.popover-standard.open {
    min-height: 210px;
    z-index: 1000;
    width: 240px;
    background: #EFEFEF !important;
}

.utility-content {
    background: #EFEFEF !important;
}

.popover {
    top: 35px !important;
}



#content {
    float: left;
    width: 100%;
    margin: 0px 0 0 0;
    position: relative;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccd0d9 !important;
    background: #e6e9ee !important;
    font-weight: normal;
    color: #555555;
}

#tblExratesHolder #tbtd01 {
    width: 100px !important;
    padding: 0;
}

#tblExratesHolder #tbtd02 {
    width: 130px !important;
    padding: 0;
}

.exchange-rate.gvExchangeRate tr td {
    padding: 5px !important;
}

.exchange-rate {
    margin-top: 0px;
}

table.exchange-rate tr td {
    padding: 10px 0;
    color: #000000;
}

table.exchange-rate tr {
    border-bottom: 1px solid #999999;
}

table.exchange-rate tr {
    border: 0 !important;
}

.exchange-rate {
    margin: 0 !important;
}

    .exchange-rate.gvExchangeRate tr td {
        padding: 5px !important;
    }

select.select-country {
    width: 100%;
    height: 25px;
    border-radius: 0;
}

.sender-country {
    width: 100%;
}

    .sender-country table tr td {
        padding: 2px 0;
        color: #000000;
    }

    .sender-country table tr td, table.sender-country tr td {
        padding: 2px 0;
        color: #000000;
    }

.dxeButtonEdit.sender-country.ddlBCurrency td.dxeIIC IMG {
    display: block;
    vertical-align: middle;
    padding-right: 3px;
}

#gvExchangeRate.gvExchangeRate {
    margin-top: 10px !important;
    border-top: 1px solid #d1d1d1 !important;
}

.exchange-rate.gvExchangeRate tr td {
    padding: 5px !important;
}

/*-----------Fee calculator-----------*/

#calculator-container {
    display: none;
    margin-left: 59%;
    margin-top: 17px;
}

#calculator-container1 {
    display: none;
    margin-left: 59%;
    margin-top: 67px;
}


.utility-container.utility-calculator.popover.popover-standard.open {
    min-height: 210px;
    z-index: 99999;
    width: 270px;
    background: #F6F7FB !important;
}

.popover {
    top: 135px !important;
}

.popover-standard {
    background: #F6F7FB;
}

.utility-calculator {
    padding: 15px 15px 25px 15px;
    z-index: 2;
}

.sender-country {
    width: 100%;
}

#divFCHolder.dropdown-group.pull-right .btn-group {
    margin: 0 auto !important;
    display: block;
    text-align: center;
}

    #divFCHolder.dropdown-group.pull-right .btn-group .btn.btn-primary.btn-no-hover {
        width: 2004px;
    }

.dxeButtonEdit {
    background-color: white;
    border: 1px solid #9F9F9F;
    height: 25px;
    width: 241px;
}

.fee-calculate {
    background: #fbdc41;
    padding: 3px 21px;
    font-size: 18px;
    text-transform: capitalize;
    color: #000 !important;
    font-family: Helvetica;
    font-weight: 400;
    border-bottom: 1px solid #656D78;
    border-radius: 4px;
}

.rates {
    width: 270px;
    margin-left: -15px;
    margin-top: 6px;
    margin-bottom: 14px;
}

    .rates table tr td {
        text-align: right;
        color: #fff;
        background: #1c1c1c;
        padding-right: 17px;
    }

.calbtnsendnow {
    background: red;
    padding: 3px 15px;
    font-size: 18px;
    text-transform: capitalize;
    color: #FFF !important;
    font-family: Helvetica;
    font-weight: 400;
    border-bottom: 1px solid #656D78;
    color: #ffffff !important;
    border-radius: 4px;
    margin-right: 5px;
}


/*-----------Track Tran-----------*/
#track-container {
    display: none;
    background-color: #EFEFEF !important;
    padding: 17px 8px 5px 8px !important;
    margin-left: 73%;
}

#track-container1 {
    display: none;
    background-color: #EFEFEF !important;
    padding: 17px 8px 5px 8px !important;
    margin-left: 73%;
    margin-top: 67px;
}

input.track-transaction {
    width: 93%;
    height: 18px;
    text-align: left !important;
}

.track-input {
    width: 100%;
    margin: 0 0 5px 0;
    height: 23px;
    font-family: 'Conv_GOTHIC';
}

.track-trans {
    background: #fbdc41;
    padding: 3px 30px;
    font-size: 18px;
    text-transform: capitalize;
    color: #000 !important;
    font-family: Helvetica;
    font-weight: bold;
    border-bottom: 1px solid #656D78;
    border-radius: 4px;
}

/*-------------------------------------------------End Widgets-------------------*/

/*-------------------------------------------------New Added-------------------*/

.box-roundcorners {
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    border-collapse: separate !important;
}

.receiving-country {
    -webkit-rtl-ordering: logical;
    align-items: center;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-size: auto;
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(255, 255, 255);
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: rgb(255, 255, 255);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: rgb(255, 255, 255);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-style: solid;
    border-top-width: 2px;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: default;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 40px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    outline-color: rgb(255, 255, 255);
    outline-style: none;
    outline-width: 0px;
    overflow-x: visible;
    overflow-y: visible;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: start;
    text-indent: 0px;
    text-rendering: auto;
    text-shadow: none;
    text-transform: none;
    white-space: pre;
    width: 100%;
    word-spacing: 0px;
    writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -webkit-border-radius: 5px;
}

#cbReceiverCountry {
    background-color: transparent;
    color: White;
}

.row ul {
    list-style: disc;
}

    .row ul li {
        display: list-item;
    }

/*-------------------------------------------------Contact Us-------------------*/

.one, .one-half, .two-third, .one-third, .one-fourth, .one-fifth, .one-sixth, .three-fourth {
    float: left;
    position: relative;
    margin-right: 2%;
    text-align: left;
    margin-bottom: 0px;
    top: 0px;
    left: 0px;
    width: 881px;
}

.simple-form {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

    .simple-form input {
        outline: none;
        font-size: 12px;
        color: #888;
        margin: 0 0 0px 0;
        width: 90%;
        height: 45px;
        text-align: left;
        padding-left: 20px;
        vertical-align: text-top;
        display: block;
        background: #ffffff;
        /*box-shadow: inset 0px 2px 4px #f3f3f3;*/
        font-family: "Roboto", Arial, Verdana;
        border: none;
        border-radius: none;
    }

    .simple-form fieldset {
        padding: 0px 0px;
        border-radius: 2px;
        width: 98%;
        float: left;
        margin-bottom: 20px;
        float: left;
    }

        .simple-form fieldset.inputError i {
            background-color: #db4453;
        }

    .simple-form fieldset {
        border: 1px solid #aab2bd;
    }

        .simple-form fieldset i {
            background-color: #aab2bd;
        }

        .simple-form fieldset.inputError {
            border-color: #db4453;
        }

        .simple-form fieldset i {
            float: left;
            width: 28px;
            height: 22px;
            color: #FFF;
            text-align: center;
            padding: 10px 2px 0px 2px;
            -webkit-transition: all 0.25s ease-out;
            -moz-transition: all 0.25s ease-out;
            -o-transition: all 0.25s ease-out;
            -ms-transition: all 0.25s ease-out;
            transition: all 0.25s ease-out;
        }

    .simple-form input:focus,
    .simple-form {
        border: none;
    }

        .simple-form input[type="submit"] {
            width: auto;
            border-top: none;
            border-left: none;
            border-right: none;
            color: #FFF;
            box-shadow: none;
        }

        .simple-form textarea {
            padding-left: 20px;
            padding-top: 10px;
            margin: 0 0 15px 0;
            font-family: "Roboto", aRIAL, Verdana;
            /*border: none;  width: 95%;padding-left:50px; 17/03*/
        }

        .simple-form fieldset {
            margin-bottom: 15px;
            float: left;
        }

        .simple-form label {
            font-size: 12px;
            color: #888;
            margin-bottom: 10px;
        }

            .simple-form label span {
                color: #e64135;
            }

#error-field {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
}

#btnSend {
    background: #fbdc41;
    padding: 10px 50px;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

.dxeButtonEdit_DevEx .dxeIIC img {
    padding-left: 15px;
}



.flex-control-nav {
    visibility: hidden;
}

.flex-control-paging {
    visibility: hidden;
}

.flex-active-slide p {
    margin: 20px 0 10px;
}
