.SideMenu {
  width: 0%;
  height:100%;
  position: fixed;
  z-index: 70;
  top: 0;
  left: 0;
  margin-top:50px;
  background-color: black;
  overflow-x: hidden;
  transition: 0.5s;
}

.SideMenu-content {
 /* position: relative;*/
  transition: 0.3s;
  width: 100%;
  text-align: center;
  margin-top: 100px;
  display:block;
  white-space:nowrap;
}
.q-masthead {
    max-height: 800px;
}

.SideMenu a {
  padding: 8px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.SideMenu a:hover, .SideMenu a:focus {
  color: #f1f1f1;
}

.SideMenu .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  border:none;
  color: #818181;
}


.NavWideMenu {
    width: 100%;
    height: 0px;
    position: fixed;
    z-index: 70;
    top: 0;
    left: 0;
    margin-top: 135px;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
   box-shadow: 0px 3px 20px 0px #000000;
}
.NavWideMenu .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  border:none;
  color: #818181;
  text-decoration:none;
}

.mainContainer
{
width:100%;
display:block;
min-height:500px;
padding:20px 0px;

}
.FirstContainer {
    width: 100%;
    display: block;
    min-height: 500px;
    padding: 20px 0px;
    margin-top:124px;
}

.sectionContainer {
    display: block;
    width: 100%;
    min-height: 400px;
}
.NewsSectionContainer {
    display: block;
    width: 90%;
    min-height: 300px;
    margin: 20px 5%;
    /* background: #ededed; */
    box-shadow: 0px 0px 3px -1px black;
}
.sectionSplit {
    display: inline-block;
    vertical-align: top;
}

.imgContainer
{
	width:55%;
}
.NewsImgContainer {
    width: 30%;
    vertical-align: middle;
    /* max-width: 500px; */
}

.textContainer {
    padding: 10% 35px;
    width: 45%;
    text-align: left;

}
.NewsTextContainer {
    padding: 0px 16px;
    width: 69%;
    text-align: justify;
    vertical-align: middle;
    /* padding-bottom: 0px; */
}

.LangSwitch {
    position: absolute;
    color: white;
    z-index: 1100;
    right: 50px;
    top: 10px;
}

    .LangSwitch a {
        color: white;
    }

        .LangSwitch a:hover {
            color: #00a3e0;
        }

.dirRight {
    direction: rtl;
}
.dirLeft
{
	direction:ltr;
}

.AboutUsHeader
{
    float:left;
	color:white;
	margin-top:-135px;
	margin-left:200px;
	margin-right:200px;
	position:relative;
	
}
.LogoContainer 
{
    width: 100%;
    display: block;
    vertical-align: top;
    /*padding:30px;*/
    text-align:center;
}
.LogoContainer img {
  max-height:200px
}

.CompanyInfo {
    padding: 0px 0px 41px 5px;
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.CompanyContainer {
    display: inline-block;
    width: 45%;
    /*min-height: 605px;*/
    background: #efefef;
    margin: 1%;
    border-radius: 5px;
    vertical-align:top;
}







.LogoContainer2 {
    width: 100%;
    display: block;
    vertical-align: top;
    /*padding:30px;*/
    text-align: center;
}

    .LogoContainer2 img {
        max-height: 200px
    }

.CompanyInfo2 {
    padding: 0px 0px 41px 5px;
    display: block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.CompanyContainer2 {
    display: inline-block;
    width: 45%;
    /*min-height: 605px;*/
    background: #efefef;
    margin: 1%;
    border-radius: 5px;
    vertical-align: top;
}






/*filter buttons*/
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 26px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 2px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.FilterBTN
{
    display:inline-block;
    vertical-align:top;
    margin: 5px 10px;
}
.FilterBar
{
    text-align:center;

}

    /*End filter buttons */

.CarCell {
    display: inline-block;
    width: 20%;
    text-align: center;
    font-size: 25px;
    padding: 10px;
    margin: 7px 5px;
    /*background: #80808024;*/
}

    .CarCell:hover {
        background: #2196f34a;
    }
.CarsGrid {
    text-align: center;
    margin: 20px 50px;
}
.CarName {
    padding: 5px 0px;
    font-size: 20px;
    font-weight: bold;
}

.GrandPhoto{
    width:100%;
}
.GrandPhoto img{
    width: 100%;
}

.carPreef {
    position:absolute;
    margin: -550px -0px 0px 100px;
    color:white;
}
.carPreef h3{
    color: white;
}
.DetailsContainer
{
    width:100%;
    direction:ltr;
}
.TapsBar
{
    display:inline-block;
    width:100%;
}
p {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
}

.SectionTap {
    display: inline-block;
    padding: 13px;
    vertical-align: top;
    /* width: 40%; */
    overflow: hidden;
    height: 47px;
    text-align: center;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 3px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-color: #0079e0;
    font-family: 'Noto Kufi Arabic', sans-serif;
    margin: 9px 9px;
    font-weight: bold;
    background: white;
    box-shadow: 0px 0px 0px black;
    color: black;
}

.bayNowBTN {
    /*background: #00a3e0;*/
    text-align: center;
    position: fixed;
    width: 359px;
    border-radius: 1px;
    z-index: 60;
    left: 50%;
    margin-left: -180px;
    bottom: 29px;
    color: white;
    /*font-family: 'Noto Kufi Arabic';*/
    font-size: 17px;
    overflow: hidden;
    /*box-shadow: 0 0 6px -1px black;*/
}

    .bayNowBTN a {
        /*display: inline-block;
    width: 50%;
    padding: 10px 0px;
    text-decoration: none;
    color: white;
    background: #00a3e0;
    /*border: solid;
    border-width: 1px;
    text-decoration:none;
    /*margin: 0px -1px;*/
    }

.catalog {
    display: inline-block;
    width: 49%;
    padding: 10px 0px;
    text-decoration: none;
    color: #00a3e0;
    background: white;
    border: 1px solid #00a3e0;
    text-decoration: none;
}

.buyNow {
    display: inline-block;
    width: 49%;
    padding: 10px 0px;
    text-decoration: none;
    color: white;
    background: #00a3e0;
    /*border: 1px solid white;*/
    text-decoration: none;
}

.catalog:hover {
    color: white;
    background: #00a3e0;
    border: 1px solid white;
}

.buyNow:hover {
    color: #00a3e0;
    background: white;
    border: 1px solid #00a3e0;
}

@media (max-width:776px) {
    .bayNowBTN {
        bottom: 0px;
        width: 100%;
        margin: 0;
        left: 0;
    }
}



    .SectionTap a
{
    color:black;
}

.SectionTap a:hover {
    color: #00a3e0;
}


.SectionDiv {
    display: table;
    width: 100%;
    /* min-height: 64px; */
    /*max-height: 500px;*/
    margin: 0px 0px 20px 0px;
}

.SectionContent
{
    padding:0px 20px;
    margin-top:20px;
}

.SliderCont
{
    display: block;
    width: 100%;
    height:550px;
}
.IMGCONT
{
    display:inline-block;
    width:40%;
    vertical-align:top;

}
.TEXTCONT
{
    display: inline-block;
    width: 57%;
    padding:50px;
    direction:ltr;
    vertical-align:top;
}
.ImgInMiddel
{
    display:flex;
    overflow:hidden;
    align-items:center;
    justify-content:center;
}
.ContactUsContainer
{
    padding-top:50px;
    direction:ltr;
    display:block;
    text-align:center;
    width:100%;
    min-height:500px;
}

.ContactFormBox {
    text-align: left;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    max-width: 800px;
}

.ContactCardsBox {
    padding: 5px 0px;
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin: 5px 20px;
    text-align: left;
    border:solid;
    border-width:0px;
    border-left-width:2px;
}
.TXTContainer
{
    display:inline-block;
    width:49%;
    vertical-align:top;
}

.MyTXTbox {
    border: solid;
    border-width: 1px;
    border-radius: 7px;
    border-color: #a7a7a7;
    width: 100%;
    margin-bottom: 10px;
    background: whitesmoke;  
}
.MyTXTArea
{
    min-height:300px;
}
.ContactCard {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    margin: 10px 10px;
    background: whitesmoke;
    padding:10px 20px;
}

#MainContent_SendBTN {
    min-width: 200px;
    height: 50px;
    background: #67b2ff;
    color: white;
    display: block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding: 9px;
    border-radius: 5px;
}

.halfGrandPhoto img {
    width: 100%;
}

.financeContainer {
    /*font-family: 'Noto Kufi Arabic', sans-serif;*/
    width: 90%;
    min-height: 500px;
    background: white;
    display: block;
    margin: 20px 5%;
    margin-top: 160px;
    direction: ltr;
    padding: 0px 10px;
    border-radius: 5px;
    border: solid;
    border-width: 3px;
}
.FCarInfoBox {
    height: 400px;
    display: block;
    border-bottom: solid;
    border-bottom-width: 2px;
    margin-right: -10px;
    margin-left: -10px;
    border-bottom-left-radius: 155px;
    /* border-bottom-right-radius: 150px; */
    overflow: hidden;
}
.FCarInfoBoxImg {
    vertical-align: top;
    display: inline-flex;
    width: 70%;
    /* justify-content: center; */
    height: 100%;
}
.FInfoBox {
    text-align:left;
    vertical-align: top;
    display: inline-block;
    width: 30%;
    height: 100%;
    padding: 20px 20px;
}

.FtextBox {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 50%;
    max-width: 300px;
    padding: 0px 20px;
    text-align:left;
}


.FtextBox1 {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    width: 50%;
    /*max-width: 300px;*/
    /*padding: 0px 5px;*/
    text-align: left;
}

.BankTexBox {
    display: block;
    vertical-align: top;
    height: 100%;
    width: 100%;
    /* max-width: 300px;*/
    padding: 10px 0px;
    text-align: left;
}


.FormBox {
    border: none;
    /* border-width: 1px; */
    /*border-bottom: solid;
    border-width: 1px;*/
    /* border-radius: 5px; */
    /* width: 80%; */
   /* height: 150px;*/
    text-align: center;
    margin: 50px auto;
    display:block;
    /* height: 900px; */
}


.FormBox1 {
    border: none;
    text-align: justify;
    margin: 50px auto;
    display: block;
}

.FFormCont {
    display: inline-block;
    /* border: solid; */
    border-radius: 5px;
    border-width: 1px;
    width: 100%;
    max-width: 1100px;
  /*  margin-top: 46px;*/
}

.FFormCont1 {
    display: inline-block;
    /* border: solid; */
    border-radius: 5px;
    border-width: 1px;
    width: 100%;
    max-width: 1250px;
    margin-top: 50px;
}

.Liner {
    display: inline-block;
    width: 96%;
    max-width: 1150px;
    margin:10px 0px;
}
.myInput {
    width: 100%;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    max-width: 300px;
    height: 35px;
    font: inherit;
}

.myInput1 {
    width: 98%;
    border: solid;
    border-width: 1px;
    border-radius: 5px;
    /* max-width: 300px; */
    height: 35px;
    font: inherit;
    /*box-shadow: 1px 1px 3px -2px black;*/
}

input[disabled] {
    background: #cbcbcb;
}

.FHeader {
    text-align: center;
    display: block;
    /* width: 170px; */
    border-bottom: solid;
}


.FHeader1 {
    font-size: medium;
    border-bottom: solid;
    border-width: 2px;
}



.SubmitBTN {
    font-size: 20px;
    text-decoration: none;
    color: white !important;
    background: #0074e8;
    padding: 7px 69px;
    border-radius: 5px;
}
    #SubmitBTN
    {
        color:white;
    }
.SubmitBTN:hover
{
    background: black;
}

.MYIMG 
{
    /*border-radius: 5px;*/
    object-fit:cover;
    max-height: 100%;
    max-width:100%;
    width:100%;
}
.FCarHeader
{
    display: block;
    border-bottom: dashed;
    border-bottom-width: 2px;
    padding: 5px;
}
.FCarHeader2
{
    display: block;
    border-bottom: dashed;
    border-bottom-width: 1px;
    padding: 5px;
}
.DownloadBTN {
    display: inline-block;
    background: #1d6dff;
    text-decoration: none;
    padding: 10px 30px;
    color: white !important;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}
.DownloadBTN:hover
{
        background: #4e89f5;
}



select {
    padding: 0px 20px !important;
}

input[type=radio] {
    width: unset;
    height: unset;
    border-radius: unset;
    -webkit-appearance:unset;
    appearance: revert;

}
    input[type=radio] + label {
        color: black;
        position: unset;
        margin-right:5px;
    }


.CarSelector {
    border: none;
    font-size: 16px !important;
    font-weight: bold !important;
    border-radius: 0px;
    background: #e9e9e9;
    padding: 0px 5px !important;
    margin: 0px;
    font: inherit;
    -webkit-appearance: revert !important;
    width: 100%;
    max-width: 100%;
}



.HSectionTap {
    padding: 13px;
   /* width: 100px;*/
    height: 47px;
    text-align: center;
    /* border-style: solid; */
    /* border-top-width: 0px; */
    /* border-bottom-width: 3px; */
    /* border-left-width: 0px; */
    /* border-right-width: 0px; */
    /* border-color: #0079e0; */
    font-family: 'Noto Kufi Arabic', sans-serif;
    /* margin: 9px 9px; */
    font-weight: bold;
    background: white;
    box-shadow: 0px 0px 0px black;
    color: black;
    display:inline-block;
}
.HSectionTap a {
    text-decoration:none;

}

    .HSectionTap:hover {
        padding: 13px;
        height: 47px;
        text-align: center;
        border-style: solid;
        border-top-width: 0px;
        border-bottom-width: 3px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-color: #0079e0;
        font-family: 'Noto Kufi Arabic', sans-serif;
        /*margin: 9px 9px;*/
        font-weight: bold;
        background: white;
        box-shadow: 0px 0px 0px black;
        color: black;
        display: inline-block;
    }

.RangeHeader {
    text-align: left;
    margin: 10px 150px;
}



.CompanyContainer {
    display: block;
    width: unset;
    height: 430px;
    padding: 0px 20px 0px 0px;
    background: #efefef;
    margin: 20px 20px;
    border-radius: 5px;
    vertical-align: top;
    box-shadow: 0px 0px 4px -1px black;
    border-radius: 5px;
}

.LogoContainer {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    padding: 35px 0px;
    text-align: center;
    background: white;
    height: 100%;
}

.CompanyInfo {
    padding: 0px 20px;
    display: inline-block;
    width: 75%;
    vertical-align: middle;
    text-align: justify;
}

.CompanyLOGO {
    max-width: 250px;
}
.supFormContainer {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    padding: 0px 20px;
    box-shadow: 1px 1px 5px -2px black;
    /*min-width: 400px;*/
    margin: 0px 10px;
    text-align: justify;
    margin-bottom: 10px;
}
/********************************************** for mobile **********************************************************/
@media only screen and (max-width: 800px) {

    .supFormContainer {
        width: 100%;
    }



    .FtextBox1 {
        width: unset;
    }

    .CompanyContainer {
        padding: unset;
        height: unset;
    }

    .LogoContainer {
        width: 100%;
    }

    .CompanyInfo {
        width: unset;
    }







    .CompanyContainer2 {
        padding: unset;
        height: unset;
    }

    .LogoContainer2 {
        width: unset;
    }

    .CompanyInfo2 {
        width: 100%;
    }








    .imgContainer {
        width: unset;
    }

    .textContainer {
        width: unset;
    }

    .AboutUsHeader {
        margin-top: -80px;
        margin-left: 60px;
        margin-right: 60px;
    }

    .NewsImgContainer {
        width: unset;
        max-width: unset;
    }

    .NewsTextContainer {
        width: unset;
        padding: 5% 10px;
    }

    .CompanyContainer {
        width: 90%;
    }

    .CompanyContainer2 {
        width: 90%;
    }

    .IMGCONT {
        width: unset;
    }

    .TEXTCONT {
        width: unset;
        padding: 10px;
    }

    .RangeHeader {
        text-align: center;
        margin: 20px;
    }

    .CarsGrid {
        margin: 20px 5px;
    }

    .CarCell {
        margin: 7px 0px;
        width: 100%;
    }


    .LangSwitch {
        //left: unset;
        // right:50px;
        top: 20px;
    }



    .FirstContainer {
        margin-top: 85px;
    }

    .ContactFormBox {
        width: 95%;
    }

    .ContactCardsBox {
        width: 100%;
        margin: 10px 0px;
        border: solid;
        border-width: 0px;
        border-right-width: 0px;
        border-top-width: 2px;
    }

    .HSectionTap {
        width: 30%;
        display: inline-block;
    }


    .TXTContainer {
        width: 100%;
    }




    .ContactCard {
        width: 90%;
        margin: 10px 5%;
        padding: 10px 10px;
    }

    #MainContent_SendBTN {
        width: 100%;
    }


    .FtextBox {
        display: block;
        width: 100%;
        max-width: unset;
    }

    .myInput {
        width: 100%;
        display: block;
        max-width: unset;
        height: 35px;
    }

    .FCarInfoBox {
        height: unset;
        display: block;
    }

    .FCarInfoBoxImg {
        width: unset;
        /* justify-content: center; */
    }

    .FInfoBox {
        width: 100%;
    }

    .FCarInfoBox {
        border-radius: 0px;
    }
}