/*=======================================
	Cookies Styling
=======================================*/

/* COOKIE POPUP STYLES */
.cookie-popup {
  font-size: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  bottom: -6.25rem;
  left: 1.25rem;
  right: 1.25rem;
  padding: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(136, 133, 133, 0.5);
  line-height: 150%;
  transition: opacity .5s;
  opacity: 0;
  z-index: 9999;
}

.cookie-popup--short {
  right: none;
  max-width: 300px;
}

.cookie-popup--dark {
  background: white;
  color: #000;
}

.cookie-popup--not-accepted {
  opacity: 1;
  animation: cookie-popup-in .5s ease forwards;
}

.cookie-popup--accepted {
  opacity: 0;
}

.cookie-popup a {
  color: #6EA5FF;
}

.cookie-popup a:visited {
  color: #6EA5FF;
  text-decoration: none;

}

.cookie-popup-actions {
  flex: 1;
  text-align: right;

}

.cookie-popup-actions button {
  color: white;
  border: none;
  background: yellowgreen;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 7px;
  cursor: pointer;
  margin-top: 5px;
}

.cookie-popup-actions button:hover {
  text-decoration: underline;
}

@keyframes cookie-popup-in {
  from {
    bottom: -6.25rem;
  }

  to {
    bottom: 1.25rem;
  }
}

.close {
  height: 20px;
  background-color: #777;
  border: none;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  opacity: 1;
}

/*=======================================
	Cookies Styling
=======================================*/

.terms_and_privacy_mt {
  margin-top: 6rem;
}

/* .anchor_button {
  display: inline-block !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  text-align: center !important;
  vertical-align: middle !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  background-image: none !important;
  border: 1px solid transparent !important;
  white-space: nowrap !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  border-radius: 4px !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  color: #fff !important;
  background-color: #00305c !important;
  border-color: #00305c !important;
}

.anchor_button:hover {
  padding: 6px 12px !important;
  color: white !important;
} */

select {
  height: 45px !important;
  padding: 10px 16px !important;
  margin-bottom: 8px !important;
}

select:disabled {
  background-color: #d2d2d2 !important;
}

.theme-bg {
  background-color: #034c91;
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.service_title {
  font-size: 22px;
}

.empty-breadcumb {
  margin-top: 180px;
}

.dotedbox {
  padding: 24px;
  background: #eaeaea;
}

/* calculator design */
.calculator_section {
  width: 100%;
  /* float: left; */
  overflow: hidden;
  /* background: linear-gradient(90deg, rgba(2,55,90,1) 35%, rgba(223,64,57,1) 100%); */
  padding-top: 10px;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.calculator {
  box-shadow: 5px 5px 15px 4px rgb(161 155 155), -5px -5px 15px 4px rgb(140 132 132 / 22%);
  cursor: pointer;
  transition: 0.4s;
  background-color: #EFF0F0;
}

.calculator:hover {
  box-shadow: 5px 5px 25px 4px rgb(161 155 155), -5px -5px 25px 4px rgb(161 155 155 / 22%);
  transition: 0.4s;
  /*animation: pulse 2s infinite;
    -webkit-transform: scale(1.25, 1.25);
transform: scale(1.05, 1.05) */
}

.calculator_padding_div {
  padding: 15px;
}

.calculator_title {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fc9d01;
  font-size: 35px;
  text-shadow: -2px 3px 1px rgb(150 150 150);
  font-weight: 600;
}

.calculator input[type=radio] {
  height: 15px !important;
  margin: 5px;
  display: inline-block;
  opacity: 1;
}

.calculator .ParcelRow {
  padding: 0px 10px 0px 10px;
}

.calculator .parcelButtons {
  height: 35px;
  font-size: 13px;
}

.calculator input,
select {
  padding: 0px 0px 0px 10px !important;
  height: 35px !important;
}
.calculator input[type=number] {
  box-shadow: 0px 3px 7px 2px rgb(161 155 155) !important;
}

.calculator select {
  font-weight: 500 !important;
  box-shadow: 0px 3px 7px 2px rgb(161 155 155);
    margin-top: 15px;
}

.calculator select:hover {
  color: blue;
}

.calculator .disabled_button {
  pointer-events: none;
}
.col-ssm-12 select{
  margin-top: 3px !important;
}
.calculator input::-webkit-input-placeholder {
  font-size: 13px !important;
  line-height: 1 !important;
}

.calculator .parcelInputs {
  padding-left: 4px !important;
  padding-right: 4px !important;
  font-size: 14px !important;
}

.calculator p {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
}

.calculator .gross_label {
  font-size: 12px !important;
  font-weight: 600 !important;
}

@media all and (max-width:500px) {
  .calculator {
    margin: 5px;
    box-shadow: 5px 5px 15px 4px rgb(201 196 196), -5px -5px 15px 4px rgb(140 132 132 / 22%);
  }
  .calculator_section{
    padding-top: 10px !important;
  }
  .calculator_title{
    font-size: 16px;
  }
}

/* calculator design */

.cursive-family {
  font-family: 'Pacifico', cursive
}

.brand_img {
  max-width: 100px;
}

/* shipping-process */
/* .shipping-process {
  top: -59px;
} */

.shipping-process .circleimage {
  width: 100px;
  height: 100px;
  box-shadow: 5px 5px 15px 4px rgb(161 155 155), -5px -5px 15px 4px rgb(140 132 132 / 22%);
  -moz-box-shadow: 10px -10px rgba(0, 0, 0, 0.6);
  -o-box-shadow: 10px -10px rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  margin-bottom: 15px;
}
.shipping-process p {
  font-size: 18px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 450px) and (min-width: 0px) {
  .shipping-process .circleimage {
    width: 55px;
    height: 55px;
  }

  .shipping-process p {
    font-size: 8px;
  }
}


/* shipping-process */

header .logo-port img {
  max-height: 60px;
}

/*for small screens*/
@media (max-width:992px) {

  .col-ssm-1,
  .col-ssm-2,
  .col-ssm-3,
  .col-ssm-4,
  .col-ssm-5,
  .col-ssm-6,
  .col-ssm-7,
  .col-ssm-8,
  .col-ssm-9,
  .col-ssm-10,
  .col-ssm-11,
  .col-ssm-12 {
    float: left;
    padding: 0px !important;
  }

  .col-ssm-12 {
    width: 100%
  }

  .col-ssm-11 {
    width: 91.66666667%
  }

  .col-ssm-10 {
    width: 83.33333333%
  }

  .col-ssm-9 {
    width: 75%
  }

  .col-ssm-8 {
    width: 66.66666667%
  }

  .col-ssm-7 {
    width: 58.33333333%
  }

  .col-ssm-6 {
    width: 50%
  }

  .col-ssm-5 {
    width: 41.66666667%
  }

  .col-ssm-4 {
    width: 33.33333333%
  }

  .col-ssm-3 {
    width: 25%
  }

  .col-ssm-2 {
    width: 16.66666667%
  }

  .col-ssm-1 {
    width: 8.33333333%
  }
}

.video-section{
  background: rgb(2,55,90);
  background: linear-gradient(90deg, rgba(2,55,90,1) 35%, rgba(223,64,57,1) 100%);
  padding-bottom: 60px;
}

.video-section .page-heading{
  padding-top: 30px;
  padding-bottom: 20px;
}