
.ctrl-row .form-control.input-validation-error {
    border: 1px solid #ff0000;
}

.ctrl-row sup {
    color: #ff0000
}

.ctrl-wrap i {
    position: absolute;
    right: 7px;
    top: 9px;
    color: #d02929;
    display: none;
}

.ctrl-row .form-control.input-validation-error + i {
    display: block;
}

.ctrl-row input[aria-invalid="false"] + .nexte + .green-signal {
    display: block;
    color: #1aa524
}

.ctrl-row textarea[aria-invalid="false"] + .nexte + .green-signal {
    display: block;
    color: #1aa524
}
input::-ms-clear {
    display: none;
}

.field-validation-error {
    color: #bd0c0c;
    font-style: normal;
    padding-top: 5px;
    float: left;
    font-size: 12px;
}

.icon-3:before {
    content: "";
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    display: inline-block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: auto;
    background-position: -611px 0;
}

.icon-4:before {
    content: "";
    background: url(/ImageApplications/Images/icon/icon-sprite-travelodaddy.png) no-repeat;
    display: inline-block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: auto;
    background-position: -911px 0;
}


.cc-wrap {
    width: 100%;
    float: left;
    margin: 25px 0;
    margin-top: 2.5em;
}

.cc-support {
    width: 100%;
    float: left;
    background: rgba(232, 232, 232, 0.5);
    padding: 10px;
    border: 1px solid #e1e4e6;
    box-shadow: 2px 2px 10px #d6d6d6;
    -webkit-box-shadow: 5px 5px 25px #d6d6d6;
    -moz-box-shadow: 5px 5px 25px #d6d6d6;
}

.heading-wrap {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 0 0 10px 0
}

.cc-support h2 {
    text-align: center;
    margin: 0;
    padding: 9px 0;
    color: #1b1751;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
}

    .cc-support h2:before {
        content: "";
        position: absolute;
        left: -120px;
        width: 100px;
        height: 2px;
        top: 50%;
        background: #1b1751;
    }

    .cc-support h2:after {
        content: "";
        position: absolute;
        right: -120px;
        width: 100px;
        height: 2px;
        top: 50%;
        background: #1b1751;
    }

.inner-form {
    float: left;
    width: 100%;
    padding: 10px 0;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    background: #fff;
}

.ctrl-row {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    height: 75px;
}

    .ctrl-row.textboxarea {
        height: auto;
    }

    .ctrl-row label {
        margin: 0px;
        font-weight: 400;
        font-size: 13px;
        padding: 5px 0;
        text-transform: capitalize
    }

textarea {
    resize: none;
    box-shadow: 2px 2px 10px #ece6e6;
    -webkit-box-shadow: 2px 2px 10px #ece6e6;
    -moz-box-shadow: 2px 2px 10px #ece6e6;
    min-height: 100px;
    padding-right:20px;
}

.ctrl-row .form-control {
    border: 1px solid #ece8e8;
    box-shadow: 2px 2px 10px #ece6e6;
    -webkit-box-shadow: 2px 2px 10px #ece6e6;
    -moz-box-shadow: 2px 2px 10px #ece6e6;
    padding-right: 20px;
}
.cst-alert-success {
    float: left;
    color: #0b9a31;
    padding: 11px 0;
    font-size: 12px;
    line-height: 20px
}

.punch {
    float: right;
    margin: 25px 15px 0px 15px;
    background: #1b1751;
    margin: 18px;
    box-shadow: 2px 3px 9px #999;
    -webkit-box-shadow: 2px 3px 9px #999;
    -moz-box-shadow: 2px 3px 9px #999;
    padding-left: 0;
    border: none;
    padding: 7px 20px;
    color: #fff;
    line-height: 20px;
    font-size: 18px;
    border-radius: 5px;
}

    .punch:hover {
        background: #e0923a;
    }



.cc-side {
    width: 100%;
    float: left;
    padding: 30px 0 0 0;
    border: 1px solid #ccc;
}

    .cc-side .flight-guarantee {
        float: left;
        width: 100%;
        padding-bottom: 0px;
    }

    .cc-side .icon-3,
    .cc-side .icon-4 {
        padding: 86px 0 0;
        margin-bottom: 34px;
        float: left;
        width: 100%;
        position: relative;
    }

    .cc-side .icon-4 {
        margin-bottom: 0px;
    }

        .cc-side .icon-3:after,
        .cc-side .icon-4:after {
            display: none;
        }

    .cc-side section.flight-guarantee h4 {
        text-align: center;
		background: #1b1751;
		padding: 8px 10px;
		color: #ff744a;
    }

.icon-3:before {
    background-position: -618px 9px;
}

h4.faq-title {
    margin: 0;
    padding: 0 15px;
    font-size: 19px;
    line-height: 24px;
    float: left;
    width: 100%;
    color: #000;
}

ul.cc-faq {
    margin: 0px;
    padding: 0;
    list-style: none;
    float: left;
}

    ul.cc-faq li {
        padding: 8px 5px 8px 29px;
        position: relative;
        border-bottom: 1px solid #ccc;
    }

        ul.cc-faq li:last-child {
            float: right;
            background: #799def;
            margin: 18px;
            box-shadow: 2px 3px 9px #999;
            -webkit-box-shadow: 2px 3px 9px #999;
            -moz-box-shadow: 2px 3px 9px #999;
            padding-left: 0;
            border: none;
            padding: 4px 10px 4px 20px;
            color: #fff;
            line-height: 20px;
            font-size: 18px;
            border-radius: 5px;
        }

            ul.cc-faq li:last-child a {
                color: #fff;
            }

        ul.cc-faq li a {
            color: #191919;
            font-size: 13px;
        }

        ul.cc-faq li:last-child:before {
            border-left: 5px solid #fff;
            left: 9px;
        }

        ul.cc-faq li:before {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border: 5px solid transparent;
            border-left: 5px solid #000;
            left: 17px;
            top: 16px;
        }

.error {
    color: #ff0000;
}

.ctrl-wrap {
    position: relative;
}

.cc-error {
    float: left;
    width: 100%;
    position: absolute;
    color: #ff0000;
    width: 100%;
    padding: 5px 0;
    display: none;
}

.call-number-area {
    float: left;
    width: 100%;
    background: #1b1751;
    padding: 10px 15px;
    margin: 10px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 33px;
    line-height: 44px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 5px;
    border: 1px solid #888;
}

    .call-number-area a {
        padding: 4px 6px;
        background-color: #ff744a;
		color:#1b1751;
    }

        .call-number-area a:hover {
            color: #fff;
        }
.faqs-section {
    width: 100%;
    float: left;
    margin-top: 100px;
}

    .faqs-section h2 {
        text-align: center;
        margin: 0;
        padding: 15px 15px;
        color: #00AAF8;
        display: inline-block;
        margin-bottom: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }

.faq-list {
    width: 100%;
    float: left;
    padding: 3px 0px;
}

    .faq-list .acc-head {
        background: #476cc3;
        cursor: pointer;
        padding: 5px 15px 5px 37px;
    }

        .faq-list .acc-head h3 {
            font-size: 17px;
            line-height: 20px;
            margin: 0;
            font-weight: 400;
            color: #ffffff;
        }

    .faq-list .acc-content {
        width: 100%;
        float: left;
        border: 1px solid #ccc;
        border-top: none;
        padding: 0 10px;
        border-radius: 0 0 10px 10px;
        box-shadow: 1px 1px 15px #ccc;
        -webkit-box-shadow: 1px 1px 15px #ccc;
        -moz-box-shadow: 1px 1px 15px #ccc;
        display: none;
    }

    .faq-list .acc-head {
        background: #476cc3 url(/ImageApplications/Images/icon/plus.png) no-repeat;
        background-position: 7px 7px;
    }

    .faq-list.minus-icon .acc-head {
        background: #476cc3 url(/ImageApplications/Images/icon/minus.png) no-repeat;
        background-position: 7px 7px;
    }

.acc-content.active-tab {
    display: block;
}

.faq-list .acc-content p {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
    font-weight: 300;
    color: #000;
}

    .faq-list .acc-content p a {
        color: #000;
        display: inline-block;
        text-decoration: underline;
    }

.acc-head-main {
    background: #eb1e2c;
    cursor: pointer;
    padding: 5px 15px 5px 37px;
    padding: 5px 15px;
    width: 100%;
    float: left;
    color: #fff;
    font-size: 21px;
    text-transform: capitalize;
}
    .acc-head-main i {
        margin-top: 5px;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
    }

.section-one.rotate .fa-angle-up {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.section-one.rotate .fa-angle-down {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.main-acc {
    display: none;
    width: 98%;
    float: none;
    margin: 0 0 0 2%;
}

    .main-acc.show-one {
        display: block;
    }

.section-one {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    padding: 0 15px;
}
.col-lg-6{
    float:left;
}


.help-desk-icon {
    text-align: center;
}

    .help-desk-icon p {
        text-align: left;
        font-size: 14px;
        padding: 13px;
        margin-bottom: -2px;
    }

    .help-desk-icon img {
        width: 30%;
    }
  

@media(max-width:480px){
    .cc-support h2:after{
        display:none;
    }
    .cc-support h2:before {
        display: none;
    }
    .call-number-area {
        font-size: 23px;
    }
    ul.cc-faq{
        width:100%;
    }
    .pad-rem .col-lg-9 {
        padding-left: 0;
        padding-right: 0;
    }
    .call-number-area a {
        display: block;
    }
    
}

@media(max-width:360px){
    .call-number-area {
        font-size: 20px;
    }
}