.test-list, .book-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}

.htq-tests-carousel .owl-carousel.test-list.grid-view.courses-4-columns .wpman-test-item,
.htq-tests-carousel .owl-carousel.test-list.grid-view.courses-3-columns .wpman-test-item,
.htq-tests-carousel .owl-carousel.test-list.grid-view.courses-2-columns .wpman-test-item
{
    max-width: 100% ;
}

.book-list{
    padding-right: 10px;
    padding-left: 10px;
}


.test-list .wpman-test-item,
.book-list .wpman-book-item
{
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-top: 53px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.test-list .test
.book-list .book{
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .test-list.grid-view.courses-2-columns .wpman-test-item,
    .book-list.grid-view.courses-2-columns .wpman-book-item
    {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {
    .test-list.grid-view.courses-3-columns .wpman-test-item,
    .book-list.grid-view.courses-3-columns .wpman-book-item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    


}
@media (min-width: 992px) {
    .test-list.grid-view.courses-3-columns .wpman-test-item,
    .book-list.grid-view.courses-3-columns .wpman-book-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

}
@media (min-width: 768px) {
    .test-list.grid-view.courses-4-columns .wpman-test-item,
    .book-list.grid-view.courses-4-columns .wpman-book-item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .test-list.grid-view.courses-4-columns .wpman-test-item,
    .book-list.grid-view.courses-4-columns .wpman-book-item{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    
}
.test-item-inner,
.book-item-inner{
    background-color: #fff;
    border-radius: 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 0 10px rgb(51 51 51 / 15%);
}

.test-item-inner .test-thumbnail,
.book-item-inner .book-thumbnail{
    position: relative;
    top: -53px;
}

.test-label {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 12px;
    z-index: 3;
    left: 27px;
}
.test-thumbnail .image-item,
.book-thumbnail .image-item
{
    padding: 15px;
    display: block;
}
.test-thumbnail .image-item img,
.book-thumbnail .image-item img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-shadow: 0 5px 11px rgb(22 25 39 / 10%);
}

.test-list .wpman-test-item .test-item-inner .test-content-holder .test-content-main,
.book-list .wpman-book-item .book-item-inner .book-content-holder .book-content-main
{
    padding: 12px;
    overflow: hidden;
    margin-top: -53px;
}

.test-list .wpman-test-item .test-item-inner .test-content-holder .test-content-main .test-title,
.book-list .wpman-book-item .book-item-inner .book-content-holder .book-content-main .book-title
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    height: 43px;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
}

.test-list .wpman-test-item .test-item-inner .test-content-holder .test-content-bottom,
.book-list .wpman-book-item .book-item-inner .book-content-holder .book-content-bottom
{
    border-top: 1px solid #eaeaea;
    padding: 9px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpman-test-item .test-item-inner .test-content-holder .test-price
.wpman-book-item .book-item-inner .book-content-holder .book-price
{
    text-align: left;
    border-radius: 7px;
    padding: 4px;
    font-family: inherit;
}

.test .price ins {
    text-decoration: none;
    color: #111;
    font-weight: 600;
    font-family: inherit;
}

.test .price .test-Price-currencySymbol {
    font-size: 12px;
}

.test .test-price ins
{
    background: unset;
}

.test .test-title a,
.book .book-title a {
    color: #444;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.test-content-main,
.book-content-main
{
    font-family: IRANSansX
}

html[lang="fa-IR"] .test-content-main,
html[lang="fa-IR"] .book-content-main
{
    font-family: IRANSansX
}

.test-item-inner:hover,
.book-item-inner:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*Test Archive*/
#test-timeer div{
    display:inline-flex;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 52%, rgba(227,227,227,1) 54%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 52%, rgba(227,227,227,1) 54%, rgba(255,255,255,1) 100%);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 52%, rgba(227,227,227,1) 54%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
    border-radius:10px;
    padding:15px;

}
#test-timeer .labeltt{
    clear:both;
    position:absolute;
    margin-top:45px !important;
    margin:-5px;
    font-size:12px;

}
.wpman-test-archive-heading {
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    margin-top: 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: inherit;
    background-position: center center;
    box-shadow:0px 5px 5px #eee;
}

.wpman-test-archive-heading .breadcrumbs,
.wpman-test-archive-heading .breadcrumbs span
{
    color: #fff;
    font-size: 12px;
    line-height: 22px;
}

.wpman-test-archive-heading h1.wpman-test-title {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    margin-top: 0px;
    color: #fff;
    margin-top: 7px;
}
.wpman-test-archive-heading .test-info
{
    color: #000;
}
.qtime{
    display:block;
    text-align:left;
}
.titletest{
    font-size:15px;
    margin-bottom:10px;
}
.qcount{
    font-size:13px;
}
.float-none
{
    float: none !important;
}


table.htq_questions_table
{
    text-align: inherit;
}

.blog-tests-holder .blog-loop-inner .type-test {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 25px;
    padding-left: 25px
}


.htq-tests-carousel .owl-carousel,
.htq-tests-carousel .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.htq-tests-carousel .owl-carousel {
    width: 100%;
    z-index: 1
}

.htq-tests-carousel .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.htq-tests-carousel .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.htq-tests-carousel .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    -webkit-transform: translate3d(0, 0, 0)
}

.htq-tests-carousel .owl-carousel .owl-item,
.htq-tests-carousel .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.htq-tests-carousel .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.htq-tests-carousel .owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.htq-tests-carousel .owl-carousel .owl-dots.disabled,
.htq-tests-carousel .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .htq-tests-carousel .owl-carousel,
.htq-tests-carousel .owl-carousel.owl-loaded {
    display: block
}

.htq-tests-carousel .owl-carousel .owl-dot,
.htq-tests-carousel .owl-carousel .owl-nav .owl-next,
.htq-tests-carousel .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.htq-tests-carousel .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit
}

.htq-tests-carousel .owl-carousel .owl-nav button.owl-next,
.htq-tests-carousel .owl-carousel .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    font: inherit
}

.htq-tests-carousel .owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.htq-tests-carousel .owl-carousel.owl-hidden {
    opacity: 0
}

.htq-tests-carousel .owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.htq-tests-carousel .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.htq-tests-carousel .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.htq-tests-carousel .owl-carousel.owl-rtl {
    direction: rtl
}

.htq-tests-carousel .owl-carousel.owl-rtl .owl-item {
    float: right
}

.htq-tests-carousel .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.htq-tests-carousel .owl-carousel .owl-animated-in {
    z-index: 0
}

.htq-tests-carousel .owl-carousel .owl-animated-out {
    z-index: 1
}

.htq-tests-carousel .owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-carousel .owl-height {
    transition: height .5s ease-in-out
}

.htq-tests-carousel .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.htq-tests-carousel .owl-carousel .owl-item .owl-lazy:not([src]),
.htq-tests-carousel .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.htq-tests-carousel .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.htq-tests-carousel .owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.htq-tests-carousel .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.htq-tests-carousel .owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.htq-tests-carousel .owl-carousel .owl-video-playing .owl-video-play-icon,
.htq-tests-carousel .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.htq-tests-carousel .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.htq-tests-carousel .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-dots {
    text-align: center
}

.gallery-carousel-inner .owl-dots {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%
}

.owl-dots .owl-dot {
    outline: 0!important
}

.owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    display: block;
    margin: 0 6px;
    border-radius: 30px;
    background-color: rgba(108, 117, 125, .25);
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}


.owl-dots .owl-dot.active span {
    width: 23px;
}
.owl-dots .owl-dot.active span {
    background-color: #ec406a
}

.htq-tests-carousel .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -6px;
    margin-top: -21px;
    font-size: 22px;
    color: #fff;
    background-color: #fff;
    width: 50px;
    -webkit-box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: -1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    border: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0!important;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.htq-tests-carousel .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -6px;
    margin-top: -21px;
    font-size: 22px;
    color: #fff;
    background-color: #fff;
    width: 50px;
    -webkit-box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    box-shadow: 1.5px 0 4px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    border: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: 0!important;
    opacity: 0;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease
}

.owl-nav .fa {
    color: rgba(0, 0, 0, .53);
    font-size: 27px
}

.htq-tests-carousel .owl-carousel .owl-nav .owl-prev {
    left: -11px
}

.htq-tests-carousel .owl-carousel .owl-nav .owl-next {
    right: -11px
}

.htq-tests-carousel .owl-carousel:hover .owl-nav .owl-next,
.htq-tests-carousel .owl-carousel:hover .owl-nav .owl-prev {
    opacity: 1;
    visibility: visible
}


/**/
.twest_td .options{
    display:inline-flex;
}
.index_td3{
    padding:10px;
    background:#e9edf6;
    border-radius:10px;
}
.htq_questions_table .index_td .index
{
    background: unset;
    color: #45596a;
    font-size: 20px;
}
.htq_questions_table .twest_td
{
    border: unset;
    background-color: unset;
}
.option p{
    display:inline;
}
.userquiz{
    margin-top:10px;
    font-size:13px;
}
.htq_btn_bar_floating
{
    display: block;
    z-index: 1001;
    bottom: 0px;
    width: 100%;
    border: unset !important;
    padding: 0px;
    position: unset !important;
    background: unset !important;
    text-align: right;
}
.htq_btn_bar_floating .btn{
    width:300px !important;
}
.canswr{
    float:left;
    padding-top:10px !important;
    padding-bottom:10px !important;
    background:unset !important;
    border:1px solid #2196f3 !important;
    color:#2196f3 !important;
}
.canswr:hover{
    background:#2196f3 !important;
    color:#fff !important;
}
#htq_submit_test {
    padding-top:10px !important;
    padding-bottom:10px !important;
    border:1px solid #ff4f5d !important;
    color:#ff4f5d !important;
    background:unset !important;
}
#htq_submit_test:hover{
    background:#ff4f5d !important;
    color:#fff !important;
}
#htq_qans_lbl{
    color:unset !important;
}
.htq_float , .htq_timer{
    display:none;
}
.checkmark{
    right:0 !important;
    border-radius:5px !important;
}
.checkmark:after{
    background:none !important;
}
.htq_radiocontainer input:checked ~ .option {
    color: #2196F3 !important;
}

.htq_radiocontainer input:checked ~ .option0 {
    color: #2196F3 !important;
}
.options-container {
    background:#e9edf675;
    border-radius:10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    padding:5px;
}
.htq_radiocontainer{
    margin: unset !important;
}
.htq_questions_table .twest_td{
    padding:unset !important;
}
#test-timeer div{
    width:50px !important;
    border:1px solid #e3e3e3;
    background-size: 100% 1px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius:10px !important;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #eee;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

#test-timeer {
    filter: blur(0px);
    transition: filter 0.3s ease;
}
.qtime svg{
    font-size:25px !important;
    vertical-align:middle;
    margin-left:12px;
    color:#e3e3e3;
}
.qtime{
    display:flex;
    float:left;
    align-items: baseline;
    flex-direction: row-reverse;
}
.labeltt{
    font-size:12px;
    text-align:center;
    margin:20px;
    display:block;
}
.tls{
    margin:0 auto;
}
@media (max-width: 767.98px) {
    .options-container{
        background:unset !important;
        display:block!important;
        width:100% !important;
        text-align:right;
    }
    .options-container .options{
        width:100%;
        margin-top:5px;
    }
    .question .index{
        display:none !important;
    }

    .test-info div{
        font-size:15px;
    }
    .test-info{
        padding:unset !important;
    }
    .index_td3 .index{
        font-weight: 800;
        color: #445a74 !important;

    }
    .test-info .col-sm-6{
        text-align:center;
    }
    .col-sm-6 {
        width: 100%;
    }

    .flex-containerz {
        display: flex;
        flex-direction: column;
    }

    .flex-itemz {
        width: 100%;
    }

    .flex-itemz:nth-child(1) {
        order: 2;
    }

    .flex-itemz:nth-child(2) {
        order: 1;
        margin-bottom:20px;
    }
    .htq_btn_bar_floating{
        text-align:center !important;
    }
    .canswr{
        float:unset !important;
    }
    /* Result Style */
    .rescontainer {
        flex-direction: column;
        align-items: flex-start;
    }

    .divider {
        display: none;
    }
}
/* Result Style */
.restitle{
    color:#54595F !important;
    font-size:18px !important;
    font-weight:700 !important;

}
.rescontainer {
    display: flex;
    align-items: center;
}

.divider {
    flex-grow:1;
    border-top: 1px dashed #ccc;
    margin: 0 10px -15px;
}
.custom-div{
    text-align:center;
    background-color: #F5F7FA;
    border-radius:10px;
    padding: 20px;
    margin-bottom: 10px;
}
.cdtitle{
    font-size:14px !important;
    color:#000;
}
.bx2{
    width:20% !important;
}
.btgnon{
    color:#2196F3;
    font-size: 17px;
    font-weight: 600;
}
.btgsuc{
    color:#00B86B;
    font-size: 17px;
    font-weight: 600;
}
.btgfld{
    color:#FF8669;
    font-size: 17px;
    font-weight: 600;
}
.btxres{
    color: #00254D;
    font-size: 17px;
    font-weight: 600;
}
/*.answrlist .htq_radiocontainer .green{*/
/*    background: #4FC560 ;*/
/*}*/
/*.answrlist .htq_radiocontainer .green p{*/
/*    color: #fff !important ;*/
/*}*/
.green{
    color: #4FC560;
    font-weight: 500;
    padding: 1px 6px 2px 5px;
    background-color: #E1FFE8;
    border-radius: 5px 5px 5px 5px;
    margin-left:10px;
}
/*.answrlist .htq_radiocontainer .red{*/
/*    background: #FF8669 ;*/
/*}*/
/*.answrlist .htq_radiocontainer .red p{*/
/*    color: #fff !important ;*/
/*}*/
.answrlist .htq_radiocontainer{
    text-align:center !important;
    padding-right:unset !important;
}
.red{
    color: #FF8669;
    font-weight: 500;
    padding: 1px 6px 2px 5px;
    background-color: #FFEDE8;
    border-radius: 5px 5px 5px 5px;
    margin-left:10px;

}
.none{
    color: #2196F3;
    font-weight: 500;
    padding: 1px 6px 2px 5px;
    background-color: #E7F4FF;
    border-radius: 5px 5px 5px 5px;
}
.clnone span{
    color: #2196F3;
    background-color: #E7F4FF;
    display:block !important;
    font-size:17px;
    padding: 5px !important;
    border-radius: 5px 5px 5px 5px;
}
.nclan{
    display:block !important;
    font-size:17px;
}
.answrlist .checkmark{
    display:none;
}
.answrlist .index{
    display:none;
}
.question .index{
    display:block;
    margin-top:10px;
    padding:10px;
    background:#e9edf6 !important;
    border-radius:10px;
    color: #45596a;
    font-size: 20px;
}
/* UserPanel */
.reman{
    display:inline;
}
.rem2{
    margin: 8px 10px 15px 0px;
    padding: 1px 5px 2px 6px;
    background-color: #FF4F5D21;
    border-radius: 5px 5px 5px 5px;
    color:#FF4F5D;
}
.icotit{
    background:#E4F2FF;
    padding:10px;
    padding-left:5px !important;
    border-radius:50px;
    text-align:center !important;
    margin-left:10px;
}
.icotit svg{
    vertical-align:middle;
}
.record .view_answers {
    border:1px solid #2196F3 !important;
    color:#2196F3 !important;
    font-size:10px !important;
    margin-right:10px;
    border-radius:5px !important;
}
.record .view_answers:hover {
    border:1px solid #2196F3 !important;
    background:#2196F3 !important;
    font-size:10px !important;
    margin-right:10px;
    border-radius:5px !important;
    color:#fff !important;
}
.htq_date{
    display:inline-block;
    font-size:12px;
}
.paneltt{
    text-align:left;
}
.paneltt .dropdown-content{
    text-align:right !important;
    left:0 !important;
}
.paneltt .dropbtn{
    padding:5px !important;
    border:1px solid #2196F3 !important;
    color:#2196F3 !important;
}
.paneltt .dropbtn:hover{
    background:#2196F3 !important;
    color:#fff !important;
}
.record{
    border-right: 1px solid #e6e6e6 !important;
}
.bxres{
    padding-right:5px !important;
    padding-left:5px !important;
}
.myaccount-container , .myaccount-container span , .myaccount-container a , .myaccount-container .col-sm-4{
    font-family:Font3 !important;
    font-weight:500;
}
.myaccount-container .col-sm-4{
    font-weight:600 !important;
}
.logbtn{
    color:#fff !important;
    font-weight:800 !important;
    font-size:17px !important;
    padding: 10px 70px 10px 70px !important;
    background-color: #00B895 !important;
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-color: #00b86b !important;
    border-radius: 10px 10px 10px 10px !important;
}
.logbtn svg{
    vertical-align:middle;
}
.acexamone{
    text-align:left;
}
.acexamtwo{
    margin-top:10px;
}
.btnpp{
    padding: 10px !important;
    border: 1px solid #2196F3 !important;
    color: #2196F3 !important;
    border-radius:10px !important;
}