@charset "utf-8";
@font-face {
  font-family: "Pelinka";
  src:url(../fonts/Pelinka-Bold.otf);
}

@font-face {
  font-family: "Montserrat Bold";
  src:url(../fonts/Montserrat-Bold.ttf);
}

@font-face {
  font-family: "Montserrat Medium";
  src:url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
  font-family: "Montserrat Regular";
  src:url(../fonts/Montserrat-Regular.ttf);
}

body {
  color: #0b1957;
}

.main-emailtracking-a {
    background-color: rgba(24, 166, 107, 1);
  font-family: "Montserrat Regular";
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  user-select: none;
  transition: 0.2s;
  padding: 20px 55px;
  border-radius: 13px;
  color: white;
}

.main-emailtracking-a:hover {
  color: #0b1957;
  background-color: transparent;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}

.main-calltrack-a:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: transparent;
  transition: 0.5s;
  color: #0b1957;
}

#emailtracking-adversting-budget {
  margin-top: 15vh;
}

.col-calltrack-adversting-budget-1 h2 {
  margin-top: 0;
}

.col-calltrack-adversting-budget-1 {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.main-img-email {
  margin-top: 2vh;
}

.col-calltrack-adversting-budget {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.row-calltrack-adversting-budget {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* section type-emailtracking */

.col-st-div-calltracking-s {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  max-height: 730px;
}

.col-st-div-calltracking {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  max-height: 730px;
}


.col-st-div-calltracking-s img, .col-st-div-calltracking img {
  max-width: 400px;
  margin-bottom: 5vh;
}

  @media only screen and (max-width: 576px) {
    .main-e-t-e-h1 {
      font-size: 20px;
      margin-bottom: 2vh;
      margin-top: 2vh;
    }
    .main-mc-p {
      font-size: 14px;
    }
    .row-atc-main-text p {
      font-size: 13px;
    }
    .main-calltrack-a {
      font-size: 14px;
      padding: 15px 35px;
      border-radius: 10px;
    }
    .col-included-in-calltrack img {
      width: 80%;
    }
    .main-emailtracking-a {
      font-size: 12px;
      padding: 15px 20px;
    }
    .details-omni-p {
      font-size: 10px;
    }
    .main-img-email {
      margin-top: 3vh;
      width: 100%;
    }
    /* budget */
    #emailtracking-adversting-budget {
      margin-top: 9vh;
    }
    .row-calltrack-adversting-budget {
      display: flex;
    }
    .col-calltrack-adversting-budget-1-img {
      display: flex;
      order: 2;
    }
    .col-calltrack-adversting-budget-1 h2 {
      font-size: 23px;
      margin-top: 0;
      margin-bottom: 3vh;
    }
    .row-calltrack-adversting-budget {
      margin-top: 1vh;
    }
    .col-calltrack-adversting-budget-1 p {
      font-size: 15px;
    }
    /* type */
    .st-din-calltracking-h2 {
      margin-top: 8vh;
      margin-bottom: 3vh; 
    }
    /* form */
    .h3-ex-contact, .h3-ex-contact span {
      font-size: 34px;
      margin-top: 2vh;
    }
    .p-ex-contact-2 {
      font-size: 18px;
      margin-top: 1vh;
    }
    .ex-form-label {
      font-size: 14px;
    }
    .ex-our-inf {
      display: none;
    }
    .ex-form-group {
      margin-top: 2vh;
    }
    #registrationForm {
      padding-top: 0;
    }
    .ex-p-inder-btn, .ex-p-inder-btn a {
      font-size: 16px;
    }
    /* articles */
    .article-h2 {
      font-size: 30px;
    }
    .article-p {
      font-size: 18px;
    }
    .articles {
      display: flex;
      flex-direction: column;
      margin-top: 1vh;
    }
    /* footer */
    .footer-li a {
      font-size: 13px;
    }
    .container-footer {
      margin-top: 3vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .footer-col-2 {
      margin-top: 3vh;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .row-icon {
      display: flex;  
      flex-direction: row;
      justify-content: space-evenly;
      align-items: center;
    }
    .footer-link a{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
    }
    .footer-link p {
      text-align: center;
      font-size: 12px;
    }
    .info-footer a {
      font-size: 16px;
    }
    .info-footer img {
      width: 30px;
    }
    .container-footer p {
      font-size: 15px;
    }
    .row-icon img {
      width: 30px;
    }
    .row-icon a {
      display: flex;
      justify-content: center;
    }
    .footer-adress {
      width: 70%;
      margin-bottom: 2vh;
    }
  }
  @media only screen and (min-width: 577px) and (max-width: 992px) {
    .main-e-t-e-h1 {
      font-size: 20px;
      margin-bottom: 2vh;
    }
    .main-mc-p {
      font-size: 14px;
    }
    .row-atc-main-text p {
      font-size: 12px;
    }
    .main-calltrack-a {
      font-size: 14px;
      padding: 15px 35px;
      border-radius: 10px;
    }
    .col-included-in-calltrack img {
      width: 80%;
    }
    .main-emailtracking-a {
      font-size: 12px;
      padding: 15px 20px;
    }
    .main-img-email {
      margin-top:0!important;;
    }
    /* budget */
    #emailtracking-adversting-budget {
      margin-top: 9vh;
    }
    .col-calltrack-adversting-budget-1 h2 {
      font-size: 23px;
      margin-top: 0;
      margin-bottom: 3vh;
    }
    .row-calltrack-adversting-budget {
      margin-top: 1vh;
    }
    .col-calltrack-adversting-budget-1 p {
      font-size: 13px;
    }
    .col-calltrack-adversting-budget p {
      font-size: 13px;
    }
    /* type */
    .st-din-calltracking-h2 {
      margin-top: 5vh;
      margin-bottom: 3vh; 
      font-size: 22px;
    }
    .col-st-div-calltracking p, .col-st-div-calltracking-s p {
      font-size: 13px;
    }
    /* form */
    .h3-ex-contact, .h3-ex-contact span {
      font-size: 34px;
    }
    .ex-p-inder-btn, .ex-p-inder-btn a {
      font-size: 13px;
      width:48%;
    }
    /* articles */
    .articles {
      margin-top: 3vh;
    }
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .btn-more-wrap {
      margin-bottom: 5vh;
    }
    .form-omni-h3-questions {
      font-size: 40px;
    }
    .form-omni-h4-questions {
      margin-bottom: 3vh;
    }
    .form-omni-input {
      height: 65px;
      margin-bottom: 1vh;
    }
    .form-omni-a {
      height: 65px;
    }
    .form-omni-label {
      font-size: 25px;
      top: 15px;
      left: 15px;
    }
    /* articles */
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .post-body p {
      margin-bottom: 4vh;
      font-size: 18px;
    }
    .atc-main-col-text h1 {
      margin-top: 0vh;
    }
    .main-img-email {
      width: 100%;
    }
  }
  @media only screen and (min-width: 993px) and (max-width: 1365px) {
    .main-e-t-e-h1 {
      font-size: 20px;
      margin-bottom: 2vh;
      margin-top: 0;
    }
    .atc-main-col-text h1 {
      margin-top: 0vh;
    }
    .main-mc-p {
      font-size: 14px;
    }
    .row-atc-main-text p {
      font-size: 12px;
    }
    .main-calltrack-a {
      font-size: 14px;
      padding: 15px 35px;
      border-radius: 10px;
    }
    .col-included-in-calltrack img {
      width: 80%;
    }
    .main-emailtracking-a {
      font-size: 12px;
      padding: 15px 20px;
    }
    /* budget */
    #emailtracking-adversting-budget {
      margin-top: 9vh;
    }
    .col-calltrack-adversting-budget-1 h2 {
      font-size: 23px;
      margin-top: 0;
      margin-bottom: 3vh;
    }
    .row-calltrack-adversting-budget {
      margin-top: 1vh;
    }
    .col-calltrack-adversting-budget-1 p {
      font-size: 15px;
    }
    .col-calltrack-adversting-budget p {
      font-size: 15px;
    }
    /* type */
    .st-din-calltracking-h2 {
      margin-top: 5vh;
      margin-bottom: 3vh; 
      font-size: 22px;
    }
    .col-st-div-calltracking p, .col-st-div-calltracking-s p {
      font-size: 13px;
    }
    /* form */
    .h3-ex-contact, .h3-ex-contact span {
      font-size: 34px;
    }
    .ex-p-inder-btn, .ex-p-inder-btn a {
      font-size: 13px;
      width:48%;
    }
    /* articles */
    .articles {
      margin-top: 3vh;
    }
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .btn-more-wrap {
      margin-bottom: 5vh;
    }
    .form-omni-h3-questions {
      font-size: 40px;
    }
    .form-omni-h4-questions {
      margin-bottom: 3vh;
    }
    .form-omni-input {
      height: 65px;
      margin-bottom: 1vh;
    }
    .form-omni-a {
      height: 65px;
    }
    .form-omni-label {
      font-size: 25px;
      top: 15px;
      left: 15px;
    }
    /* articles */
    .post-body h3 {
      font-size: 18px;
      margin-bottom: 2vh;
    }
    .post-body p {
      margin-bottom: 4vh;
      font-size: 18px;
    }
    .main-img-email {
      width: 100%;
    }
  }
