.first-block {
    background: url('./startup-assets/Slider-Image--Startup.jpg') no-repeat center;
    background-size: cover;
    height: 100%;
    padding: 6rem 8rem;
    display: flex;
}
.first-block #callUsToday {
    display: none;
}
.first-block li {
  list-style: none;
  justify-content: left;
  display: inline-flex;
}
.first-block .card-body{
  padding: 1.5rem !important;
}
.second-block .solutions {
    background: #fafafa;
}
.second-block .solution:hover {
    background: #f4f4f4;
}

@media only screen and (max-width:1400px){ 
   .first-block #callUsToday .main-heading-black {
     font-size: 24px;
   }
   .first-block #callUsToday .card-heading {
    font-size: 14px;
  }
}
.header {
    width: auto;
    max-height: 100%;
    height: 100vh;
}

.second-block {
    background: #ffffff;
    padding: 2rem 8rem;
    width: auto;
    max-height: 100%;
}
.second-block li ::marker{
    font-size: 2rem;
    font-weight: bolder;
}
.second-block .box {
    align-items: center;
}
.second-block img {
    vertical-align: middle;
}
.second-block #hexagon {
    width: 100px;
    height: 57.735px;
    background: red;
    border: 2px solid #8dc641;
    position: relative;
  }
  .second-block .shape img {
    margin-left: 25%;
    margin-right: 25%;
  }
 .second-block #hexagon::before {
    content: "";
    position: absolute;
    top: -28.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 28.8675px solid red;
  }
 .second-block #hexagon::after {
    content: "";
    position: absolute;
    bottom: -28.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 28.8675px solid red;
  }
  
.second-block ul {
    padding-inline-start: 15px;
}
 .tenth-block {
    background: #f8f8f8;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}
.pickbyimage label{
    display: block;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    max-width: 100%;
    padding-right: 0;
    border: 2px solid #e6e7ec;
    padding-left: 0;
    height: 100%;

}
.pickbyimage label div{
    padding: 28%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}

.pickbyimage .picoverlay {
    display: none;
}
#msform {
    padding: 1rem 2rem;
    height: 500px;
    max-height: 500px;
    /* display: flex; */
    justify-content: center;
    text-align: center;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}
.close {
    margin-right: 1rem;
}
#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /* padding-bottom: 20px; */
    position: relative;
    height: 400px;
    max-height: 400px;
    /* display: flex; */
    justify-content: center;
    text-align: center;
}
.card {
    border-radius: 0.5rem !important;
    margin: auto !important;
    /* box-shadow: 0 0rem 1rem rgb(0 0 0 / 10%) !important; */
}
.card-heading {
    font-size: 18px;
}
.card p {
    color: black;
}
.modal-content {
    border-radius: 0.7rem !important;
}

.form-card {
    text-align: left;
    top: 50%;
    bottom: 50%;
    height: 400px;
    max-height: 400px;
    /* margin-bottom: 2rem; */
  
}
.form-card .inline-bark-q.inline-bark-q-checkbox {
    border: 1px solid #e6e7ec;
}
.form-card .inline-bark-checkbox {
    display: none;
}
.inline-bark-q {
    margin: 0;
    padding: 0.8em 1.2em;
    border: 1px solid #e6e7ec;
    transition: background-color .2s;
    position: relative;
}
 .inline-bark-q-checkbox label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    background-color: #e6e7ec;
}

.inline-bark-radio label, .inline-bark-q-checkbox label , .inline-bark-q-label{
    cursor: pointer;
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0;
    color: black;
    text-align: left !important;
    max-width: 100%;
    padding-left: 2.25em;
}
.inline-bark-checkbox :hover{
   background-color: #e6e7ec;
}
.inline-bark-q-label.other input,  .inline-bark-q-label.other input, .contentful-component .inline-bark-q-label.other input {
    width: 93%;
    padding: 0.5em 1em;
}

.inline-bark-q-radio input[type=radio]:checked+label:before{
    background-color: #8dc641;
}
.inline-bark-q-checkbox input[type=checkbox]:checked+label:after {
        content: '';
        width: 10px;
        height: 6px;
        position: absolute;
        top: calc(50% - 0.25em);
        left: 5px;
        border: 2px solid #fcfff4;
        border-top: none;
        border-right: none;
        background: 0 0;
        transform: rotate(-45deg);
}
.inline-bark-radio{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5em;
    font-size: 2em;
}
.inline-bark-q-radio input[type=radio] {
    display: none;
}
.inline-bark-q-checkbox input[type=checkbox]:checked+label:before {
    background-color: #8dc641;
    border: 1px solid #8dc641;
}
.inline-bark-q-radio input[type=radio]+label:before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        left: 0;
        border-radius: 50%;
        border: 0;
        background-color: #e6e7ec;
        top: 50%;
        transform: translateY(-50%);
}
.inline-bark-q-radio input[type=radio]+label:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 6px;
    border-radius: 50%;
    background-color: #e6e7ec;
    top: 50%;
    transform: translateY(-50%);
}
#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    background: #8dc641;
    font-weight: 600;
    color: white;
    border: 0 none;
    border-radius: 0px;
    margin-right: 1.5rem;
    margin-top:0.5rem;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px 6.5px;
    float: right
}
.inline-bark-percentage-thumb {
    position: absolute;
    top: 0;
    width: 0;
    background: #2d7af1;
    height: 3px;
    left: 0;
    transition: width 1s cubic-bezier(0,.31,.25,1);
    -webkit-transition: width 1s cubic-bezier(0,.31,.25,1);
}
.form-group {
    padding: 0.5rem;
}
.form-group {
    margin-bottom:0rem;
}
#msform .action-button-previous {
    background: none;
    font-weight: 600;
    color: black;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 15px;
    margin-top:0.5rem;
    margin-left: 1rem;
    float: left;
}
.fs-title {
    font-size: 20px;
    color: black;
    margin: 1rem;
    font-weight: 700;
    text-align: center;
}

.fs-heading {
    font-size: 14px;
    color: black;
    /* margin-bottom: 3rem; */
    font-weight: 700;
    text-align: center;
}

.fs-title-span {
    color: #8dc641;
}


.border-yellow-left {
    border-left: 6px solid #df9926 !important;
}

.text-orange {
    color: #dc4815;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    /* .third-block .conversation {
        height:70px !important;
        width:70px !important;
    } */
}
.third-block {
    padding: 5rem 8rem; 
}
.packages {
    width: auto;
    max-height: 100%;
}

.package-item {
    font-family: 'Epilogue', sans-serif;
    color: black;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.fixed-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.thank-you-heading {
    color: black;
    font-size: 30px;
    font-weight: 700;
}

.thank-you-caption {
    color: #000000b3;
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 500;
}

#msform {
    padding: 2rem;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left;
    margin-bottom: 2rem;
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    background: #8dc641;
    font-weight: 600;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 25px;
    float: right
}

#msform .action-button-previous {
    background: none;
    font-weight: 600;
    color: black;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 25px;
    float: left;
}


.card {
    z-index: 0;
    border: none;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 30%) !important;
}

.fs-title {
    font-size: 20px;
    color: black;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
}

.fs-heading {
    font-size: 14px;
    color: black;
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
}

.fs-title-span {
    color: #8dc641;
}

.container {
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #0000004d;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    color: #0000004d;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.container input:checked~.checkmark {
    background-color: #8dc64180;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
}

.steps {
    font-size: 16px;
    color: black;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: right
}

.social-media-container {
    position: relative;
    cursor: pointer;
    color: black;
    font-size: 12px;
    font-weight: 500;
}

.social-media-image {
    opacity: 0.5;
}

.social-media-container input:checked~.social-media-image {
    opacity: 1;
}


.slider-container {
    width: 100%
}

.slider {
    display: block;
    width: 380px;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent
}

.budget-container {
    position: relative;
    border: 2px solid #0000004d;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #0000004d;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkmark {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 8px;
}

.budget-container input:checked~.checkmark {
    background-color: #8dc64180;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.budget-container input:checked~.checkmark:after {
    display: block;
}

.budget-label {
    color: #0000004d;
    font-size: 12px;
    font-weight: 600;
}

.date-row {
    justify-content: space-evenly;
}

.form-control {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 500;
    border: 1.75px solid rgba(0, 0, 0, .25);
    border-radius: 10px;
}

.form-control:focus {
    border-color: #8dc641;
    box-shadow: none;
    color: #7e7e7e;
    box-shadow: 0 0.5rem 0.5rem rgb(0 0 0 / 10%) !important;
}

.form-label {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: 500;
}

.error-message {
    display: none;
}
.error-message {
    margin-bottom: 0rem;
}

.error-message {
    font-weight: 400;
    font-size: 15px;
}

.iti {
    display: block !important;
}

.iti__country-name,
.iti__dial-code {
    color: black !important;
}


.iti__flag-container {
    position: static !important;

}

.iti__selected-flag {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 100% !important;
}

.iti__country-list {
    width: 100% !important;
}
.third-block .card .main-heading {
    font-size: 36px;
}
.third-block .card p span.main-heading {
    font-size: 30px;
}
.pricing-card-heading {
    font-family: 'Oswald', sans-serif;
    color: white !important;
    font-size:20px;
    font-weight: 700;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 2%;
}

.package-item:last-of-type {
    border: none;
}
 .sixth-block {
    background: #ffffff;
    padding:5rem 8rem 0rem 8rem;
    width: auto;
    max-height: 100%;
}
.sixth-block .vl {
    margin:auto 2rem;
    border-left: 3px solid #D3D3D3;
    height: 80px;

}
.new-block {
    background: #df9926;
    padding: 8rem 8rem;
    width: auto;
    max-height: 100%;
}

.new-block .card {
    background-color: #00000033;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid  #8dc641;
}
input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #8dc641;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid #8dc641;
}
.owl-carousel .owl-item img {
    width:auto !important;
}
.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6a6 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #00000033 !important;
}
@media screen and (max-width:576px) {
    .first-block .btn {
        display: block;
        width: 100%;
    }
    .first-block li {
        display: block !important;
      }
    .sixth-block .vl {
        border-left: none !important;
        border-bottom: 4px solid #D3D3D3 !important;
        height:30px;
       
       }
}
.fourth-block {
    background: url('branding-assets/background-what-we-do-at-zyne.png') no-repeat center;
    background-size: cover;
    position: relative;
    height: 100%;
    padding: 5rem 8rem;
    width: auto;
}
.fourth-block .service-img {
 box-shadow: 0 0 20px 2px rgba(0,0,0,0.1);
 transition: 1s;
}

.branding-ul li::marker{
    content: "\2B9E";
}


.fifth-block {
    background: url('../E-commerce/e-commerce-assets/ecomBanner.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    padding: 5rem 8rem;
}
.fourth-block {
    background: #8dc641;
    padding: 5rem 8rem;
}
.fourth-block .main-main-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 54px;
    font-weight: 700;
}
.fourth-block .service-img:hover {
  transform: scale(1.09);
  z-index: 2;
}
.fourth-block .search-engine {
  background: #9166d1;
  opacity: 0.9;
}
.sixth-block .card-body{
    padding: 2.75rem;
  }
.fourth-block .search-engine-hover {
   display: none;
  }
  .fourth-block .search-engine:hover .search-engine-hover {
        background: #9166d1;
        opacity: 1;
        display: block !important;
  }
.fourth-block .web-design {
    background: #fe5722;
    opacity: 0.9;
  }
  .fourth-block .web-design-hover {
    display: none;
   }
   .fourth-block .web-design:hover .web-design-hover {
         background: #fe5722;
         opacity: 1;
         display: block !important;
   }
  .fourth-block .pay-per-click {
    background: #0c51a3;
    opacity: 0.9;
  }
  .fourth-block .pay-per-click-hover {
    display: none;
   }
  .fourth-block .pay-per-click:hover .pay-per-click-hover {
    background: #0c51a3;
    opacity: 0.9;
    display: block !important;
  }
  .fourth-block .web-design:hover .web-design-hover {
    background: #fe5722;
    opacity: 1;
    display: block !important;
}
  .fourth-block .social-media {
    background: #fec107;
  }
  .fourth-block .social-media-hover {
    display:none;
  }
  .fourth-block .social-media:hover .social-media-hover {
    background: #fec107;
    opacity: 1;
    display: block !important;
}
  .fourth-block .landing-page {
    background: #03a9f3;
    opacity: 0.9;
  }
  .fourth-block .landing-page-hover {
    display:none;
  }
  .fourth-block .landing-page:hover .landing-page-hover {
    background: #03a9f3;
    opacity: 1;
    display: block !important;
}
  .fourth-block .content-writing {
    background: #ff3b33;
    opacity: 0.9;
  }
  .fourth-block .content-writing-hover {
    display:none;
  }
  .fourth-block .content-writing:hover .content-writing-hover {
    background: #ff3b33;
    opacity: 1;
    display: block !important;
}
  .fourth-block .branding-design {
    background: #537789;
    opacity: 0.9;
  }
  .fourth-block .branding-design-hover {
    display:none;
  }
  .fourth-block .branding-design:hover .branding-design-hover {
    background: #537789;
    opacity: 1;
    display: block !important;
}
.fourth-block img {
    width:100%;
    height:100%;
    
}
/* .fourth-block img:hover{
    transform: scale(1.09);
    z-index:2;
} */
.fourth-block .main-heading {
    font-size:24px;
}
.fifth-block ul {
    padding-inline-start: 0px;
}
.fifth-block li{
    list-style:none;
    text-align: left;
    justify-content: left;
    display: inline-flex;
}.hexagon {
    position: relative;
    height: 130px;
    width: 110px;
    background: #385c09;
    transition: 0.5s;
  }
  .hexagon:hover {
    background: #8dc641;
  }
  .second-block .arrow {
    margin-top: -2.5rem;
  }
  .hexagon:before, .double:after {
    position: absolute;
    content: '';
  }
  .hexagon:before {
    top: 2px;  /* border width */
    left: 2px;  /* border width */
    height: calc(100% - 4px);  /* 100% - (2 * border width) */
    width: calc(100% - 4px);  /* 100% - (2 * border width) */
    background: white;
  }
  .hexagon:hover::before {
    background: #8dc641;
  }
  .hexagon:hover p {
    color: white;
  }
  .hexagon, .hexagon:before, .double:after {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  }
  .image:before {
    background: url(http://lorempixel.com/150/150/nature/1);
  }
  .double:after {
    top: 8px;
    left: 8px;
    height: calc(100% - 16px);
    width: calc(100% - 16px);
    background: black;
  }
  
  /* Just for demo */
  
  .hexagon {
    display: inline-block;
    margin: 20px;
  }
  .hexagon p{
    position: absolute;
    z-index: 100;
    padding: 2.5rem;
    color: #8dc641;

  }
.action-button {
    background: #8dc641;
    font-weight: 600;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 25px;
    float: right
}
.center-text {
    text-align: center;
  }
  
  .clip-svg {
    width: 0;
    height: 0;
  }
  
  .clip-wrap {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
  }
  .clip-each p {
    position: absolute;
              font-size: 20px;
              padding: 2.5rem;
              z-index: 100;
              justify-content: center;
              text-align: center;
  }
  .clip-each {
    width: 100px;
    height: 100px;
    position: relative;
  }
  
  .clip-each:after {
    content: "";
    position: absolute;
    background: #fff;
  }
  .clip-each:hover::after {
    background-color: #8dc641;
  }
  .clip-each, .clip-each:after {
    -webkit-clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    clip-path: polygon(30% 0, 70% 0, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0 70%, 0 30%);
    clip-path: url("#octagon-clip");
  }
  
  .border-style-thin {
    background-color: #639;
    background-color: rebeccaPurple;
  }
  
  .border-style-thin:after {	
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
  }
  
  .border-style-gradient {
    background: -webkit-linear-gradient(left, #ba59a6 0%, #69aed8 50%, #1c12a8 100%);
    background: linear-gradient(to right, #ba59a6 0%, #69aed8 50%, #1c12a8 100%);
  }
  
  .border-style-gradient:after {
    top: 14px;
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
  
  .box-shadow-inset {	
    background-color: #000; /* IE 8 fallback */
    background-color: rgba(0,0,0,0.15);
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  
  .box-shadow-inset:after {	
    background: #fff;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
  }
  @media only screen and (max-width:375px){  
    .second-block .result-section .matric{
        justify-content:left;
        text-align: left;
    }
    .second-block .result-section .matric-arrow img{
        transform: rotate(45deg);
    }
  
    .second-block .result-section .matric-arrow{
        margin-top: 5.5rem;
        margin-left: -3rem;
        justify-content: left;
        text-align: left;
    }
    .second-block .result-section .market {
        justify-content: right;
        text-align: right;
        margin-left: 9rem;
        margin-top: -4rem;
    }
    .second-block .result-section .market-arrow {
        margin-top: -4rem;
        margin-left: 4rem;
    }
    .second-block .result-section .market-arrow img{
        transform: rotate(120deg);
    }
    .second-block .result-section .domain-arrow {
        margin-top: 5.5rem;
        margin-left: -1rem;
    }
    .second-block .result-section .domain-arrow img{
        transform: rotate(45deg);
    }
    .second-block .result-section .keywords {
        justify-content: right;
        text-align: right;
        margin-left: 8rem;
        margin-top: -3rem;
    }
}
@media only screen and (max-width: 1280px) {
    .first-block {
        padding: 9rem  8rem;
    }
    .header {
        height: 120vh;
    }
    }
    

@media only screen and (max-width: 1199px) {
    
    .third-block .pricing-card-heading {
        top:2%;
    }
    .third-block .card .main-heading {
        font-size: 30px;
    }
    .third-block .card-body .btn-one {
        margin-bottom: none !important;
    }
    .third-block .card-body button {
        width: 100% !important;
        font-size: 15px;
    }
    .header {
        height: 100%;
    }
    .first-block {
        padding:3rem 8rem;
    }
    .sixth-block .card-body{
        padding: 1.75rem;
      }
    .second-block .arrow {
        width:50px;
    }
    .second-block .arrow img {
        width: 50px;
    } 
    } 
@media only screen and (max-width:1024px){  
    .third-block .pricing-card-heading {
        top:2%;
    }
    .third-block .card .main-heading {
        font-size: 30px;
    }
    .third-block .card-body .btn-one {
        margin-bottom: none !important;
    }
    .third-block .card-body button {
        width: 100% !important;
        font-size: 15px;
    }
    .second-block .arrow {
        width:30px;
    }
    .second-block .arrow img {
        width: 30px;
    } 
    /* .header {
        height:150%;
    } */
}
@media only screen and (width:540px){ 
    .second-block .arrow {
        width:auto;
    }
    .second-block .arrow img {
        width: auto;
    } 
    .second-block .result-section .matric{
        justify-content:left;
        text-align: left;
       
    }
    .second-block .result-section .matric-arrow img{
        transform: rotate(45deg);
    }
  
    .second-block .result-section .matric-arrow{
        margin-top: 6rem;
        margin-left: -3rem;    
        justify-content: left;
        text-align: left;
    }
    .second-block .result-section .market {
        justify-content: right;
        text-align: right;
        margin-left: 16rem;
        margin-top: -6rem;
    }
    .second-block .result-section .market-arrow {
        margin-top: 0rem;
    margin-left: -14rem;
    }
    .second-block .result-section .market-arrow img{
        transform: rotate(120deg);
    }
    .second-block .result-section .domain {
        margin-top: 2rem;
        margin-left: -17rem;
    }
    
    .second-block .result-section .domain-arrow {
        margin-top:9rem;
    }
    .second-block .result-section .domain-arrow img{
        transform: rotate(45deg);
    }
    .second-block .result-section .keywords {
       margin-top:11rem;
    }
}
    @media only screen and (max-width:414px){  
        .second-block .arrow {
            width:auto;
        }
        .second-block .arrow img {
            width: auto;
        }
        .second-block .result-section .matric{
            justify-content:left;
            text-align: left;
        }
        .second-block .result-section .matric-arrow img{
            transform: rotate(45deg);
        }
      
        .second-block .result-section .matric-arrow{
            margin-top: 5rem;
            justify-content: left;
            text-align: left;
            margin-left: -3rem;
        }
        .second-block .result-section .market {
            justify-content: right;
            text-align: right;
            float: right;
            margin-left: 11rem;
            margin-top: -4rem;
        
        }
        .second-block .result-section .market-arrow {
            margin-top: -5rem;
            margin-left: 5rem;
        }
        .second-block .result-section .market-arrow img{
            transform: rotate(120deg);
        }
        .second-block .result-section .domain{
            justify-content: left;
            text-align: left;
            float: left;
            margin-left: -13rem;
        }
        .second-block .result-section .domain-arrow {
            margin-top: 7rem;
            margin-left: -2rem;
        }
        .second-block .result-section .domain-arrow img{
            transform: rotate(45deg);
        }
        .second-block .result-section .keywords {
            margin-left:11rem;
        }
    } 
    @media only screen and (max-width:320px){  
        .second-block .arrow {
            width:auto;
        }
        .second-block .arrow img {
            width: auto;
        }
        .second-block .result-section .matric{
            justify-content:left;
            text-align: left;
        }
        .second-block .result-section .matric-arrow img{
            transform: rotate(45deg);
        }
      
        .second-block .result-section .matric-arrow{
            margin-top: -6rem;
            justify-content: left;
            text-align: left;
            margin-left: 7rem;
        }
        .second-block .result-section .market {
            justify-content: right;
            text-align: right;
            float: right;
            margin-top: -3rem;
            margin-left: 8rem;
        }
        .second-block .result-section .market-arrow {
            margin-top: -4rem;
            margin-left: 2.5rem;
        }
        .second-block .result-section .market-arrow img{
            transform: rotate(120deg);
        }
        .second-block .result-section .domain {
            justify-content: left;
            text-align: left;
            float: left;
            margin-left: 0rem;
        }
        .second-block .result-section .domain-arrow {
            margin-top: 6rem;
            margin-left: -2rem;
        }
        .second-block .result-section .domain-arrow img{
            transform: rotate(45deg);
        }
        .second-block .result-section .keywords {
            margin-left: 8rem;
            margin-top: -2rem;
        }
    } 
@media only screen and (max-width:991.98px){ 
    
    #msform , #msform fieldset , .form-card {
        height: auto;
        max-height: 100%;
        padding:0rem;
      }
    .first-block {
        padding: 4rem 2rem 2rem 2rem;
    }
    .second-block, .third-block {
      padding: 3rem 2rem;
    }
     .fourth-block, .new-block {
        padding: 3rem 2rem;
    }
    .sixth-block {
        padding: 3rem 2rem;
    }
    .fifth-block {
        padding: 3rem 2rem;
    }
    .header {
        height:100%;
    }
}

@media only screen and (max-width:575.98px){ 
    .first-block li {
        display: block !important;
    }
    .header {
        height:100%;
    }
    .first-block {
        padding: 6rem 1rem 3rem 1rem;
    }
    .second-block {
      padding: 3rem 1rem;
    }
    
    .fourth-block, .new-block {
        padding: 3rem 1rem;
    }
    .third-block {
      padding:3rem 1rem;
    }
    .fifth-block .sixth-block{
        padding: 3rem 1rem;
    }
}