.abouttopsec{
    width: 100%;
    margin:0;
    padding:60px 0;
    overflow: hidden;
    background:#F9F9F9;
}
.abouttopsec h1{
  font-weight: 700;
}
.abouttopsec h1 span{
  color: #fff;
}
.triumfoschedulcallbg {
    width: 100%;
    margin: 0;
    padding: 30px 0;
    overflow: hidden;
}
.triumfoschedulcallbg .schedulerow {
    width: 100%;
    margin: 0 0 40px;
    padding: 30px 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.triumfoschedulcallbg .schedulerow .numbricon {
    width: 30px;
    float: left;
    line-height: 45px;
    padding: 0 1px;
    border-radius: 36px;
    background: #023785;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
}
.triumfoschedulcallbg .schedulerow .caption {
    width: calc(100% - 45px);
    float: left;
}
.triumfoschedulcallbg .schedulerow .caption .t_title {
    text-align: center;
    font-family: Fjalla One,sans-serif;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #212529;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
}
.solocaption {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.triumfoschedulcallbg .schedulerow .caption p {
    display: block;
    font-family: Roboto Condensed, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    font-weight: 400;
    margin-bottom: 15px
}

.triumfoschedulcallbg .schedulerow .caption .phonecall {
    display: block;
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    line-height: 20px;
    color: #1d2c38;
    font-style: italic
}

.triumfoschedulcallbg .schedulerow .caption .phonecall::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    height: 20px;
    background: url(../images/phonecall.png) no-repeat
}


.timerbride {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

.timerbride ul {
    margin: 0;
    padding: 0
}

.timerbride ul li {
    display: block;
    width: calc(50% - 12px);
    float: left;
    margin: 15px 6px;
    float: left;
    font-size: 17px;
    line-height: 22px;
    padding: 15px;
    text-align: center;
    background: #fff;
    color: #212529;
    border: 1px solid #ddd;
    box-sizing: border-box
}

.liselected {
    background: #023785 !important;
    color: #fff !important
}

.confirmationbutton {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 50px;
    overflow: hidden
}

.confirmationbutton button[type='submit'] {
    display: inline-block;
    padding: 0 35px;
    background: #091d3e;
    color: #fff;
    font-size: 17px;
    line-height: 45px;
    border-radius: 3px
}

button[type="submit"]:disabled {
    opacity: .3
}

.hasDatepicker {
    background: #f9f9f9
}

.borshedulleft {
    border-left: 1px solid #ddd;
    opacity: .5
}
/*----*/
.schedulednail {
    display: inline-block;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 15px 25px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #121f32;
}
.schedulednail .schduldatbg {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    line-height: 1.8;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.schedulednail .schduldatbg::before {
    content: '\f073';
    position: relative;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 1.8;
    margin-right: 7px;
    color: #fff;
    font-family: 'FontAwesome';
}
.schedulednail .schdulcallbg {
    display: inline-block;
    position: relative;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
}
.schedulednail .schdulcallbg::before {
    content: '\f017';
    position: relative;
    top: 0;
    left: 0;
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
    margin-right: 7px;
    font-family: 'FontAwesome';
}
@media screen and (max-width: 900px) {

}