/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    font-family: Open Sans !important;
}

.acc_title {
    background-color: #fcfcfc !important;
    border-bottom: none !important;
    font-size: 14px !important;
}

.playic {
    width: 1.3rem;
    margin-right: 1rem;
    border: none !important;
}

.accordion .ac-item .arrownone:before {
    display: none;
}

.ac-content {
    padding: 0px 0px !important;
}

/* .accordion {
 	width: 100%;
 	max-width: 360px;
 	margin: 30px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 } */
.link {
    padding-left: 12px !important;
    color: #333;
    /*  border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8; */
    border-radius: 4px 4px 0 0;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 17px;
    left: 12px;
    font-size: 18px;
    color: #252525;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .accordion li i.fa-chevron-down {
        right: 12px;
        left: auto;
        font-size: 16px;
    }

.accordion li.open .link {
    color: #252525;
}

.accordion li.open i {
    color: #252525;
}

    .accordion li.open i.fa-chevron-down {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.accordion li.default .submenu {
    display: block;
}
/**
 * Submenu
 -----------------------------*/
.submenu {
    display: none;
    font-size: 14px;
    padding-left: 0px;
}

    .submenu li {
        border-bottom: 1px solid #4b4a5e;
    }

    .submenu a {
        display: block;
        text-decoration: none;
        color: #252525;
        padding: 12px;
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .submenu a:hover {
            background: #transparent;
        }

.ac-item {
    border-top: 1px solid #e7e7e7;
}

.accordion .ac-title {
    position: relative;
    padding: 12px 30px 12px 15px;
    font-size: 13px;
    line-height: 22px;
    font-weight: 600;
    cursor: pointer;
    background-color: white !important;
    margin-bottom: 0px;
    background: white;
}
/*.ac-item {
    border: 1px solid #e7e7e7;
    background: white;
    border-color: #e7e7e7;
    border-style: solid;
    border-width: 1px 1px 0px 1px;
}*/
.ac2 {
    list-style-type: none;
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    /*  border-bottom: 1px solid #e7e7e7; */
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    transition: box-shadow 200ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.lvseson {
    margin-bottom: 0px;
    font-size: 15px;
}

.sesson {
    margin-bottom: 0.0rem;
    font-weight: 600;
}

.sttime {
    line-height: 0.8;
    font-size: 13px;
}

.lvseson {
    margin-bottom: 0px !important;
}

.ctcotainer {
    width: 80%;
}

.redb {
    background: #d6293d;
    border-color: #d6293d;
}

    .redb:hover {
        background: #d6293d;
        border-color: #d6293d;
    }

.newlogo {
    height: 85px;
}

.brdcont {
    width: 79% !important;
}

.brdct {
    float: left !important;
    text-align: left !important;
}

.brdtitle {
    padding-bottom: 0px !important;
    padding-top: 90px !important;
    background: #f5f6f8 !important;
}

.arrowic {
    font-size: 14px;
    font-weight: 800;
    color: #bfc0c1;
    margin-left: 5px;
}

.ntbutton {
    width: 100%;
    margin-top: 5%;
    background: #5fa5d1;
}

@media (min-width: 480px) and (max-width: 767px) {
    .ctcotainer {
        width: 100% !important;
    }

    .kenburns-bg {
        background-size: 53rem !important;
    }
}

@media (width: 667px) {
    .kenburns-bg {
        background-size: 53rem !important;
    }
}

@media (max-width: 991px) {
    .brdtitle {
        padding: 10px 0px 0px !important;
    }
}

.mbbtn {
    float: right !important;
    padding: 7px !important;
    padding-top: 20px !important;
}

.inttile {
    text-transform: uppercase !important;
    font-weight: 800 !important;
    color: #626262 !important;
    margin-bottom: 0px;
}

.inttitle2 {
    text-transform: uppercase !important;
    font-weight: 800 !important;
    color: #a1a1a1;
}

.btnntn {
    background: #5fa5d1;
    padding: 12px 10px !important;
    border-color: #5fa5d1;
}

.icbtn {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.chekansbtn {
    padding-right: 0px !important;
    width: 32%;
}

.chekansbtn2 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.timerct {
    width: 25px;
}

.ctsection {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.tirectflex {
    display: flex;
    vertical-align: middle;
    align-items: center;
    min-height: 3rem;
    float: right
}

.tirectflex1 {
    display: flex;
    vertical-align: middle;
    align-items: center;
    min-height: 3rem;
    float: right
}

.timetext {
    font-size: 16px;
    font-weight: 500;
    margin-left: 0.7rem;
    color: #a1a1a1;
    line-height: 1.4;
}

.ylbtn {
    background: #f3a575;
    border-color: #f3a575;
}

.flagstatus {
    text-align: right;
    width: 97%;
    line-height: 3.2;
}

.flagic {
    margin-right: 0.5rem;
}

.qtext {
    text-align: center;
    width: 90%;
    margin: 25px auto;
    font-size: 19px;
}

.ans {
    margin-right: 1rem;
    font-size: 18px;
    font-weight: 600;
}

.itextnormal {
    font-style: normal;
    margin-right: 2rem;
}

.ansrow {
    margin: 3% auto;
}

.ctrow {
    width: 89%;
    margin: auto;
}

.anstex {
    font-size: 15px;
    color: #838383;
}

.ansdot {
    margin-right: 1rem;
    color: #b9b9b9;
}

.ntbtn {
    width: 10rem !important;
    margin-left: 1% !important;
    background: #d6293d !important;
    border: #d6293d !important;
    margin: 6% auto !important;
    height: 3rem !important;
}

.mrtic {
    margin-left: 0.3rem !important;
}

@media only screen and (max-width: 767px) {
    .padletzero {
        padding-left: 0px;
    }

    .flagstatus {
        text-align: left;
        padding-left: 1.2rem;
    }

    .qtext {
        font-size: 1rem;
        margin-bottom: 1.8rem !important;
    }

    .ans {
        font-size: 1rem;
    }

    .anstex {
        font-size: 13px;
    }

    #page-title .breadcrumb ul li a {
        font-size: 13px;
    }
}



@media only screen and (max-width: 1280px) {
    .chekansbtn {
        width: 36%;
    }
}

.flotright {
    float: right !important;
    height: 0px;
}

.sl1 {
    margin-top: 7rem !important;
}

.sidetext {
    color: #333 !important;
    font-size: 22px !important;
    line-height: 1.5 !important;
    text-align: left;
}

.par {
    font-size: 13px !important;
    color: #333 !important;
    line-height: 1.7 !important;
    text-align: left !important;
    font-weight: 500 !important;
}

.text-left {
    text-align: left !important;
}

.heading1 {
    width: 75%;
    margin: 0 auto;
}

.headingtext {
    font-weight: 800;
    font-size: 23px;
    text-transform: uppercase;
    width: 75%;
}

.drfr {
    margin-top: 4rem;
    margin-bottom: 0px !important;
}

.ic2 {
    margin: 0 auto 26px;
    position: relative;
}

.firstictext {
    margin-top: 3.2rem !important;
}

.partext {
    background-color: #f8f9fb;
    border-top: 1px solid #e4e4e4;
}

.backtest {
    background-image: url(../images/test.jpg);
}

.clrwhite {
    color: white;
}

.minusmar {
    margin-top: -7%;
    z-index: 999;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
    border: none;
}

.imgcol {
    width: 13% !important;
    padding: 0px !important;
    text-align: center !important;
}

.bgfont {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.headtitle {
    font-size: 24px !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    color: #626262 !important;
    text-transform: uppercase;
}

.titlemg {
    margin-bottom: 50px !important;
}

.imgwdth {
    width: 7rem !important;
}

.tcenter {
    text-align: center;
}

.padbottom {
    padding-bottom: 0px !important;
    background: #f8f9fb;
    border-top: 1px solid #e4e4e4;
}

.padtop {
    padding-top: 0px !important;
    background: #f8f9fb;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 50px !important;
}

.lblist {
    font-weight: 600 !important;
    font-size: 16px !important;
    color: #b6b6b6 !important;
    margin-top: 2rem;
}

    .lblist li {
        margin-bottom: 20px !important;
    }

.tright {
    text-align: right !important;
}

.backg {
    background-image: url(../images/back43.jpg);
    position: relative;
    overflow: hidden;
    padding: 110px 40px 111px !important;
    margin-bottom: 0px !important;
}

.cnwid {
    border: 1px solid #828282;
    padding: 6% 15% !important;
}

.twhite {
    color: white !important;
}

.mbot {
    margin-bottom: 1.5rem !important;
}

.ft {
    border-top: none !important;
}

.fwe {
    font-weight: 500;
}

.rgbs {
    background: #f8f9fb !important;
    border-top: 1px solid #e0e0e0 !important;
}

.sdtitle {
    color: #333 !important;
    font-weight: 800 !important;
}

.tpmn {
    width: 39% !important;
}

@media only screen and (max-width: 1280px) {
    .tpmn {
        width: 30% !important;
    }

    .tleft {
        text-align: left !important;
    }

    .kenburns-bg {
        background-size: 97rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .tablet {
        width: 32% !important;
        clear: right !important;
    }

    .tabletpr {
        width: 80% !important;
        float: right !important;
    }

    .tab23 {
        width: 18% !important;
        clear: none !important;
    }

    .tabwid {
        width: 86% !important;
        text-align: center !important;
    }

    .tabpost {
        width: 46% !important;
    }

    .tablink {
        width: 18% !important;
    }

    .tablog {
        width: 26% !important;
    }

    .tabaddress {
        width: 94% !important;
        text-align: center !important;
    }

    .slider2 {
        margin-top: 0px !important;
    }

    .cendiv {
        width: 62% !important;
        clear: right !important;
        float: left !important;
    }

    .btnredl {
        float: left !important;
        width: 13% !important;
    }
}

@media only screen and (max-width: 480px) {
    .kenburns-bg {
        background-position: 41% 0% !important;
    }

    .tabt {
        font-size: 14px !important;
    }

    .imgcol {
        width: 100% !important;
    }

    .mgtzero {
        margin-bottom: 5px !important;
    }

    .cendiv {
        width: 100% !important;
        margin-top: 1rem !important;
    }

    .btnredl {
        float: left !important;
        width: 100% !important;
        text-align: center !important;
    }

    .tab23 {
        float: left !important;
        margin-top: 1rem !important;
    }

    .parertext {
        font-size: 14px !important;
    }

    .tabletpr {
        width: 73% !important;
    }

    .fttext {
        width: 100% !important;
        text-align: center;
    }

    .tablog {
        width: 100% !important;
        margin-left: 5rem !important;
    }

    .rtcent {
        margin-bottom: 45px !important;
    }

    .drfr {
        margin-top: 20px !important;
    }

    .tablet {
        width: 100% !important;
        clear: right !important;
    }

    .kenburns-bg {
        background-size: 57rem !important;
    }
}

.tleft {
    text-align: left !important;
}
