/* Large Version */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome-content h2 {
        font-size: 42px;
    }
    .timelineBody {
        max-height: 545px;
    }
    .team-member-thumb {
        width: 150px;
    }
    .post-meta p a {
        margin-right: 15px;
    }
    .post-title h4 {
        font-size: 20px;
    }
    .single-team-member {
        padding: 20px;
    }
    .cd-intro.default-title > h2 {
        font-size: 42px;
    }
}

/* Medium Version */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_area {
        height: 700px !important;
    }
    .welcome_single_slider.height-900 {
        height: 700px;
    }
    .welcome-content h2 {
        font-size: 30px;
    }
    .cta-content h2 {
        font-size: 30px;
    }
    .timelineBody {
        max-height: 640px;
    }
    .price_table_text > h1 {
        font-size: 36px;
    }
    .price_table_text > p,
    .table_text_details > p {
        font-size: 13px;
    }
    .login-btn {
        margin: 1em 0;
    }
    .cd-intro.default-title > h2 {
        font-size: 36px;
    }
}

/* Mobile Version */

@media only screen and (max-width: 767px) {
    .welcome-content h2 {
        font-size: 24px;
    }
    .welcome-content p {
        font-size: 14px;
    }
    .dream-btn {
        min-width: 130px;
        padding: 0 20px;
        font-size: 10px;
    }
    .single_cool_fact {
        margin-bottom: 50px;
    }
    .classy-navbar {
        height: 60px;
    }
    .who-we-contant h4 {
        font-size: 24px;
    }
    .sonar {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    .cta-content h2 {
        font-size: 24px;
    }
    .cta-content p {
        font-size: 14px;
    }
    .timelineBox {
        margin-top: 100px;
    }
    .our-mission-area {
        height: 1000px !important;
    }
    .section-heading h2 {
        font-size: 24px;
    }
    .post-meta p a {
        margin-right: 15px;
    }
    .post-title h4 {
        font-size: 20px;
    }
    .footer-side-thumbnail {
        width: 100%;
    }
    .welcome_single_slider.height-900 {
        height: 600px;
    }
    .welcome_area.sliders {
        height: 600px !important;
    }
    .cd-intro.default-title > h2 {
        font-size: 24px;
    }
    .welcome_area.animated-headline {
        height: 600px !important;
    }
    .welcome_area.animated-headline {
        height: 600px !important;
    }
    .dream-btn.video-btn {
        min-width: 70px;
        padding: 0;
        font-size: 20px;
    }
    #scrollUp {
        bottom: 100px;
        right: 0;
    }
    .welcome-video-area {
        margin-top: 0;
    }
    .timelineBody .timeline {
        padding: 1em;
    }
    .timelineBody .timeline .timelineDate {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50px;
                flex: 0 0 50px;
        padding: 0;
    }
    .footer-copywrite-info {
        text-align: left;
    }
    .breadcumb--con {
        padding-top: 60px;
    }
    .welcome-content {
        margin-top: 130px;
    }
    .sidebar-area {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .welcome_area.none{
        height: 100vh !important;
    }
    .sonar {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    .welcome-content h2 {
        font-size: 30px;
    }
    .dream-btn {
        min-width: 160px;
        padding: 0 20px;
        font-size: 12px;
    }
    .single-team-member:after {
        width: 50%;
    }
   
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .welcome-content h2 {
        font-size: 36px;
    }
    .dream-btn {
        min-width: 160px;
        padding: 0 20px;
        font-size: 12px;
    }
    .cd-intro.default-title > h2 {
        font-size: 30px;
    }
    .single-team-member:after {
        width: 80%;
    }
}
.dropdown-menu{min-width: 4rem!important}
.our-features-one .single-feature .icon-box {
  width: 218px;
  height: 218px;
  border-radius: 50%;
  border: 2px solid #eff5fa;
  margin: 0 auto;
  position: relative;
}

.our-features-one .single-feature .icon-box img {
  position: absolute;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50% ,-50%);
}
p {line-height: 32px;}
.our-feature-two .text .number:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ff8e9d;
    opacity: .32;
    top: 35px;
    left: -67px;
}
.our-feature-two .text .number:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ff8e9d;
    top: 39px;
    left: -63px;
    z-index: 1;
}
.our-feature-two .text .number {
  font-family: Poppins;
  font-size: 45px;
  color: #d8d8d8;
  text-transform: uppercase;
  position: relative;
}
.our-feature-two .text .title {
    font-size: 50px;
    line-height: 60px;
}
.our-feature-two .text p {
    padding: 30px 0 0;
}

.our-feature-two .single-block:nth-child(1) .text {
    border-left: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    border-radius: 0 0 0 20px;
}

.our-feature-two .text {
    position: relative;
    padding: 0 0 60px 60px;
}

.our-feature-two .single-block:nth-child(1) .text:before {
    content: '';
    width: 1px;
    height: 39px;
    position: absolute;
    background: #fff;
    top: 0;
    left: -1px;
}

.our-feature-two .single-block:nth-child(2) .img-box>div {
    padding: 45px 65px 0 0;
}

.our-feature-two .single-block:nth-child(2) .img-box {
    border-right: 1px dashed #dcdcdc;
    border-radius: 0 20px 20px 0;
}
.our-feature-two .single-block:nth-child(3) .text {
    border-top: 1px dashed #dcdcdc;
    border-left: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    border-radius: 20px 0 0 20px;
    padding: 80px 0 55px 60px;
}
.our-feature-two .single-block:nth-child(5) .text {
    border-top: 1px dashed #dcdcdc;
    border-left: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    border-radius: 20px 0 0 20px;
    padding: 80px 0 55px 60px;
}
.our-feature-two .single-block:nth-child(4) .img-box>div {
    padding: 45px 65px 0 0;
}
.our-feature-two .single-block:nth-child(4) .img-box {
    border-right: 1px dashed #dcdcdc;
    border-radius: 0 20px 20px 0;
}
.our-feature-two .single-block:nth-child(5) .text {
    border-left: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    border-radius: 0 0 0 20px;
}
.codesnipet {
    background: #344258 !important;
    border-top: 4px solid #2ebeba;
}

.codesnipet .codetoCopy {
    color: #ccc !important;
}

span.tooltips {
    position: absolute;
    top: 60px;
    right: 35px;
    font-size: 14px;
    height: 30px;
    background: #2ebeba;
    color: #fff;
    display: none;
    cursor: pointer;
    transition: display 2s;
}

p.codesnipet:hover span.tooltips {display: initial;}
a.paycashop,a.paycashop:hover{background-color: #2f497a!important;border-color: #2f497a;}
p,#accordion div.card-body{font-size: 15px!important;}