/* @font-face {
  font-family: 'Courier New';
  src: url('../fonts/CourierNewPSMT.woff2') format('woff2'),
      url('../fonts/CourierNewPSMT.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Courier New';
  src: url('../fonts/CourierNewPS-BoldMT.woff2') format('woff2'),
      url('../fonts/CourierNewPS-BoldMT.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
} */

/* =========================
   Cartograph CF - Thin (100)
========================= */
@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-ThinItalic.woff2') format('woff2');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

/* =========================
   Extra Light (200)
========================= */
@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* =========================
   Light (300)
========================= */
@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-Light.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-LightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* =========================
   Regular (400)
========================= */
@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-RegularItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* =========================
   Heavy (800)
========================= */
@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-Heavy.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cartograph CF';
    src: url('../fonts/CartographCF-HeavyItalic.woff2') format('woff2');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    /* font-family: "JetBrains Mono", monospace !important; */
    font-family: 'Cartograph CF', monospace !important;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

.hr-line {
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #4B2727;
}

.logoTp {
    position: absolute;
    left: 50px;
    top: 15px;
}

.logo {
    text-align: center;
    width: 100%;
    max-width: 253px;
    margin: auto;
    padding: 3rem 0;
}
/* .logo img {
    width: 100%;
    max-width: 48px;
} */
.logo span{
  font-size: 36px;
  line-height: 120%;
  font-weight: 200;
  font-family: 'Cartograph CF', monospace !important;
}
.bgarLeft {
    background: rgb(173, 214, 255);
    background: linear-gradient(241deg, rgba(173, 214, 255, 1) 0%, rgba(224, 240, 255, 1) 100%);
    height: 100%;
    position: relative;
    border-radius: 8px 0 0 8px;
    border: 1px solid rgba(0, 0, 0, 0.49);
}

.bg-area .col-md-5 {
    padding-right: 0;
}

.bg-area .col-md-7 {
    padding-left: 0;
}

.bgarRight {
    background: #F2F2F2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0px 8px 8px 0;
    padding: 4rem 0 3.5rem;
    border: 1px solid rgba(0, 0, 0, 0.49);
    border-left: 0;
}

.bgarRight .col-md-10 {
    text-align: center;
}

.bgarLeft img {
    height: 255px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.bgarRight h2 {
    font-weight: bold;
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.bgarRight p {
    color: #000;
    font-size: 17px;
    font-weight: 100;
    margin-bottom: 30px;
    line-height: 25px;
}

.bgarRight label {
    text-align: left;
    display: block;
    font-weight: 300;
}

.bgarRight input {
    border: none;
    border-bottom: 1px solid #6B6B6B99;
    border-radius: 0;
    max-width: 420px;
}

.bgarRight input::placeholder {

    color: rgba(0, 0, 0, 0.70);

    font-size: 16px;

}

.bgarRight input::-ms-input-placeholder {

    color: rgba(0, 0, 0, 0.70);

    font-size: 16px;

}

.bgarRight .form-group {
    margin-bottom: 20px;
}

.bgarRight .allBtns {
    text-align: center;
}

.bgarRight .allBtns.cancel-by-email {
    text-align: left;
}

.allBtns button {
    width: 48%;
    border-radius: 2px;
    background: #CCC;
    color: #000;
    font-weight: 500;
}

.cancelTxt {
    background: #E6E6E6;
    border-radius: 8px;
    margin-top: 3rem;
    text-align: center;
    padding: 30px 0;
}

.cancelTxt p a {
    color: rgba(20, 114, 255, 0.80);
    font-weight: 200;
    text-decoration: underline;
}

footer {
    background: #CCC;
    text-align: center;
    padding: 10px 0;
    margin-top: 8rem;
}

footer p {
    color: #000;
    font-size: 15px;
}

/* .errorTxt{padding-top: 4rem;color: #F00!important;} */

.errorTxt a {
    color: #F00 !important;
}



/* .customer-servicePg.bg-area .col-md-10{min-height: 300px;} */

/* .customer-servicePg .bgarRight .col-md-10{display: flex;flex-direction: column;justify-content: center;align-items: center;} */



/* @media (max-width: 1450px){

  footer{margin-top: auto;}

}

@media (max-width: 1199px){

  .bg-area{margin-bottom: 5rem;}

}

@media (max-width: 992px){

  .bgarLeft img{

    height: 200px;

  }



}



@media (max-width: 767px){

   .bg-area .col-md-7,.bg-area .col-md-5{padding: 0;}

   .bg-area .row .col-md-5{order: 2;display: none;}

   .bg-area .row .col-md-10{order: 1;}

   .bgarLeft img{position: relative;}

   .bgarRight,.bgarLeft{border-radius: 0;}

   .bg-area .container{padding: 0;}

   .bg-area .row{margin: 0;}

   .bgarRight{padding: 3rem 20px 3rem;}

   .bgarRight{border-left: 1px solid rgba(0, 0, 0, 0.49);border-radius: 8px;}

   .cancelTxt{margin-top: 1.5rem;padding: 30px 20px;}

   .cancelTxt p br{display: none;}

   footer{margin-top: 1.5rem;}

   .customer-servicePg.bg-area .col-md-7{min-height: auto;}

   .logo{padding: 2rem 0;}

   .bgarRight p{margin-bottom: 20px;}

   .bgarRight p br{display: none;}

   .errorTxt{padding-top: 2rem;margin-bottom: 0!important;}

   .errorTxt a{text-decoration: underline;}

   .customer-servicePg .bgarRight p br{display: block;}

   .customer-servicePg .bgarRight h2 br{display: none;}

   .customer-servicePg .bgarRight h2{font-size: 25px;}

   .cn-by-phPg .bgarRight h2{margin-bottom: 30px;}

   .cn-by-phPg .bgarRight p{margin-bottom: 30px;}

   .cn-by-phPg .bgarRight .form-group{margin-bottom: 30px;}

   .logoTp{position: absolute;left: 10px;top: 10px;}

   .logoTp img{height: 30px;}

}

@media (min-width: 1400px){

	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

	    max-width: 1140px;

	}

} */

/* New css start */

.logoTp {
    display: none;
}

.body-inner {
    width: 100%;
    /* margin: 60px auto; */
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    background: url(../images/bg-image.png);
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 8px;
}

header {
    margin-top: 10px;
    margin-bottom: 20px;
}

header .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}

header .container .logo {
    max-width: 253px;
    padding: 1.5rem 0;
    display: flex;
    align-items: center;
}

.bg-area .row .col-md-5 {
    display: none;
}

.bg-area .col-md-7 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.bg-area .bgarRight {
    border: none;
    padding: 3.5rem 0 0;
    border-radius: 20px;
    background: #fff;
    border: 2px solid #4B2727
}

.bg-area .bgarRight .first-box {
    background-color: #fff;
    border-radius: 7px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    margin-top: 20px;
    /* border: 2px solid #4B2727; */
}

.bg-area .bgarRight .first-box .first-box-left {
    min-width: 25%;
    text-align: center;
}

.bg-area .bgarRight .first-box .first-box-left img {
    width: 90px;
}

.bg-area .bgarRight .first-box .first-box-right {
    min-width: 75%;
    padding: 0px 30px;
}

.bg-area .bgarRight .first-box .first-box-right .first-box-right-inner {
    padding-right: 80px;
}

.bg-area .bgarRight .col-md-10.col-lg-7.mx-auto.p-0 {
    width: 100%;
    margin: 0 auto;
}

.bg-area .bgarRight form {
    /* background-color: rgba(249, 249, 249, 1);
  border-radius: 8px;
  padding: 25px 35px 55px;
  margin-top: 25px; */

    padding: 0 4px;
    margin-top: 10px;
}

.bg-area .bgarRight form .form-control {
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 20px;
    font-weight: 100;
    line-height: 32px;
    letter-spacing: -0.02em;
    padding-left: 0;
    padding-right: 0;
}

.bg-area .bgarRight form .form-control::placeholder {
    color: rgba(0, 0, 0, 0.7);
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 20px;
    font-weight: 100;
    line-height: 32px;
    letter-spacing: -0.02em;
}

.bg-area .bgarRight form .form-control:focus {
    box-shadow: none;
    background-color: transparent;
}

.bg-area .bgarRight form .sbmtbtn {
    background-color: #92D2FF;
    color: rgba(0, 0, 0, 1);
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 20px;
    font-weight: 200;
    line-height: 24px;
    letter-spacing: -0.02em;
    width: auto;
    box-shadow: none;
    padding: 10px 35px;
    transition: 0.3s;
    border-radius: 0;
}

/* .bg-area .bgarRight form .sbmtbtn:hover {
  background-color: rgb(203 230 255);
} */

.bg-area .bgarRight form .allBtns p {
    margin-top: 10px;
    margin-bottom: 0;
}

.bg-area .bgarRight form .allBtns p a {
    color: rgba(20, 114, 255, 1);
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 15px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.02em;
    position: relative;
}

.bg-area .bgarRight form .allBtns p a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: rgba(20, 114, 255, 1);
}

.bgarRight label {
    color: rgba(0, 0, 0, 1);
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 20px;
    font-weight: 200;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
}

footer {
    background: #FFFD92;
    padding: 10px 0;
    /* border-radius: 0 0 8px 8px; */
    margin-top: 0;
}

/* footer.cancel-policy {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
} */

footer p {
    color: rgba(0, 0, 0, 1);
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: center;
    text-transform: uppercase;
}

footer p a, footer p a:hover, footer p a:focus {
    color: rgba(0, 0, 0, 1);
}

.bgarRight h2 {
    color: rgba(0, 0, 0, 1);
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 36px;
    font-weight: 200;
    line-height: 49.03px;
    text-align: center;
    margin-bottom: 15px;
}

.bgarRight p.bgarRight-top-text {
    color: rgba(0, 0, 0, 1);
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 20px;
    font-weight: 100;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
}

.bgarRight p.bgarRight-bottom-text {
    color: rgba(0, 0, 0, 1);
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 15.5px;
    font-weight: 100;
    line-height: 23.5px;
    text-align: left;
    margin-bottom: 0;
}
.bgarRight p.bgarRight-bottom-text span{
  font-weight: 200;
}
.cancelTxt {
    background: transparent;
    border-radius: 0;
    text-align: center;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 1.5rem;
}

.cancelTxt.cancel-by-email {
    padding-top: 5px;
}

.cancelTxt .cancelTxtTop {
    color: rgba(0, 0, 0, 0.8);
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.cancelTxt .cancelTxtTop.cancel-by-email {
    text-align: left;
}

.cancelTxt .cancelTxtTop.cancel-by-email {
    margin-bottom: 0;
}

.cancelTxt .cancelTxtMiddle {
    color: rgba(0, 0, 0, 1);
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.cancelTxt .cancelTxtMiddle.cancel-by-email {
    text-align: left;
}

.cancelTxt .cancelTxtMiddle a {
    color: rgba(20, 114, 255, 1);
    text-decoration: none;
    position: relative;
}

.cancelTxt .cancelTxtMiddle.customer-service-middle a {
    font-weight: 400;
}

.cancelTxt .cancelTxtMiddle a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: rgba(20, 114, 255, 1);
}

.cancelTxt .cancelTxtMiddle.customer-service-middle a::after {
    bottom: -1.5px;
    height: 1px;
}

.cancelTxt .cancelTxtBottom {
    color: rgba(0, 0, 0, 0.8);
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    text-align: left;
}

.bg-area .bgarRight form p.can’t-find-email-text {
    color: rgba(255, 0, 0, 1);
    /* font-family: 'Courier New'; */
    /* font-family: "Noto Sans", sans-serif; */
    font-size: 15px;
    font-weight: 100;
    line-height: 19px;
    letter-spacing: -0.02em;
    margin-top: 20px;
}

.bg-area .bgarRight form p.can’t-find-email-text a {
    display: inline-block;
    color: rgba(255, 0, 0, 1);
    line-height: 20px !important;
    text-decoration: none;
}

.bg-area .bgarRight form p.can’t-find-email-text a::after {
    background-color: rgba(255, 0, 0, 1);
    bottom: 0;
}

.bg-area .bgarRight .col-md-10.col-lg-7.mx-auto.p-0.already-cancelled {
    width: 90%;
}

.bgarRight-desc a {
    color: rgba(0, 0, 0, 1);
}

.cancelTxtTop-box {
    background-color: #fff;
    border-radius: 7px;
    /* box-shadow: 0px 2px 7px #00000059; */
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.cancelTxtTop-box-left {
    min-width: 25%;
}

.cancelTxtTop-box-left img {
    width: 90px;
}

.cancelTxtTop-box-right {
    min-width: 75%;
    padding: 0px 30px;
}

.cancelTxtBottom-box {
    background-color: #fff;
    border-radius: 7px;
    /* box-shadow: 0px 2px 7px #00000059; */
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.cancelTxtBottom-box-left {
    min-width: 25%;
}

.cancelTxtBottom-box-left img {
    width: 90px;
}

.cancelTxtBottom-box-right {
    min-width: 75%;
    padding: 0px 30px;
}

.bg-area {
    padding-bottom: 50px;
}

@media screen and (max-width: 1399.9px) {
    .bg-area .bgarRight .first-box .first-box-right .first-box-right-inner {
        padding-right: 50px;
    }

    header .container .logo {
        max-width: 310px;
    }

    .bgarRight h2 {
        font-size: 34px;
        line-height: 47.03px;
    }

    .bgarRight p.bgarRight-top-text {
        font-size: 17px;
        line-height: 25px;
    }

    .bgarRight p.bgarRight-bottom-text {
        font-size: 13.5px;
        line-height: 21.5px;
    }

    .bgarRight label {
        font-size: 18px;
        line-height: 30px;
    }

    .bg-area .bgarRight form .form-control {
        font-size: 18px;
        line-height: 30px;
    }

    .bg-area .bgarRight form .form-control::placeholder {
        font-size: 18px;
        line-height: 30px;
    }

    .bg-area .bgarRight form .sbmtbtn {
        font-size: 18px;
        line-height: 22px;
    }

    .bg-area .bgarRight form .allBtns p a {
        font-size: 14px;
        line-height: 31px;
    }

    .cancelTxt .cancelTxtTop {
        font-size: 15px;
        line-height: 23px;
    }

    .cancelTxt .cancelTxtMiddle {
        font-size: 15px;
        line-height: 23px;
    }

    .cancelTxt .cancelTxtBottom {
        font-size: 15px;
        line-height: 23px;
    }

    footer p {
        font-size: 18px;
        line-height: 30px;
    }

    .bg-area .bgarRight form p.can’t-find-email-text {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1199.9px) {
    .bg-area .bgarRight .first-box .first-box-right .first-box-right-inner {
        padding-right: 0;
    }

    header .container .logo {
        max-width: 285px;
    }

    .bgarRight h2 {
        font-size: 32px;
        line-height: 45.03px;
    }

    .bg-area .bgarRight .col-md-10.col-lg-7.mx-auto.p-0 {
        width: 70%;
    }

    .bg-area .bgarRight .col-md-10.col-lg-7.mx-auto.p-0.already-cancelled {
        width: 85%;
    }

    .cancelTxt {
        width: 70%;
    }

    .bgarRight p.bgarRight-top-text {
        font-size: 16px;
        line-height: 24px;
    }

    .bgarRight label {
        font-size: 17px;
        line-height: 29px;
    }

    .bg-area .bgarRight form .form-control {
        font-size: 17px;
        line-height: 29px;
    }

    .bg-area .bgarRight form .form-control::placeholder {
        font-size: 17px;
        line-height: 29px;
    }

    .bg-area .bgarRight form .sbmtbtn {
        font-size: 17px;
        line-height: 21px;
    }

    .bg-area .bgarRight form .allBtns p a {
        font-size: 13px;
        line-height: 30px;
    }

    .cancelTxt .cancelTxtTop {
        font-size: 14px;
        line-height: 22px;
    }

    .cancelTxt .cancelTxtMiddle {
        font-size: 14px;
        line-height: 22px;
    }

    .cancelTxt .cancelTxtBottom {
        font-size: 14px;
        line-height: 22px;
    }

    footer p {
        font-size: 16px;
        line-height: 28px;
    }

    .bg-area .bgarRight form p.can’t-find-email-text {
        font-size: 13px;
        line-height: 17px;
    }
}

@media screen and (max-width: 991.9px) {
    .bg-area .bgarRight .col-md-10.col-lg-7.mx-auto.p-0 {
        width: 95%;
    }

    .cancelTxt {
        width: 90%;
    }

    .bg-area .bgarRight .first-box .first-box-right .first-box-right-inner {
        padding-right: 0;
    }
}

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

    .bg-area .bgarRight .first-box .first-box-right .first-box-right-inner {
        padding-right: 0px;
    }

    .bg-area .bgarRight .first-box .first-box-right {
        padding: 0;
    }

    .cancelTxtTop-box-right {
        padding: 0px 25px;
    }

    .cancelTxtBottom-box-right {
        padding: 0px 25px;
    }

    .bg-area .bgarRight .col-md-10.col-lg-7.mx-auto.p-0 {
        width: 100%;
    }

    .cancelTxt {
        width: 100%;
    }

    .bgarRight p.bgarRight-top-text {
        font-size: 15px;
        line-height: 23px;
    }

    .bgarRight p.bgarRight-bottom-text {
        font-size: 12px;
        line-height: 20px;
    }

    .bgarRight label {
        font-size: 16px;
        line-height: 28px;
    }

    .bg-area .bgarRight form .form-control {
        font-size: 16px;
        line-height: 28px;
    }

    .bg-area .bgarRight form .form-control::placeholder {
        font-size: 16px;
        line-height: 28px;
    }

    .bg-area .bgarRight form .sbmtbtn {
        font-size: 16px;
        line-height: 20px;
    }

    .cancelTxt .cancelTxtTop {
        font-size: 13px;
        line-height: 21px;
    }

    .cancelTxt .cancelTxtMiddle {
        font-size: 13px;
        line-height: 21px;
    }

    .cancelTxt .cancelTxtBottom {
        font-size: 13px;
        line-height: 21px;
    }

    .bgarRight h2 br {
        display: none;
    }

    .bgarRight h2+p br {
        display: none;
    }
}

@media screen and (max-width: 575.9px) {
    /* .bg-area {
        padding-bottom: 0;
    } */
    .bg-area .col-md-7 {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

    .bgarRight p.bgarRight-top-text br {
        display: none;
    }

    .bg-area .bgarRight .first-box {
        flex-direction: column;
    }

    .bg-area .bgarRight .first-box .first-box-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .bg-area .bgarRight .first-box .first-box-right {
        width: 100%;
        padding: 0;
    }

    .bgarRight p.bgarRight-bottom-text br {
        display: none;
    }

    .cancelTxtTop-box {
        flex-direction: column;
    }

    .cancelTxtTop-box-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .cancelTxtTop-box-right {
        width: 100%;
        padding: 0;
    }

    .cancelTxtBottom-box {
        flex-direction: column;
    }

    .cancelTxtBottom-box-left {
        width: 100%;
        margin-bottom: 15px;
    }

    .cancelTxtBottom-box-right {
        width: 100%;
        padding: 0;
    }

    header .container .logo {
        max-width: 250px;
        padding: 1rem 0;
    }

    .bg-area .bgarRight {
        padding: 2rem 0 0;
    }

    .bg-area .bgarRight .col-md-10.col-lg-7.mx-auto.p-0 {
        width: 90%;
    }

    .cancelTxt {
        width: 90%;
    }

    .bgarRight h2 {
        font-size: 27px;
        line-height: 40.03px;
    }

    .bgarRight p.bgarRight-top-text {
        font-size: 14px;
        line-height: 22px;
    }

    .bgarRight label {
        font-size: 15px;
        line-height: 27px;
    }

    .bg-area .bgarRight form .form-control {
        font-size: 15px;
        line-height: 27px;
    }

    .bg-area .bgarRight form .form-control::placeholder {
        font-size: 15px;
        line-height: 27px;
    }

    .bg-area .bgarRight form .sbmtbtn {
        font-size: 15px;
        line-height: 19px;
    }

    .cancelTxt .cancelTxtTop {
        font-size: 13px;
        line-height: 21px;
    }

    .cancelTxt .cancelTxtMiddle {
        font-size: 13px;
        line-height: 21px;
    }

    .cancelTxt .cancelTxtBottom {
        font-size: 13px;
        line-height: 21px;
    }

    footer p {
        font-size: 15px;
        line-height: 27px;
    }

    .bg-area .bgarRight form .allBtns p a {
        font-size: 12px;
        line-height: 29px;
    }

    .bg-area .bgarRight form p.can’t-find-email-text {
        font-size: 12px;
        line-height: 16px;
    }


}

* {
    font-family: 'Cartograph CF', monospace !important;
}

.text-with-link {
    text-decoration: underline;
    color: rgba(0, 0, 0, 1);
}