/*--------------------------------------------------------------
# Home Banner Widget Css
--------------------------------------------------------------*/
.td-home-banner-wrapper {
    background-color: #faf9fe;
    padding: 50px 0;
    position: relative;
}

.td-banner-content {
    position: relative;
    z-index: 1;
}

.td-banner-content .td-subtitle {
    font-size: 25px;
    color: #7d52cc;
    line-height: 35px;
}

.td-banner-content .title h1,
.td-banner-content .title h2,
.td-banner-content .title h3,
.td-banner-content .title h4,
.td-banner-content .title h5,
.td-banner-content .title h6 {
    font-size: 80px;
    font-weight: 300;
    line-height: 90px;
}

.td-banner-content .title h1 strong,
.td-banner-content .title h2 strong,
.td-banner-content .title h3 strong,
.td-banner-content .title h4 strong,
.td-banner-content .title h5 strong,
.td-banner-content .title h6 strong {
    font-weight: 700;
}

.td-banner-content .description {
    font-size: 19px;
    color: #293f74;
    line-height: 29px;
    margin-top: 30px;
}

.td-banner-content .banner-button {
    margin-top: 40px;
}

.banner-right-image {
    margin-right: -100px;
}

.virus-image-1,
.virus-image-2,
.virus-image-3,
.virus-image-4,
.virus-image-5 {
    position: absolute;
}

.virus-image-1 {
    left: 6%;
    top: 6%;
}

.virus-image-2 {
    right: 6%;
    top: 6%;
}

.virus-image-3 {
    left: 7%;
    bottom: 8%;
}

.virus-image-4 {
    right: 10%;
    top: 30%;
}

.virus-image-5 {
    bottom: -25px;
    right: -5px;
    z-index: -1;
}

.big-virus {
    width: 100px;
}

.medium-virus {
    width: 80px;
}

.small-virus {
    width: 50px;
}


@media only screen and (max-width: 1024px) {
    .td-home-banner-wrapper {
        padding: 100px 0;
    }

    .td-banner-content .title h1, .td-banner-content .title h2, .td-banner-content .title h3, .td-banner-content .title h4, .td-banner-content .title h5, .td-banner-content .title h6 {
        font-size: 58px;
        line-height: 70px;
    }

    .banner-right-image {
        margin-right: 0;
    }

    .big-virus {
        width: 55px;
    }

    .medium-virus {
        width: 40px;
    }

    .td-banner-content .description {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {

    .virus-image-1 {
        left: auto;
        top: auto;
        right: 50px;
        bottom: 50px;
    }

    .virus-image-2 {
        right: 6%;
        top: 4%;
    }

    .banner-right-image {
        margin-top: 55px;
    }

    .virus-image-4 {
        right: auto;
        left: 10%;
        top: 50%;
    }
}


@media only screen and (max-width: 767px) {
    .td-banner-content .title h1,
    .td-banner-content .title h2,
    .td-banner-content .title h3,
    .td-banner-content .title h4,
    .td-banner-content .title h5,
    .td-banner-content .title h6 {
        font-size: 35px;
        line-height: 45px;
    }

    .td-banner-content .td-subtitle {
        font-size: 20px;
        line-height: 30px;
    }

    .td-banner-content .description {
        font-size: 17px;
    }

    .virus-image-4 {
        top: 60%;
    }
}

/*--------------------------------------------------------------
# Home Slider Widget Css
--------------------------------------------------------------*/
.td-slider-container {
    position: relative;
    padding: 100px 0;
    background-color: #faf9fe;
}

.td-slider-container .virus {
    z-index: 1;
}

.td-home-banner-wrapper.td-home-slider-item{
    background-color: transparent;
    height: auto;
}

.td-slider-wrapper,
.td-slider-wrapper .td-home-banner-wrapper{
    padding: 0;
}

.td-home-banner-wrapper .banner-right-image img {
    display: inline-block;
}
.td-home-banner-wrapper .banner-right-image{
    text-align: right;
}


.td-slider-wrapper .slick-arrow {
    position: absolute;
    height: 60px;
    width: 60px;
    background: #7d52cc;
    text-align: center;
    line-height: 60px;
    top: 50%;
    border-radius: 50%;
    font-size: 25px;
    color: #ffffff;
    margin-top: -30px;
    left: 0;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.td-slider-wrapper .slick-arrow.slick-next{
    right: 0;
    left: auto;
}

.td-slider-wrapper:hover .slick-arrow{
    visibility: visible;
    opacity: 1;
    left: 50px;
}

.td-slider-wrapper:hover .slick-arrow.slick-next{
    left: auto;
    right: 50px;
}

.td-slider-wrapper .slick-dots {
    position: absolute;
    bottom: -60px;
}
.td-slider-wrapper .slick-dots li:last-child {
    margin-right: 0;
}
.td-slider-wrapper .slick-dots button {
    border: 2px solid #7d52cc;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background-color: transparent;
}
.td-slider-wrapper .slick-dots .slick-active button,
.td-slider-wrapper .slick-dots button:hover{
    background-color: #7d52cc;
}

@media only screen and (max-width: 1024px) {
    .td-slider-wrapper .slick-arrow,
    .td-slider-wrapper:hover .slick-arrow{
        display: none !important;
    }

    .td-slider-container{
        padding: 120px 0;
    }

    .td-slider-wrapper .slick-dots{
        bottom: -80px;
    }
}
/*--------------------------------------------------------------
# Section Title Widget Css
--------------------------------------------------------------*/

.td-section-title-wrap {
    margin-bottom: 30px;
}

.td-section-title-content {
    width: 100%;
    display: inline-block;
}

.td-section-title-wrap .subtitle {
    color: #7d52cc;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 5px;
}

.td-section-title-wrap .title {
    color: #293f73;
    font-size: 55px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 40px;
}

.title-description p:last-child {
    margin-bottom: 0;
}

li.title-shape {
    height: 5px;
    width: 30px;
    background-color: #293f74;
    margin-right: 5px;
    border-radius: 50px;
}

li.title-shape.title-shape-2 {
    width: 20px;
}

li.title-shape.title-shape-3 {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .td-section-title-wrap .title {
        font-size: 30px;
        line-height: 40px;
    }
}

.td-section-title-content blockquote {
    padding: 0 0 0 15px;
    background: transparent;
    position: relative;
    font-size: 17px;
    line-height: 28px;
    color: #293f75;
    font-weight: 500;
    margin: 15px 0;
}

.td-section-title-content blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #293f74;
    opacity: 1;
}

/*--------------------------------------------------------------
# Icon BOX Widget Css
--------------------------------------------------------------*/
.single-icon-box {
    text-align: center;
    background: #ffffff;
    padding: 27px 27px 36px 27px;
    margin-bottom: 30px;
    border-radius: 5px;
    transition: .3s;
}


.td-icon-wrapper {
    font-size: 60px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    text-align: center;
    left: 50%;
    margin-left: -30px;
}

.td-icon-box-wrapper .title {
    font-size: 31px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 15px;
    line-height: 41px;
}

.icon-hexagon {
    height: 190px;
    margin-top: -50px;
}

.single-icon-box .td-icon-wrapper {
    color: #7d52cc;
}

.single-icon-box .td-icon-wrapper svg, .single-icon-box .td-icon-wrapper svg g {
    fill: #7d52cc;
}

.single-icon-box .description p:last-child {
    margin-bottom: 0;
}


/* hexagon */

.td-hexagon {
    overflow: hidden;
    display: inline-block;
    margin: 4em 0;
    width: 126px;
    height: 106px;
    transform: rotate(-30deg) skewX(30deg);
    border-radius: 10px;
}

.td-hexagon *, .td-hexagon *:before {
    display: block;
    overflow: hidden;
    width: inherit;
    height: inherit;
    border-radius: inherit;
}

.td-hexagon-inner {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);

}

.td-hexagon:first-child .td-hexagon-inner:before, .td-hexagon-inner-2 {
    transform: skewX(-30deg) rotate(60deg) skewX(30deg);
    background: #f2edfb;
    content: '';
}


.td-hexagon-wrapper {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.hexagon-two .td-hexagon:first-child .td-hexagon-inner:before, .hexagon-two .td-hexagon-inner-2,
.single-icon-box:hover .hexagon-two .td-hexagon:first-child .td-hexagon-inner:before,
.single-icon-box:hover .hexagon-two .td-hexagon-inner-2 {
    background: #f2edfb;
}

.hexagon-two {
    position: absolute;
    top: 3px;
    left: 3px;
}

.hexagon-two .td-hexagon {
    width: 120px;
    height: 100px;
}

.td-hexagon:first-child .td-hexagon-inner:before,
.td-hexagon-inner-2 {
    transition: .3s;
}

.single-icon-box:hover .td-hexagon:first-child .td-hexagon-inner:before,
.single-icon-box:hover .td-hexagon-inner-2 {
    background: #7d52cc;
}

/* Icon Box Two */
.single-icon-box-two {
    text-align: center;
}

.td-icon-box-two-container {
    position: relative;
}

.td-icon-box-arrow-image {
    position: absolute;
    height: 330px;
    top: -35px;
    left: 0;
}

.single-icon-box-two {
    margin: 20px 0;
}

.single-icon-box-two .td-icon-box-two-wrapper {
    height: 200px;
    width: 200px;
    border: 2px solid #7d52cc;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}

.td-icon-two {
    height: 120px;
    width: 110px;
    display: inline-block;
    line-height: 115px;
    font-size: 80px;
}

.td-icon-two{
    color: #7d52cc;
}
.td-icon-two svg{
    fill: #7d52cc;
}

.single-icon-box-two .title {
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .td-icon-box-arrow-image{
        top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .td-icon-box-arrow-image{
        display: none;
    }
}

/*--------------------------------------------------------------
# Corona Data Widget Css
--------------------------------------------------------------*/
.td-corona-data-wrapper {
    overflow: hidden;
    margin: 0 -10px;
}


.td-corona-data-wrapper span,
.td-corona-data-wrapper span.cov-time,
.td-corona-data-wrapper .title {
    display: none !important;
}
.td-corona-data-wrapper.corona-data-one.hide-global-case .ncov2019 .one_fourth:nth-of-type(3),
.td-corona-data-wrapper.corona-data-one.hide-global-case .ncov2019 .one_fourth:nth-of-type(4),
.td-corona-data-wrapper.corona-data-one.hide-global-case .ncov2019 .one_fourth:nth-of-type(5),
.td-corona-data-wrapper.corona-data-one.hide-global-case .ncov2019 .one_fourth:nth-of-type(6),
.td-corona-data-wrapper .ncov2019 div:nth-of-type(13)
{
    display: none;
}
.td-corona-data-wrapper.corona-data-one .ncov2019 div:nth-of-type(2),
.td-corona-data-wrapper.corona-data-two .ncov2019 div:nth-of-type(2),
.td-corona-data-wrapper.corona-data-one .ncov2019 .one_fourth:nth-of-type(7),
.td-corona-data-wrapper.corona-data-one .ncov2019 .one_fourth:nth-of-type(8),
.td-corona-data-wrapper.corona-data-one .ncov2019 .one_fourth:nth-of-type(9),
.td-corona-data-wrapper.corona-data-one .ncov2019 .one_fourth:nth-of-type(10),
.td-corona-data-wrapper.corona-data-one .ncov2019 .one_fourth:nth-of-type(11) {
    display: none;
}

.td-corona-data-wrapper .one_fourth {
    border: 2px solid #eeeaf6;
    border-radius: 10px;
    margin: 15px 10px;
    text-align: left !important;
    position: relative !important;
    padding: 15px 20px 10px 25px !important;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    width: 23.2222% !important;
}

.td-corona-data-wrapper .one_fourth:before {
    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    background-image: url(../images/bannar-virus-big.png);
    background-size: 100%;
    bottom: -35px;
    right: -35px;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;

}

.td-corona-data-wrapper .one_fourth:hover:before {
    opacity: 1;
}

.td-corona-data-wrapper .one_fourth:hover {
    border-color: #7d52cc;
}

.td-corona-data-wrapper #cov-total-cases,
.td-corona-data-wrapper #cov-total-dead,
.td-corona-data-wrapper #cov-total-recoverd,
.td-corona-data-wrapper #cov-total-active,
.td-corona-data-wrapper #cov-total-today-case,
.td-corona-data-wrapper #cov-total-today-deaths,
.td-corona-data-wrapper #cov-total-critical,
.td-corona-data-wrapper #cov-total-affected-countries {
    color: #293f73;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 0;
}

.td-corona-data-wrapper div h5,
.td-corona-data-wrapper div h5 small{
    color: #7d52cc;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
}

i.cov-loading2 {
    display: none;
}


/* Data Table*/
.td-corona-data-table #cov_table_container table {
    width: 100%;

}

.td-corona-data-table #cov_table_container table,
.td-corona-data-table #cov_table_container table th,
.td-corona-data-table #cov_table_container table td {
    border: 2px solid;
    border-color: #9a79dc;
    color: #ffffff;
    font-weight: 500;
}

.td-corona-data-table #cov_table_container table th {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 25px;
    font-weight: 600;
}

.td-corona-data-table table#cov_all_table tr:nth-child(2n) {
    background-color: #7549c9;
}

.td-corona-data-table #cov_table_container table td {
    text-align: center;
}

.td-corona-data-table p:first-of-type {
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}


@media only screen and (max-width: 1200px) {
    .td-corona-data-wrapper .one_fourth {
        width: 22.95% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-corona-data-wrapper .one_fourth {
        width: 50% !important;
    }

    .td-corona-data-wrapper {
        margin: 0;
    }

    .td-corona-data-wrapper .one_fourth {
        width: 46.5% !important;
    }
}

@media only screen and (max-width: 767px) {
    .td-corona-data-wrapper {
        margin: 0;
    }

    .td-corona-data-wrapper .one_fourth {
        width: 100% !important;
        margin: 10px 0;
    }

    .td-corona-data-table #cov_table_container table th {
        font-size: 18px;
        font-weight: 500;
    }

    .td-corona-data-table p:first-of-type {
        font-size: 25px;
        margin-bottom: 10px;
    }
}


/*--------------------------------------------------------------
# Symptom Widget Css
--------------------------------------------------------------*/
.td-symptom-box-wrapper {
    text-align: center;
}

.td-symptom-image {
    display: inline-block;
    position: relative;
    height: 790px;
    width: 805px;
}


.td-symptom-box-wrapper .hexagon-two .td-hexagon:first-child .td-hexagon-inner:before,
.td-symptom-box-wrapper .hexagon-two .td-hexagon-inner-2 {
    background-color: #7d52cc;
}

.td-symptom-box-wrapper .td-hexagon:first-child .td-hexagon-inner:before,
.td-symptom-box-wrapper .td-hexagon-inner-2 {
    background: #ffffff;
}

.td-symptom-box-wrapper .td-hexagon {
    margin-top: 0;
    margin-bottom: 0;
}

.td-symptom-box {
    position: absolute;
}

.td-symptom-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: #ffffff;
    line-height: 32px;
    font-family: 'Barlow Condensed', sans-serif;
    padding: 20px 20px;
}


.td-symptom-box-1 {
    top: 4px;
    left: 180px;
}

.td-symptom-box-2 {
    top: 45%;
    left: -33px;
}

.td-symptom-box-3 {
    bottom: -10px;
    left: 165px;
}

.td-symptom-box-4 {
    top: 10px;
    right: 155px;
}

.td-symptom-box-5 {
    top: 45%;
    right: -45px;
}

.td-symptom-box-6 {
    bottom: -5px;
    right: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .td-symptom-image {
        height: 550px;
        width: 550px;
    }

    .td-symptom-box-1 {
        top: -20px;
        left: 120px;
    }

    .td-symptom-box-2 {
        top: 43%;
        left: -45px;
    }

    .td-symptom-box-4 {
        top: -25px;
        right: 110px;
    }

    .td-symptom-box-3 {
        bottom: -45px;
        left: 115px;
    }

    .td-symptom-box-5 {
        top: 43%;
        right: -55px;
    }

    .td-symptom-box-6 {
        bottom: -45px;
        right: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .td-symptom-image {
        height: auto;
        width: 95%;
    }

    .td-symptom-box {
        position: relative;
        left: auto !important;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        width: 50%;
        float: left;
        margin-bottom: 20px;

    }
}


/*--------------------------------------------------------------
# Protect Box Widget Css
--------------------------------------------------------------*/
.td-protect-box-content-wrapper .td-hexagon {
    margin: 0;
}

.single-protect-box {
    position: relative;
    border: 2px solid #eeeaf6;
    margin-bottom: 30px;
    border-radius: 10px;
    min-height: 170px;
    height: 170px;
    box-shadow: 0px 5px 16px 0px rgba(200, 183, 255, 0.2);
    -webkit-transition: .3s;
    transition: .3s;
}

.single-protect-inner {
    height: 100%;
    width: 100%;
    padding: 0px 30px 0px 30px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.single-protect-inner:after {

    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    background-image: url(../images/bannar-virus-big.png);
    background-size: 100%;
    bottom: -35px;
    right: -35px;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;

}

.single-protect-box-wrapper.right-icon .single-protect-inner:after {
    right: auto;
    left: -35px;
}

.single-protect-box-wrapper.left-icon .single-protect-inner {
    padding-left: 20px;
}

.single-protect-box-wrapper.right-icon .single-protect-inner {
    padding-right: 20px;
}

.left-icon .single-protect-box .td-hexagon-wrapper {
    float: left;
    margin-right: 15px;
}

.right-icon .single-protect-box .td-hexagon-wrapper {
    float: right;
    margin-left: 15px;
}

.right-icon .single-protect-box {
    text-align: right;
}

.td-protect-box-content-wrapper {
    position: relative;
}

.td-protect-box-content-wrapper:before {
    position: absolute;
    content: '';
    height: calc(100% - 30px);
    width: 6px;
    background: #f0ecf8;
    left: 50%;
    margin-left: -3px;
    border-radius: 5px;
    top: 0;
}

.single-protect-box:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    background: #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    -webkit-transition: .3s;
    transition: .3s;
}


.left-icon .single-protect-box:before {
    right: -12px;
    border-top: 2px solid #eeeaf6;
    border-right: 2px solid #eeeaf6;
}

.right-icon .single-protect-box:before {
    left: -12px;
    border-left: 2px solid #eeeaf6;
    border-bottom: 2px solid #eeeaf6;
}

.single-protect-box-wrapper.left-icon {
    padding-right: 40px;
}

.single-protect-box-wrapper.right-icon {
    padding-left: 40px;
}

.single-protect-box-wrapper .td-hexagon-wrapper {
    height: 100px;
}

.single-protect-box-wrapper .title {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 0;
}


.single-protect-box-wrapper:hover .single-protect-inner:after {
    opacity: 1;
}

.single-protect-box-wrapper:hover .single-protect-box,
.single-protect-box-wrapper:hover .single-protect-box:before {
    border-color: #7d52cc;
}

.single-protect-box-wrapper .td-hexagon:first-child .td-hexagon-inner:before,
.single-protect-box-wrapper .td-hexagon-inner-2,
.single-protect-box-wrapper .hexagon-two .td-hexagon:first-child .td-hexagon-inner:before,
.single-protect-box-wrapper .hexagon-two .td-hexagon-inner-2,
.single-protect-box-wrapper:hover .hexagon-two .td-hexagon:first-child .td-hexagon-inner:before,
.single-protect-box-wrapper:hover .hexagon-two .td-hexagon-inner-2 {
    background: #f2edfb;
}

.single-protect-box-wrapper:hover .td-hexagon:first-child .td-hexagon-inner:before,
.single-protect-box-wrapper:hover .td-hexagon-inner-2 {
    background: #7d52cc;
}

.single-protect-box-wrapper.right-icon .title {
    margin-right: 140px;
}

.single-protect-box-wrapper.left-icon .title {
    margin-left: 140px;
}


@media only screen and (max-width: 991px) {
    .td-protect-box-content-wrapper::before,
    .single-protect-box::before {
        display: none;
    }

    .single-protect-box-wrapper.left-icon {
        padding-right: 0;
    }

    .single-protect-box-wrapper.right-icon {
        padding-left: 0;
    }

    .single-protect-box-wrapper .title {
        margin-top: 0;
    }

    .single-protect-box-wrapper .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .left-icon .single-protect-box .td-hexagon-wrapper {
        float: none;
        margin-right: 0;
        display: inline-block;
    }

    .right-icon .single-protect-box .td-hexagon-wrapper {
        float: none;
        margin-left: 0;
        display: inline-block;
    }

    .single-protect-box {
        height: auto;
    }

    .single-protect-box,
    .right-icon .single-protect-box {
        text-align: center;
    }

    .single-protect-box-wrapper.right-icon .title {
        margin-right: 0;
    }

    .single-protect-box-wrapper.left-icon .title {
        margin-left: 0;
    }

    .single-protect-inner {
        padding: 35px 30px 25px 30px !important;
    }

    .single-protect-box-wrapper .title {
        margin-top: 15px;
    }

    .single-protect-inner::after {
        display: none;
    }
}

/*--------------------------------------------------------------
# Protect Box Widget Two Css
--------------------------------------------------------------*/
.single-protect-box-two .td-box-image {
    height: 130px;
    width: 130px;
    background: #f2edfb;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    float: left;
    margin-right: 30px;
    border: 2px solid #f2edfb;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
}

.single-protect-box-two:hover .td-box-image{
    border-color:#7d52cc;
}

.single-protect-box-two .td-box-image img {
    max-width: 75px;
    display: inline-block;
}

.single-protect-box-two .box-content {
    margin-left: 160px;
}

.single-protect-box-two .title {
    margin-bottom: 10px;
}

.single-protect-box-two {
    margin-bottom: 30px;
    min-height: 130px;
}


@media only screen and (max-width: 767px) {
    .single-protect-box-two .td-box-image {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .single-protect-box-two .box-content {
        margin-left: 0;
    }

    .single-protect-box-two {
        text-align: center;
        margin-bottom: 35px;
    }
}

/*--------------------------------------------------------------
# Question Box Widget Css
--------------------------------------------------------------*/
.single-question-box, .single-question-box .title {
    color: #ffffff;
}

.single-question-box {
    background-color: #7549c9;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #8861d2;
    transition: .3s;
}

.single-question-box:hover {
    border-color: #ffffff;
}

.single-question-box .desc p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Recent Posts Widget Css
--------------------------------------------------------------*/

.td-recent-post-widget .td-post-thumbnail {
    height: 170px;
    border-radius: 10px;
}

.td-single-post-content {
    border: 2px solid #eeeaf6;
    border-radius: 10px;
    margin-top: 15px;
    position: relative;
    padding: 30px;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}

.td-single-post-content:after {

    position: absolute;
    content: '';
    height: 90px;
    width: 90px;
    background-image: url(../images/blog-widget-virus.png);
    background-size: 100%;
    bottom: -35px;
    right: -35px;
    opacity: .5;
    -webkit-transition: .3s;
    transition: .3s;

}

.td-single-post-content:hover {
    background-color: #7d52cc;
}

.td-single-post-content .post-title {
    font-size: 22px;
    line-height: 32px;
    margin-top: 5px;
}

.td-post-meta i {
    display: none;
}

.td-post-meta, .td-post-meta a {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    letter-spacing: .5px;
    color: #7d52cc;
}

.td-single-post-content:hover .post-title,
.td-single-post-content:hover .td-post-read-more a.td-text-button,
.td-single-post-content:hover .td-post-meta, .td-single-post-content:hover .td-post-meta a {
    color: #ffffff;
}

li.td-post-cat {
    margin-left: 10px;
}

.td-post-cat span.devider {
    margin-right: 10px;
}

.td-post-read-more a.td-text-button {
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.td-recent-post-widget .slick-arrow {
    height: 60px;
    width: 60px;
    background: #7c52cc;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-weight: 900;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: -150px;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.td-recent-post-widget:hover .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.td-recent-post-widget .slick-arrow.slick-next {
    left: auto;
    right: -150px;
}

.td-recent-post-widget:hover .slick-arrow.slick-prev {
    left: -100px;
}

.td-recent-post-widget:hover .slick-arrow.slick-next {
    right: -100px;
}


/*--------------------------------------------------------------
# Team Member Widget Css
--------------------------------------------------------------*/
.td-team-member-wrapper {
    border: 1px solid #eeeaf6;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 5px 16px 0px rgba(200, 183, 255, 0.2);
    text-align: center;
}

.td-team-member-wrapper:hover {
    border-color: #7d52cc;
}

.td-team-member-wrapper .td-hexagon-wrapper {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}


.td-member-image-wrapper {
    position: relative;
}

.td-team-member-wrapper .td-hexagon {
    margin: 5px 0 0 0;
    height: 190px;
    width: 220px;
}

.td-team-member-wrapper .td-hexagon:first-child .td-hexagon-inner:before {
    background-color: rgba(125, 82, 204, .95);
}


.member-name {
    font-size: 25px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 25px;
    margin-bottom: 10px;
}

ul.member-social li a {
    background: #ffffff;
    height: 40px;
    width: 40px;
    line-height: 45px;
    color: #7d52cc;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    margin-right: 5px;
}

ul.member-social li:last-child a{
    margin-right: 0;
}

ul.member-social.td-list-style.td-list-inline {
    position: absolute;
    height: 46px;
    top: 50%;
    margin-top: -16px;
    width: 100%;
    z-index: 2;
}

.td-team-member-wrapper:hover .td-hexagon-wrapper,
.td-team-member-wrapper:hover ul.member-social li a {
    opacity: 1;
    visibility: visible;
}

/*--------------------------------------------------------------
# Contact form 7 Widget Css
--------------------------------------------------------------*/
.themedraft-contact-form-container {
    text-align: center;
}

.themedraft-contact-form-container .select-arrow {
    display: block;
    position: relative;
}

.themedraft-contact-form-container .select-arrow:before {
    position: absolute;
    height: 1px;
    width: 1px;
    right: 15px;
    top: 29px;
    content: '';
    z-index: 1;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #555555;
    cursor: pointer;
    pointer-events: none;
}


.themedraft-contact-form-container form select {
    height: 60px;
    margin-bottom: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 15px;
}

.themedraft-contact-form-container form input,
.themedraft-contact-form-container form select,
.themedraft-contact-form-container textarea {
    background: #ffffff;
    border-radius: 5px;
    color: #575564;
    border-color: #EEEAF6;
    box-shadow: 0px 5px 16px 0px rgba(200, 183, 255, 0.2);
}

.themedraft-contact-form-container form input:focus,
.themedraft-contact-form-container form select:focus,
.themedraft-contact-form-container textarea:focus {
    border-color: #7d52cc;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}

.korisna-contact-form textarea {
    height: 160px;
}

.themedraft-contact-form-container input[type=date] {
    min-height: 60px;
}

.themedraft-contact-form-container input[type="submit"] {
    color: #ffffff;
    border: 2px solid;
    border-color: #7d52cc;
    background-color: #7d52cc;
    border-radius: 50px;
}

.themedraft-contact-form-container input[type="submit"]:hover {
    background-color: #293f74;
    border-color: #293f74;
}


/*--------------------------------------------------------------
# Google map Widget Css
--------------------------------------------------------------*/
.td-map-wrapper {
    position: relative;

}

.td-gmap {
    height: 588px;
}

.td-map-info-wrapper {
    max-width: 250px;
    line-height: 1.4;
}

.td-map-info-title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 23px;
}

.td-map-info-desc {
    font-weight: 400;
    font-size: 16px;
}

div.td-map-wrapper button.gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}

@media only screen and (max-width: 767px) {
    .td-gmap {
        height: 350px;
    }
}


/*--------------------------------------------------------------
# Contact Info Box Widget Css
--------------------------------------------------------------*/
.td-contact-info-box-wrapper {
    padding: 30px;
}

.td-contact-info-box-wrapper .td-hexagon {
    margin: 0;
    width: 110px;
    height: 90px;
}

.td-contact-info-box-wrapper .td-hexagon-wrapper {
    float: left;
}

.info-text-wrapper {
    margin-left: 125px;
}

.td-contact-info-box-wrapper .title {
    font-size: 20px;
    margin-bottom: 10px;
}

.td-contact-info-box-wrapper .desc, .td-contact-info-box-wrapper .desc a {
    font-weight: 500;
}

.td-contact-info-box-wrapper .desc a:hover {
    text-decoration: underline;
}

.td-contact-info-box-wrapper .td-icon-wrapper {
    font-size: 45px;
    height: 45px;
    width: 45px;
    top: 50%;
    margin-top: -22.5px;
    left: 50%;
    margin-left: -22.5px;

}

.td-contact-info-box-wrapper .desc p {
    margin-bottom: 0;
}


@media only screen and (max-width: 1024px) {
    .td-contact-info-box-wrapper {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .td-contact-info-box-wrapper .td-hexagon-wrapper {
        float: none;
        margin-bottom: 30px;
    }

    .info-text-wrapper {
        margin-left: 0;
    }

    .td-contact-info-box-wrapper {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .td-contact-info-box-wrapper {
        padding-bottom: 0;
    }
}

/*--------------------------------------------------------------
# Video popup Widget Css
--------------------------------------------------------------*/
.td-video-popup-wrapper {
    display: table;
    width: 100%;
    height: 335px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}

.td-video-popup-bg {
    height: 335px;
    display: table-cell;
    vertical-align: middle;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.td-video-image-overlay {
    position: absolute;
    height: 335px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
}

.td-video-popup-wrapper .td-video-button:before,
.td-video-popup-wrapper .td-video-button:after{
    height: 100px;
    width: 100px;
}

/*--------------------------------------------------------------
# Accordion Widget Css
--------------------------------------------------------------*/
.td-accordion-wrapper .card-title {
    margin-bottom: 0;
}

.td-accordion-wrapper #td-accordion .card {
    margin-bottom: 30px;
    border: 1px solid;
    border-color: #8861d2;
    border-radius: 5px;
}

.td-accordion-wrapper #td-accordion .card .card-header {
    border-bottom: 1px solid;
    border-color: transparent;
    padding: 6px 30px 9px 16px;

}

.td-accordion-wrapper #td-accordion .card .card-header,
.td-accordion-wrapper #td-accordion .card .card-header.active,
.td-accordion-wrapper .card-body {
    background-color: #7549c9;
}

.td-accordion-wrapper #td-accordion .card .card-body {
    border-top: 1px solid;
    border-color: #8861d2;
    padding: 25px 30px;
    color: #ffffff;
}


.td-accordion-wrapper #td-accordion .card .card-body p:last-of-type {
    margin-bottom: 0;
}

.td-accordion-wrapper .card-title button.btn-link {
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}

.td-accordion-wrapper .card-header.active .card-title button.btn-link,
.td-accordion-wrapper .card-title button.btn-link:hover {
    color: #ffffff;
}

.td-accordion-wrapper .card-title button.btn-link:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 3px;
    top: 17px;
}

.td-accordion-wrapper .card-title button.btn-link[aria-expanded="true"]:before {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 23px;
}

@media only screen and (max-width: 767px) {
    .td-accordion-wrapper .card-title button.btn-link:before{
        right: -15px;
    }
}