
.page-wrap {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0;
  list-style: none;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}

strong {font-weight: 700;}

button { 
   -ms-touch-action: manipulation;
    touch-action: manipulation;
  }

/* .profileDescBox{ display:none; }
.profileDescBox.active{ display:block; } */

.promoDesc.active {display: flex !important;}



button {cursor: pointer; font-family: 'Pathway Extreme'; transition: all .3s ease;}
a {cursor: pointer; transition: all .3s ease; }

.pageTitleArea {padding: 30px 0px 35px;}
.pageTitle h1 {  font-size: 50px; line-height: 1; font-weight: 700; margin-bottom: 10px; padding: 0px;}
.pageTitle .subTitle {  font-size: 24px; line-height: 1.2; font-weight: 700; margin: 0;}

.topRightbtn {text-align: right;}
.topRightbtn .redBtn{margin-left: 20px;}
.redBtn {font-family: 'Pathway Extreme'; font-size: 16px; line-height: 32px; background-color:#c52322; color: #fff; padding: 8px 16px; border-radius: 100px; transition: all .3s ease; border: none;
  display: inline-flex ; align-items: center; text-decoration: none;}
.redBtn:hover {background-color:#2e2e2e;}
.redBtn svg {display: inline-block; width: 20px; height: 20px; margin-left: 10px;}

.add-pkg:hover {background-color:#fff; color: #313131;}

.advertConfigArea {padding: 0 0 60px;}
.advertConfigArea .grid-row {grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;}

/* left side style start */

.leftSide {box-shadow: -13px 14px 21px -18px rgba(0, 0, 0, 0.9); height: max-content; grid-row: span 2; grid-column: span 3;}
.leftSide .featureBox{max-height: 685px; overflow-y: scroll; padding-right: 10px;}
.leftSide .featureBox img{margin-bottom: -8px;}

/* Full scrollbar area */
.leftSide .featureBox::-webkit-scrollbar {
  width: 20px;
}

.leftSide .featureBox::-webkit-scrollbar-track {
  background: #CCCCCC;
  border-radius: 10px;
}

.leftSide .featureBox::-webkit-scrollbar-thumb {
  background: #7F7F7F; 
  border-radius: 10px;
  position: relative;
  /* box-shadow:
    inset 0 0 0 6px transparent,  
    inset 0 -100px 0 0 #CCCCCC,       
    inset 0 100px 0 0 #CCCCCC;        */
}


/* Firefox */
/* .leftSide .featureBox {
  scrollbar-width: thin;
  scrollbar-color: #7F7F7F #CCCCCC;
} */

.profileTitleArea {background-color: #313131; color: #fff; padding: 20px 20px 10px; align-items: baseline; position: relative; width: calc(100% - 30px);}
.profileTitleArea .profileTitle h2 {padding: 0px; font-size: 55px; line-height: 0.9; letter-spacing: -0.5px;}
.profileTitleArea .profileTitle h2 span { font-size: 38px; font-weight: 400; }
.profileTitleArea .profilePrice {text-align: right;}
.profileTitleArea .profilePrice h3 {padding: 0px; margin-bottom: 5px;}
.profileTitleArea .profilePrice h3 sup {    vertical-align: top; font-size: 12px; line-height: 1.1;}
.profileTitleArea .profilePrice p {font-size: 11px; line-height: 14px; padding: 0px; margin: 0;}
.profileTitleArea .profilePrice button {position: absolute; right: 35px; top: -25px;}
.redBtn .btn-icon {font-size: 30px; margin-left: 6px;}
.redBtn.add-pkg .btn-icon {margin-right: -10px;}

/* left side style end */


/* right side style start */
.disable {background-color: #c2c2c2 !important; cursor: no-drop !important;}

.rightSide {padding-left: 10px; margin-top: -6%; grid-row: span 1; grid-column: span 3;}
.rightSideSecondBox {padding-left: 10px; grid-row: span 1; grid-column: span 3;}

/* tab section style start */
.rightSide .tabArea {background-color: #fff; padding:15px; box-shadow: -6px 5px 26px -7px rgba(0, 0, 0, .5);} 
.tabArea .profileTab{width:31%;}
.tabArea .addOnsTab{width:55%;}
.tabArea .imgArea{width:14%; margin-top: auto; display: flex; align-items: end;}
.tabArea h6 {font-size: 18px; line-height: 1.2; font-weight: 700; padding-bottom: 0px;}
.tabArea .tab {font-family: 'Pathway Extreme'; font-size: 14px; text-transform: uppercase; background-color:#2e2e2e; color: #fff; padding: 8px 20px; border-radius: 100px; transition: all .3s ease; border: none;
          display: inline-flex ; align-items: center; margin: 10px 10px 0px 0; cursor: pointer; position: relative;}
.tabArea .tab:hover {background-color:#c52322;}
.packageCount {
    position: absolute; background: #219b00; padding: 15px; border-radius: 100%; top: -7px; right: -14px; width: 25px; height: 25px;  display: flex; flex-wrap: nowrap; justify-content: center; 
    align-items: center; font-size: 14px;
}

.bounce {animation: bounce 2s ease alternate;}
@keyframes bounce {
		0%, 20%, 50%, 80%, 100% {
			-moz-transform: translateY(0);
			-ms-transform: translateY(0);
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
		40% {
			-moz-transform: translateY(-10px);
			-ms-transform: translateY(-10px);
			-webkit-transform: translateY(-10px);
			transform: translateY(-10px);
		}
		60% {
			-moz-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
			-webkit-transform: translateY(-5px);
			transform: translateY(-5px);
		}
	}
/* @keyframes bounce{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
} */
/* tab section style start */

.packageBox {background-color: #fff; padding:40px 30px 10px; box-shadow: -6px 5px 26px -7px rgba(0, 0, 0, .5); margin-top: 20px;}
.packageBox .left-col {width: 46%;}
.packageBox .right-col {width: 54%;}

.startHereBox:before {
 content: "";
    position: absolute;
    top: -30px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 30px solid #313131;
    z-index: 1;
}
.startHereBox {background-color: #F6F6F6; padding:10px 26px; margin-bottom: 20px; border: 1px solid #313131; position: relative; font-size: 18px; line-height: 1.2; }
.startHereBox h5 {font-size: 25px; font-weight: 700; padding-bottom:5px;}
.startHereBox h5 span {font-size: 17px; font-weight:500; text-transform: uppercase;}
.startHereBox p{margin:0px;}
.startHereBox svg {position: absolute; top:-29px; left: 40px; width: 36px; height: auto; display: none;}

.profileDescBox:before {
 content: "";
 position: absolute;
 top: 41px;
 left: -30px;
 width: 0;
 height: 0;
 border-top: 18px solid transparent;
 border-bottom: 18px solid transparent;
 border-right: 30px solid #be1c1b;
 z-index: 1;
}
.profileDescBox {padding:20px 26px; margin-bottom: 20px; border: 1px solid #be1c1b; position: relative; font-size: 18px; line-height: 1.2;}
.profileDescBox h5 {font-size: 25px; font-weight: 700; color:#be1c1b;}
.profileDescBox h5 span {font-size: 17px; font-weight: 500; text-transform: uppercase;}
.profileDescBox p:last-child {margin-bottom: 0px;}
.profileDescBox svg {position: absolute; top:40px; left: -26px; width: 36px; height: auto; transform: rotate(32deg); display: none;}

.configCode {background-color: #F6F6F6; padding:10px;}
.configCode .codeBox { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; position: relative;}
.configCode .codeBox input {background-color: #fff; width: 10%; font-size: 16px; text-align: center; padding: 8px; border: 1px solid #313131; border-radius: 6px;}
.configCode .codeBox span {font-size: 24px;}
.configCode .codeBox .copyBtn {display: flex; justify-content: center; align-items: center; width: 10%; background-color: #313131; padding: 8px; border-radius: 6px; border: 1px solid #313131;}
.configCode .codeBox .copyBtn svg {width:16px; fill: #fff;}
.copyMessage {font-size: 12px !important; line-height: 1.2; color: #fff; padding: 5px 10px; font-weight: 500; display: block; position: absolute; right: -15px; top: -30px; background: #313131; border-radius: 5px;} 
.codeActions {display: flex; flex-direction: row; align-items: center; justify-content: center; margin-top: 15px; gap: 15px;}
.codeActions a:first-child {width: 69%;}
.codeActions a:last-child {width: 32%;}
.codeActions a {background-color: #D1D1D1; color: #313131; padding: 5px 5px; text-decoration: none; font-size: 17px; display: flex; align-items: center; justify-content: center;}
.codeActions a:hover {background-color: #313131; color: #fff;}
.codeActions a:hover svg { fill: #fff;}

/* .codeActions a span {margin-right: 5px; transform: matrix(-1, 0, 0, 1, 0, 0); font-size: 26px;} */
.codeActions a svg { width: 20px; max-width: 100%; margin-right: 7px; transition: all .3s ease;}


.right-col .cartBox {margin-left: 40px; padding-bottom: 60px;}
.cartBox h4 {font-weight: 700; padding-bottom: 0px;}
.cartBox p {margin: 0px;}
#cart-items {margin-top: 25px;}
.cartBox {font-size: 14px; line-height: 1.2;}
.cartItem {display: flex; margin-bottom: 25px;}
.cartItem .itemDetails {width: 58%;}
.cartItem .quantityInput {width: 22%; display: flex;}
.cartItem .itemActions {width: 20%; text-align: right;}

.cartItem .itemName {font-size: 22px;}
.cartItem .itemPrice {color:#be1c1b; font-size: 22px; font-weight: 700;}
.cartItem .itemPrice sub {vertical-align: baseline;}
.cartItem .eachPrice {margin-left: 20px;}
.cartItem .eachPrice sub {vertical-align: baseline;}
.quantityInput button {font-size: 26px; line-height: 30px; color: #313131; background-color: transparent; border: none; height: 30px;}
.quantityInput input {font-size: 20px; line-height: 1.2; background-color: transparent; border: none; width: 60px; height: 30px; text-align: center;}
.itemActions .btn {background-color: transparent; border: none; color: #313131; font-size: 16px; line-height: 1.2; letter-spacing: -0.8px; border-bottom: 1px solid #313131;} 
.itemActions .btn:hover {color:#be1c1b; border-color:#be1c1b;} 
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.promoDesc {background-color: #d2edff; padding: 5px; display: flex; font-size: 18px;}
.promoDesc span {font-size: 24px; color:#be1c1b; margin-right: 5px; position: relative; z-index: 1;} 
.promoDesc span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 2px;
    left: 2px;
    border-radius: 100%;
    background: #fff;
    z-index: -1;
}
.promoDesc p {margin: 0px;} 

.totalBox {margin-left: 25px;}
.monthlyDesc {display: flex; align-items: center;}
.monthlyDesc .freeBtn {background-color: #be1c1b; cursor: pointer !important;}
.monthlyDesc p {margin: 0px 0 0 10px;}
.priceDetails {display: flex; gap: 20px; margin-top: 5px;}
.monthlyDetails, .totalDetails, .totalDetails1 {display: inline-block; margin: 0px; font-size: 24px; line-height: 1.2; font-weight: 700;}
.totalAmount { font-size: 26px; margin-left: 5px;}
.totalAmount sub{ vertical-align: baseline;}

.freeBtnWrapper {font-family: 'Pathway Extreme';} 

.monthlyDesc .billed {opacity: 0.25; color: #313131;}
.monthlyDesc .billed.active {opacity:1;}

.totalBox .vatRateText {font-family: 'Pathway Extreme'; font-size: 14px; line-height: 1.4; margin: 5px 0 0 0; } 

/* right side style end */


/* media query start here*/
@media screen and (min-width: 1921px) and (max-width:2560px){

  .pageTitleArea{padding: 40px 0px 40px;}
  .pageTitle h1 {font-size: clamp(50px, 50px + (72 - 50) * ((100vw - 1920px) / (2560 - 1920)), 72px);}
  .pageTitle .subTitle {font-size: clamp(24px, 24px + (36 - 24) * ((100vw - 1920px) / (2560 - 1920)), 36px);}
  .profileTitleArea .profileTitle h2 {font-size: clamp(55px, 55px + (75 - 55) * ((100vw - 1920px) / (2560 - 1920)), 75px);}
  .profileTitleArea .profileTitle h2 span {font-size: clamp(38px, 38px + (55 - 38) * ((100vw - 1920px) / (2560 - 1920)), 55px);}
  .redBtn {font-size: clamp(16px, 16px + (24 - 16) * ((100vw - 1920px) / (2560 - 1920)), 24px); 
    line-height: clamp(32px, 32px + (44 - 32) * ((100vw - 1920px) / (2560 - 1920)), 44px);
      padding: 8px 22px;}
  .redBtn .btn-icon {font-size: clamp(30px, 30px + (42 - 30) * ((100vw - 1920px) / (2560 - 1920)), 42px); }
  .profileTitleArea .profilePrice h3 {font-size: clamp(30px, 30px + (45 - 30) * ((100vw - 1920px) / (2560 - 1920)), 45px); line-height: 1.2;}
  .profileTitleArea .profilePrice p {font-size: clamp(11px, 11px + (16 - 11) * ((100vw - 1920px) / (2560 - 1920)), 16px); margin: 5px 0 0;}
  .profileTitleArea .profilePrice h3 sup {font-size: clamp(12px, 12px + (18 - 12) * ((100vw - 1920px) / (2560 - 1920)), 18px); line-height: 1.2;}
.profileTitleArea {padding: 35px 30px 20px;}

.leftSide .featureBox {max-height: 900px;}


.tabArea h6 {font-size: clamp(18px, 18px + (27 - 18) * ((100vw - 1920px) / (2560 - 1920)), 27px);}
.tabArea .tab {font-size: clamp(14px, 14px + (20 - 14) * ((100vw - 1920px) / (2560 - 1920)), 20px); padding: 14px 20px; margin: 15px 20px 0px 0;}

.packageBox {padding: 50px 10px 10px 40px; margin-top: 30px;}
.packageCount {font-size: clamp(14px, 14px + (20 - 14) * ((100vw - 1920px) / (2560 - 1920)), 20px); width: 30px; height: 30px; padding: 20px; top: -12px; right: -20px; }
.startHereBox {font-size: clamp(18px, 18px + (25 - 18) * ((100vw - 1920px) / (2560 - 1920)), 25px); padding: 15px 40px;  margin-bottom: 30px;}
.startHereBox h5 {font-size: clamp(25px, 25px + (33 - 25) * ((100vw - 1920px) / (2560 - 1920)), 33px);}
.startHereBox h5 span {font-size: clamp(17px, 17px + (25 - 17) * ((100vw - 1920px) / (2560 - 1920)), 25px);}
.startHereBox:before {
    top: -40px;
    left: 60px;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;
    border-bottom: 40px solid #313131;
}


.profileDescBox {font-size: clamp(18px, 18px + (25 - 18) * ((100vw - 1920px) / (2560 - 1920)), 25px); padding: 30px 40px;}
.profileDescBox h5 {font-size: clamp(25px, 25px + (33 - 25) * ((100vw - 1920px) / (2560 - 1920)), 33px); padding-bottom: 20px;}
.profileDescBox h5 span {font-size: clamp(17px, 17px + (25 - 17) * ((100vw - 1920px) / (2560 - 1920)), 25px);}
.profileDescBox:before {
      top: 70px;
    left: -40px;
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
    border-right: 40px solid #be1c1b;
}

.configCode {padding: 15px;}
.configCode .codeBox input {font-size: clamp(16px, 16px + (22 - 16) * ((100vw - 1920px) / (2560 - 1920)), 22px); padding: 7px;}
.configCode .codeBox .copyBtn {padding: 8px;}
.configCode .codeBox .copyBtn svg   { width: 0.9vw;}
.codeActions {margin-top: 20px;}
.codeActions a {font-size: clamp(17px, 17px + (25 - 17) * ((100vw - 1920px) / (2560 - 1920)), 25px); padding: 10px 0px;}
.codeActions a svg {width: 25px;}

#cart-items {padding-top: 30px;}
.right-col .cartBox {padding: 0 50px 80px 0px;}
.cartBox h4 {font-size: clamp(24px, 24px + (33 - 24) * ((100vw - 1920px) / (2560 - 1920)), 33px);}
.cartBox p { font-size: clamp(14px, 14px + (18 - 14) * ((100vw - 1920px) / (2560 - 1920)), 18px); margin: 5px 0 10px;}

.cartItem .itemDetails {width: 50%;}
.cartItem .quantityInput {width: 25%;}
.cartItem .itemActions {width: 25%;}

.cartItem .itemName {font-size: clamp(22px, 22px + (28 - 22) * ((100vw - 1920px) / (2560 - 1920)), 28px); line-height: 1.6;}
.cartItem .itemPrice {font-size: clamp(22px, 22px + (30 - 22) * ((100vw - 1920px) / (2560 - 1920)), 30px);}
.quantityInput input {font-size: clamp(20px, 20px + (27 - 20) * ((100vw - 1920px) / (2560 - 1920)), 27px); line-height: 40px; height: 40px;}
.quantityInput button {font-size: clamp(26px, 26px + (40 - 26) * ((100vw - 1920px) / (2560 - 1920)), 40px); line-height: 40px; height: 40px; padding: 0px 14px;}
.itemActions .btn {font-size: clamp(16px, 16px + (22 - 16) * ((100vw - 1920px) / (2560 - 1920)), 22px);}

.promoDesc p {font-size: clamp(18px, 18px + (25 - 18) * ((100vw - 1920px) / (2560 - 1920)), 25px); margin: 0px;}
.promoDesc span {font-size: clamp(24px, 24px + (34 - 24) * ((100vw - 1920px) / (2560 - 1920)), 34px);}
.promoDesc span:before {width: 1vw; height: 1vw;}

.freeBtnWrapper .text-xs {font-size: clamp(12px, 12px + (18 - 12) * ((100vw - 1920px) / (2560 - 1920)), 18px) !important;}
.freeBtnWrapper svg {width: 1vw; height: 1vw;}
.monthlyDesc .freeBtn {padding: 10px 20px;}

.monthlyDesc .billed {font-size: clamp(16px, 16px + (22 - 16) * ((100vw - 1920px) / (2560 - 1920)), 22px)}
.monthlyDetails, .totalDetails, .totalDetails1 {font-size: clamp(20px, 20px + (34 - 20) * ((100vw - 1920px) / (2560 - 1920)), 34px);}
.totalAmount {font-size: clamp(26px, 26px + (38 - 26) * ((100vw - 1920px) / (2560 - 1920)), 38px);}
 
}

@media only screen and (max-width: 1800px) {
.packageBox .left-col {width: 40%;}
.packageBox .right-col {width: 60%;}
}

@media screen and (min-width: 1441px) and (max-width:1867px) {
.codeActions {flex-direction: column; align-items: normal;}
.codeActions a { width: 100% !important; font-size: 14px; justify-content: center;}
.codeActions a:last-child {margin-bottom: 0;}
.configCode .codeBox .copyBtn {width: 100%; justify-content: center; margin-top: 20px; }
.configCode .codeBox span {right: 22%; top: 32%;}
.configCode .codeBox input {width: 13%;}

.freeBtnWrapper {width: 100%;}
}


@media only screen and (max-width: 1586px) { 
.cartItem .itemName {font-size: 20px;}
.cartItem .itemPrice {font-size: 20px;}
.quantityInput input {width: 40px; font-size: 18px; line-height: 1.2;}
.configCode .codeBox input {padding: 0px; height: 35px;}
.profileTitleArea .profileTitle h2 {font-size: 45px;}
.profileTitleArea .profileTitle h2 span  {font-size: 30px;}
}


@media screen and (min-width: 1441px) and (max-width:1670px){
.priceDetails {gap: 5px; flex-direction: column; margin-top: 10px;}
}



@media only screen and (max-width: 1440px) {

  .pageTitle h1 {font-size: clamp(30px, 30px + (50 - 30) * ((100vw - 420px) / (1440 - 420)), 50px);}
  .pageTitle .subTitle {font-size: clamp(16px, 16px + (24 - 16) * ((100vw - 420px) / (1440 - 420)), 24px);}

  .profileTitleArea .profileTitle h2 {font-size: clamp(30px, 30px + (45 - 30) * ((100vw - 420px) / (1440 - 420)), 45px);}
  .profileTitleArea .profileTitle h2 span {font-size: clamp(24px, 24px + (30 - 24) * ((100vw - 420px) / (1440 - 420)), 30px);}
  .profileTitleArea .profilePrice h3 {font-size: clamp(22px, 22px + (30 - 22) * ((100vw - 420px) / (1440 - 420)), 30px);}

  .leftSide .profileTitleArea .profileTitle {width: 100%; margin-bottom: 10px;}
  .leftSide .profileTitleArea .profilePrice {width: 100%; text-align: left;}
  .leftSide .featureBox {height: auto;}

.tabArea .tab {padding: 6px 20px;} 
.tabArea .profileTab{width:70%; padding-bottom: 40px; order: 1;}
.tabArea .addOnsTab{width:100%; order: 3;}
.packageCount { padding: 12px; font-size: 12px; top: -6px; right: -10px;}
.tabArea .imgArea{width:30%; margin-bottom: auto; display: flex; align-items: end; order: 2;}
.tabArea .imgArea img{ max-width: 50%; margin-left: auto;;}

.packageBox {padding: 40px 30px;}
.packageBox .left-col {width: 100%;}
.packageBox .right-col {width: 100%;}
.startHereBox {padding: 10px 15px;}
.startHereBox svg {width: 40px; top: -32px;}
.profileDescBox {padding: 10px 15px;}
.profileDescBox svg {width: 36px; left: -26px;}

.startHereBox, .profileDescBox {font-size: 16px;}
.configCode .codeBox input {font-size: 16px; padding: 6px; height: 45px;}
.configCode .codeBox .copyBtn {height: 45px;}
.codeActions {flex-direction: row;}
.codeActions a {height: 35px;}
.codeActions a:first-child {width: 70%;}
.codeActions a:last-child {width: 30%;}


.right-col .cartBox {margin-left: 0px; padding: 40px 0px;}
.cartItem .eachPrice {margin-left: 10px;}
.cartItem .itemDetails {width: 55%;}
.cartItem .quantityInput {width: 20%;}
.cartItem .itemActions {width: 25%;}
.promoDesc p {font-size: 16px;}
.totalBox {margin-left: 0px;}
/* .monthlyDetails, .totalDetails, .totalDetails1 { font-size:24px; margin-top: 0px;} */
/* .totalAmount { font-size: 36px;} */
/* .quantityInput button {font-size: 20px; line-height: 24px;} */
/* .quantityInput input {font-size: 18px; line-height: 1.2; width: 50px;}  */
  
}

@media only screen and (max-width: 1280px) {

.rightSide {margin-top: -120px;}

.cartBox h4 {font-size: 20px;}
.cartItem .itemName {font-size: 18px;}
.cartItem .itemPrice {font-size: 18px;}
.itemActions .btn {font-size: 16px;}

/* .monthlyDetails, .totalDetails, .totalDetails1 {font-size: 20px; margin: 0;} */
/* .totalAmount { font-size: 30px;} */

.codeActions a span {font-size: 20px;}
.codeActions a {padding: 5px 5px;}
.quantityInput input {width: 35px;}

}

@media only screen and (max-width: 1250px) {

  .tabArea .profileTab {width: 75%; padding-bottom: 30px;}
  .tabArea .addOnsTab {width: 75%;}
  .tabArea .imgArea {width: 25%;}
  .tabArea .imgArea img {max-width: 100px;}

  .topRightbtn {margin-top: auto;}
  .pageTitleArea {padding: 40px 0px 20px;}

  .profileTitleArea {padding: 30px 20px 10px;}

 .rightSide {order: 1; grid-column: span 6; margin-top: 0; padding-left: 0px;}
.leftSide { order: 2; margin-top: 60px;}
.rightSideSecondBox {order: 3;}
.packageBox {margin-top: 30px;}
.packageBox .left-col {width: 100%; margin-bottom: 20px;}
.packageBox .right-col {width: 100%;}

.cartItem .itemDetails {margin-bottom: 10px;}
.right-col .cartBox {margin-left: 0px;}
.freeBtnWrapper {width: auto;}
.totalBox {margin-left: 0px;}

.configCode .codeBox input {width: 12%;}
.codeActions {flex-direction: row; align-items: center; }
.codeActions a{width: 50%; margin: 0; }

.quantityInput button {padding: 0px 10px;}

}

@media only screen and (max-width: 1080px) {

.pageTitleArea .grid{padding: 0px 20px;}

.advertConfigArea .grid-row {padding: 0 20px;} 
.leftSide {grid-column: span 6;}
.leftSide .featureBox {max-height: 600px; padding-right: 0px;}
.rightSideSecondBox {grid-column: span 6; padding:0px;}
.profileTitleArea {width: 100%;}
.packageBox .left-col {width: 50%; margin-bottom: 0px;}
.packageBox .right-col {width: 50%; padding-left: 30px;}
.right-col .cartBox {padding-top: 0px;}

.profileDescBox:before {display: none;}

}


@media only screen and (max-width: 1024px) {
.topRightbtn {margin-top: 20px;}
.configCode .codeBox input {padding: 10px;}
}

@media only screen and (max-width: 1023px) {
.freeBtnWrapper {width:100%;}
}

@media screen and (min-width: 769px) and (max-width:970px){ 
.priceDetails {gap: 5px; flex-direction: column; margin-top: 10px;}
}

@media screen and (min-width: 769px) and (max-width:896px){ 
.quantityInput button {padding: 0px 5px;}
.quantityInput input {width: 30px;}
.codeActions a {font-size: 15px;}
}


@media only screen and (max-width: 768px) {

.codeActions {align-items: normal; gap: 15px;}
.codeActions a {padding: 5px 10px; justify-content: center; width: 100%;}
.codeActions a:last-child {margin-bottom: 0;}
.packageBox {padding: 40px 30px 20px;}

.topRightbtn {text-align: left; margin-top: 0px;}
.topRightbtn .redBtn:first-child {margin-left: 0px; }

.freeBtnWrapper {width: auto;}

.packageBox .left-col {width: 100%;}
.packageBox .right-col {width: 100%; padding:0px;}
.right-col .cartBox {padding-top: 40px;}
.promoDesc {align-items: center;}
.monthlyDesc .mx-auto {margin-left: 0px;}
.cartBox h4 {margin-bottom: 10px;}

}


@media only screen and (max-width: 690px) {

   .tabArea .profileTab {width: 100%; order: 2;}
  .tabArea .addOnsTab {width: 100%; order: 3;}
  .tabArea .imgArea {width: 100%; order: 1; margin-bottom: 30px;}
  .tabArea .imgArea img {margin: 0px;}

  .leftSide .featureBox {max-height: 400px;}

  .packageBox .left-col {width: 100%;}
  .packageBox .right-col {width: 100%; padding-left: 0px; margin-top: 20px;}
  .freeBtnWrapper {width: auto;}
  .monthlyDesc > div {margin: 0px;}

  .codeActions {flex-direction: row;}
  .codeActions a {width: 50%;}
  .promoDesc {align-items: flex-start;}

}

@media only screen and (max-width: 518px) {
.freeBtnWrapper {width: 100%;}
.monthlyDetails, .totalDetails, .totalDetails1 {font-size: 18px;}
.totalAmount { font-size: 20px;}
}

@media only screen and (max-width: 480px) {

  .profileTitleArea {padding: 30px 20px 20px;}

  .topRightbtn .redBtn {display: inline-flex; margin-bottom: 15px;}
  .topRightbtn .redBtn:last-child { margin:0px;}

  .configCode .codeBox input {padding: 4px; font-size: 14px; height: 40px;}

  .configCode .codeBox .copyBtn {width: 100%; justify-content: center; margin-top: 20px;}
  .configCode .codeBox span {right: 22%; top: 32%;}
 .codeActions { flex-direction: column; align-items: normal;}
 .codeActions a {width: 100% !important;}
 .promoDesc {width: 100%;}
 .freeBtnWrapper {width: 100%;}
 .leftSide .featureBox {max-height: 300px;}

 .cartItem .itemDetails {width: 50%;}
.cartItem .quantityInput{width: 30%;}
 .cartItem .itemActions{width: 20%;}
}

@media only screen and (max-width: 420px) {
  .cartItem {flex-wrap: wrap; margin-bottom: 40px;;}
  .cartItem .itemDetails {width: 70%; margin-bottom: 5px;}
  .cartItem .quantityInput {width: 30%;}
  .cartItem .itemActions {width: 100%; text-align: left;}
  /* .monthlyDetails, .totalDetails, .totalDetails1 {font-size: 16px;}
.totalAmount { font-size: 18px;} */
}

@media only screen and (max-width: 414px) { 
.monthlyDetails, .totalDetails, .totalDetails1 {font-size: 16px;}
.totalAmount {font-size: 20px;}
}

/* for tuch screen style start */
@media only screen and (max-width: 1366px) {
html.touch .redBtn:hover{background-color: #c52322; color: #fff;}
html.touch .tabArea .tab:hover{background-color: #2e2e2e;}
html.touch .codeActions a:hover {background-color: #D1D1D1; color: #313131;}
html.touch .codeActions a:hover svg {fill: #313131;}
/* html.touch .leftSide .featureBox { padding-right:0px;} */

}
/* for tuch screen style end */



/* media query end here*/

   

