/* CSS Document */
@media screen and (min-width: 768px) {
  #mainNavbar {
    height: 92px !important;
  }
  #mainNavbar ul li:hover ul {
    display: block;
    height: auto;
  }
  .search-sect {
    background: #fff none repeat scroll 0 0;
    height: 92px;
    left: 0;
    padding: 30px 2%;
    position: fixed;
    top: 44px;
    width: 100%;
    z-index: 10;
  }
  .search-sect .form-control {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-size: 22px;
    height: auto;
    line-height: 100%;
    width: 90%;
  }
  .search-sect .btn-close {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    float: right;
    line-height: 40px;
  }
  .testimonials-section .testimonial-item .inner-field:last-child {
    padding: 0 2% 0 2.5%;
  }
  .testimonials-section .testimonial-text h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .testimonials-section .testimonial-text .hero-name {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .testimonial-text .hero-position {
    font-size: 13px;
    line-height: 16px;
  }
  .testimonials-section .slick-dots {
    left: 52%;
    padding-bottom: 5px;
  }
  .testimonials-section .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 4px;
  }
  #support-section .support-lists {
    padding-left: 0;
  }
  #pricing-section .inner-block .description > p:first-child {
    /* height: 50px; */
    /* line-height: 24px; */
  }
  /* --- Video Modal ---*/
  .videoModal .modal-dialog {
    margin-top: 150px;
    width: 750px;
    height: 423px;
  }
  .videoModal .modal-body iframe {
    width: 750px;
  }
  /* --- Events Landing Page ---*/
  .conference-top-section .row:nth-child(3) {
    margin-bottom: 20px;
  }
  .conference-testimonial-section .testimonial-field {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /* --- Compare Page ---*/
  #pricing-section .inner-block {
    display: table-cell;
    float: none;
    vertical-align: top;
    border-right: 2px solid #f1f2f2;
    padding: 0 5px;
  }
  #pricing-section .inner-block:last-child {
    border: none;
  }
  #pricing-section .inner-block .img-field {
    position: relative;
    min-height: 190px;
  }
  #pricing-section .inner-block .img-field img {
    position: absolute;
    min-height: 190px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #pricing-section .inner-block .pricing-certify .img-field img {
    height: 168px;
  }
  #pricing-section .inner-block .pricing-grow .img-field img {
    height: 183px;
  }
  #pricing-section .inner-block .pricing-analyze .img-field img {
    height: 180px;
  }
}

@media screen and (min-width: 992px) {
  .landing-links.default-tab .nav-tabs {
    margin: 0 auto !important;
  }
  .certification-top .section:nth-child(2) .inner-field,
  .certification-top .section:nth-child(3) .inner-field {
    vertical-align: top;
    padding-top: 25%;
  }
  .testimonials-section .testimonial-item .inner-field:last-child {
    padding: 0 2.5% 0 3%;
  }
  .testimonials-section .testimonial-text h3 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .testimonials-section .testimonial-text .hero-name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .testimonial-text .hero-position {
    font-size: 14px;
    line-height: 25px;
  }
  .testimonials-section .slick-dots {
    left: 52.5%;
    margin-bottom: 20px;
  }
  .testimonials-section .slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 5px;
  }
  /*	.registration,
	#checkoutForm {
	    width: 970px;
	}	*/
  .certification-top {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
  }
  .certification-top .section:nth-child(2) .inner-field .inner-field-child,
  .certification-top .section:nth-child(3) .inner-field .inner-field-child {
    position: absolute;
    left: 0;
    top: calc(50% + 70px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #support-section .support-title h3 {
    width: 400px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1440px) {
  .certification-top .section:first-child .logo-field img {
    width: 120px;
  }
  .certification-top .section:first-child .inner-field .description h1 {
    font-size: 50px;
    margin-top: 0px;
  }
  .certification-top .section:first-child .inner-field .description p {
    font-size: 22px;
    padding-top: 5px;
  }
  .certification-top .section:nth-child(2) .inner-field:first-child .logo-field img,
  .certification-top .section:nth-child(3) .logo-field img {
    width: 270px;
  }
  .certification-top .section:nth-child(2) .inner-field:last-child .logo-field img {
    width: 310px;
  }
  .certification-top .section:nth-child(2) .description,
  .certification-top .section:nth-child(3) .description {
    padding-top: 25px;
  }
  .certification-top .section:nth-child(2) .inner-field .description h3,
  .certification-top .section:nth-child(3) .inner-field .description h3 {
    font-size: 36px;
    margin-bottom: 0;
  }
  .certification-top .section:nth-child(2) .inner-field .description p,
  .certification-top .section:nth-child(3) .inner-field .description p {
    font-size: 22px;
    padding: 0 10%;
  }
  #support-section {
    padding: 90px 0 70px 0;
  }
}

@media screen and (min-width: 1200px) {
  .certification-top .section:nth-child(2) .inner-field:last-child .inner-field-child {
    top: calc(50% + 47px);
  }
  /*	.certification-top .section:nth-child(3) .inner-field {
		padding-top: 15%;
	}	*/
  .certification-top .section:first-child .inner-field .description p {
    width: 80%;
    margin: auto;
  }
  .certification-top .section:nth-child(2) .inner-field .description,
  .certification-top .section:nth-child(3) .inner-field .description {
    padding-top: 10px;
  }
  .certification-top .section:nth-child(2) .inner-field .description p,
  .certification-top .section:nth-child(3) .inner-field .description p {
    padding: 0px 8%;
  }
  .testimonials-section .testimonial-text h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .testimonials-section .testimonial-text .hero-name {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .testimonial-text .hero-position {
    font-size: 16px;
  }
  /* --- Home Page ---*/
  .banner-cont .banner-cont-desc p {
    width: 70%;
  }
  /* --- Video Modal ---*/
  .videoModal .modal-dialog {
    margin-top: 150px;
    width: 1000px;
    height: 564px;
  }
  .videoModal .modal-body iframe {
    width: 1000px;
  }
  #mainNavbar > ul > li {
    padding: 36px 20px 36px 35px;
  }
  .f-nav #mainNavbar > ul > li {
    padding: 20px 20px 20px 35px;
  }
}

@media screen and (min-width: 1330px) {
  header .container {
    width: 1300px;
    padding: 0 15px;
  }
  .large-section .container {
    width: 1300px;
  }
  footer .container {
    width: 1300px;
    padding: 0 15px;
  }
}

@media screen and (min-width: 1371px) {
  .flag-div {
    margin: 3px 0;
  }
  .flag-div img {
    max-width: 100%;
  }
  .flag-div span {
    letter-spacing: .64px;
    padding-left: 7px;
  }
  .client-login a {
    letter-spacing: -0.6px;
  }
  .form-search input.search-query {
    width: 141px;
    height: 32px;
    font-size: 14px;
    padding: 0 15px;
  }
  .form-search {
    margin: 24px 0;
  }
  .form-search .btn {
    font-size: 14px;
  }
  .client-login a {
    letter-spacing: .64px;
  }
  .bottom-header ul li a {
    font-size: 14px;
    margin: 10px;
  }

  footer {
    padding: 26px 0;
  }
  .ftr-menu-link li a {
    font-size: 13px;
    line-height: 25px;
  }
  .ftr-menu-link li {
    height: 100%;
  }
  .link-title span {
    font-size: 13px;
  }
  .footer-logo img {
    max-width: 100%;
  }
  .social-link ul li a {
    width: 22px;
  }
  .live-contact h4,
  .live-contact h4 a {
    font-size: 18px;
    line-height: 32.5px;
  }
  .live-contact h4 a i {
    font-size: 20px;
    padding-right: 10px;
  }
  .live-contact h3,
  .live-contact h3 a {
    font-size: 24px;
  }
  .landing-thumb .half-thumb .thumb-img {
    height: 580px;
  }
  .landing-thumb .thumb-img {
    height: 287px;
  }
  .process-section:before {
    width: 56%;
  }
  .landing-links.default-tab .nav-tabs .title-link {
    float: left;
    width: 146px;
  }
  .landing-thumb-div .thumb-img {
    height: 240px;
  }
  .review-section::before {
    width: 55.3%;
  }
  .large-section.place-works .container {
    width: 1365px;
  }
  .large-section.review-section .container {
    width: 1400px;
  }
  .bann-thmb-cont h5 {
    font-size: 20.46px;
    line-height: 24px;
  }
  .slick-initialized .img-slider {
    padding-bottom: 0;
  }
  /*.banner-cont-desc img {
    max-height: 112px;
    }
    .banner-cont h2 {
    font-size: 64px;
    line-height: 68px;
    margin: 25px 0 13px -2px;
    }
    .banner-cont p {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 40px -2px;
    padding: 0 30px 0 0;
    }
    .banner-cont-desc {
    min-height: 487px;
    }*/
  .img-view-more .bann-thmb-cont h5 {
    line-height: 25px;
    font-size: 18px;
  }
  .midd-detail h2 {
    font-size: 60px;
    line-height: 64px;
    margin: 0 auto 25px;
  }
  .landing-thumb.midd-thumb .col-lg-3 .thumb-section {
    height: 307px;
  }
  .landing-thumb.midd-thumb .col-lg-6 .thumb-section {
    height: 620px;
  }
  .main-banner-slider .banner-cont {
    padding: 60px 0 60px;
  }
  .banner-cont h2 {
    font-size: 64px;
    line-height: 68px;
    margin: 29px 0 13px -2px;
  }
  .banner-cont p {
    margin: 0 0 40px -2px;
  }
  .banner-cont-desc {
    min-height: 487px;
  }
  .video-section .container, .offering-section .container {
    width: 1200px;
  }
  .place-section:before {
    width: 50%;
  }
  .midd-titles.midd-banner img.banner-bg {
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1441px) {
  .certification-top .section:nth-child(2) .inner-field,
  .certification-top .section:nth-child(3) .inner-field {
    padding-top: 13%;
  }
  .certification-top .section:nth-child(2) .inner-field:first-child .logo-field {
    padding-top: 33px;
  }
  .certification-top .section:nth-child(3) .inner-field:first-child .logo-field {
    padding-top: 25px;
  }
  .certification-top .section:nth-child(2) .inner-field .description,
  .certification-top .section:nth-child(3) .inner-field .description {
    padding-top: 40px;
  }
}

@media screen and (min-width: 1650px) {
  .main-banner-slider .banner-cont .banner-bg {
    width: 100%;
  }
  .certification-top .section:nth-child(2) .inner-field,
  .certification-top .section:nth-child(3) .inner-field {
    padding-top: 11%;
  }
  .testimonials-section .slick-dots {
    left: 56%;
    margin-bottom: 30px;
  }
  .testimonials-section .slick-dots li,
  .testimonials-section .slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .testimonials-section .testimonial-item .inner-field:last-child {
    padding: 0 6% 0 6.5%;
  }
  .testimonials-section .testimonial-text h3 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 45px;
  }
  .testimonials-section .testimonial-text .hero-name {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .testimonial-text .hero-position {
    font-size: 18px;
  }
  .certification-top .section:nth-child(2) .inner-field:last-child .inner-field-child {
    top: calc(50% + 35px);
  }
}

@media screen and (min-width: 1800px) {
  .midd-titles img {
    width: 100%;
  }
  .midd-section .bg-img-cont {
    float: right;
  }
  .award-section {
    background-size: cover;
  }
  .bann-thmb-cont {
    min-height: 140px;
  }
  .testimonials-section .testimonial-text h3 {
    line-height: 50px;
  }
}

@media screen and (min-width: 2000px) {
  .process-section:before {
    width: 53%;
  }
  .benifit-section:before {
    width: 50%;
  }
}

@media screen and (max-width: 1300px) {
  header .container {
    width: 100%;
  }
  footer .container {
    width: 100%;
  }
  .btn-next a, .btn-prev a {
    font-size: 12px;
    Letter-Spacing: 1px;
  }
  .btn-next a i, .btn-prev a i {
    font-size: 10px;
    padding: 0 4px;
  }
  .banner-content {
    max-width: 400px;
  }
  .btn-next {
    right: -20px;
  }
  .btn-prev {
    left: -20px;
  }
  .cont-text {
    right: 0;
    top: 0;
  }
  .count {
    height: 50px;
  }
  .midd-titles img.banner-bg {
    top: -120px;
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .btn-next {
    right: -60px;
  }
  .btn-prev {
    left: -60px;
  }
  .process-section:before {
    width: 52%;
  }
  .benifit-section:before {
    width: 48%;
  }
  .place-section:before {
    width: 48%;
  }
  #pricing-section .inner-block .description {
    /* min-height: 380px; */
  }
  #pricing-section .inner-block .pricing-extra .description-extra {
    min-height: 505px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-cont .banner-cont-desc .banner-space-top h2 {
    font-size: 46px;
    line-height: 50px;
  }
  .footer-link-div {
    padding: 0 15px;
  }
  .bottom-footer ul li {
    padding-left: 8px;
  }
  footer ul li a {
    font-size: 12px;
  }
  .top-title h1 {
    font-size: 48px;
    line-height: 54px;
  }
  .brands-section a {
    margin: 0 20px;
  }
  .work-thumb h3 {
    font-size: 20px;
  }
  .large-section .container {
    padding: 0 15px;
    width: 100%;
  }
  .process-section .large-content {
    padding-left: 40px;
    padding-right: 20px;
  }
  .place-section .large-content {
    padding-left: 40px;
    padding-right: 10px;
  }
  .large-content h3 {
    font-size: 26px;
  }
  .large-content ul li {
    font-size: 22px;
  }
  .benifit-section .large-content {
    padding-left: 40px;
  }
  .btn-next, .btn-prev {
    top: 45%;
  }
  .btn-next a i, .btn-prev a i {
    padding: 0px 5px;
  }
  .btn-next {
    right: -20px;
  }
  .btn-prev {
    left: -20px;
  }
  .banner-img img {
    margin: 50px auto;
    max-width: 290px;
    height: auto;
  }
  .thumb-text {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 45px;
  }
  .thumb-text h2 {
    font-size: 48px;
    line-height: 50px;
  }
  .thumb-text h4 {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0;
  }
  .thumb-social {
    left: 20px;
  }
  .thumb-text h5 {
    margin-top: 15px;
  }
  .search-thumb .container {
    width: 100%;
  }
  .listing-thumb .thumb-text h2 {
    font-size: 16px;
  }
  .main-title {
    font-size: 64px;
    line-height: 68px;
  }
  .post-cont h5 {
    max-width: 100%;
  }
  .right-div {
    padding-left: 15px;
  }
  .landing-thumb .thumb-img {
    height: 220px;
  }
  .landing-thumb .half-thumb .thumb-img {
    height: 394px;
  }
  .landing-thumb .col-lg-3 .thumb-section {
    max-height: 195px;
  }
  .process-section:before, .place-section:before, .benifit-section:before {
    width: 50%;
  }
  .img-fulltext-left img {
    max-width: 100%;
    height: auto;
  }
  .pricing-table {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .text img {
    max-width: 100%;
    height: auto;
  }
  .default-div .thumb-listing .thumb-img img {
    height: 215px;
  }
  .listing-section.default-div .listing-thumb {
    padding-bottom: 0;
  }
  .default-div .thumb-listing > .row > div {
    margin-bottom: 25px;
  }
  .listing-section {
    padding-bottom: 30px;
  }
  .bottom-footer .menu li {
    margin-right: 4px;
  }
  .default-tab .cont-tab {
    padding: 0 15px;
  }
  .default-tab .search-thumb {
    padding: 30px 0;
  }
  .default-tab .address-div {
    margin: 15px 0;
  }
  .default-tab .table-td {
    height: 50px !important;
  }
  .default-tab .table-td img {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
  }
  .default-tab .table {
    margin-bottom: 30px;
  }
  .default-tab .table {
    margin-bottom: 0;
  }
  .height-100 {
    height: 100%;
  }
  .award-details h2 {
    margin-bottom: 40px;
  }
  .award-desc {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  .sub-details .award-desc p {
    margin-top: 5px;
  }
  .sub-details .award-desc {
    margin-bottom: 0;
  }
  .sub-details {
    margin-bottom: 0;
  }
  .register-cont .reg-desc h4, .register-cont h4 {
    margin-top: 30px;
    margin-left: 0;
  }
  .sponser-con .title-cont {
    margin-bottom: 20px;
  }
  .spnser-add, .pdf-sonser {
    margin: 25px 0;
  }
  .sponser-div {
    margin: 10px 0 10px;
    padding: 20px 0;
  }
  .travel-con .title-cont {
    margin-bottom: 15px;
  }
  .travel-div {
    margin-top: 15px;
    padding-bottom: 10px;
  }
  .div-trav-desc {
    margin-bottom: 20px;
  }
  .eventlanding-title h1 {
    font-size: 80px;
    line-height: 80px;
  }
  .main-ban-cont.eventlanding-title {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-top: 50px;
  }
  .feature-review-section .thumb-listing > .row > div {
    margin-bottom: 30px;
  }
  .listing-section.feature-review-section .btn-transperant.btn-blue {
    margin-top: -40px;
  }
  .main-banner-slider .banner-cont {
    padding: 15px 0;
  }
  .bann-thmb-cont {
    min-height: 95px;
  }
  .bann-thmb-cont h5 {
    font-size: 16px;
    padding: 10px;
    line-height: 18px;
  }
  .img-view-more .bann-thmb-cont h5 {
    padding-left: 15px;
  }
  .feature-review-section.best-work-listing .thumb-listing > .row > div {
    margin-bottom: 30px;
  }
  .other-certificate .section-title h3 {
    font-size: 30px;
  }
  .midd-brands .brands-section {
    margin: 30px auto 30px;
  }
  .midd-detail {
    padding: 30px 0 0 30px;
  }
  .midd-detail h2 {
    font-size: 44px;
    line-height: 44px;
    margin: 0 auto 0px;
  }
  .midd-detail h4 {
    font-size: 26px;
    line-height: 30px;
    margin: 6px auto 0 0;
  }
  .midd-detail p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px auto 0px 0;
    padding: 0 40px 0 0;
  }
  .midd-detail .btn-great {
    margin: 15px auto;
  }
  .landing-thumb.midd-thumb .col-lg-3 .thumb-section {
    height: 200px;
  }
  .landing-thumb.midd-thumb .half-thumb .thumb-img {
    height: 100%;
  }
  .landing-thumb.midd-thumb .col-lg-6 .thumb-section {
    height: 400px;
  }
  .midd-titles h2, .midd-titles.culture-banner h2 {
    font-size: 60px;
    letter-spacing: -.02em;
    line-height: 60px;
    margin: 0 auto 0;
  }
  .midd-titles p, .midd-titles.culture-banner p {
    font-size: 24px;
    line-height: 30px;
    margin: 30px auto 30px;
  }
  .banner-cont h2 {
    font-size: 52px;
    line-height: 48px;
  }
  .award-thumb h2 {
    font-size: 25px;
    line-height: 26px;
  }
  .banner-content {
    margin: 13px 0 0;
    max-width: 380px;
  }
  .count {
    min-height: 62px;
  }
  .cont-text {
    right: 0;
  }
  .video-detail h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .fuel-section .listing-thumb .thumb-text {
    padding: 0 10px;
  }
  .fuel-section .listing-thumb .thumb-text h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .fuel-section .thumb-listing > .row > div {
    margin-bottom: 30px;
  }
  .midd-titles .midd-center h2 {
    letter-spacing: 0px;
  }
  .performance-video-sec .video-div img {
    max-height: 165px;
  }
  .performance-section {
    padding: 30px 0;
  }
  .performance-detail {
    padding: 0 15px;
  }
  .performance-detail img {
    margin: 30px auto;
  }
  .performance-video-sec {
    padding: 25px 0;
  }
  .search-thumb .performance-detail h4 {
    margin-top: 15px;
  }
  .search-thumb .performance-detail {
    padding-bottom: 30px;
  }
  .trust-model-section {
    padding: 40px 0;
  }
  .aboutus-section h1 {
    font-size: 50px;
    line-height: 56px;
    margin: 0;
  }
  .model-cont .model-btn {
    margin: 15px 0;
    letter-spacing: 0em;
  }
  .leaders-section .height-65 {
    display: none;
  }
  .leaders-section h2, .logo-section h2 {
    margin: 15px 0;
  }
  .leaders-detail {
    margin: 15px auto 20px;
  }
  .logo-section .height-146 {
    display: none;
  }
  .logo-thumb {
    margin: 20px 0;
  }
  .logo-thumb .row > div img {
    margin: 15px 10px;
  }
  .aboutus-section h4 {
    margin: 30px 0 5px;
  }
  .aboutus-section h3 {
    margin-top: 30px;
  }
  .aboutus-section h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 30px 0 0px;
  }
  .aboutus-section h3.about-title {
    margin-bottom: 20px;
  }
  .banner-cont .banner-cont-desc h2, .banner-cont .text-center .banner-cont-desc h2 {
    font-size: 48px;
    line-height: 52px;
  }
  .sub-title-detail {
    width: 55%;
  }
  .author-detail {
    width: 45%;
  }
  .custom-culture-menu.default-tab .nav-tabs .title-link a {
    font-size: 15px;
  }
  .contact_us_link {
    font-size: 11px;
    line-height: 18px;
  }
  .contact_us_link .fa {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .row.banner-space-top {
    margin-top: 40px;
    padding-left: 5px;
    padding-right: 30px;
  }
  .banner-space-top .col-lg-2, .banner-space-top .col-lg-10 {
    width: 100%;
    padding: 0 15px !important;
  }
  .banner-cont .banner-cont-desc .banner-space-top h2 {
    padding-left: 0;
    font-size: 40px;
  }
  .banner-cont .banner-cont-desc .banner-space-top p {
    font-size: 28px;
    line-height: 30px;
    margin-top: 5px;
    padding-left: 0;
    margin-left: 0;
  }
  .feature-review-section .thumb-listing > .row {
    display: block;
  }
  .top-content p, .top-content p.content-title,
  .top-content p span, .top-content p.content-title span,
  .top-content label, .banner-content h1,
  .banner-content span, .banner-content p,
  .btn-green, .banner-content p.sub-title {
    text-align: center;
  }
  footer .container {
    width: 750px;
    padding: 0 15px;
  }
  .ftr-menu-link {
    text-align: center;
    margin-bottom: 10px;
  }
  .copy-right {
    margin: 10px 0 8px;
  }
  .contact_us_link {
    font-size: 12px;
  }
  .footer-logo img {
    margin-right: 12px;
  }
  .live-contact h4 a, .live-contact h3 a {
    margin: 0 auto;
    float: none;
  }
  .input-append {
    position: relative;
    display: block;
    width: 40px;
    height: 32px;
  }
  .form-search input.search-query {
    width: 35px;
  }
  .input-append:hover {
    width: 100%;
  }
  .input-append:hover input.search-query {
    width: 170px;
    right: 0;
  }
  .form-search .btn {
    right: 10px;
    top: 4px;
  }
  #mainNavbar ul li {
    padding: 36px 6px;
  }
  .f-nav #mainNavbar ul li {
    padding: 20px 10px;
  }
  #mainNavbar ul li a,
  #mainNavbar ul li span {
    font-size: 16px;
  }
  .bottom-header ul li a {
    margin: 10px 5px;
    font-size: 13px;
  }
  .bottom-footer .menu {
    margin: 10px 0;
  }
  /*.custom {
    margin: 0;
    }*/
  footer ul li a {
    font-size: 13px;
  }
  .moduletable.moduletable__footer_menu_without_title.mod_menu {
    padding-top: 55px;
  }
  /* .container {
    width: 100%;
  } */
  .brands-section a img {
    width: auto;
    max-height: 55px;
  }
  .top-title {
    max-width: 500px;
    margin: 0 auto;
  }
  .top-title h1 {
    text-align: center;
  }
  .top-content {
    margin: 10px auto;
  }
  .thumb-great h5 {
    font-size: 15px;
  }
  .thumb-great > img {
    max-height: 180px;
    width: auto;
  }
  .work-thumb a img {
    max-width: 130px;
    height: auto;
    margin: 0 auto 10px;
  }
  .banner-img img {
    max-width: 220px;
    height: auto;
  }
  .process-section .large-content {
    padding-left: 20px;
    max-width: 60%;
    padding-right: 20px;
    float: right;
    margin-right: -15px;
  }
  .place-section .large-content {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 480px;
    float: left;
    margin-left: -15px;
  }
  .work-logo {
    margin-top: 200px;
  }
  .work-logo img {
    max-height: 196px;
    max-width: 120px;
  }
  .benifit-section .large-content {
    padding-left: 40px;
    padding-right: 20px;
    max-width: 65%;
    float: right;
    margin-right: -15px;
  }
  .brands-section a {
    margin: 0 15px;
  }
  .btn-next, .btn-prev {
    top: 35%;
  }
  .btn-next {
    right: 0px;
  }
  .btn-prev {
    left: 0px;
  }
  .banner-content {
    display: table;
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 470px;
  }
  .thumb-text h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .thumb-text {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .thumb-text h4 {
    font-size: 24px;
    line-height: 28px;
    margin: 13px 0;
  }
  .thumb-text h5 {
    margin-top: 33px;
  }
  .comp-logo {
    margin-top: 8px;
  }
  /*.mail-cont {
    float: none;
    margin: 0 auto;
    }

    .mail-cont h4 {
    text-align: center;
    padding-bottom: 15px;
    }

    .mail-text {
    padding: 0;
    margin: 0 auto;
    float: none;
    }   */
  .mail-text .input-append {
    width: 100%;
    height: 100%;
  }
  .nav-tabs .title-link {
    padding: 0 5px;
  }
  .nav-tabs .title-link a {
    font-size: 16px;
  }
  .landing-links .panel-group {
    margin: 25px 0;
    display: block !important;
    padding: 0 15px;
    float: left;
    width: 100%;
  }
  .landing-links .panel-group .title-link {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .landing-links .panel-group .panel-heading {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    text-align: left;
    text-transform: capitalize;
  }
  .title-link a {
    font-size: 20px;
    padding: 18px;
    display: block;
    border-bottom: #ebebeb 4px solid;
  }
  .title-link:first-child:before, .title-link:after {
    display: none;
  }
  .title-link.black a[aria-expanded="true"] {
    border-bottom-color: #2a2f31;
  }
  .title-link.blue a[aria-expanded="true"] {
    border-bottom-color: #005ebc;
  }
  .title-link.teal a[aria-expanded="true"] {
    border-bottom-color: #00b2a5;
  }
  .title-link.orange a[aria-expanded="true"] {
    border-bottom-color: #fdb515;
  }
  .title-link.green a[aria-expanded="true"] {
    border-bottom-color: #4aad33;
  }
  .title-link.purple a[aria-expanded="true"] {
    border-bottom-color: #54003e;
  }
  .search-thumb .thumb-social {
    bottom: 0;
    left: 0;
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .search-thumb .thumb-social a {
    border: none;
    padding: 10px 0;
  }
  .title-link .btn-transperant {
    font-size: 14px;
    display: table;
    padding: 12px;
    border: #2a2f31 1px solid;
    text-align: center;
    margin: 0 auto;
  }
  .landing-links .title-link .panel-body {
    padding: 0;
  }
  .search-thumb .container {
    padding: 0;
  }
  .listing-section .container .row {
    margin: 0 auto;
  }
  .main-title {
    font-size: 50px;
    line-height: 56px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sub-title-detail {
    padding: 0 10px;
  }
  .main-cont {
    padding-left: 10px;
  }
  .right-div {
    max-width: 370px;
    display: table;
    margin: 0 auto;
    float: none;
    padding: 0;
  }
  .search-cont {
    min-height: 100%;
    padding-bottom: 0;
  }
  .search-thumb {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .search-thumb h6 {
    margin-top: 3px;
  }
  .listing-detail-section {
    padding-bottom: 20px;
  }
  .comment-section .padding-0 {
    padding: 0 15px;
  }
  .landing-thumb .half-thumb .thumb-img {
    height: 520px;
  }
  .landing-thumb .thumb-img {
    height: 280px;
  }
  .process-section:before {
    width: 40%;
  }
  .place-section:before {
    width: 37%;
  }
  .place-section.large-section.place-works::before {
    width: 36%;
  }
  .benifit-section:before {
    width: 35%;
  }
  .analyze-page .process-section .large-content {
    padding-left: 0;
  }
  .landing-thumb .col-lg-3 .thumb-section {
    max-height: 260px;
  }
  .landing-thumb .col-lg-6 .thumb-section {
    margin-bottom: 5px;
  }
  .adv-img img {
    margin-right: 15px;
  }
  #fortune-landing-page .container {
    width: 100% !important;
  }
  #fortune-landing-page .top-link {
    width: 20%;
  }
  #fortune-landing-page .top-slogan {
    line-height: 26px;
    width: 68%;
    padding: 0 20px;
  }
  #fortune-landing-page .logo {
    width: 30%;
    padding: 0 15px;
  }
  #fortune-landing-page .download-detail {
    width: 47%;
  }
  #fortune-landing-page .connecting {
    width: 52%;
  }
  #fortune-landing-page .connecting img {
    margin-right: 15px;
  }
  #fortune-landing-page .ad-img a,
  #fortune-landing-page .ad-img img {
    margin: 10px 7px;
    max-width: 14%;
  }
  #fortune-landing-page .download-form {
    display: block;
    width: 100%;
    margin: 50px auto 0 auto;
    max-width: 300px;
  }
  .thumb-listing > .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .count-contain p {
    text-align: left;
  }
  .top-content h6 {
    text-align: center;
  }
  .landing-links .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
  }
  .landing-links .panel-group .title-link {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
  }
  .landing-links .panel-group .panel-heading .panel-title {
    padding: 0;
  }
  .global-section p {
    float: left;
  }
  #fortune-landing-page .global-section .container > div {
    width: 100%;
    text-align: center;
    padding: 0 !important;
  }
  #fortune-landing-page .global-section h4 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .default-div .thumb-listing .thumb-img img {
    height: 160px;
  }
  .cont-tab {
    padding: 0 15px;
    width: 100%;
    display: block;
    float: left;
  }
  .address-div {
    margin-bottom: 30px;
  }
  .table.sec-table {
    margin-bottom: 0;
  }
  .award-details h2 {
    font-size: 42px;
    padding: 0 15px;
  }
  .award-desc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
  .award-desc img {
    width: auto;
    margin: 0 0 15px;
  }
  .award-desc p a {
    padding: 0;
    display: inline-block;
    border-bottom: none;
  }
  .sub-details .award-desc p {
    letter-spacing: 0.3px;
  }
  .default-tab .address-div {
    padding: 0;
  }
  .cont-tab ul {
    padding: 0;
  }
  .search-thumb .home-cont p {
    padding-right: 0;
  }
  .reg-desc > ul > li {
    padding-right: 0 !important;
  }
  .site-visits-desc img.img-responsive {
    margin-bottom: 15px;
  }
  .site-visits-desc > div {
    padding: 0;
  }
  .site-visits-details h2 {
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 44px;
  }
  .site-visits-desc {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .caption-detail {
    top: 10%;
  }
  .caption-detail h2 {
    width: auto;
    max-width: 100%;
    font-size: 45px;
    margin: 15px 50px;
  }
  .travel-div:last-child {
    border-top: none;
    border-bottom: none;
  }
  .eventlanding-title .col-lg-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .landing-desc {
    margin: 20px 0 0 0;
  }
  .place-works .custom {
    padding-right: 0;
  }
  .review-section .large-content {
    padding-left: 0;
  }
  .main-banner-slider .banner-cont {
    padding: 50px 15px;
  }
  /*.banner-cont-desc img {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    }
    .banner-cont h2 {
    font-size: 48px;
    line-height: 48px;
    margin: 0px 0 6px 0;
    width: 75%;
    display: inline-block;
    } */
  .img-view-more .bann-thmb-cont h5 {
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .work-desc-div {
    padding-left: 15px;
  }
  .order-by-div {
    right: 15px;
  }
  .other-certificate .section-title h3 {
    font-size: 26px;
    line-height: 100%;
  }
  .midd-section .bg-img-cont {
    margin-left: 0;
  }
  .landing-thumb.midd-thumb .col-lg-6 .thumb-section {
    height: 500px;
    margin-bottom: 0;
  }
  .landing-thumb.midd-thumb .col-lg-3 .thumb-section {
    height: 280px;
  }
  .midd-titles h2, .midd-titles.culture-banner h2 {
    font-size: 56px;
  }
  .midd-titles p, .midd-titles.culture-banner p {
    font-size: 20px;
    letter-spacing: -0.01em;
  }
  .main-banner-slider .banner-cont .banner-bg {
    margin-left: 0;
    height: 100%;
  }
  .search-cont h2 a {
    padding: 0;
    font-size: inherit;
    border: none;
  }
  .search-img .thumb-img a {
    padding: 0;
    border: none;
  }
  .midd-detail .btn-great {
    margin: 30px auto;
  }
  .midd-detail p {
    margin-top: 15px;
  }
  .midd-detail h4 {
    margin-top: 10px;
  }
  .video-detail h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .img-offering {
    width: 230px;
    height: 230px;
  }
  .text-offering h4 {
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0 0;
  }
  .logo-great:after {
    background-size: 85px auto;
  }
  .chat-bg-gradiant .btn-great a {
    margin-left: 0;
  }
  .performance-video-sec .video-div img {
    max-height: 125px;
  }
  .contact-sale-page article.page-desc .col-md-6 {
    width: 50%;
    float: left;
  }
  .aboutus-section h1 {
    font-size: 40px;
    line-height: 48px;
  }
  .model-cont p {
    letter-spacing: 0;
  }
  .logo-thumb .row > div img {
    margin: 15px 5px;
    max-height: 35px;
    width: auto;
  }
  .aboutus-section h2 {
    font-size: 36px;
  }
  .trust-thumbline {
    width: 33.33%;
    margin-bottom: 15px;
  }
  .trust-thumb {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  /***************************************/
  .landing-links.mod_menu, .mod_blogarticle .landing-links {
    height: 60px;
  }
  a.btn-menu {
    width: auto;
    background: #b81a32;
    color: #fff;
    padding: 10px 20px;
    display: block;
    margin: 10px;
    border-radius: 4px;
  }
  .landing-links.mod_menu .nav-tabs, .mod_blogarticle .landing-links .nav-tabs {
    position: absolute;
    right: 10px;
    width: 300px;
    top: 55px;
    height: auto;
    max-height: 500px;
    overflow: auto;
    display: none;
    background: #fff;
    z-index: 2;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  }
  .mod_blogarticle .landing-links .tab-content.responsive {
    display: block;
    float: left;
    width: 100%;
    padding: 0 15px;
  }
  .cotainer-top .landing-links.mod_menu .nav-tabs li {
    width: 100% !important;
    border-width: 1px;
    height: auto;
    position: relative;
    padding-left: 5px;
    float: left;
  }
  .cotainer-top .landing-links.mod_menu .nav-tabs li a {
    padding: 15px;
    text-align: left;
  }
  .landing-links.mod_menu .nav-tabs:before {
    display: none;
  }
  .cotainer-top .landing-links .nav-tabs li ul {
    display: block;
  }
  .cotainer-top .landing-links .nav-tabs li ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
    top: 0;
    background: none;
    display: inline-block;
    width: auto;
  }
  .cotainer-top .landing-links.mod_menu .nav-tabs li ul li {
    padding-left: 15px;
  }
  .cotainer-top .landing-links.mod_menu .nav-tabs li ul li:before {
    content: '\f054';
    position: absolute;
    left: 10px;
    top: 8px;
    font-family: "FontAwesome";
    font-size: 12px;
  }
  .banner-cont .banner-cont-desc p, .banner-cont .banner-cont-desc p, .banner-cont .text-center .pink-sky-banner p {
    font-size: 22px;
    letter-spacing: 0;
  }
  .banner-cont .green-sky-banner p {
    font-size: 20px;
  }
  .midd-detail {
    padding: 30px 15px;
  }
  .page_heading.article_heading {
    width: 100%;
    padding: 45px 8% 0 8%;
  }
  .mod_listschedule {
    width: 100%;
  }
  .thumb-social {
    left: 20px;
  }
  .btn-next a, .btn-prev a {
    font-size: 16px;
    Letter-Spacing: 2px;
  }
  .btn-next a i, .btn-prev a i {
    padding: 0px 10px;
    font-size: 12px;
  }
  .sub-title-detail {
    width: 62%;
  }
  .author-detail {
    width: 38%;
  }
  .midd-titles img.banner-bg {
    top: -75px;
  }
  .mod_listschedule + div {
    width: 100%;
  }
  .about-great .top-content p {
    text-align: center;
  }
  .award-section {
    background-size: cover;
  }
  .mktoFormRow.cont-list-div {
    width: 50%;
  }
  /********certified module (home)*********/
  .another-certificate .section-title h3 {
    font-size: 48px;
  }
  .another-certificate .section-title p {
    font-size: 24px;
  }
  .another-certificate .block-field .inner-block {
    padding: 0;
  }
  .another-certificate .block-field .inner-block .inner-block-title {
    font-size: 22px;
  }
  .another-certificate .block-field .inner-block .inner-block-content {
    font-size: 18px;
    padding: 0 5%;
  }
  /********lead pack module (home)*********/
  .lead-pack-section .lead-pack-title h3 {
    font-size: 42px;
  }
  .lead-pack-section .lead-pack-title p {
    font-size: 24px;
  }
  /********final module (home)*********/
  .final-section .final-title h3 {
    font-size: 42px;
  }
  .final-section .row {
    padding: 0;
  }
  .final-section .row > div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /********certification top slideshow (certification)*********/
  .certification-top {
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
  }
  .certification-top .inner-field {
    display: block;
    padding: 120px 0;
  }
  .certification-top .section:nth-child(2) .inner-field,
  .certification-top .section:nth-child(3) .inner-field {
    width: 100%;
  }
  .certification-top .section:nth-child(2) .inner-field:first-child {
    border-top: 5px solid #2361ae;
  }
  .certification-top .section:nth-child(2) .inner-field:last-child {
    border-bottom: 5px solid #50a4db;
  }
  .certification-top .description {
    padding-top: 30px;
  }
  .certification-top .inner-field .description p {
    padding-left: 6%;
    padding-right: 6%;
  }
  .certification-top .section.how-it-work {
    padding: 90px 0px 60px 0;
  }
  .certification-top .section.how-it-work .inner-block {
    padding: 0 10px;
  }
  #support-section .support-title h3 {
    font-size: 42px;
  }
  #support-section .support-title p {
    font-size: 20px;
  }
  #support-section .support-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #support-section .support-item .img-field {
    padding-right: 15px;
    width: 70px;
  }
  #support-section .btn-great {
    margin-top: 20px;
  }
  #support-section .btn-great a {
    min-width: auto;
    font-size: 12px;
    padding: 8px 25px;
  }
  .final-section .img-field {
    padding-right: 25px;
  }
  /********Event Page (last section)*********/
  .get-professional-section p, .get-professional-section h2 {
    text-align: center;
  }
  .get-professional-section .btn-great {
    text-align: center;
  }
  .get-professional-section .row > div:last-child {
    display: table;
    margin: auto;
  }
  #pricing-section .inner-block .description {
    /* min-height: 390px; */
  }
  #pricing-section .inner-block .pricing-extra .description-extra {
    min-height: 515px;
  }
  #pricing-section .inner-block .description .btn-great a,
  #pricing-section .inner-block .description-extra .btn-great a {
    min-width: 165px;
  }
  #pricing-section .inner-block .popover {
    width: 540px;
  }
  #pricing-section .inner-block .popover .popover-content > img {
    height: 285px;
  }
}

@media screen and (max-width: 800px) {
  .midd-titles img.banner-bg {
    top: 0;
  }
  .mod_listschedule + div {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  header.open {
    background: none;
    height: 100%;
  }
  .menu-panal #mainNavbar {
    max-width: 100%;
    float: none;
  }
  .topbar-contact-link {
    margin: 0 auto;
  }
  .full-with-banner-cont .banner-cont-desc .banner-brand-logo {
    margin-top: 50px !important;
    max-height: 40px;
    width: auto;
  }
  .row.banner-space-top {
    margin-top: 60px;
    padding-right: 5px;
  }
  .banner-cont .banner-cont-desc .banner-space-top h2 {
    padding-left: 0;
    font-size: 36px;
  }
  .banner-cont .banner-cont-desc .banner-space-top p {
    font-size: 26px;
    line-height: 26px;
  }
  #home-slider .section .banner-cont .banner-cont-desc p {
    padding: 0 10%;
  }
  #home-slider .section .banner-cont .banner-cont-desc .btn-transperant.btn-white {
    margin-left: auto !important;
  }
  #home-slider .section .banner-cont .banner-cont-desc h2 {
    padding: 0 5%;
  }
  #home-slider .section .banner-cont .banner-cont-desc img {
    margin: 0 !important;
    padding: 10px;
  }
  .full-with-banner-cont .banner-cont-desc .col-lg-2 img {
    max-width: 90px;
  }
  .menu-panal .navbar-header {
    background: #ffffff;
    margin-left: 0;
  }
  .menu-panal .navbar-toggle.active .icon-bar:first-child {
    display: block;
    margin-top: 5px;
    /*transform: rotate(133deg);*/
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .menu-panal .navbar-toggle.active .icon-bar:last-child {
    display: block;
    margin-top: -3px;
    /*transform: rotate(-133deg);*/
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .menu-panal .navbar-toggle.active .icon-bar {
    display: none;
  }
  .menu-panal .navbar-toggle .icon-bar {
    width: 20px;
    height: 3px;
    border-radius: 6px;
    background-color: #005472;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .menu-panal button.navbar-toggle {
    margin-right: 20px;
    padding: 0;
    cursor: pointer;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: auto;
    height: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  header.open:before {
    content: '';
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  footer .container {
    width: 100%;
    padding: 0 15px;
  }
  .hellobar {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
    -o-animation: none;
  }
  .f-nav .hellobar, header.open .hellobar {
    display: none;
  }
  #mainNavbar > ul > li.parent:after {
    content: none;
  }
  .menu-panal #mainNavbar > ul.menu {
    margin: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0px 5px 5px 0px rgba(142, 142, 142, 0.15);
    box-shadow: inset 0px 5px 5px 0px rgba(142, 142, 142, 0.15);
  }
  .menu-panal #mainNavbar .menu li {
    width: 100%;
    padding: 15px 15px 10px;
  }
  .menu-panal #mainNavbar .menu li.open,
  .menu-panal #mainNavbar .menu li.open li {
    background-color: #f5f5f5;
  }
  .menu-panal #mainNavbar .menu li a {
    text-align: center;
  }
  .form-search {
    margin: 10px auto 0;
    float: right !important;
    display: inline-block;
  }
  .f-nav .form-search {
    display: none;
  }
  .input-append {
    width: 100%;
    height: 42px;
  }
  .form-search input.search-query {
    font-size: 14px;
    height: 40px;
    padding: 0 15px;
    width: 200px;
  }
  .form-search .btn {
    font-size: 18px;
    right: 12px;
    top: 6px;
  }
  .footer-logo img {
    margin-right: 10px;
  }
  .footer-logo img {
    margin-right: 0;
  }
  .footer-link-div > div {
    display: inline-block;
    vertical-align: top;
    width: 48%;
  }
  .menu-panal #mainNavbar {
    width: 100%;
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(142, 142, 142, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(142, 142, 142, 0.15);
  }
  .brands-section a {
    margin: 0px 15px;
  }
  .btn-next, .btn-prev {
    top: 40%;
  }
  .thumb-title .container {
    padding: 0 15px;
    width: 100%;
  }
  /*.mail-cont h4 {
    max-width: 400px;
    padding: 0 0 15px;
    } */
  .thumb-section.half-thumb {
    margin-bottom: 5px;
  }
  .comp-logo {
    margin-top: 6px;
  }
  .resource-detail-section {
    padding-top: 35px;
  }
  .package-option-type .wow {
    width: 33.333%;
  }
  .adv-img img {
    margin-right: 24px;
  }
  .article-with-sidebar, .article-content-area, .article-content-sidebar {
    width: 100%;
    display: block;
  }
  .poping_links {
    display: table;
    width: auto;
    margin: 0 auto;
  }
  .jmodedit {
    display: none !important;
  }
  .title-cont h2 {
    font-size: 42px;
  }
  .title-cont {
    padding: 0 15px;
  }
  .search-thumb .home-cont p, .home-cont h4, .search-thumb .home-cont h6, .home-cont ul {
    padding-right: 15px;
    padding-left: 15px;
  }
  .home-cont h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .price-table .table-td {
    font-size: 18px;
  }
  .price-table .table-td p {
    font-size: 16px;
    line-height: 18px;
  }
  .reg-desc {
    padding: 0 15px;
  }
  .default-tab .address-div {
    padding: 0 15px;
  }
  .cont-tab .table-responsive {
    padding: 0 15px;
  }
  .default-tab .award-desc .address-div {
    padding: 0;
  }
  #searchForm #search-searchword {
    width: 230px;
  }
  .form-limit {
    min-width: 170px;
  }
  .form-limit select#limit {
    max-width: 70px;
    display: inline-block;
  }
  .caption-detail h2 {
    font-size: 18px;
    line-height: 25px;
    margin: 15px 0px;
  }
  .slider-caption {
    font-size: 40px;
    line-height: 90px;
    padding-left: 15px;
  }
  .slider-caption img {
    max-width: 250px;
  }
  .slider-caption ul {
    margin-right: 270px;
  }
  .slider-caption ul li {
    font-size: 12px;
  }
  .caption-detail {
    top: 5%;
  }
  .sponser-con .title-cont {
    padding: 0;
  }
  .travel-div-detail .address-div {
    padding: 0;
  }
  .travel-con .title-cont {
    padding: 0;
  }
  .slider-thumb {
    margin-top: 0;
  }
  .place-works .custom {
    padding-right: 5px;
  }
  .review-section .large-content h3, .place-works .large-content h3 {
    font-size: 30px;
  }
  .process-section.review-section:before {
    background: none;
  }
  .bg-img-cont {
    width: 100%;
  }
  .review-section .large-content, .large-section.place-works .large-content {
    padding-left: 0;
    max-width: 100%;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 25px;
    margin: 0 auto;
    background: none !important;
  }
  .place-section.large-section.place-works::before {
    background: none;
  }
  .place-works .large-content h3 {
    max-width: 100%;
  }
  .process-section.large-section.review-section,
  .place-section.large-section.place-works {
    background: #fff;
  }
  .input-group-btn.search-panel {
    display: none;
  }
  .search-section {
    padding: 30px 0 30px;
  }
  .best-listing-detail .section-title.text-center > h3 {
    line-height: 100%;
  }
  /* .slider-thumb {
    display: none;
    } */
  .midd-detail {
    margin: 0;
  }
  .input-append:hover input.search-query {
    width: 200px;
  }
  .thumb-great h5 {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
  }
  .thumb-great p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .thumb-great h3 {
    margin: 5px auto;
    font-size: 26px;
    line-height: 100%;
  }
  .thumb-great {
    margin-bottom: 30px;
  }
  .award-section p {
    font-size: 20px;
  }
  .work-div {
    margin: 30px 0;
  }
  .about-great .top-content p {
    margin: 5px 0;
    font-size: 20px;
    line-height: 24px;
  }
  .top-content h6 {
    padding: 5px 0;
  }
  .midd-center {
    max-width: 650px;
  }
  .offering-div {
    margin-bottom: 30px;
  }
  .img-offering {
    width: 270px;
    height: 270px;
  }
  .logo-great:after {
    background-size: 110px auto;
  }
  .midd-titles .midd-center p {
    letter-spacing: 0.5px;
  }
  .performance-video-sec .video-div img {
    max-height: 100%;
  }
  .contact-sale-page h5, .contact-sale-page a {
    font-size: 15px;
  }
  .contact-sale-page h2 {
    font-size: 60px;
  }
  .press-cont p a {
    letter-spacing: -0.5px;
  }
  .leaders-cont h3 {
    font-size: 20px;
  }
  .leaders-cont h4 {
    font-size: 16px;
  }
  .leaders-cont p {
    font-size: 13px;
    letter-spacing: -0.003em;
    margin: 0;
  }
  .aboutus-section h3 {
    font-size: 26px;
  }
  .banner-cont .banner-cont-desc h2, .banner-cont .text-center .banner-cont-desc h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .banner-cont .banner-cont-desc p, .banner-cont .banner-cont-desc p, .banner-cont .text-center .pink-sky-banner p {
    font-size: 20px;
    letter-spacing: 0;
  }
  .banner-cont .green-sky-banner p {
    font-size: 18px;
  }
  .banner-cont .banner-cont-desc img, .banner-cont .banner-cont-desc .btn-transperant.btn-white {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .banner-cont .dark-blue-banner .img-responsive {
    width: 20%;
  }
  .banner-cont .banner-cont-desc h2,
  .banner-cont .text-center .banner-cont-desc h2,
  .banner-cont .banner-cont-desc p,
  .banner-cont .banner-cont-desc p,
  .banner-cont .text-center .pink-sky-banner p {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .banner-cont .text-center .banner-cont-desc .btn-transperant.btn-white, .banner-cont .text-center .banner-cont-desc .btn-transperant.btn-white {
    margin-left: auto !important;
  }
  .banner-cont .pink-sky-banner h4, .banner-cont .green-sky-banner h4 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .main-banner-slider .banner-cont {
    padding: 30px 15px;
  }
  .thumb-text {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /***********************************************************/
  .place-section .large-content {
    max-width: 88%;
  }
  .price-table .table-td:first-child {
    width: 100% !important;
    padding-right: 112px;
  }
  .main-banner-slider .banner-cont.green-orange-gradiant-bg .banner-bg {
    margin-left: -100%;
    width: auto;
  }
  .main-banner-slider .banner-cont {
    padding: 30px 15px;
  }
  .main-banner-slider .orange-gradiant-bg, .main-banner-slider .orange-gradiant-bg:before {
    background-position: 50%;
  }
  .main-banner-slider .banner-cont.orange-gradiant-bg .banner-bg {
    height: 100%;
    width: auto;
    margin-left: -55%;
  }
  .main-banner-slider .banner-cont.pink-sky-gradiant-bg .banner-bg {
    margin-left: -65%;
    height: 100%;
    width: auto;
  }
  .main-banner-slider .banner-cont.dark-blue-gradiant-bg .banner-bg {
    margin-left: -80%;
    height: 100%;
    width: auto;
  }
  .main-banner-slider .banner-cont.green-sky-gradiant-bg .banner-bg {
    margin-left: -30%;
    height: 100%;
    width: auto;
  }
  .main-banner-slider .orange-black-gradiant-bg, .main-banner-slider .orange-black-gradiant-bg:before {
    background-position: 35%;
  }
  .main-banner-slider .banner-cont.orange-black-gradiant-bg .banner-bg {
    margin-left: -70%;
    height: 100%;
    width: auto;
  }
  .main-banner-slider .banner-cont.sky-blue-gradiant-bg .banner-bg {
    margin-left: -95%;
    height: 100%;
    width: auto;
  }
  .main-banner-slider .pink-sky-gradiant-bg, .main-banner-slider .pink-sky-gradiant-bg:before {
    background-position: 35%;
  }
  .top-header #login_pop #form-login {
    top: 3%;
  }
  .mktoForm.mktoHasWidth.mktoLayoutLeft .mktoFormRow fieldset.mktoFormCol .mktoHtmlText strong {
    padding: 0;
  }
  .top-header {
    position: fixed;
    bottom: -105px;
    border: 0;
    display: block;
    height: 100px;
    background: #fff;
    z-index: 2;
  }
  header.open .top-header {
    display: block;
    bottom: 0;
    background-color: #fbfbfb;
  }
  .top-header img.flag {
    z-index: 0;
  }
  #mainNavbar ul li.open > a {
    font-weight: 500;
  }
  #mainNavbar ul li.parent.open ul {
    display: block;
    height: auto;
    background-color: #ffffff;
    margin-top: 5px;
  }
  #mainNavbar > ul > li.deeper:before {
    content: '\f077';
    font-family: Fontawesome;
    font-size: 14px;
    position: absolute;
    right: 15px;
    z-index: 1;
  }
  #mainNavbar > ul > li.deeper.open:before {
    content: '\f078';
  }
  #mainNavbar ul ul {
    position: relative;
    width: 100%;
    top: 0 !important;
    padding-top: 0;
  }
  .menu-panal #mainNavbar {
    position: static;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menu-panal .navbar-toggle.active .icon-bar {
    background-color: #606060;
  }
  .menu-panal .navbar-brand > img {
    height: 60px;
  }
  .contact_us_link .fa {
    font-weight: bold;
    margin-left: 2px;
  }
  .menu-panal {
    height: 60px;
  }
  .menu-panal .navbar-right {
    /* display: none; */
  }
  .menu-panal .navbar {
    height: 60px;
  }
  .cotainer-top img {
    width: auto;
  }
  .cotainer-top .padding-0 > div > div {
    left: 0 !important;
  }
  .menu-panal .navbar {
    background: #ffffff;
  }
  .top-header .row .col-lg-2 {
    width: 50%;
  }
  .top-header .row .col-lg-10 {
    width: 50%;
  }
  .search_link {
    display: none;
  }
  .search-sect .form-group {
    margin: 0;
  }
  .search-sect {
    position: relative;
    padding-left: 15px;
  }
  button.btn-search {
    position: absolute;
    right: 8px;
    top: 0;
    background: none;
    border: none;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #333333;
  }
  .search-sect .form-control {
    border-radius: 30px;
    border: #f1f1f1 2px solid;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #3c3d41;
    font-family: 'Sailec-Regular', sans-serif;
  }
  .top-header .poping_links {
    text-align: right;
    display: block;
  }
  .f-nav .menu-panal {
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 9;
    border: none;
  }
  .f-nav .navbar {
    position: relative;
  }
  #site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #site-header.open {
    overflow-y: auto;
    height: calc(100% - 100px) !important;
    width: 100%;
  }
  .main-contain {
    padding-top: 60px;
  }
  /********certified module (home)*********/
  .another-certificate .block-field {
    margin: 40px 0;
  }
  .another-certificate .block-field .inner-block {
    padding: 40px 0;
  }
  .another-certificate .section-title h3 {
    line-height: 45px;
    font-size: 42px;
  }
  .another-certificate .section-title p {
    font-size: 22px;
  }
  .another-certificate .block-field .inner-block .inner-block-title {
    padding-top: 20px;
    font-size: 20px;
  }
  .another-certificate .block-field .inner-block .inner-block-content {
    font-size: 18px;
    line-height: 30px;
  }
  .another-certificate .btn-great a {
    min-width: 240px;
  }
  /********lead pack module (home)*********/
  .lead-pack-section .lead-pack-title h3 {
    font-size: 36px;
  }
  .lead-pack-section .lead-pack-title p {
    font-size: 20px;
  }
  .lead-pack-section .logo-thumb .row > div img {
    width: 40%;
  }
  /********final module (home)*********/
  .final-section {
    padding: 60px 0;
  }
  .final-section .final-title {
    margin-bottom: 30px;
  }
  .final-section .final-title h3 {
    font-size: 36px;
  }
  .final-section .img-field {
    vertical-align: middle;
    padding-right: 0;
    width: auto;
    display: block;
    text-align: center;
    padding-bottom: 25px;
  }
  .final-section .text-field {
    display: block;
    padding: 0 5%;
    text-align: center;
  }
  .final-section .btn-great {
    margin-top: 40px;
  }
  /********testimonial module (home)*********/
  .testimonials-section .testimonial-item .inner-field:first-child {
    display: none;
  }
  .testimonials-section .testimonial-item .inner-field:last-child {
    display: table;
    width: 100%;
    min-height: 400px;
    position: relative;
    padding: 0 6% 0 6.5%;
  }
  .testimonials-section .testimonial-item .inner-field:last-child .testimonial-text {
    display: table-cell;
    vertical-align: middle;
  }
  .testimonials-section .testimonial-text h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .testimonials-section .testimonial-text .hero-name {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 20px;
  }
  .testimonial-text .hero-position {
    font-size: 16px;
    line-height: 18px;
  }
  .testimonials-section .slick-dots {
    left: 50%;
    bottom: 25px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }
  /* --- Video Modal ---*/
  .videoModal .modal-dialog {
    margin-top: 30%;
    width: auto;
    height: 50%;
  }
  /******** certification page *********/
  .certification-top .inner-field {
    padding: 80px 0;
  }
  .certification-top .inner-field .description h1 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 0;
  }
  .certification-top .inner-field .description p {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .certification-top .section:first-child .logo-field img {
    width: 100px;
  }
  .certification-top .section:nth-child(2) .inner-field .description h3,
  .certification-top .section:nth-child(3) .inner-field .description h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .certification-top .section:nth-child(2) .inner-field .logo-field img,
  .certification-top .section:nth-child(3) .inner-field .logo-field img {
    padding: 0 25%;
  }
  .certification-top .section.how-it-work .inner-block {
    width: 100%;
    padding: 20px 10%;
  }
  #support-section .container > .row {
    display: block;
  }
  #support-section .support-title {
    /*padding: 0px 5% 20px 5%;*/
    margin-bottom: 45px;
  }
  #support-section .support-title h3 {
    text-align: center;
  }
  #support-section .support-title p {
    padding-top: 15px;
    text-align: center;
  }
  #support-section .support-item .img-field {
    width: 100%;
    text-align: center;
    display: block;
    padding-right: 0;
  }
  #support-section .support-item .text-field {
    width: 100%;
    display: block;
    text-align: center;
  }
  #support-section .support-item .text-field p:first-child {
    padding-top: 15px;
  }
  #support-section .support-item .text-field p:last-child {
    padding: 15px;
  }
  #support-section .btn-great {
    text-align: center;
    margin-top: 25px;
  }
  #pricing-section {
    padding: 10px 0 50px 0;
  }
  #pricing-section .pricing-title h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .help-deciding-section p {
    line-height: 1.8;
  }
  #pricing-section .tab-field {
    margin-bottom: 55px;
  }
  #pricing-section .tab-field > ul li a {
    width: 100px;
  }
  #pricing-section .pricing-content .inner-block:nth-child(2) {
    padding: 40px 0;
  }
  #pricing-section .pricing-content .inner-block:nth-child(3) {
    padding-bottom: 40px;
  }
  #pricing-section .pricing-content .inner-block .img-field img {
    height: 100%;
  }
  #pricing-section .inner-block .description {
    /* min-height: 220px; */
  }
  #pricing-section .inner-block .pricing-extra .description-extra {
    /* min-height: 290px; */
  }
  #pricing-section .inner-block .description .btn-great a,
  #pricing-section .inner-block .description-extra .btn-great a {
    min-width: 210px;
  }
  #pricing-section .accordion-block .popover {
    width: 450px;
  }
  #pricing-section .accordion-block .popover .popover-content > img {
    height: 235px;
  }
  /********Events Landing Page (home)*********/
  .conference-top-section h2 + p {
    margin-bottom: 30px;
  }
  .conference-top-section .row > div {
    margin: 20px 0 40px 0;
  }
  .conference-top-section .row:nth-child(4) > div:last-child {
    margin: 0;
  }
  .conference-top-section .img-field {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .conference-top-section .text-field {
    display: block;
    text-align: center;
  }
  .wegmans-section p,
  .need-approval-section p {
    line-height: 30px;
  }
  .conference-testimonial-section > .container {
    height: 930px;
  }
  .conference-testimonial-section .testimonial-field,
  .conference-testimonial-section .testimonial-field .slick-track {
    height: 100%;
  }
  .conference-testimonial-section .testimonial-field .slick-track {
    display: table;
  }
  .conference-testimonial-section .testimonial-field .slick-track .slick-slide {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .conference-testimonial-section .slick-dots {
    bottom: 20px;
  }
  .conference-testimonial-section .testimonial-field .hero-info p:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 667px) {
  .banner-cont .green-orange-banner .img-responsive
.thumb-great h5 {
    font-size: 13px;
  }
  .thumb-great p {
    font-size: 14px;
  }
  .chat-title h2 {
    margin: 0 auto;
    padding: 0;
    display: block;
  }
  .chat-title .btn-great {
    margin: 10px auto;
  }
  .award-thumb h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .award-thumb p {
    font-size: 14px;
  }
  .award-thumb h6 {
    font-size: 9px;
  }
  .work-div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .work-section .col-lg-5 {
    width: 100%;
    margin-bottom: 15px;
  }
  .top-title h1 {
    font-size: 44px;
  }
  .benifit-section .large-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .thumb-text h2 {
    font-size: 46px;
    line-height: 48px;
    max-width: 450px;
  }
  .thumb-text {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .thumb-text h4 {
    font-size: 22px;
    line-height: 24px;
  }
  .title-link {
    padding: 0 5px;
  }
  .search-img {
    width: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    text-align: center;
    margin: 0 auto;
  }
  .search-img .thumb-img {
    width: 100%;
    margin: 0 auto;
    height: 255px;
    max-width: 330px;
  }
  .search-cont {
    width: 100%;
    padding: 280px 10px 0 15px;
  }
  .main-cont .text-sub {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 28px;
  }
  .search-thumb h6 {
    margin-top: 2px;
  }
  .landing-thumb .thumb-img {
    height: 250px;
  }
  .process-section:before {
    width: 33%;
  }
  .place-section:before {
    width: 25%;
  }
  .benifit-section:before {
    width: 23%;
  }
  .analyze-page .process-section .large-content {
    padding-left: 20px;
  }
  .analyze-page .place-section .large-content {
    padding-left: 35px;
  }
  .package-option-type .wow {
    width: 100%;
  }
  .small-package .view-effect-title * {
    display: inline-block !important;
    width: 30% !important;
    vertical-align: middle;
    font-size: 16px !important;
    line-height: 16px !important;
    min-width: auto !important;
  }
  .small-package img {
    display: none;
  }
  .small-package .view-effect-title {
    margin-bottom: 0;
  }
  .small-package .view-effect-title span {
    font-size: 16px !important;
  }
  .small-package .view-effect-title h5 {
    font-size: 18px !important;
  }
  .small-package .view-effect-title a {
    font-size: 14px !important;
  }
  .survey_step {
    background: none;
  }
  .survey_step:before {
    content: "";
    background-image: url(../images/next-arrow.png);
    width: 100%;
    height: 38px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .survey_step:first-child:before {
    background: none;
  }
  #fortune-landing-page .ad-img a,
  #fortune-landing-page .ad-img img {
    margin: 10px 15px;
    max-width: 25%;
  }
  #fortune-landing-page .top-link a {
    padding: 11px 15px;
  }
  .container.list-workspaces.table-responsive {
    border: none;
  }
  #workspace-register-panel {
    width: 100%;
  }
  .default-div .thumb-listing .thumb-img img {
    height: 136px;
  }
  .listing-section {
    padding-top: 44px;
  }
  .main-ban-cont h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .main-ban-cont h3 {
    font-size: 26px;
  }
  .main-ban-cont h4 {
    font-size: 20px;
    margin-top: 20px;
  }
  .title-link a {
    font-size: 16px;
    padding: 10px;
    border-width: 2px;
  }
  .table {
    margin-bottom: 30px;
  }
  .table-responsive {
    padding: 0 15px;
  }
  #my_video {
    min-height: 100px;
    height: auto !important;
  }
  .playbtn a img {
    max-width: 40px;
  }
  .playpausebtn {
    display: none !important;
  }
  .slider-caption ul {
    margin-right: 180px;
  }
  .slider-caption img {
    max-width: 170px;
  }
  .slider-caption {
    visibility: visible !important;
  }
  .place-section.large-section.place-works::before {
    width: 30%;
  }
  .midd-titles p {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
  }
  .thumb-great h5 {
    font-size: 10px;
  }
  .chat-bg-gradiant .chat-title h2 {
    margin-bottom: 0;
  }
  .chat-title .btn-great {
    margin: 0 auto;
  }
  .leaders-thumb .row {
    display: block;
  }
  .leaders-thumb {
    width: 100%;
  }
  .leaders-thumb .row .col-xs-4 {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .logo-thumb .row > div img {
    margin: 15px 15px;
    max-height: none;
    height: auto;
  }
  .aboutus-section h5 {
    font-size: 16px;
    line-height: 22px;
    margin: 5px 0;
  }
  .aboutus-section h5 a {
    font-size: 16px;
    line-height: 22px;
  }
  .aboutus-section p {
    font-size: 18px;
    line-height: 22px;
    margin: 5px 0;
  }
  .aboutus-section p a {
    font-size: 18px;
    line-height: 22px;
  }
  .aboutus-section h3.about-title, .aboutus-section h3.about-title a {
    font-size: 20px;
    line-height: 24px;
  }
  .aboutus-section h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .banner-cont .banner-cont-desc p, .banner-cont .banner-cont-desc p, .banner-cont .text-center .pink-sky-banner p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
  }
  .banner-cont .green-sky-banner p {
    font-size: 16px;
  }
  .main-banner-slider .banner-cont {
    height: 560px;
  }
  .thumb-social {
    left: 20px;
  }
  .process-section .large-content {
    max-width: 66%;
  }
  .process-section.review-section .large-content {
    max-width: 100%;
  }
  .benifit-section .large-content {
    padding-left: 30px;
    max-width: 80%;
  }
  .landing-thumb .thumb-img.image-width-100 a img, .thumb-img.image-width-100 img {
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    height: 100%;
  }
  .landing-links .search-img .thumb-img img {
    height: 100%;
  }
  .page-header h2, .main-title {
    font-size: 54px;
    line-height: 54px;
  }
  .privacy-policy-cont h2 {
    font-size: 20px;
  }
  .top-header #login_pop #form-login {
    top: 7%;
    max-height: 325px;
  }
}

@media screen and (max-width: 600px) {
  .banner-cont .banner-cont-desc .banner-space-top h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .banner-cont .banner-cont-desc .banner-space-top p {
    font-size: 22px;
  }
  .top-title {
    max-width: 300px;
  }
  .top-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .top-content p {
    font-size: 20px;
    Letter-Spacing: -0.03em;
  }
  .top-content p.content-title {
    font-size: 22px;
  }
  .starting-great .col-xs-4 {
    width: 100%;
    margin-bottom: 15px;
  }
  .thumb-great h5 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .thumb-great p {
    font-size: 18px;
    margin-top: 15px;
  }
  .brands-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .brands-section a {
    margin: 10px 20px;
  }
  .brands-section a img {
    max-height: 40px;
  }
  .certifed-section .section-title p {
    font-size: 20px;
  }
  .award-thumb-section .col-xs-4 {
    width: 50%;
  }
  .place-section .large-content {
    padding-top: 50px;
  }
  .main-title {
    font-size: 40px;
    line-height: 42px;
  }
  .comp-logo {
    margin-top: -1px;
  }
  .landing-thumb .half-thumb .thumb-img {
    height: 490px;
  }
  .landing-thumb .thumb-img {
    height: 216px;
  }
  .process-section:before, .place-section:before, .benifit-section:before {
    width: 100%;
  }
  .process-section .large-content {
    padding-left: 40px;
    background: #d8d8d8;
    background: linear-gradient(135deg, rgba(216, 216, 216, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ffffff',GradientType=1 );
  }
  .place-section .large-content {
    background: white;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 25%, rgba(216, 216, 216, 0.8) 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=1 );
  }
  .benifit-section .large-content {
    background: #99ccff;
    background: linear-gradient(135deg, rgba(153, 204, 255, 0.8) 0%, rgba(0, 94, 188, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ccff', endColorstr='#005ebc',GradientType=1 );
  }
  .analyze-page .process-section .large-content {
    padding-left: 30px;
  }
  .landing-thumb .col-lg-6 .thumb-section {
    max-height: 436px;
  }
  #fortune-landing-page .fortune {
    width: 15%;
    float: left;
  }
  #fortune-landing-page .top-slogan {
    display: block;
    float: left;
    width: 85%;
  }
  #fortune-landing-page .top-link {
    display: block;
    float: left;
    width: 85%;
    margin-top: 20px;
    text-align: center;
  }
  #fortune-landing-page .logo {
    width: 100%;
    margin-bottom: 20px;
  }
  #fortune-landing-page .logo a img {
    margin: 0 auto;
  }
  #fortune-landing-page .global-detail {
    width: 100%;
    text-align: center;
  }
  #fortune-landing-page .global-detail p {
    text-align: center;
  }
  #fortune-landing-page .fortune img {
    margin: auto;
  }
  #fortune-landing-page .download-detail {
    width: 100%;
  }
  #fortune-landing-page .download-detail p {
    font-size: 19px;
    width: 100%;
    text-align: center;
  }
  #fortune-landing-page .connecting {
    width: 100%;
  }
  #fortune-landing-page .connecting img {
    margin-right: auto;
  }
  #fortune-landing-page .find-section p {
    font-size: 19px;
    padding: 0px 0 30px 0;
  }
  #fortune-landing-page .top-footer p {
    font-size: 10px;
  }
  #fortune-landing-page .social-links a {
    margin: 0 5px;
  }
  #fortune-landing-page .global-section .logo img {
    margin: 0 auto;
  }
  #fortune-landing-page .great-title h2 {
    text-align: center;
  }
  .acount-info .acc-item-left, .acount-info .acc-item-right {
    width: 100%;
  }
  .default-div .thumb-listing > .row > div {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
  }
  .default-div .thumb-listing .thumb-img img {
    height: 100%;
  }
  .default-div .thumb-listing .listing-thumb .thumb-text {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .listing-section .btn-section {
    padding: 0;
  }
  .title-cont h2 {
    font-size: 42px;
  }
  .table-th {
    font-size: 18px;
  }
  .table-td {
    font-size: 15px;
  }
  .address-div address, .address-div h4 {
    font-size: 18px;
  }
  .award-details h2 {
    font-size: 34px;
    line-height: 36px;
  }
  .price-table {
    overflow: hidden;
  }
  .price-table .table {
    min-width: 100%;
  }
  .price-table .tbl-cont .table-row {
    position: relative;
    display: block;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    border-top: #f0f2f7 1px solid;
    padding-top: 15px;
  }
  .price-table .table-row > div {
    display: block;
    border: none;
    padding: 0;
  }
  .price-table .table-td:first-child {
    padding-top: 0;
    /*width: 100%; */
  }
  .price-table .table-td p, .price-table .table-td p.price-title {
    text-align: left;
    padding: 1px 0;
  }
  .price-table .table-row > .table-td:last-child {
    position: absolute;
    right: 0;
    width: auto !important;
    top: 15px;
    padding-right: 0;
  }
  .default-tab .price-table .table-td {
    height: 100% !important;
    padding: 3px 115px 0 0;
  }
  .price-table .table-td .btn-reg {
    letter-spacing: 1px;
    padding: 5px 0;
    width: 110px;
    height: 28px;
  }
  .price-table .table-row.second-row .table-td {
    padding-top: 0;
    display: block;
    float: left;
    width: 100%;
  }
  .price-table .table-td p.main-price {
    padding: 5px 0 0 0;
    text-align: left;
  }
  .table-row > div:first-child {
    padding-bottom: 15px;
  }
  .price-table.third-table .table-th {
    height: 100%;
  }
  .main-cont blockquote, .main-cont .text-sub {
    margin: 17px 0 18px;
  }
  .thumb-clients > div {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    float: none;
    padding: 0;
  }
  .client-thumb a {
    border: none;
    padding: 0;
  }
  .sub-h3 {
    font-size: 30px;
  }
  .client-detail .client-img {
    padding-right: 220px;
  }
  .sponser-con .col-lg-6 {
    padding: 0;
    width: 100%;
  }
  .spnser-add, .pdf-sonser {
    margin: 15px 0 0;
  }
  .pdf-sonser {
    padding-top: 15px;
  }
  .travel-div .col-lg-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .place-section.large-section.place-works::before {
    width: 100%;
  }
  .process-section.review-section .large-content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
  }
  .place-works .large-content .btn-great {
    margin-left: 0;
    margin-top: 30px;
  }
  .award-section p {
    font-size: 17px;
  }
  .comment-detail .table-responsive {
    border: 1px solid #ddd;
    padding: 0;
  }
  .comment-detail .table-responsive table {
    min-width: 500px;
  }
  .midd-titles .midd-center p {
    letter-spacing: 0px;
  }
  .midd-titles.culture-banner h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .midd-titles p, .midd-titles.culture-banner p {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 15px auto;
  }
  .search-thumb .performance-detail h4 {
    font-size: 24px;
  }
  .search-thumb .performance-detail {
    padding: 0 15px;
  }
  .search-thumb .performance-detail h4 {
    margin-left: 0;
  }
  .aboutus-section h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .model-cont h4 {
    font-size: 26px;
    line-height: 32px;
  }
  .model-cont p {
    font-size: 17px;
    line-height: 22px;
  }
  .leaders-section h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .logo-detail p {
    font-size: 18px;
    line-height: 24px;
  }
  .trust-section .about-detail {
    padding: 0;
  }
  .newletter-panel .mktoForm .mktoRequiredField input[type=email] {
    width: 62% !important;
  }
  .newletter-panel h2 {
    font-size: 44px;
  }
  .mail-cont h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .mail-cont {
    max-width: 310px;
  }
  .form-mail .btn {
    padding: 18px 18px 18px 18px;
    height: 55px;
    width: 55px;
    margin: 6px 0px;
  }
  .mail-div {
    padding: 10px 0;
  }
  .process-section .large-content {
    max-width: 90%;
  }
  .main-banner-slider .banner-cont.green-orange-gradiant-bg .banner-bg {
    margin-left: -105%;
  }
  .view-about-section .text-center h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .view-about-section .text-center p br, .view-about-section .text-center h3 br {
    display: none;
  }
  .midd-titles img.banner-bg {
    width: auto;
    height: 100%;
  }
  .top-header #login_pop #form-login {
    max-height: 280px;
  }
  .mktoFormRow.cont-list-div {
    width: 100%;
  }
  .mktoForm.mktoHasWidth.mktoLayoutLeft .mktoFormRow.cont-list-div fieldset.mktoFormCol {
    padding-right: 0 !important;
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .top-header #logins {
    width: 100%;
    position: relative;
  }
  .top-header .poping_links {
    position: relative;
  }
  .top-header #logins:before, .top-header .poping_links:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 25px;
    display: block;
    margin: auto 0;
    background: #ebe7e7;
    top: 0%;
    bottom: 0%;
  }
  .row.banner-space-top {
    margin-top: 30px;
  }
  .banner-cont .banner-cont-desc .banner-space-top h2 {
    font-size: 26px;
    line-height: 34px;
  }
  .banner-cont .banner-cont-desc .banner-space-top p {
    font-size: 20px;
  }
  .banner-space-top .col-lg-2, .banner-space-top .col-lg-10 {
    padding: 0 10px !important;
  }
  .full-with-banner-cont .banner-cont-desc .banner-brand-logo {
    max-height: 30px;
  }
  .full-with-banner-cont .banner-cont-desc .col-lg-2 img {
    max-width: 70px;
  }
  .top-header .col-xs-4 {
    width: 16%;
  }
  .top-header .col-sm-3 {
    width: 32%;
    padding-right: 0;
  }
  .top-header .col-sm-9 {
    width: 68%;
  }
  .bottom-header ul li a {
    margin: 5px 3px;
    font-size: 10px;
  }
  .footer-links {
    min-height: 100%;
  }
  .link-title.no-title {
    display: none;
  }
  .ftr-menu-link li {
    padding: 0 3px;
  }
  .copy-right {
    font-size: 9px;
  }
  .ftr-menu-link li a {
    font-size: 10px;
  }
  .form-search input.search-query {
    font-size: 12px;
    height: 32px;
    width: 145px;
  }
  .form-search .btn {
    font-size: 14px;
  }
  .menu-panal #mainNavbar .menu li a,
  .menu-panal #mainNavbar .menu li span {
    font-size: 14px;
    margin: 5px 0;
  }
  .moduletable.moduletable__footer_menu_without_title.mod_menu {
    padding-top: 0;
  }
  .top-content p.content-title {
    font-size: 20px;
    text-align: center;
  }
  .about-great .top-content p {
    letter-spacing: -0.5px;
  }
  .top-content p {
    text-align: center;
  }
  .section-title h3 {
    font-size: 32px;
    line-height: 100%;
  }
  #award-section .section-title h3 {
    line-height: 1.4;
  }
  .certifed-section .section-title p {
    font-size: 20px;
  }
  .section-title p {
    font-size: 20px;
  }
  .award-thumb-section .col-xs-4 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: table;
    float: none;
  }
  .work-div .col-xs-6 {
    width: 100%;
  }
  .work-thumb a {
    min-height: 100%;
  }
  .top-content h6 {
    text-align: center;
  }
  .certifed-section .btn-great .btn-white {
    min-width: 285px;
  }
  .btn-next, .btn-prev {
    top: 30%;
  }
  .place-section .col-xs-9 {
    width: 100%;
  }
  .place-section .col-xs-3 {
    display: none;
  }
  .large-content h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .large-content ul li {
    font-size: 20px;
    line-height: 26px;
  }
  .large-content ul li::before {
    font-size: 20px;
  }
  .place-section .large-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .process-section .large-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .befinti-div {
    padding: 0;
  }
  .befinti-div h5 {
    font-size: 16px;
  }
  .slider.slider-horizontal {
    width: 230px;
  }
  .cont-text p {
    font-size: 24px !important;
  }
  .thumb-text h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .landing-thumb .container-fluid .row > div {
    width: 100%;
    padding: 5px 5px 0;
  }
  .thumb-section.half-thumb {
    margin-bottom: 0;
  }
  .search-img .thumb-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
  }
  .form-mail .mail-query {
    padding: 15px 53px 15px 10px;
    font-size: 12px;
  }
  .comp-logo {
    float: left;
    width: 100%;
  }
  .comp-logo h5 {
    padding-left: 0;
  }
  .thumb-listing > div, .thumb-listing > .row > div {
    width: 100%;
    margin: 0;
  }
  .list-title {
    font-size: 30px;
  }
  .main-title {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.5px;
    word-spacing: 0;
  }
  .comment-detail {
    padding-left: 5px;
    padding-right: 5px;
  }
  .advertisement img {
    margin: 0 auto;
  }
  .mobile-padding {
    padding-left: 0 !important;
  }
  .sub-title-detail p, .sub-title-detail p.sub-ans, .author-detail p {
    font-size: 14px;
    letter-spacing: -0.05px;
    margin: 0 2px;
    line-height: 22px;
  }
  .comment-social-link {
    margin-bottom: 0;
    margin-top: 0;
  }
  .review-div.pull-right {
    float: left !important;
    margin: 6px 5px 0;
  }
  .right-div {
    padding: 0 10px;
    width: 100%;
    display: block;
  }
  .comp-logo {
    margin-top: 5px;
  }
  .search-img {
    padding: 0;
  }
  .search-img .thumb-img img {
    height: 256px;
  }
  .advertisement {
    margin-top: 10px;
  }
  .listing-section {
    padding-top: 25px;
  }
  .landing-thumb .half-thumb .thumb-img {
    height: 100%;
  }
  .landing-thumb .thumb-img {
    height: 100%;
  }
  .btn-next a, .btn-prev a {
    font-size: 10px;
  }
  .process-section .large-content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
  }
  .place-section .large-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .btn-next a i, .btn-prev a i {
    font-size: 8px;
  }
  .banner-section .container {
    padding: 0;
  }
  .grow-page .place-section .large-content {
    width: 105%;
  }
  .winners h2 {
    font-size: 22px;
  }
  .adv-img img {
    margin: auto 5px;
    max-width: 46%;
  }
  .package_slider_label.arrow {
    background: none;
    text-align: center;
  }
  .package-option h1, .small-bussines-panel .panel-title {
    font-size: 26px;
    line-height: 26px;
  }
  #fortune-landing-page .fortune {
    width: 100%;
  }
  #fortune-landing-page .fortune a img {
    margin: 0 auto;
  }
  #fortune-landing-page .top-slogan {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  #fortune-landing-page .top-link {
    width: 100%;
  }
  #fortune-landing-page .top-link a {
    display: inline-block;
  }
  #fortune-landing-page .great-title h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  #fortune-landing-page .ad-img a,
  #fortune-landing-page .ad-img img {
    max-width: 24%;
  }
  #fortune-landing-page .question-section a, .question-section h4 {
    font-size: 18px;
  }
  #fortune-landing-page .download-form {
    max-width: 100%;
  }
  .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
  }
  .mktoForm .mktoGutter,
  .mktoForm .mktoOffset {
    display: none;
  }
  .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoForm fieldset {
    padding: 0 10px;
  }
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoForm select.mktoField {
    height: auto;
  }
  .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
  .mktoModal .mktoModalContent {
    padding: 10px 0;
  }
  .mktoModal .mktoModalClose {
    right: 0;
  }
  .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
  #fortune-landing-page div img {
    margin-bottom: 20px;
  }
  .default-div .thumb-listing {
    margin-top: 30px;
  }
  .listing-thumb .thumb-text h2 {
    font-size: 18px;
    text-align: center;
  }
  .feature-review-section .listing-thumb .thumb-text h2 {
    text-align: left;
  }
  .main-ban-cont h1 {
    font-size: 40px;
    line-height: 44px;
  }
  .main-ban-cont h5 {
    font-size: 15px;
  }
  .main-ban-cont h3 {
    font-size: 22px;
  }
  .main-ban-cont h4 {
    font-size: 16px;
    margin-top: 15px;
    letter-spacing: 0;
  }
  .award-details h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .award-details h2 {
    margin-bottom: 20px;
    padding: 0;
    margin-top: 0;
  }
  .award-desc h4 {
    font-size: 24px;
    line-height: 26px;
  }
  .award-desc h5 {
    font-size: 16px;
  }
  .sub-details .award-desc p {
    margin-top: 0;
    padding-top: 0;
  }
  .award-desc {
    padding-bottom: 25px;
  }
  .default-tab .award-desc .address-div {
    padding: 0;
  }
  .award-desc > div {
    padding: 0;
  }
  .default-tab .title-link .award-details a {
    padding: 0;
  }
  .cont-tab ul li {
    padding-left: 25px;
  }
  .default-tab .cont-tab.home-cont {
    padding: 0 15px;
  }
  .register-cont h4 {
    font-size: 24px;
  }
  .title-cont, .reg-desc {
    padding: 0;
  }
  .search-thumb .home-cont p, .home-cont h4, .search-thumb .home-cont h6, .home-cont ul {
    padding-right: 0;
    padding-left: 0;
  }
  .default-tab .address-div {
    padding: 0;
  }
  .cont-tab .table-responsive {
    padding-left: 0;
  }
  .site-visits-details h2 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 32px;
  }
  .btn-toolbar .btn-group.pull-left {
    margin-left: 0;
    display: inline-block;
  }
  #searchForm #search-searchword {
    width: 90%;
  }
  button.btn.hasTooltip {
    position: absolute;
  }
  #searchForm #search-searchword {
    width: 96%;
  }
  #searchForm .btn-toolbar {
    margin-left: 0;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    padding-bottom: 35px;
  }
  dl.search-results {
    padding: 10px;
  }
  .product_wrap {
    margin-bottom: 30px;
  }
  .package-option-type h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .playbtn img {
    max-width: 35px;
  }
  .playbtn img {
    max-width: 35px;
  }
  .caption-detail h2 {
    max-width: 350px;
  }
  .slider-caption img {
    max-width: 110px;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .slider-caption ul {
    text-align: center;
    margin: 0;
  }
  .slider-caption ul li {
    font-size: 8px;
    line-height: 16px;
  }
  .slider-caption ul li:before {
    content: '\f100';
    font-family: Flaticon;
    margin-right: 10px;
    font-size: 10px;
  }
  .slider-caption ul li:after {
    display: none;
  }
  .client-detail .client-img {
    padding-right: 190px;
  }
  .client-detail .client-img h5 {
    font-size: 26px;
    line-height: 32px;
  }
  .client-detail .client-img h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .sponser-con .title-cont h2 {
    font-size: 38px;
  }
  .travel-div h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .travel-div-detail h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .tab-td:first-child {
    width: 30%;
  }
  .listing-section.feature-review-section .btn-transperant.btn-blue {
    min-width: 100%;
    letter-spacing: 0.5px;
  }
  .search-box .input-group-btn button.icon-serach-btn {
    font-size: 14px;
    line-height: 14px;
    min-width: 80px;
    padding: 10px;
  }
  .banner-cont h2 {
    font-size: 44px;
    line-height: 44px;
    margin: 10px 0;
    letter-spacing: -1px;
    padding: 0;
  }
  .banner-cont p {
    font-size: 22px;
    line-height: 22px;
    margin: 15px 0;
    padding: 0;
  }
  .banner-cont-desc {
    min-height: 100%;
  }
  .work-desc-div {
    padding-right: 15px;
  }
  .order-by-div {
    right: 0;
    position: relative;
    bottom: 0;
    float: right;
  }
  .work-list-detail h2 {
    font-size: 50px;
    line-height: 54px;
    margin: 0 auto;
  }
  .midd-titles .btn-great .btn-white {
    min-width: 100%;
    letter-spacing: 0.5px;
  }
  .midd-detail {
    padding: 15px 10px;
  }
  .midd-detail h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .midd-detail h4 {
    font-size: 22px;
    line-height: 24px;
    margin: 10px auto 5px 0;
  }
  .midd-detail p {
    font-size: 18px;
    line-height: 22px;
    margin: 10px auto 10px 0;
    padding: 0;
  }
  .landing-thumb.midd-thumb .col-lg-6 .thumb-section {
    height: 100%;
  }
  .landing-thumb.midd-thumb .col-lg-3 .thumb-section {
    height: 100%;
  }
  .midd-brands .brands-section a {
    margin: 10px 15px !important;
  }
  .midd-brands .btn-great .btn-blue-gradiant {
    min-width: 100%;
  }
  .main-banner-slider .banner-cont .banner-bg {
    margin-left: -150%;
  }
  .other-certificate .btn-great a {
    min-width: 100%;
  }
  .comment-detail ol, .comment-detail ul {
    padding-left: 20px;
  }
  .comment-detail img.pull-right, .comment-detail img.pull-left {
    float: none !important;
    margin: 0 auto 15px;
  }
  .comment-detail .tweet-container {
    padding: 15px 15px;
  }
  .comment-detail .tweet-container a {
    font-size: 16px;
  }
  .comment-detail .tweet-container p.text-right strong a {
    font-size: 14px;
  }
  .comment-detail .img-container p i {
    font-size: 14px;
  }
  .comment-detail img {
    width: auto;
    height: auto;
  }
  .banner-content h1 {
    font-size: 40px;
  }
  .banner-img img {
    margin: 15px auto;
  }
  .comment-detail > div {
    height: auto !important;
    float: none !important;
    margin: 0 auto 10PX !important;
    width: 100%;
  }
  .midd-titles .midd-center h5 {
    font-size: 16px;
  }
  .landing-title h3 {
    padding: 20px 0;
  }
  .fuel-section .listing-thumb .thumb-text h2 {
    min-height: auto;
  }
  .landing-title h3 {
    font-size: 30px;
  }
  .fuel-section .thumb-listing > .row > div {
    margin-bottom: 0;
  }
  .fuel-section .listing-thumb .thumb-text h5 {
    font-size: 16px;
  }
  .performance-banner .midd-center p {
    font-size: 22px;
  }
  .performance-detail h3 {
    font-size: 30px;
  }
  .performance-detail {
    padding: 0;
  }
  .contact-sale-page h2 {
    font-size: 50px;
  }
  .contact-sale-page h5, .contact-sale-page a {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
  }
  .contact-sale-page article.page-desc .col-md-6 {
    width: 100%;
  }
  .contact-sale-page .mktoForm {
    padding: 0;
  }
  .contact-sale-page .mktoForm .mktoFormCol {
    width: 100%;
    padding: 0;
  }
  .contact-sale-page .mktoForm .mktoRequiredField input[type=text],
  .contact-sale-page .mktoForm .mktoRequiredField input[type=email],
  .contact-sale-page .mktoForm .mktoRequiredField input[type=tel],
  .contact-sale-page .mktoForm .mktoRequiredField select {
    height: 40px;
  }
  .contact-sale-page .mktoForm .mktoRequiredField label.mktoLabel {
    padding-bottom: 5px;
  }
  .page-desc .col-md-12 {
    padding: 0;
  }
  .aboutus-section h1 br {
    display: none;
  }
  .aboutus-section h1 {
    font-size: 27px;
  }
  .about-detail {
    margin: 0 auto;
    padding: 15px 0;
  }
  .model-cont h4 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .model-cont h4 br {
    display: none;
  }
  .model-cont .model-btn {
    min-width: 100%;
  }
  .model-cont .model-btn a {
    letter-spacing: 0.1em;
  }
  .leaders-section h2 {
    font-size: 36px;
    line-height: 36px;
  }
  .logo-detail {
    padding: 0;
  }
  .leaders-section {
    padding-bottom: 0;
  }
  .trust-thumbline {
    width: 50%;
  }
  .trust-section .about-detail {
    padding: 0;
  }
  .tips-cont ul {
    max-height: 100%;
  }
  .tips-cont ul li {
    width: 100%;
  }
  .aboutus-section h3.about-title {
    margin: 20px 0;
  }
  .trust-thumb {
    margin-top: 25px;
  }
  .aboutus-section h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .newletter-panel .mktoForm .mktoFieldWrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 30px;
  }
  .newletter-panel .mktoForm .mktoRequiredField input[type=email] {
    width: 100% !important;
  }
  .newletter-panel .mktoForm .mktoFormCol .mktoLabel strong,
  .newletter-panel .mktoForm .mktoFormCol .mktoLabel em {
    padding: 0;
  }
  .newletter-panel .mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    margin-left: auto !important;
  }
  .mail-div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mail-cont {
    max-width: 100%;
    width: 100%;
  }
  .mail-cont h4 {
    text-align: center;
    padding: 0 15px;
  }
  .mail-text {
    width: 100%;
    height: 65px;
  }
  .form-mail .btn {
    margin: 6px auto;
    left: 0%;
  }
  .banner-cont .banner-cont-desc h2, .banner-cont .text-center .banner-cont-desc h2 {
    font-size: 26px;
    line-height: 26px;
    letter-spacing: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .banner-cont .banner-cont-desc h2 br, .banner-cont .text-center .banner-cont-desc h2 br {
    display: none;
  }
  .banner-cont .green-orange-banner .img-responsive {
    margin-left: 0;
  }
  .main-banner-slider .banner-cont .banner-bg {
    margin-left: -20px !important;
  }
  .banner-cont .banner-cont-desc p,
  .banner-cont .text-center .pink-sky-banner p {
    margin-left: 0;
    margin-right: 0;
  }
  .banner-cont .banner-cont-desc p br,
  .banner-cont .text-center .pink-sky-banner p br {
    display: none;
  }
  .banner-cont .banner-cont-desc h4 {
    font-size: 30px;
  }
  .benifit-section .large-content {
    padding-left: 20px;
    max-width: 100%;
  }
  .place-section .large-content {
    max-width: 100%;
  }
  .process-section .large-content {
    max-width: 100%;
  }
  .banner-cont .banner-cont-desc img {
    max-height: 100px;
    width: auto;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .banner-cont .banner-cont-desc h2, .banner-cont .text-center .banner-cont-desc h2, .banner-cont .banner-cont-desc p, .banner-cont .banner-cont-desc p, .banner-cont .text-center .pink-sky-banner p {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .banner-cont .banner-cont-desc h4 {
    font-size: 24px;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .text-center .banner-cont-desc h4 img {
    max-width: 50px;
  }
  .banner-cont .dark-blue-banner .img-responsive {
    width: 15%;
  }
  .main-banner-slider .banner-cont {
    height: 460px;
  }
  .sub-title-detail {
    width: 100%;
  }
  .author-detail {
    width: 100%;
    margin-top: 5px;
  }
  .btn-next a i, .btn-prev a i {
    padding: 0px;
  }
  .page-header h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .performance-detail > ul li {
    padding-left: 20px;
  }
  .performance-detail > ul li:before {
    top: 12px;
  }
  .title-cont h2 {
    font-size: 34px;
  }
  .article_heading .article_title {
    font-size: 26px;
    line-height: 32px;
  }
  /*	.page_heading.article_heading {
	    padding: 45px 8% 0 8%;
    	text-align: center;
	}*/
  .list-workspaces .table-responsive {
    padding: 0;
  }
  .item-page h3, .item-page h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
    height: 40px !important;
  }
  .mktoForm textarea.mktoField {
    min-height: 130px !important;
  }
  .mktoForm .mktoFieldWrap input[type=text], .mktoForm .mktoFieldWrap input[type=email], .mktoForm .mktoFieldWrap input[type=tel], .mktoForm .mktoFieldWrap select, .mktoForm .mktoFieldWrap textarea {
    min-width: 100%;
  }
  .privacy-policy-cont h3 {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 15px;
  }
  .privacy-policy-cont h2 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .privacy-policy-cont .table-responsive {
    padding: 0;
    overflow: hidden;
  }
  .privacy-policy-cont .table-responsive table,
  .privacy-policy-cont .table-responsive tbody,
  .privacy-policy-cont .table-responsive tr,
  .privacy-policy-cont .table-responsive td {
    width: 100%;
    display: block;
  }
  .privacy-policy-cont .table-responsive td {
    padding: 10px 0;
  }
  .privacy-policy-cont p a {
    margin: 0;
  }
  .table-with-title {
    margin: 30px 0;
  }
  .top-header #login_pop #form-login {
    top: 10%;
    max-height: 100%;
    width: 90%;
    padding: 50px 30px 0px;
  }
  #logins .text {
    display: block;
    border: none;
    padding: 0;
  }
  .top-header .row .col-lg-2 {
    width: 55%;
  }
  .top-header .row .col-lg-10 {
    width: 45%;
  }
  .testimonials-section .testimonial-text h3 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .testimonials-section .testimonial-text .hero-name {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 20px;
  }
  .testimonial-text .hero-position {
    font-size: 14px;
    line-height: 18px;
  }
  #pricing-section .pricing-title h1 {
    font-size: 46px;
    line-height: 42px;
  }
  #pricing-section .inner-block .description {
    /* min-height: 280px; */
  }
  #pricing-section .accordion-block .popover {
    width: 330px;
    text-align: center;
  }
  #pricing-section .accordion-block .popover .popover-content {
    padding: 10px;
  }
  #pricing-section .accordion-block .popover .popover-content > img {
    height: 172px;
  }
  #pricing-section .accordion-block .analysis-info + .popover p,
  #pricing-section .accordion-block .certify-analysis + .popover p {
    font-size: 15px;
    padding: 10px 5px 0px 5px;
  }
  .compare-get-section {
    padding: 55px 0 100px 0;
  }
  .compare-get-section h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .compare-get-section p {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .help-deciding-section h3 {
    font-size: 45px;
    line-height: 48px;
  }
  .help-deciding-section p {
    font-size: 22px;
    padding: 0 5%;
  }
  .conference-testimonial-section .hero-review > p {
    font-size: 21px;
    line-height: 28px;
  }
  .conference-testimonial-section .hero-info > p:first-child {
    font-size: 24px;
  }
  .conference-testimonial-section .hero-info > p:nth-child(2) {
    font-size: 21px;
  }
}

@media screen and (max-width: 450px) {
  .main-banner-slider .banner-cont.green-orange-gradiant-bg .banner-bg {
    margin-left: -180%;
  }
  .main-banner-slider .banner-cont.orange-gradiant-bg .banner-bg {
    margin-left: -110%;
  }
  .main-banner-slider .banner-cont.pink-sky-gradiant-bg .banner-bg {
    margin-left: -105%;
  }
  .main-banner-slider .pink-sky-gradiant-bg, .pink-sky-gradiant-bg:before, .thumb-bg-yellow, .thumb-bg-yellow::after {
    background-position: 35%;
  }
  .main-banner-slider .dark-blue-gradiant-bg, .dark-blue-gradiant-bg:before {
    background-position: 25%;
  }
  .main-banner-slider .banner-cont.dark-blue-gradiant-bg .banner-bg {
    margin-left: -170%;
  }
  .main-banner-slider .banner-cont.green-sky-gradiant-bg .banner-bg {
    margin-left: -85%;
  }
  .main-banner-slider .banner-cont.sky-blue-gradiant-bg .banner-bg {
    margin-left: -190%;
  }
}

@media screen and (max-width: 380px) {
  .banner-cont .banner-cont-desc .banner-space-top h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-cont .banner-cont-desc .banner-space-top p {
    font-size: 16px;
  }
  .search-cont {
    padding-top: 265px;
  }
  .search-thumb h2 {
    font-size: 22px;
  }
  .search-img .thumb-img img {
    height: 247px;
  }
  .package_slider_panel > div {
    width: 100%;
  }
  .package_slider_panel p {
    font-size: 14px;
    text-align: center;
  }
  .package_slider_label.count:focus, .package_slider_label.count {
    float: none;
    margin: 0 auto;
    max-width: 50px;
  }
  .small-package .view-effect-title span {
    width: 50% !important;
  }
  #fortune-landing-page .question-section a, .question-section h4 {
    font-size: 15px;
    word-break: break-all;
  }
  #fortune-landing-page .question-section p {
    font-size: 17px;
    line-height: 20px;
  }
  #fortune-landing-page .top-footer p {
    letter-spacing: 2px;
  }
  #fortune-landing-page .top-slogan {
    font-size: 16px;
  }
  #fortune-landing-page .question-section h4 {
    margin-bottom: 15px;
  }
  .cont-text h6 {
    margin: 2px auto;
    line-height: 12px;
  }
  .default-tab .title-link a {
    font-size: 12px;
    padding: 10px 0;
    line-height: 100%;
  }
  .default-tab .search-thumb h2 {
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
  }
  .address-div address, .address-div h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .default-tab .table-th {
    font-size: 15px;
  }
  .default-tab .table-td {
    font-size: 13px;
  }
  .default-tab .table-td p.sub-cont, .table-td h5 {
    font-size: 15px;
  }
  .default-tab .search-thumb p {
    font-size: 14px;
    line-height: 18px;
  }
  .main-ban-cont h5 {
    font-size: 12px;
  }
  .main-ban-cont h1 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
  }
  .main-ban-cont h3 {
    font-size: 18px;
  }
  .main-ban-cont h4 {
    font-size: 14px;
    margin-top: 10px;
  }
  .default-tab .reg-desc > p > a {
    padding: 0;
  }
  #searchForm #search-searchword {
    max-width: 300px;
  }
  .sponser-con .title-cont {
    margin-bottom: 10px;
  }
  .spnser-add a.phone-sponser, .spnser-add a.email-sponser {
    padding: 0 0 0 35px;
    font-size: 16px;
    line-height: 20px;
  }
  .midd-detail h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .press-cont h3, .press-cont h3 a {
    font-size: 18px;
  }
  .press-cont h3, .press-cont h6 {
    margin-bottom: 5px;
    line-height: 16px;
  }
  .press-cont p {
    font-size: 18px;
    line-height: 22px;
  }
  .press-cont p a {
    letter-spacing: -0.5px;
    font-size: 14px;
  }
  .aboutus-section h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .privacy-policy-cont h3 {
    font-size: 15px !important;
  }
  .top-header .row .col-lg-10 {
    width: 100%;
  }
  .top-header .row .col-lg-2 {
    width: auto;
    float: none;
    display: table;
    margin: 0 auto;
  }
  .top-header .poping_links {
    text-align: center;
    padding-top: 3px !important;
  }
  header.open {
    padding-bottom: 75px;
  }
  /* form.menu-form {
    margin-top: 5px;
  } */
  .top-header #logins:before, .top-header .poping_links:before {
    display: none;
  }
  #logins .text {
    text-align: left;
    display: inline-block;
    float: left;
    width: auto;
  }
  #logins > * {
    width: auto;
    text-align: right;
  }
  .top-header #logins {
    padding-top: 3px;
  }
}

@media screen and (max-width: 350px) {
  .chat-title h2 {
    font-size: 20px;
  }
  .top-title h1 {
    font-size: 26px;
  }
  .top-content p.content-title {
    font-size: 16px;
  }
  .top-content p {
    font-size: 18px;
    line-height: 24px;
  }
  .section-title h3 {
    font-size: 28px;
  }
  .certifed-section .section-title p {
    font-size: 18px;
  }
  .section-title p {
    font-size: 17px;
  }
  .work-list ul li span {
    font-size: 14px;
  }
  .banner-img img {
    max-width: 160px;
  }
  .banner-content h1 {
    font-size: 34px;
  }
  .banner-content p.sub-title {
    font-size: 14px;
    line-height: 100%;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .slider.slider-horizontal {
    width: 220px;
  }
  .count-contain p {
    font-size: 11px;
    line-height: 14px;
  }
  .btn-green a {
    font-size: 12px;
    min-width: 100%;
  }
  .banner-content {
    margin-bottom: 20px;
  }
  .banner-text p {
    margin: 5px 0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .large-content h3 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .large-content h5 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .large-content ul li::before {
    font-size: 16px;
  }
  .large-content ul li {
    font-size: 16px;
    line-height: 22px;
  }
  .large-content ul li {
    margin-bottom: 15px;
  }
  .place-section .large-content ul li {
    padding-left: 25px;
  }
  .befinti-div p {
    font-size: 16px;
    line-height: 20px;
  }
  .befinti-div h5 {
    font-size: 14px;
  }
  .befinti-div {
    margin-bottom: 15px;
  }
  .banner-img img {
    margin: 0 auto;
  }
  .btn-next, .btn-prev {
    top: 30%;
  }
  .btn-next a i, .btn-prev a i {
    padding: 0 5px;
  }
  .cont-text {
    right: 0;
  }
  .thumb-text h2 {
    font-size: 24px;
    line-height: 28px;
    max-width: 250px;
  }
  .half-thumb .thumb-text p {
    font-size: 16px;
    margin-top: 3px;
  }
  .half-thumb .thumb-text h6 {
    padding: 0 2px;
    font-size: 12px;
    text-align: left;
  }
  .thumb-text h4 {
    font-size: 16px;
    line-height: 20px;
    max-width: 260px;
  }
  .thumb-text h6 {
    padding: 0px 6px;
    font-size: 12px;
    line-height: 12px;
    margin: 6px 0;
  }
  .thumb-text p {
    font-size: 14px;
  }
  .thumb-social {
    bottom: 5px;
    left: 18px;
  }
  .search-cont {
    padding-top: 205px;
  }
  .search-thumb .search-title, .search-thumb h6 {
    font-size: 14px;
  }
  .search-thumb h2 {
    font-size: 18px;
    line-height: 20px;
  }
  .search-thumb p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .search-thumb .thumb-social {
    bottom: 0;
    left: 0;
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0;
    margin: 0;
  }
  .search-thumb .thumb-social a i, .search-thumb .thumb-social a i::before {
    line-height: 24px;
  }
  .search-thumb {
    padding-bottom: 5px;
    padding-top: 20px;
  }
  .search-img .thumb-img img {
    height: 194px;
  }
  .mail-cont h4 {
    font-size: 16px;
    padding: 0 15px 10px;
  }
  .form-mail .btn {
    line-height: 20px;
    padding: 10px 10px 10px 10px;
    height: 40px;
    width: 40px;
    font-size: 10px;
  }
  .form-mail .mail-query {
    padding: 10px 42px 10px 10px;
    font-size: 10px;
  }
  .btn-transperant {
    min-width: 250px;
  }
  .title-link a {
    font-size: 18px;
    padding: 14px;
    border-bottom: #ebebeb 2px solid;
  }
  .sub-title-detail p, .sub-title-detail p.sub-ans, .author-detail p {
    font-size: 12px;
  }
  .main-title {
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 0px;
  }
  .comment-detail p.bold-text, .comment-detail p.bold-text font {
    font-size: 18px;
    line-height: 24px;
  }
  .main-cont .text-sub {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .comment-social-link p i {
    font-size: 20px;
  }
  .comment-link p font {
    font-size: 18px;
  }
  .comment-link p {
    font-size: 14px;
  }
  .comment-social-link a i::before {
    font-size: 18px;
    margin: 0 3px;
  }
  .client-share img {
    margin-right: 10px;
  }
  .client-share p {
    font-size: 11px;
  }
  .post-title {
    font-size: 20px;
  }
  .post-cont h5 {
    font-size: 12px;
    line-height: 14px;
  }
  .listing-thumb {
    margin-bottom: 15px;
  }
  .btn-great a {
    min-width: 100%;
  }
  .grow-page .place-section .large-content ul {
    padding-right: 0;
  }
  .listing-thumb .thumb-text h2 {
    font-size: 16px;
  }
  .default-tab .search-thumb .award-details h2 {
    font-size: 24px;
  }
  .award-desc h4 {
    font-size: 20px;
  }
  .award-desc h5 {
    font-size: 14px;
  }
  .home-cont h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .search-thumb .home-cont p {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .home-cont h4 {
    margin-top: 15px;
  }
  .search-thumb .home-cont h6 {
    font-size: 16px;
  }
  .cont-tab ul {
    margin-bottom: 20px;
  }
  .site-visits-desc h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .site-visits-desc h5 {
    font-size: 16px;
    line-height: 18px;
    padding-top: 8px;
  }
  .default-tab .site-visits-details h2 {
    font-size: 24px;
  }
  #searchForm #search-searchword {
    max-width: 250px;
  }
  .client-thumb a {
    border: none;
  }
  .sub-h3 {
    font-size: 24px;
  }
  .client-img h5 {
    font-size: 20px;
    line-height: 20px;
  }
  .client-img h6 {
    line-height: 20px;
    font-size: 16px;
  }
  .client-detail .client-img h5 {
    font-size: 20px;
    line-height: 22px;
  }
  .client-detail .client-img h6 {
    font-size: 16px;
    line-height: 20px;
  }
  .client-detail .client-img {
    padding-right: 175px;
  }
  .review-section .large-content h3, .place-works .large-content h3 {
    font-size: 24px;
  }
  .banner-cont h2 {
    font-size: 34px;
    line-height: 34px;
  }
  .banner-cont p {
    font-size: 18px;
    line-height: 24px;
    margin: 10px 0;
    letter-spacing: 0;
  }
  .bann-thmb-cont {
    min-height: 70px;
  }
  .bann-thmb-cont h5 {
    font-size: 13px;
    padding: 5px;
    line-height: 16px;
  }
  .img-view-more .bann-thmb-cont h5 {
    font-size: 12px;
  }
  .work-list-detail h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .work-list-detail h5 {
    font-size: 15px;
    line-height: 26px;
  }
  .work-list-detail h6 {
    font-size: 12px;
  }
  .other-certificate .section-title h3 {
    font-size: 22px;
    line-height: 100%;
  }
  .main-banner-slider .banner-cont .banner-bg {
    margin-left: -200%;
  }
  .midd-titles .btn-great .btn-white {
    font-size: 12px;
  }
  .midd-detail h2 {
    font-size: 30px;
  }
  .midd-detail h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .midd-detail p {
    font-size: 16px;
  }
  .midd-titles h2, .midd-titles.culture-banner h2 {
    font-size: 34px;
    line-height: 42px;
  }
  .midd-titles p, .midd-titles.culture-banner p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
  }
  .input-append:hover input.search-query, .form-search input.search-query {
    width: 160px;
  }
  .main-cont .comment-detail blockquote {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.5px;
  }
  .landing-title h3 {
    font-size: 24px;
  }
  .fuel-section .listing-thumb .thumb-text h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .performance-banner .midd-center p {
    font-size: 18px;
  }
  .performance-detail h3 {
    font-size: 24px;
  }
  .search-thumb .performance-detail h4 {
    font-size: 20px;
  }
  .contact-sale-page h5, .contact-sale-page a {
    font-size: 14px;
    line-height: 20px;
  }
  .contact-sale-page h2 {
    font-size: 40px;
  }
  .contact-sale-page .mktoForm .mktoRequiredField input[type=text], .contact-sale-page .mktoForm .mktoRequiredField input[type=email], .contact-sale-page .mktoForm .mktoRequiredField input[type=tel], .contact-sale-page .mktoForm .mktoRequiredField select {
    font-family: "Sailec-Medium",sans-serif;
  }
  .press-cont h3, .press-cont h3 a {
    font-size: 16px;
  }
  .press-cont h6 {
    font-size: 14px;
  }
  .press-cont p {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-sale-page a {
    font-size: 12px;
  }
  .logo-section h2 {
    font-size: 40px;
  }
  .logo-thumb .row > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .aboutus-section h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .trust-thumbline {
    width: 100%;
    padding: 0;
  }
  .newletter-panel h2 {
    font-size: 38px;
  }
  .banner-cont .banner-cont-desc h4 {
    font-size: 22px;
  }
  .banner-cont .banner-cont-desc p, .banner-cont .banner-cont-desc p, .banner-cont .text-center .pink-sky-banner p {
    font-size: 14px;
    line-height: 18px;
  }
  .banner-cont .orange-black-banner .img-responsive {
    margin-right: 10px;
  }
  .banner-cont .banner-cont-desc h2, .banner-cont .text-center .banner-cont-desc h2 {
    font-size: 20px;
    line-height: 20px;
  }
  .banner-cont .banner-cont-desc img {
    max-height: 80px;
  }
  .banner-cont .banner-cont-desc .btn-transperant.btn-white {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    height: 100%;
    padding: 7px;
    font-size: 10px;
    min-width: 125px;
  }
  .banner-cont .banner-cont-desc h4 {
    font-size: 18px;
  }
  .text-center .banner-cont-desc h4 img {
    max-width: 35px;
  }
  .view-about-section .text-center h3 {
    font-size: 28px;
    line-height: 30px;
  }
  #pricing-section .accordion-block .popover {
    width: 295px;
  }
  #pricing-section .accordion-block .popover .popover-content > img {
    height: 152px;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .count-contain .price-amt {
    width: 50%;
  }
  .count-contain .cart {
    width: 25%;
  }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
  .mktoMobileShow .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
  }
  .mktoMobileShow .mktoForm .mktoGutter,
  .mktoMobileShow .mktoForm .mktoOffset {
    display: none;
  }
  .mktoMobileShow .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoMobileShow .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoMobileShow .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoMobileShow .mktoForm fieldset {
    padding: 0 10px;
  }
  .mktoMobileShow .mktoForm input[type=url],
  .mktoMobileShow .mktoForm input[type=text],
  .mktoMobileShow .mktoForm input[type=date],
  .mktoMobileShow .mktoForm input[type=tel],
  .mktoMobileShow .mktoForm input[type=email],
  .mktoMobileShow .mktoForm input[type=number],
  .mktoMobileShow .mktoForm textarea.mktoField,
  .mktoMobileShow .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoMobileShow .mktoForm select.mktoField {
    height: auto;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoMobileShow .mktoForm .mktoRadioList,
  .mktoMobileShow .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
  .mktoMobileShow .mktoModal .mktoModalContent {
    padding: 10px 0;
  }
  .mktoMobileShow .mktoModal .mktoModalClose {
    right: 0;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  /**
	 *	01/12/2016
	 **/
  /* form.menu-form {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 17px;
    z-index: 9;
  } */
  .top-header .poping_links {
    left: 10px;
    position: absolute;
    top: 10px;
  }
  .top-header .search-sect {
    bottom: 10px;
    left: 0;
    padding: 0 5%;
    position: absolute;
    width: 100%;
    padding-right: 70px;
  }
  .search-sect .form-group {
    position: relative;
    width: 100%;
  }
  .top-header .row > div {
    position: inherit;
    width: 100% !important;
  }
  /* .top-header .menu-form + .flag {
    left: auto;
    margin: 0;
    right: 30px;
    bottom: 20px !important;
    top: unset;
  } */
  header.open {
    padding-bottom: 100px;
  }
  .top-header #logins::before, .top-header .poping_links::before {
    background: transparent;
  }
  .top-header #logins {
    width: auto;
    padding: 0;
  }
  .top-header #logins * {
    font-size: 11px;
    margin-top: 4px !important;
    margin-bottom: 0;
    padding: 0;
    letter-spacing: normal;
    font-family: "Sailec-Medium";
  }
  .top-header #logins .text {
    display: inline-block;
    border-right: 2px solid #ccc;
    padding-right: 10px;
  }
}
