/*::::::::::::::::  Global Style :::::::::::::::::::::*/

*{
    margin: 0;
    padding: 0;
}

html,
body {
  font-size: 16px;
  color: #505050;
  /*line-height: 26px;*/
  font-weight: 400;
  overflow-x: hidden;
  /*background:#f1f3f7;*/
  background:#fff;
  height: 100%;
  font-family: 'Raleway', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
  /*font-family: sans-serif;*/
}
h1,
h2{
 font-family: 'Raleway', sans-serif;
}

h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  color: #212121;
  margin: 0 0 26px;
  font-weight: 700;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
a {
  color: #ff3115;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #e41f05;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #0c0095;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background:#0c0095;
  text-shadow: none;
  color: #ffffff;
}

/*::::::::::::::::::  General Css :::::::::*/

.row{
    margin-left: 0px;
    margin-right:0px;
    width: 100%;
}
.form-control{
    box-shadow:none !important;
}
.btn{
    box-shadow:none !important;
}

.form-control{box-shadow:none !important;}

/*::::::::::::  Header Section  :::::::::::::*/

header.header {
    padding: 15px 1px;
    background: #333545;
}
.Logo a img {
    height: 33px;
    margin-top: 2px;
}
.SearchBox .SearchGrp {
    display: flex;
}
.SearchBox .SearchGrp .fa {
    position: absolute;
    left: 24px;
    top: 10px;
    color: #d4cfcff0;
}
.SearchBox .SearchGrp .form-control {
    padding-left: 33px;
    border-radius: 25px;
    border: none;
    box-shadow: none;
}
.RightMenu {
    display: flex;
    float: right;
    padding-top: 5px;
}
.RightMenu .Lang .dropdown .btn img {
    width: 22px;
}
.RightMenu .Lang .dropdown .btn {
    padding: 0px 2px;
    width: 100px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 15px;
    box-shadow: none;
    height: 30px;
}
.RightMenu .Lang .dropdown-menu .dropdown-item img {
    width: 22px;
}
.RightMenu .Loca form .form-control {
    background: transparent;
    color: #fff;
    border-radius: 25px;
    padding: 0px 5px;
    font-size: 14px;
    height: 30px;
}
.RightMenu .Loca form .form-control:focus{
    border:1px solid #ffffff;
}
.RightMenu .Loca form .form-control option {
    background: #0b2d6a;
}
.RightMenu .Sign .btn {
    background: #e04936;
    color: #fff;
    border-radius: 25px;
    padding: 3px 13px;
    font-size: 14px;
}
.RightMenu .Lang .dropdown-menu .dropdown-item {
    padding-left: 12px;
}
.Menus a .fa {
    font-size: 22px;
    color: #fff;
    padding-top: 3px;
}
.RightMenu .Lang {
    margin-right: 10px;
}
.RightMenu .Loca {
    margin-right: 10px;
}
.RightMenu .Sign {
    margin-right: 10px;
}



/*::::::::::::  Navbar Section  :::::::::::::*/

nav.navbar {
    background: #043f41;
    padding: 10px 0;
}
a.navbar-brand {
    font-size: 26px;
    color: #fff;
    letter-spacing: 0.5px;
}
.navbarItems {
    float: right;
}
.navbarItems ul li a {
    font-size: 15px;
    color: #fff;
    padding: 11px 13px !important;
    font-family: sans-serif;
    font-weight: 400;
}
a.nav-link.btn.Join-btn {
    background: #0d4b88;
    padding: 4px 15px !important;
    border-radius: 30px;
    margin: 10px 5px;
}
a.nav-link.btn.Join-btn:hover{
    background: #078c91;
    color: #fff;
}





/*::::::::::::  Banner Section  :::::::::::::*/


.BannerSection {
    width: 100%;
    height: 94vh;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 30px 0px;
}
.SearchForms {
    background: #00000094;
    padding: 20px;
    border-radius: 5px;
}
.SearchForms p {
    font-size: 15px;
    color: #fffffffa;
    font-weight: 500;
    margin-bottom: 12px;
}
.SearchForms h3 {
    color: #ffbf00;
    font-size: 22px;
}
.SearchForms h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 1px;
}
.SearchForms ul li {
    color: #fff;
    font-size: 15px;
    margin-bottom: 6px;
    font-weight: 500;
}
.SearchForms ul li .fa {
    font-size: 9px;
    color: #fff;
    position: relative;
    top: -1px;
    margin-right: 7px;
}
.SearchForms h4 {
    color: #fff;
    margin-top: 13px;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.SearchForms .btn {
    background: #ddd;
    width: 100%;
    color: red;
    font-weight: 600;
}
.SearchForms span {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
}
.banner_enquiry_boxx h2 {
    color: #fff;
    margin-bottom: 18px;
    font-size: 25px;
}
.banner_enquiry_boxx {
    background: rgb(0 0 0 / 50%);
    padding: 15px;
    border-radius: 5px;
}
.banner_enquiry_boxx form .btn {
    background: #0d4b88;
    width: 100%;
    padding: 10px;    
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
}



/*::::::::::::  Overview Section  :::::::::::::*/


.OverviewSec{
    padding: 50px 0px;
}
.Sec_head h2{
    text-align: center;
    padding: 0.5em 0.8em;
    margin: 0.2em 0;
    display: block;
    color: black;
    position: relative;
    text-decoration: none;
    font-size: 30px;
    line-height: 60px;
}
.Sec_head h2:before {
    left: 36%;
    top: 5px;
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    -webkit-transform: translate(10%, 5%);
    transform: translate(10%, 5%);
}

.Sec_head h2:before, .Sec_head h2:after {
    height: 40%;
    width: 15%;
    position: absolute;
    content: "";
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 1;
}

.Sec_head h2:after {
    right: 36%;
    bottom: 5px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    -webkit-transform: translate(-10%, -5%);
    transform: translate(-10%, -5%);
}
.Sec_head h2:before, .Sec_head h2:after {
    height: 40%;
    width: 15%;
    position: absolute;
    content: "";
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 1;
}
.Sec_head:hover h2:before, .Sec_head:hover h2:after {
    height: 40%;
    width: 17%;
    position: absolute;
    content: "";
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 1;
}

.OverviewSec_contents p{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #555;
}
.OverviewSec_contents {
    margin-top: 50px;
}


@media (min-width: 200px) and (max-width: 575.98px){
    .Sec_head h2:before {
        left: 10% !important;
        top: 5px;
    }
    .Sec_head h2:after {
        right: 10% !important;
    }

}


/*:::::::  Pricing sections  :::::::::*/

section.Pricing_sections {
    padding: 50px 0px;
    background: #F1F1F1;
}
.PricingTables .links hr {
    border-top: 3px solid #333;
    margin-top: 10px;
}
.PricingTables .links a {
    display: inline-block;
    font-family: sans-serif;
    margin-right: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 18px;
}
.PricingTables {
    margin-top: 50px;
}


/*:::::::  Amenities sections  :::::::::*/

section.Amenities_Sectioons {
    padding: 60px 0px;
}
.Amenities_Sec_Cont p {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
    color: #000;
}
.Amenities_Sec_Cont img {
    width: 70%;
}
.Amenities_Sec_Cont {
    padding: 15px;
    text-align: center;
}



/*:::::::  Gallery sections  :::::::::*/

section.Gallery_sections {
    background: #f1f1f1;
    padding: 60px 0px;
}


/*:::::::  Master Plan sections  :::::::::*/

section.Master_plan_sections {
    padding: 60px 0px;
}
.Master_plan_Cont a img {
    width: 100%;
    margin-top: 15px;
}
section.Walkthrough_sections {
    background: #f5f4f4;
    padding: 60px 0px;
}


/*:::::::  Floor Plan sections  :::::::::*/

section.FloorPlan_sections {
    background: #f0f0f0;
    padding: 60px 0px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    display: none;
}


/*:::::::  Connectivity sections  :::::::::*/

section.Connectivity_Sections {
    padding: 60px 0px;
}
.Map_plan_divv a img {
    width: 100%;
}
.Connectivity_texts ul li {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    padding-left: 15px;
    position: relative;
}
.Connectivity_texts ul li .fa {
    font-size: 7px;
    position: absolute;
    top: 6px;
    left: 0px;
    color: #000;
}
.Connectivity_texts {
    margin-top: 25px;
}


/*:::::::  Enquiry sections  :::::::::*/

section.Enquire_Sections {
    padding: 60px 0px;
    background: #f0f0f0;
}
.Enquiry_sections_contents form .form-control {
    background: #f1f1f1;
    color: #555;
    font-weight: 500;
    border: none;
    height: 44px;
}
.Enquiry_sections_contents h2 {
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}
.Enquiry_sections_contents {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}
.Enquiry_sections_contents .btn {
    background: #0d4b88;
    padding: 10px;
    color: #fff;
    width: 100%;
}
.Enquiry_sections_Texts h1 {
    font-size: 35px;
    color: #555;
}
.Enquiry_sections_Texts p {
    font-size: 16px;
    color: #555;
}
.Enquiry_sections_Texts h2 {
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;
}








/*::::::::::::   Footer Section  :::::::::::::*/

footer.footer {
    background: #fff;
    padding: 40px 0px 0px;
}
.FooterAdd h2 {
    color: #fff;
}
.FooterAdd p {
    color: #eee;
}
.FooterNav a {
    display: table;
    color: #eee;
    line-height: 35px;
}
.FooterNav a:hover{
    color: #fff;
}
.FooterCopySec {
    text-align: center;
}
.CopyRight {
    background: #2f2d2d54;
    padding: 3px 0px;
}
.FooterCopySec p {
    margin-bottom: 0px;
    padding: 10px 0px;
    color: #ddd;
}
.FooterNav h3 {
    color: #fff;
    margin-bottom: 13px;
    font-size: 21px;
    letter-spacing: .5px;
}
.FooterCopySec p a {
    font-size: 13px;
    font-weight: 600;
}
.FooterTexts p {
    font-size: 13px;
    margin-top: 14px;
    margin-bottom: 20px;
    color: #555;
}
.FooterTexts {
    text-align: center;
}
.FooterTexts img {
    width: 100%;
}


@media (min-width: 200px) and (max-width: 575.98px){
    .navbarItems {
        float: left;
    }
    button.navbar-toggler {
        float: right;
    }
    .BannerSection {
        width: 100%;
        height: 150vh;
        background-size: cover;
    }
    .SearchForms {
        background: #00000094;
        padding: 20px;
        border-radius: 5px;
        margin-bottom: 30px;
    }  
    button.navbar-toggler {
        background: #ffffff;
        margin: 8px 0px;
    } 
    .Enquiry_sections_contents {
        margin-bottom: 20px;
    }
    .FooterTexts p {
        font-size: 9px;
    }
}


/*................  Cart page .................*/

section.CartPageSection {
    padding: 70px 0px;
}
.CartTable {
    background: #fff;
}
.CartImage {
    width: 111px;
}
.CartImage img {
    width: 100%;
    height: auto;
}
.CartDes h2 {
    font-size: 22px;
    letter-spacing: .5px;
    font-weight: 600;
    color: #8bc34a;
}
.CartDes p {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 500;
}
.CartHeading h2 {
    font-size: 33px;
    color: #111;
    margin-bottom: 20px;
}
.Cart_Pay .btn {
    background: #ccc;
    font-size: 15px;
    padding: 7px 15px;
    color: #fff;
    border-radius: 25px;
    font-weight: 500;
}
.Cart_Pay .btn:hover{
    background: #8bc34a;
    color: #fff;
}
.CartTable .table {
    margin-bottom: 0px;
}
.CartTable .table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}
.Credipack_box {
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
}
.Credipack_box a h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    color: #111;
}
.Credipack_box a h1 span{
    color: #ea0707de;
}
.Credipack_box .btn {
    background: #ea0707;
    width: 100%;
    border-radius: 25px;
    color: #fff;
}
.Process_box {
    background: #fff;
    padding: 10px;
}
.Process_box h1 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 7px;
}
.Process_box h3 {
    font-size: 23px;
    color: #333;
    margin-bottom: 15px;
}
.Process_box .btn {
    width: 100%;
    background: #8bc34a;
    border-radius: 0;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}


/*...................  Shop page style ....................*/

section.ShoppageSec {
    padding: 20px 0px;
    background: #fff;
}
.Filternavbar {
    background: #333;
    padding: 10px;
    margin-bottom: 10px;
}
.FilternavItems ul {
    display: flex;
}
.FilternavItems ul li {
    margin-right: 5px;
}
.FilternavItems ul li a{
    color: #fff;
}
.CAtegoryItem .overlay h5 button {
    font-size: 23px;
    color: #fff;
}
.CAtegoryItem .overlay h5 button:hover{
    font-size: 23px;
    color:#ea0707;
}
.FilternavItems ul li .Lastone {
    color: #fff;
    padding: 12px 18px;
}
.dropbtn {
    background-color: #333333;
    color: white;
    padding: 14px;
    font-size: 16px;
    border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #222222;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    margin-top: 10px;
}
.dropdown-content a {
  color: #ffffff;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: #222;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color:#222;}



/*...................  Login Page Style  ..................*/

.LoginBoxx {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.LoginBoxx {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    position: absolute;
    width: 100%;
    top: 120px;
    left: 0;
}
.LoginBoxx h1 {
    color: #8bc34a;
    font-size: 44px;
}
.LoginBoxx h3 {
    color: #ea0707;
}
.LoginBoxx .form-group label {
    color: #333;
    font-weight: 600;
    letter-spacing: .3px;
}
.LoginBoxx .form-control {
    border-radius: 0;
}
.LoginBoxx .form-control:focus{
    border: 1px solid #8bc34a;
}
.SubmitButton .btn {
    background: #8bc34a;
    width: 100%;
    border-radius: 0;
    color: #fff;
}
.AnoLink p {
    margin-bottom: 0;
    margin-top: 11px;
}
.AnoLink p a {
    color: #ea0707;
}
.ForgetPassword p a {
    color: #eb0707;
}
.HomeButton a {
    position: absolute;
    top: 14px;
    left: 0px;
    background: #8bc34a;
    padding: 10px 20px;
    color: #fff;
    border-radius: 9px;
    font-size: 25px;8
}
.HomeButton a:hover{
    background:#ea0707;
    color: #fff;
}


@media (min-width:200px) and (max-width:575.98px){
    .CartDes {
        width: 220px !important;
    }
    .Cart_Pay {
        width: 200px;
    }
    .Filternavbar{
        display:none;
    }
}    





/*...................  Pricing Page Style  ..................*/


section.PricingSec {
    padding: 50px 0px;
}
.PricingHeader {
    text-align: center;
}
.PricingHeader h2 {
    font-size: 32px;
    color: #222;
}

.CustomRadio {
    display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 22px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: .3px;
}
/* Hide the browser's default radio button */
.CustomRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.CustomRadio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.CustomRadio input:checked ~ .checkmark {
  background-color: #ea0707b8;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.CustomRadio input:checked ~ .checkmark:after {
  display: block;
}

.CustomRadio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}
.PricingTable {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.PricingTable h2 {
    font-size: 33px;
    color: #222;
    font-weight: 600;
    margin: 5px 0;
}
.PricingTable p {
    font-size: 16px;
    color: #333;
}
.PricingTable p a {
    color:#4caf50;
}
.CustomRadio span {
    position: absolute;
    right: 2px;
    color: #444;
    font-weight: 600;
}
.BuyBtns .btn {
    width: 100%;
    background: #ea0707;
    padding: 10px;
    font-size: 20px;
    left: .3px;
    color: #fff;
    margin-top: 30px;
}




/*...................  Product Details Page Style  ..................*/


section.ProductDetails_sec {
    padding: 30px 0px;
}
.Det_row{
    background: #fff;
    padding: 15px 0 10px;
}
.Pro_Details_Bar_item {
    background: #555;
    padding: 15px 0px;
    cursor: pointer;
    border-bottom: 1px solid #dddddd6b;
}
.Pro_Details_Bar_item:hover {
    background: #333;
}
.active{
    background: #333;
}
.Product_Size h2 {
    background: #fff;
    width: 50%;
    padding: 10px 7px 4px;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
}
.Product_Price h2 {
    text-align: end;
    color: #fff;
    margin-bottom: 0px;
    font-size: 24px;
}
.Product_Details p {
    margin-bottom: 0;
    margin-top: 14px;
    color: #ffff;
    font-size: 15px;
}
.Pricing_bar .btn {
    background: #4caf50;
    width: 100%;
    margin-top: 15px;
    border-radius: 0;
    font-size: 20px;
    color: #fff;
    padding: 11px;
}
.DownloadBtnn .btn {
    background: #ea0707;
    width: 100%;
    margin-top: 15px;
    border-radius: 0;
    font-size: 19px;
    padding: 10px;
    color: #fff;
}
.HeartBtnn .btn {
    background: #ea0707;
    margin-top: 15px;
    margin-left: 15px;
    border-radius: 0;
    width: 84%;
    padding: 8px;
    font-size: 20px;
    color: #fff;
}
.Product_Descriptions h2 {
    font-size: 24px;
    margin-top: 10px;
    color: #222;
    font-weight: 600;
    margin-bottom: 3px;
}
.Product_Descriptions p {
    font-size: 16px;
    margin-bottom: 5px;
}
.ProductImage img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.RelatedProductsHead h3 {
    font-size: 23px;
    margin-bottom: 15px;
    color: #333;
}
.RelatedProducts img {
    width: 100%;
    height: 165px;
    margin-bottom: 30px;
}
.SearchKeyword a {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    margin-right: 5px;
}
.SearchKeyword {
    display: inline;
}



@media (min-width: 200px) and (max-width: 575.98px){
    .SearchKeyword a {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .Product_Size h2 {
        background: #fff;
        width: 65%;
        padding: 10px 9px 4px;
        margin-bottom: 0;
        font-size: 23px;
        line-height: 30px;
        text-align: center;
    }
}

