@font-face {
    font-family: TheSans;
    src: url(TheSans-Bold.otf);
  }
*{
    padding:0px;
    margin: 0px;
    box-sizing: border-box;
    direction: rtl;
    font-family: TheSans;
}

/* bootstrap resets */

.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}



#myHeader {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
width:100%;
  
}
.myheader {
     position: sticky;
    width: 100%;
}


.container-fluid{
    padding-left:0px;
    padding-right:0px;
}
.row{
    margin-right: 0px;
    margin-left: 0px;
}

/* End of bootstrap resets */


/* Image Section */
div.hero-img img{
    width: 100%;
}
/* End of Image Section */


/* Commponents Section */

.TitleMid{
    text-align: center;
    font-size: 2rem;
    color: #334976 !important;
}


.first {
    
    margin-top: 0px;
       

}

body {
    
        text-align: right;
}


/* New Offer Section */
.noffer-img img {
    width: 100%;
    display:block;
    margin:0 auto;
}
.noffer-img-first img{
    width: 100%;
    display:block;
    margin:0 auto;
}
.noffer-holder {
    border: 6px solid #bd1f71;
    padding: 10px;
}
.noffer-desc{
    font-size: 3rem;
    padding: 10px;
    text-align: center;
    background-color: #bd1f71;
    color:#fff;
}
.noffer-con{
    margin: 10px 0;
}
.TitleMid-2{
    text-align: center;
    font-size: 2rem;
    color:#e93495;
    font-family: TheSans;
}
.offerPrice {
    margin-top: 16%;
    text-align: center;
    font-size: 2rem;
    color: #bd1f71;
}
/* End of New Offer Section */

/* Offer Section */
.offersMainTitle{
    color: #be1217;
    margin:3%;
}
.offerImg img {
    width: 100%;
}

.offerDesc {
    text-align: center;
    color: #A4324A;
    font-size: 2rem;
}


.btnOffer {
    font-size: 2rem;
    display: block;
    margin: 2% auto;
    padding: 10px 20px;
    color: #bd1f71!important;
    border: #AF874E 2px solid;
    width: 25%;
    transition: all 0.2s linear;
}

.btnOffer:hover {
    background-color: #bd1f71;
    color: #bd1f71;
    border: #bd1f71 2px solid;
    transition: all 0.2s linear;
}
.offersDiv{
    font-size:2rem;
}
select#countrySelectOffer {
    font-size: 1.5rem;
    height: 40px;
}
/* End of Offer Section */
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 20px;
    height: 20px;

}
.rb_phone{
    -webkit-appearance:none;
    border:1px solid darkgray;
    border-radius:50%;
    outline:none;
    box-shadow:0 0 5px 0px gray inset;
    box-sizing: border-box;
    padding: 18px;
    width: 1.5rem;
    height: 1.5rem;
}
.rb_phone:before {
    content:'';
    display:block;
    width: 70%;
    height: 70%;
    margin: 15% auto;  
    border-radius:50%;    
}
.lbl_phone
{
    color:#be1217;
    font-size:1.5rem !important;
}
.rb_phones_holder{
    text-align: right;
}
.rb_phone:checked:before {
    background:#be1217;
}
input[type=radio].rb_offer {
    -webkit-appearance: none;
    border: 1px solid darkgray;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 5px 0px grey inset;
    box-sizing: border-box;
    padding: 7px;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 30%;
    left: 3%;
}
input[type='radio'].rb_offer:before {
    content:'';
    display:block;
    width: 30px;
    height: 30px;
    margin: 1px;  
    border-radius:50%;    
}
input[type='radio'].rb_offer:checked:before {
    background:#bd1f71;
}

.formHolder{
    text-align: right;
}
.lbl_form{
    font-size:2rem;
    color: #be1217;
    
}
.carousel-item {
    padding: 10px;
}

