/*::::::::::::::::  Global Style :::::::::::::::::::::*/

/**{
    margin: 0;
    padding: 0;
}*/
html,
html, body {
    font-family: 'Playfair Display', serif;
    /*background-image: url(../images/body/bg.jpg);*/
    background-color: transparent;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

/*---- Offline Fonts -----*/

/*@font-face{
    font-family: 'Playfair Display', serif;
    src: url(../font/FontsFree-Net-ClashDisplay-Variable.ttf);
    font-style: normal;
}*/

img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}
span {
  margin: 0 0 20px;
  font-family: 'Playfair Display', serif;
  font-weight: 600;
}

h1,
h2{
 font-family: 'Playfair Display', serif;
 font-weight: 700;
}

h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #212121;
  margin: 0 0 26px;
}
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;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #e41f05;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
}
li{
    font-family: 'Playfair Display', serif;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #0c0095;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background:#0c0095;
  text-shadow: none;
  color: #ffffff;
}
.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
    background-image: none;
    background: #ffc314;
    color: #333;
}



/* width */
::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #d71019, #f98700, #fff2dc);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(45deg, #d71019, #f98700, #fff2dc);
}


/*::::::::::::::::::  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;height: 45px;}


/*::::::::::::::::::  Loader Css :::::::::*/




/*::::::::::::  Header Section  :::::::::::::*/

header.header {
    padding: 15px 1px;
    background: #333545;
}
/*.Logo a img {
    height: 33px;
    margin-top: 2px;
}*/
.Logo a img {
    height: auto;
    margin-top: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    max-width: 100%;
}
.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;
}

/*::::::::::::  Top Header Section  :::::::::::::*/

header {
    padding: 10px 0;
    border-bottom: 1px solid #dddddd7d;
    background: #fff;
}
.Logo {
    text-align: left;
}
.navbar-toggler {
    display: none;
}

.Language_drop .btn-white {
    background: #fff;
    font-weight: 500;
}
.Language_drop {
    text-align: right;
}
.Solcial_links {
    margin-top: 0px;
    display: flex;
    width: 100%;
}
.Solcial_links a {
    margin-right: 35px;
    margin-top: 6px;
    font-size: 18px;
    color: #db292b;
    font-weight: 600;
}
.Language_drop .btn-white {
    background: #fff;
    color: #db292b;
    font-weight: 600;
}

.dropdown-item img {
    width: 24px;
    margin-right: 4px;
}


@media (min-width: 200px) and (max-width:575.98px ){
    .navbar-toggler {
        display: block;
    }
}    


/*::::::::::::  Navbar Section  :::::::::::::*/

.dropdown-item img {
    width: 24px;
    margin-right: 4px;
}
.navbar-brand {
    font-size: 28px;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 7px 0 0;
    margin: 0;
}
.navbar-brand #Logo {
    height: 72px;
    width: auto;
    display: inline-block;
}
.navbarItems {
    float: right;
}
.navbarItems ul li a {
    margin-left: 0px;
    padding: 34px 0px 34px 50px !important;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-transition: border 500ms ease;
    transition: border 500ms ease;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.nav-link.nav-link-btn {
    background: #f2b257;
    padding: 27px 56px!important;
    border-radius: 0;
    margin-left: 12px;
    color: #fff;
}
.navbarItems ul li a:hover {
    color: #f2b257;
}
/*.nav-link:hover {
    border-color: #dbdbdb;
}*/
.navbarItems ul li .active {
    font-weight: 600;
    color: #f2b257;
}
a.nav-link.btn.Join-btn {
    background: #111;
    padding: 4px 25px 7px !important;
    border-radius: 30px;
    margin: 30px 5px;
    color: #fff !important;
}
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
    border-bottom: 1px solid #efe9e94f;
    padding: 0;
}
.dropdown-menu {
    z-index: 99999;
}
.dropdown-menu {
    background-color: #ffffff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    border: 1px solid #f5f5f5;
}
.dropdown-menu .dropdown-item {
    padding: 10px !important;
    border-radius: 0;
    font-size: 11px;
    color: #fff;
}
.dropdown-menu .dropdown-item:hover{
    background: #fff;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
}
.Search_boxx_sec .search .btn {
    background: transparent;
    color: #aba8a8;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
}
.Search_boxx_sec .search .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #dddddd17;
    border-radius: 0;
    transition: .5s;
}
.Search_boxx_sec .search .form-control:focus {
    border-bottom: 1px solid #ddd;
}
.Search_boxx_sec .btns {
    width: 28%;
    margin-left: 10px;
}
.Search_boxx_sec .search {
    width: 100%;
}
.Search_boxx_sec {
    display: inline-flex;
    width: 100%;
}
.Search_boxx_sec .btns .btn:hover {
    background: #0d397d;
    color: #fff;
}
.Search_boxx_sec .btns .btn {
    border: 2px solid #012e76;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    border-radius: 26px;
    color: #012e76;
    text-transform: uppercase;
}
@media (min-width: 576px){
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
        width: 100%;
     /*   top: 138px;*/
        background: linear-gradient(45deg, #e02f13, #fbb053);
    }
}
.dropdown, .dropup {
    position: relative;
}
.dropdown_menu_images img {
    width: 100%;
    height: auto;
}
.dropdown_menu_conts .head h2 a:hover {
    color: #fff;
}
.dropdown_menu_conts .head h2 a {
    float: right;
    padding: 0px !important;
    line-height: 30px;
    color: #ddd;
    transition: .5s;
}
.dropdown_menu_conts .head h2 {
    font-size: 30px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}
.dropdown_menu_conts .head {
    padding: 10px 15px;
    border-bottom: 2px solid #dddddd75;
}
.dropdown_menu_conts .body a:hover {
    color: #fff;
}
.dropdown_menu_conts .body a {
    padding: 0px !important;
    display: block;
    line-height: 30px;
    font-size: 15px;
    color: #eee;
    transition: .5s;
}
.dropdown_menu_conts .body {
    padding: 10px 15px;
   /* column-count: 2;*/
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
}
.Language_drop .dropdown-menu {
    z-index: 9999;
}
.Language_drop .dropdown-menu .dropdown-item {
    color: #db292b;
}


.navbarItems ul li a img {
    width: 42px;
}
.navbarItems ul li a.lang {
    padding: 18px 6px !important;
}







@media(min-width: 200px) and (max-width: 575.98px){
    a.navbar-brand {
        font-size: 28px;
        color: #111;
        font-weight: 600;
        letter-spacing: 0.4px;
        padding: 7px 0;
        margin: 0;
        display: contents;
    }
    .Logo a img {
        height: auto;
        margin: 8px 0;
        position: relative;
        top: 0px;
        left: 0px;
        width: 45%;
        max-width: 45%;
    }
}


/*:::::::::  Mobile navabr  ::::::::::::*/

div#MOb_Logo {
    height: auto;
    text-align: left;
    width: 65px;
    padding: 8px 12px;
}
.navbar-toggler {
    margin-top: 25px;
    padding: 0px 0 0;
    font-size: 30px;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    float: right;
}
.navbar-toggler .fa {
    color: #f1ac49;
}
.mobileHeader {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999999999;
    background: rgba(255,255,255,0.7);
    padding: 6px;
}
.logo img {
    width: 77%;
}
.MobileBar img {
    width: 83%;
    position: relative;
    top: 16px;
}
a.navbar-brand h2 {
    margin-bottom: 0px;
    font-size: 23px;
    margin-top: 4px;
    color: #74af50;
}

.sidepanel {
    width: 0;
    position: fixed;
    z-index: 999999;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    box-shadow: 6px 0px 10px -1px rgb(0 0 0 / 20%);
}
.sidepanel a {
    padding: 10px 8px 10px 14px;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    display: block;
    transition: 0.3s;
    border-bottom: 1px dashed #cccccc42;
}
.sidepanel a:hover {
  color: #000;
  margin-left: 5px;
}
.sidepanel .closebtn {
    position: absolute;
    top: -11px;
    right: 2px;
    font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}
.B-NONE{
    border-bottom: none !important;
}
.CategoryList {
    margin-bottom: 20px;
}
.sidepanel a .fa {
    float: right;
    position: relative;
    top: 5px;
    font-size: 20px;
}
#CateProduct {
    text-align: left;
    padding-left: 25px;
}
#CateProduct a {
    border: none;
}
.LogoArea a img {
    width: 65px;
    padding: 5px 0;
}
.LogoArea a h2 {
    font-size: 19px;
    padding-top: 10px;
    color: #74af4c;
}

@media (min-width: 200px) and (max-width:575.98px ){
    a.nav-link.btn.Join-btn {
        background: #111;
        padding: 4px 25px 7px !important;
        border-radius: 30px;
        margin: 15px 5px;
        color: #fff !important;
    }
    .Banner_images {
        position: relative;
        padding: 0px !important;
    }
    .Banner_images .Boxxtwo {
        width: 248px;
        background: #e6e6e69e;
        padding: 10px 0;
        border-radius: 7px;
        position: absolute;
        bottom: 11px;
        left: 43px;
    }
    .Banner_images .BoxxOne {
        width: 248px;
        background: #e6e6e69e;
        padding: 10px 0;
        border-radius: 7px;
        position: absolute;
        top: 34px;
        right: 43px;
    }
}


/*:::::::::::: Main Banner Section  :::::::::::::*/


section.Video_Banner_Section {
    background-size: cover;
    height: 590px;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 130px 0;
}
.Video_Banner_Section_conts p {
    font-size: 17px;
    color: #333;
}
.Video_Banner_Section_conts h1 {
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 20px;
}


@media(min-width: 0px) and (max-width: 575.98px){
    .Video_Banner_Section_conts h1 {
        font-size: 21px;
        font-weight: 800;
        margin-bottom: 13px;
    }
    section.Video_Banner_Section {
        background-size: cover;
        height: auto;
        background-repeat: no-repeat;
        overflow: hidden;
        padding: 50px 0;
    }
} 





/*::::::::::::  Banner Buttons Section  :::::::::::::*/


section.Buttons_sections {
    background: #dc292c;
    padding: 20px 0 0;
}
.Buttons_sections_sections{
    text-align: center;
}
.Buttons_sections_sections .btn:hover {
    background: #fff;
    color: #093b7e;
    border-color: #093b7e;
}
.Buttons_sections_sections .btn {
    width: 23%;
    text-align: center;
    background: #093b7e;
    margin-bottom: 30px;
    padding: 15px 35px;
    border-radius: 50px;
    border: 3px solid #093b7e;
    color: #ffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    transition: .5s;
}





/*::::::::::::  Banner Category Section  :::::::::::::*/

/*section.Category_sections {
    background: transparent;
    padding: 0px 0px 30px;
}*/
.Category_sections_position {
    position: relative;
}
.Category_sections_items {
    position: absolute;
    top: -60px;
    width: 100%;
}
.Category_sections_items ul li p {
    margin: 10px 0 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #444;
    letter-spacing: .5px;
}
.Category_sections_items ul li img {
    width: 50px;
}
.Category_sections_items ul li {
    width: 20%;
    padding: 20px 10px;
    text-align: center;
    border-right: 1px solid #ddd;
}
.Category_sections_items ul {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 15px;
}
.border-none{
    border: none !important;
}

@media (min-width: 200px) and (max-width: 575.98px){
    .Category_sections_items {
        position: relative;
        top: -13px;
        width: 100%;
        overflow: auto;
    }
    .Category_sections_items::-webkit-scrollbar {
      width: 2px;
      height: 2px;
      background: transparent;
    }
    .Category_sections_items ul{
        overflow: auto;
    }
    .Category_sections_items ul li {
        width: 100%;
        padding: 25px 25px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }
    .Hotel_resort_items_btn .btn {
        width: 100%;
    }
    .Gallery_images .info h2 {
        margin: 0;
        font-size: 14px !important;
        color: #fff;
    }
}



/*::::::::::::  Background One Section  :::::::::::::*/

.Bg_one {
    background-image: url(../../assets/images/banner/bg.jpg);
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}




/*::::::::::::  About Section  :::::::::::::*/

section.Get_more_sections {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.Get_more_sections_conts {
    padding: 90px 0;
}
.Get_more_sections_conts_img img {
    width: 100%;
    padding-top: 70px;
    height: 100%;
}
.Get_more_sections_conts h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
}
.Get_more_sections_conts p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}




/*::::::::::::  Shop Section  :::::::::::::*/

section.Shop_section {
    padding: 60px 0;
    background-size: cover;
}
.Shop_section_conts p {
    font-size: 22px;
    margin-bottom: 0;
    letter-spacing: .5px;
}

.Shop_section_conts {
    text-align: center;
}
.Shop_section_conts h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}


/*::::::::::::  Get More Section  :::::::::::::*/

section.Get_more_sections {
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.Get_more_sections_conts {
    padding: 90px 0;
}
.Get_more_sections_conts_img img {
    width: 100%;
    padding-top: 0px;
    height: 100%;
}
.Get_more_sections_conts h2 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #333;
}
.Get_more_sections_conts p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.Get_more_sections_conts .btn {
    background: linear-gradient(45deg, #f2b257, #f19512);
    padding: 10px 45px;
    color: #222;
    border: none;
    font-weight: 600;
    font-size: 17px;
    margin-top: 27px;
    border-radius: 12px;
}


@media (min-width: 200px) and (max-width: 575.98px){
    .Get_more_sections_conts_img img {
        width: 100%;
        padding-top: 0px;
        height: 100%;
    }
    .Get_more_sections_conts {
        padding: 0 0 60px;
    }
    section.Promotion_Sections {
        padding: 60px 0 60px;
    }
}


/*::::::::::::  Join Club Section  :::::::::::::*/

section.Join_club_sections {
    padding: 60px 0;
}
.Join_club_sections_img img {
    width: 100%;
    height: auto;
}
.Join_club_sections_cont h2 {
    font-size: 48px;
    text-transform: capitalize;
    font-weight: 700;
    color: #333;
}
.Join_club_sections_cont p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}
.Join_club_sections_cont h3 {
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 27px;
    color: #333;
}
.Join_club_sections_cont .btn {
    /*background: linear-gradient(45deg, #ffbf00, rgb(254 198 35 / 19%));*/
    background: linear-gradient(45deg, #f2b257, #f19512);
    padding: 10px 45px;
    color: #222;
    border: none;
    font-weight: 600;
    font-size: 17px;
    margin-top: 25px;
    border-radius: 12px;
}
@media (min-width: 200px) and (max-width: 575.98px){
    .Join_club_sections_cont h2 {
        font-size: 37px;
        text-transform: uppercase;
        font-weight: 700;
        color: #333;
    }
}







/*::::::::::::  Background Two Section  :::::::::::::*/

.Bg_two {
    background-image: url(../../assets/images/banner/gas.jpg);
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
}



/*::::::::::::  Contact Section  :::::::::::::*/

section.Travel_center_sec {
    padding: 60px 0 60px;
}
.Travel_center_sec_cont p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.Travel_center_sec_cont h2 {
    font-size: 45px;
    font-weight: 700;
    color: #333;
    margin-bottom: 2px;
}
.Travel_center_sec_cont .item p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}
.Travel_center_sec_cont .item h3 {
    font-size: 15px;
    margin-bottom: 2px;
}
.Travel_center_sec_img img {
    width: 100%;
    height: auto;
    padding-bottom: 80px;
}
.Travel_center_sec_cont .items i {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 18px;
    color: #fff;
    padding: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 24px;
    border-radius: 6px;
    background: linear-gradient(45deg, #f2b257, #f19512);
}
.Travel_center_sec_cont .items p {
    padding-left: 55px;
    position: relative;
    margin: 0;
    font-size: 17px;
}
.Travel_center_sec_cont .items {
    margin-bottom: 30px;
}



@media (min-width: 200px) and (max-width: 575.98px){
    section.Travel_center_sec {
        padding: 30px 0 10px;
    }
    .Travel_center_sec_img img {
        width: 100%;
        height: auto;
        padding-bottom: 50px;
        padding-top: 45px;
    }
}








/*::::::::::::::   Footer Section   ::::::::::::::*/

footer {
    padding: 50px 0 10px;
    background: #222;
}
.footer_about p {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.footer_about h2 {
    color: #fe0000;
}
#Footer_Logo {
    margin-left: 0px;
    width: 60px;
    height: auto;
}
.footer_about img {
    width: 75%;
    margin-bottom: 10px;
}
.footer_links h3 {
    /* text-transform: uppercase; */
    font-size: 18px;
    font-weight: 800;
    color: #f2a63b;
    margin-bottom: 15px;
    letter-spacing: 1.1px;
}
.footer_links .link a {
    display: block;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.footer_links p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.copyright_texts p a {
    font-weight: 600;
    color: #f2aa44;
}

.copyright_texts p {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.copyright_texts {
    padding: 50px 0 0px;
    text-align: center;
}
.footer_links .link a:hover {
    color: #f2a63b;
}

#btn-back-to-top {
    position: fixed;
    bottom: 28px;
    right: 28px;
    display: none;
    background: transparent;
    border: none;
    z-index: 99999;
}
#btn-back-to-top img {
    width: 85px;
}
.footer_about .social a:hover {
    color: #f2aa44;
    transform: translateY(-10px);
}
.footer_about .social a {
    font-size: 17px;
    margin-right: 20px;
    color: #fff;
}


@media (min-width: 200px) and (max-width: 575.98px){
  .footer_about {
      margin-bottom: 40px;
  }
  .footer_links {
      margin-bottom: 30px;
  }
  .copyright_texts {
      padding: 30px 0 0px;
      text-align: left;
  }
}







/*::::::::::  Get more Free Slots  ::::::::::*/

section.Get_more_free_slots_sec {
    padding: 40px 0;
    background: linear-gradient(45deg, #b71119, #b71119);
}
.Get_more_free_slots_img img {
    width: 70%;
}

.Get_more_free_slots_conts {
    padding: 0 60px 0 15px;
}
.Get_more_free_slots_conts h1 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 20px;
}
.Get_more_free_slots_conts p {
    color: #fdfcfc;
    font-size: 32px;
    margin-bottom: 5px;
    font-weight: 600;
}



@media (min-width: 200px) and (max-width: 575.98px){
    .Solcial_links a {
        margin-right: 8px;
        margin-top: 10px;
        font-size: 15px;
        color: #db292b;
    }
    .About_banners img {
        width: 100% !important;
        border-radius: 10px;
        height: auto;
        margin-bottom: 20px;
    }
    .Gallery_sec_Content h1 {
        text-align: center;
        color: #333;
        font-size: 30px;
        margin-bottom: 50px;
    }
    .Get_more_free_slots_conts h1 {
        font-size: 31px;
        color: #fff;
        margin-bottom: 15px;
        margin-top: 30px;
    }
    .Get_more_free_slots_img img {
        width: 100%;
    }
    .Gas_prices_img img {
        width: 100%;
        height: auto;
        border-radius: 5px;
        margin-bottom: 15px;
    }
    .Amount_boxx_sec {
        margin-top: 11px;
        margin-left: 0;
    }
    .Gallery_images .overlay h2 {
        font-size: 12px;
        text-align: center;
        padding: 6px 0;
        margin-bottom: 0;
        color: #fff;
        position: absolute;
        top: 45%;
        width: 100%;
    }
}









/*:::::::::::  Contact Page   :::::::::::*/

section.Contact_main_sec {
    padding: 60px 0;
}
.Contact_main_sec_items {
    background: #fff;
    padding: 25px;
    text-align: center;
    border-radius: 10px;
    height: 140px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.Contact_main_sec_items .fa {
    font-size: 30px;
    margin-bottom: 12px;
    color: #db1e16;
    opacity: 1;
}
.Contact_main_sec_items p {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}
.Contact_main_sec_forms {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}
.Contact_main_sec_forms h5 {
    font-size: 20px;
    color: #444;
}
.Contact_main_sec_forms .form-control:focus {
    border: 1px solid #da1917;
    color: #222;
}
/*.Contact_main_sec_forms .btn:hover {
    opacity: .8;
}*/
.Contact_main_sec_forms .btn {
    background: linear-gradient(45deg, #f2b257, #f19512);
    width: 100%;
    padding: 10px;
    font-size: 18px;
    color: #fff;
    transition: .5s;
    border: none;
}
section.career_sections {
    padding: 60px 0;
}
.Contact_main_sec_maps {
    margin-top: 0px;
}
.career_sections_Contents .item {
    margin-bottom: 30px;
}
.career_sections_Contents .item h3 {
    margin-bottom: 10px;
}
.career_sections_Contents .item h3 a {
    font-weight: 700;
}


