body {
  background-size: cover;
  font-size: 18px;
  color: #000;
  font-family: "Barlow", sans-serif;
}


body,
html {
  max-width: 100%;
  
}
html{
  overflow-x: hidden;
}

*:hover,
*:focus {
  outline: none!important;
  text-decoration: none!important;
  /* border: none!important;
  box-shadow: none!important; */
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}
.row {
    display: -webkit-flex;
}
img {
  max-width: 100%;
}

* {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

a:hover {
  color: #1477bd !important;
}
p {
    margin-bottom: 30px;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1{
  font-weight: bold;
}

section {
  position: relative;
}


.row:before,
.row:after {
  width: 0px;
  height: 0px;
  content: "";
}
.align-items-center {
    -webkit-align-items: center;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.justify-content-between {
    -webkit-justify-content: space-between;
}

.topBar{
  background-color: #0969B5;
  padding: 5px 15px;
}
.f-16{
  font-size: 16px;
}

.nap-wrp{
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
}
.nav{
  border-bottom: 2px solid rgba(68, 0, 0, .1);
}

.top-bed h1{
  font-size: 50px;
}

.main-wrp{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-left{
  border-top:1px solid #E9E9E9;
  padding-top: 20px;
  width: calc(1050px - 400px);
  
}
.user-wrp{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.main-rgt{
  
  max-width: 320px;
  position: sticky;
  align-self: flex-start;
  top: 15px;
}

h2{
  font-size: 42px;
  font-weight: 700;
}

ul.p-text{
  padding-left: 15px;
}
ul.p-text li{
  list-style: inside;
  margin-bottom: 15px;
}

.r-box-wrp{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #FFFDF6;
  padding: 30px;
  margin-bottom: 30px;
}
.r-img{
  width: 200px;
}
.r-text{
  width: calc(100% - 240px);
}

.r-img img{
  height: 280px;
  object-fit: cover;
}

.u-name{
  margin-top: 30px;
}
.clr-22A129{
  color:#22A129 ;
}

.pro-box{
  border:2px dotted #000;
  background-color: #F9F9F9; 
  padding: 30px;
  margin-top: 30px;
}
.pro-img{
  display: table;
    margin-left: auto;
    margin-right: -30px;
    margin-top: 20px;
}

.order-bx{
  background-color: #1D1D1D;
  padding: 30px;
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
}
.order-bx h3{
  color: #FFC100;
  font-size: 24px;
  font-weight: 700;
}
.order-bx h2{
  font-size: 66px;
  color: #fff;
  margin-bottom: 30px;
}

.order-bx a:hover > img{
  transform: scale(1.1);
}

.r-box{
  border:1px solid #D9D9D9;
  border-radius: 8px;
  padding: 24px;
  text-align: center;
}

.pro-2{
  margin: 20px 0px;
}
.r-box a:hover > img{
  transform: scale(1.1);
}

.container{
  max-width: 1050px;
}
.user-wrp p{

  font-size: 15px;

}

footer{
  background-color: #121212;
  padding: 40px 0px;
  margin-top: 100px;
  color: #505050;
  font-size: 14px;
}
.f-link a {
  color: #505050;
  text-decoration: none;
}

a.c-link{
  color: inherit;
  text-decoration: none;
}


.stickyTop {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
  background: #fff;
  -webkit-box-shadow: 0px 3px 5px rgb(119 119 119 / 28%);
  box-shadow: 0px 3px 5px rgb(119 119 119 / 28%);
  padding: 10px 0;
}
.stickyTop {
  padding: 0;
}

.stickyTop{
  
  background: #F5F5F5;
}
.mobileFixed {
  bottom: 0;
  z-index: 999;
  width: 100%;
  justify-content: space-evenly !important;
  max-width: 400px;
  margin: 0 auto;
  padding: 0px 15px;
}
.mobileFixed img {
  margin-right: 20px;
  margin-bottom: 0;
  padding: 10px 0;
  width: auto;
  margin: 0;
  margin-right: 10px;
}
.cta_btn_cntnr p {
  font-size: 22px !important;
  font-weight: 700;
  text-align: center;
  margin: 0px 0;
  color: #000;
  line-height: 24px;
}
.cta_btn_cntnr p img {
  display: block;
  margin: auto !important;
}

.f-pro{
  width: 150px !important; 
}

.r-text p:nth-child(1){
  font-size: 24px;
}

ul.p-text li {
  list-style: none !important;
  position: relative;
}

ul.p-text li:after{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  left: -10px;
  top: 12px;
  border-radius: 50%;

}
ul.p-text {
  padding-left: 25px !important;
}