body {
    color: #222;
    /*overflow-x: hidden;*/
    overflow: auto;
    height: 100%;
    font-family: Roboto, sans-serif !important;
    z-index: 10;
    padding: 0!important;
}
html{
    color: #222;
    height: 100%;
    font-family: Roboto, sans-serif !important;
    z-index: 10;
    padding: 0!important;
}
h1,
h2,
h3,
h4 {
    font-family: Roboto, sans-serif !important;
}

.mul-loading {
    transition: .3s;
    filter: grayscale(1);
    pointer-events: none;
    transform: scale(0.9);
    opacity: 0.7;
}

/*p{
    
}*/
.overlay {
    position: relative;
    /*z-index: 1*/
}

.overlay:after {
    /*background-color: rgba(19, 23, 49, .8);*/
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.section-padding {
    padding: 30px 0
}

.section-title {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 50px
}

.owl-prev,
.owl-next {
    display: block !important;
    font-size: 0;
    background: #2e3357;
    width: 30px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    right: -30px;
    position: absolute;
    top: 45%;
}

.owl-prev::before,
.owl-next:before {
    border-style: solid;
    border-width: 4px 4px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    left: 5px;
    position: relative;
    top: 10px;
    transform: rotate(45deg);
    vertical-align: top;
    width: 15px;

}

.owl-prev {
    left: -30px;
}

.owl-prev:before {
    transform: rotate(225deg);
    left: 10px;
}

#last-minute {
    background-image: url(../img/deals-bg.jpg);
    background-size: cover;
    background-position: center center;
}

#last-minute.overlay::after {
    background-color: rgba(36, 173, 222, .9);
}

.navbar-toggler {
    /*background-color: #2a3e81;*/
    float: right;
    margin-top: 19px;
    /*margin-right: -8px;*/

}

.btn-sub {
    width: auto;
}

.navbar-toggler {
    color: green;
}

.navbar-toggler {
    display: none;
}

.collapse {
    display: block;
}

h1,
h2,
h3 {
    font-weight: 500;
}

#last-minute h1 {
    color: #fff;
}

#last-minute h4 {
    font-weight: 500;
    margin: 10px 0 10px 0;
    font-size: 19px;
}

.service-item {
    background: #fff;
}

.section-title h1 {
    margin-bottom: 14px;
    position: relative;
    text-transform: capitalize;
    font-size: 38px;
    font-weight: 600;
}

.section-title h2 {
    font-size: 40px;
    color: #666666;
    /*font-family: 'Lato', sans-serif !important;*/
}

.section-title p {
    margin-top: 8px;
    font-size: 15px;
}

.section-title .title-line {
    color: #2a3e81;
    position: relative
}

.email {
    font-size: 16px;
}

.title-lines {
    border-top: 1px solid #000;
    margin: 0 auto;
    width: 11%;

}

.title-lines.second {
    width: 8%;
}

.section-title .title-line::after {
    background-color: #333;
    content: "";
    height: 2px;
    left: -60px;
    position: absolute;
    top: 10px;
    width: 50px;
}

.section-title .title-line::before {
    background-color: #333;
    content: "";
    height: 2px;
    position: absolute;
    right: -60px;
    top: 10px;
    width: 50px
}

.overlay .section-title h2,
.overlay .section-title p {
    color: #fff
}

.overlay .section-title .title-line::after,
.overlay .section-title .title-line::before {
    background-color: #fff
}

.scroll-top {
    bottom: 50px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 30px;
    width: 30px;
    z-index: 9999
}

#header-area,
#header-area a {
    color: #fff
}

#header-top {
    background-color: #2a3e81;
    padding: 10px 0;
    line-height: 0;
    margin-bottom: -10px
}

.text-right1 {
    margin-top: -8px !important;
}

#header-top i {
    color: #24add2;
    font-size: 15px;
    margin-right: 2px
}

#header-area .header-social-icons a i.fa {
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
    -webkit-transition: .4s;
    transition: .4s
}


#header-area .mainmenu ul li.active a,
#header-area .mainmenu ul li:hover a {
    color: #fff;
}

#header-area .header-social-icons a:hover i.fa {
    color: #fff;
}

header.fixTotop #header-top {
    display: none !important
}

#header-bottom {
    background-color: #071805;
    padding: 7px 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

header.fixTotop #header-bottom {
    background-color: #000;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.logo {
    display: inline-block
}

.mainmenu ul li {
    float: left;
    position: relative
}

.mainmenu ul li a {
    display: block;
    margin: 0 25px;
    padding: 15px 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

#header-area .mainmenu ul li a {
    color: #fff;
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: 500;
}

.mainmenu ul li ul {
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, .3);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 52px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9999
}

.mainmenu ul li ul::after {
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    left: 25px;
    position: absolute;
    top: -10px
}

.mainmenu ul li:hover ul {
    opacity: 1;
    visibility: visible
}

.mainmenu ul li ul li {
    float: none
}

.mainmenu ul li ul li a {
    color: #000 !important;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    padding: 10px 25px
}

.mainmenu ul li ul li.active a,
.mainmenu ul li ul li a:hover {
    background-color: #24add2
}

#header-bottom .container {
    position: relative
}

.slicknav_menu {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 999999
}

a.slicknav_btn {
    background-color: #24add2;
    border-radius: 2px;
    height: 35px;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 50px;
    z-index: 999
}

#header-area .RightButton li {
    display: inline-block;
}

.RightButton {
    margin-top: 8px;
    text-align: right;
}

.RightButton li {
    display: inline-block;
}

#header-area .sign-in,
#header-area .register,
.Book-car,
.Conatct-us-btn {
    /* border: 1px solid #24adde;*/
    background: #24add2;
    display: block;
    padding: 8px 20px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: auto;
    border-radius: 6px;

    font-size: 18px;
    font-weight: normal;
}

#header-area .register1 {
    padding: 3px 25px;
    /*margin-left: 10px*/
    ;
    color: #222;
    background: #fff;
    margin: 10px 0 0px 0px;
    cursor: pointer;
}

#header-area .view {
    padding: 2px 31px;

    margin: 10px 0 0px 10px;
    background: #119214;
    cursor: pointer;
}

.Book-car,
.Conatct-us-btn {
    border: 1px solid #fff;
    color: #222;
    background: #fff;
    padding: 10px 24px;
    font-size: 17px;
    font-weight: 400;
}

.Conatct-us-btn {
    background: transparent;
    color: #fff;
    margin-left: 10px;

}

.RightButton-bottom {
    margin: 0;
}

.slicknav_icon {
    height: auto !important;
    left: 50%;
    position: absolute !important;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto !important
}

#pricing-area {
    padding: 50px 0;
}

#pricing-area h4 {
    color: #fff;
    font-weight: 500;
    line-height: 50px;
}

.slicknav_icon-bar {
    border-radius: 10px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin-bottom: 5px;
    text-align: center;
    width: 30px !important
}

.slicknav_icon-bar:last-child {
    margin-bottom: 0 !important
}

.slicknav_nav {
    background-color: #000;
    border-top: 1px solid #24add2;
    position: absolute;
    top: 65px;
    width: 100%
}

.slicknav_nav ul,
.slicknav_nav ul li a,
.slicknav_nav ul li.slicknav_parent a {
    margin: 0;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: uppercase
}

.slicknav_nav ul li.slicknav_parent a:hover,
.slicknav_nav ul li a:hover {
    background-color: #24add2;
    border-radius: 0
}

.slicknav_parent ul {
    font-size: 13px;
    margin-left: 15px
}

.slicknav_parent ul li.slicknav_parent:hover ul a {
    background-color: transparent !important
}

.single-slide-item {
    background-image: url(../img/banner.jpg);
    background-position: center center;
    background-size: cover;
    padding: 200px 0
}

.fa.fa-search,
.book-item .fa.fa-map-marker,
.fa-calendar {
    color: #24adde;
    position: absolute;
    top: 14px;
    right: 13px;
    font-size: 17px;
    z-index: 2;
    border: none;
    background: transparent;
}


.book-a-car select:focus {
    border-color: #24add2
}

.book-a-car input {
    border-right: 0
}

.book-a-car input[type="submit"] {
    border-radius: 50px !important;
}




.book-now-btn {
    background-color: #119214;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    width: 100%;
    border: none;
    cursor: pointer;

    border-radius: 50px !important;


}

/*.book-now-btn:focus {
    color: #222
}*/

.slider-right-text {
    color: #fff;
    font-size: 16px
}

.slider-right-text h1 {
    color: #fff;
    font-size: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

.slider-right-text h4 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000;
}

.about-content {
    line-height: 2.3em
}

.about-content p {
    margin-bottom: 25px
}

.about-content p:last-child {
    margin-bottom: 0;
    font-size: 16px;
    color: #666666;
}


.about-video {
    position: relative;
    padding-bottom: 56.25%
}

.about-video iframe {
    border: medium;
    border-radius: 3px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#partner-area {
    background-color: #eaeaea;
    padding: 20px 0
}

.single-partner {
    height: 105px;
    text-align: center
}

.partner-content-wrap.owl-carousel img {
    margin: auto;
    width: auto
}

.service-item {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    color: #222;
    margin-bottom: 30px;
}

.service-item h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 10px 0;
    text-align: left;
}

.price {
    text-align: left;
    font-size: 20px;
    color: #24adde;
}

.service-item i.fa {
    font-size: 20px;
    color: #24adde;
}

.price span {
    font-size: 16px;
}

.service_text {
    padding: 10px 20px;
}

.imgs {
    height: 250px;
    overflow: hidden;
}

.bottom-sec {
    border-top: 1px solid #ccc;
    padding: 5px 0 0 0;
}

.car_image {
    display: inline-block;
    width: 100%;
    padding-left: 15px;
}

.car_image img {
    max-width: 100%;
    height: 35px;
    width: 35px !important;
    float: left;
}

.car_image p {
    display: inline-block;
    padding: 7px 0;
    color: #b3b0b0;
    font-weight: 500;
    font-size: 16px;
    float: left;
    margin-left: 0px;
}

.service-container-wrap .service-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ccc;

}

.single-service {
    margin-bottom: 50px;
    line-height: 2
}

.service-icon {
    height: 60px;
    line-height: 60px;
    position: relative;
    text-align: center;
    margin-right: 10px;
    width: 60px;
    -webkit-transition: .4s;
    transition: .4s
}


.service-icon span {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%
}

.image-banner {
    background-image: url(../img/car-bg.png);
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
    /* height: 71%; */
    margin: 50px 0 0 0;
}

.single-service:hover .service-icon:after {
    height: 100%
}

.single-service:hover .service-icon:before {
    width: 100%
}

.single-service:hover .service-icon span::after {
    width: 100%
}

.single-service:hover .service-icon span::before {
    height: 100%
}

.single-service h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600
}

.single-service p {
    font-size: 13px;
    margin-top: 10px
}

/*#funfact-area {
    background-image: url("../img/background-map.jpg");
    background-size: cover;
    background-position: center center;
    color: #000;
     background-attachment: fixed;
}*/

.single-funfact {

    padding: 25px;
    text-align: center;
    position: relative;
}

/*.single-funfact:before{
    position: absolute;
    content: "";
    border: 1px solid #24adde;
    width: 87%;
    border-style: dashed;
    left: 60%;
    top: 25%;

}*/
.last-funfact:before {
    position: absolute;
    content: "";
    display: none;
}

.funfact-icon {
    /* border: 2px solid #24adde;
    border-radius: 100%;*/
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 75px;
}

.funfact-content {
    margin-top: 20px;
}

.funfact-content h4 {
    color: #000;
    font-size: 24px;
    font-weight: 500;

    letter-spacing: 0;
    margin-bottom: 20px;

}

.funfact-content p {
    font-size: 16px;
    font-weight: 400;
    word-spacing: 2px;
}

.left-section {
    float: left;
    height: 100px;
    width: 100px;
    line-height: 100px;
    box-shadow: 1px 1px 13px #ccc;
    border-radius: 100%;
    text-align: center;
}

.right-section p {
    display: flex;
    padding-left: 46px;
    color: #4b4b4b;
    font-size: 15px;
    line-height: 22px;
}

.right-section h4 {
    color: #2e3357;
    font-weight: 600;
    display: flex;
    padding: 5px 0 5px 40px;
    font-size: 22px;
}

.Work-car {
    background-image: url(../img/how-car.jpg);
    background-size: cover;
    background-position: center center;
    height: 100%;
    margin-left: -15px;

}

.work-detial {
    float: left;
    padding-bottom: 80px;
    position: relative;
}

.work-detial:after {
    position: absolute;
    content: "";
    border: 1px solid #ccc;
    left: 0;
    border-style: dashed;
    height: 43%;
    width: 0px;
    left: 8%;
    bottom: 0px;

}

.last-work-detail {
    padding-bottom: 0;
}

.last-work-detail:after {
    position: absolute;
    content: "";
    display: none;
}

.choose-content-wrap .nav-tabs li a {
    background-color: #f3f3f3 !important;
    border: medium;
    border-radius: 0 !important;
    color: #1e2228 !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.3px;
    margin-right: 3px;
    padding: 12px 20px;
    text-transform: uppercase
}

.choose-content-wrap .nav-tabs li a.active {
    background-color: #24add2 !important;
    background-color: #24add2 !important;
    color: #fff !important
}

.popucar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0;
    overflow: hidden
}

.popucar-menu a {
    border: 1px solid #e2e2e2;
    color: #333;
    display: inline-block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 0;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: uppercase
}

.popucar-menu a+a {
    border-left: 0
}

.popucar-menu a:hover,
.popucar-menu a.active {
    background-color: #24add2;
    border-color: #24add2;
    color: #fff
}

.popucar-menu a.active::after {
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -2px;
    content: "";
    left: 50%;
    margin-bottom: 1px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-popular-car {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin-bottom: 30px
}

.p-car-thumbnails a.car-hover {
    display: block;
    position: relative
}

.p-car-thumbnails a.car-hover::after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%
}

.p-car-thumbnails a.car-hover:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .5
}

.p-car-thumbnails a.car-hover::before {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    content: "\f00e";
    font-family: FontAwesome;
    font-size: 18px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 50px;
    z-index: 2
}

.p-car-thumbnails a.car-hover:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.p-car-content {
    padding: 25px 20px
}

.single-popular-car h3 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase
}

.single-popular-car h3 a {
    color: #333
}

.single-popular-car h3 span.price {
    color: #24add2;
    float: right;
    font-size: 14px;
    font-weight: 700
}

.single-popular-car h5 {
    color: #828282;
    font-size: 11px;
    text-transform: uppercase;
    margin: 13px 0 15px
}

.p-car-feature a {
    border: 1px solid #e2e2e2;
    color: #828282;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    transition: .3s
}

.p-car-feature a:hover {
    background-color: #24add2;
    color: #fff;
    border-color: #24add2
}

.newcar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px 0;
    overflow: hidden
}

.newcar-menu a {
    border: 1px solid #e2e2e2;
    color: #333;
    display: inline-block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 0;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: uppercase
}

.newcar-menu a+a {
    border-left: 0
}

.newcar-menu a:hover,
.newcar-menu a.active {
    background-color: #24add2;
    border-color: #24add2;
    color: #fff
}

.newcar-menu a.active::after {
    border-bottom: 10px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -2px;
    content: "";
    left: 50%;
    margin-bottom: 1px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.single-new-car {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin-bottom: 30px
}

.single-new-car h3 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase
}

.single-new-car h3 a {
    color: #333
}

.single-new-car h3 span.price {
    color: #24add2;
    float: right;
    font-size: 14px;
    font-weight: 700
}

.single-new-car h5 {
    color: #828282;
    text-transform: uppercase;
    font-size: 11px;
    margin: 13px 0 15px
}

.map-area iframe {
    border: medium;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 500px;
    width: 100%
}

#pricing-area {
    background: #24add2;
}

.single-pricing-table {
    background-color: rgba(255, 255, 255, .15);
    color: #fff;
    padding: 50px 0 0
}

.single-pricing-table h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase
}

.single-pricing-table h2 {
    color: #ffc714;
    font-size: 40px;
    margin: 10px 0;
    text-transform: uppercase
}

.single-pricing-table h5 {
    color: #ccc;
    font-size: 14px
}

.package-list {
    font-weight: 600;
    line-height: 3em;
    margin-top: 20px
}

.package-list li {
    border-bottom: 1px solid #999;
    padding: 5px 20px
}

.package-list li:first-child {
    border-top: 1px solid #999
}

.single-testimonial {
    background-color: #1e2228;
    color: #fff;
    font-weight: 600;
    line-height: 2;
    position: relative;
    z-index: 1
}

.single-testimonial::after {
    background-color: #1e2228;
    border-left: 4px solid #24add2;
    content: "";
    height: 100%;
    left: -48px;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    width: 150px;
    z-index: -1
}

.client-logo {
    border: 4px solid #24add2;
    height: 105px;
    left: -70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 105px
}

.single-testimonial h3 {
    color: #24add2;
    font-size: 15px;
    margin-top: 10px;
    text-transform: uppercase
}

.testimonial-content .owl-dots {
    margin-top: 30px;
    text-align: center
}

.testimonial-content .owl-dots div.owl-dot {
    border: 1px solid #24add2;
    border-radius: 10px;
    display: inline-block;
    height: 5px;
    -webkit-transition: .2s;
    transition: .2s;
    margin: 0 5px;
    width: 40px
}

.testimonial-content .owl-dots div.owl-dot.active {
    background-color: #24add2
}

#mobile-app-area {
    padding: 120px 0;
    position: relative
}

#mobile-app-area #wrapper_mobileapp-video-bg .YTPOverlay {
    background-color: rgba(0, 0, 0, .8)
}

#mobile-app-area::after {
    background-image: url(assets/img/mobile-app.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 90%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%
}

.mobile-app-content h2 {
    color: #24add2;
    font-size: 70px
}

.mobile-app-content {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}

.mobile-app-content p {
    margin: 5px 0 20px
}

.app-btns a {
    border: 2px solid #24add2;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin-right: 40px;
    padding: 10px 20px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.app-btns a i {
    font-size: 20px;
    margin-right: 5px
}

.app-btns a:hover {
    background-color: #24add2
}

#mobileapp-video-bg {
    position: relative
}

.single-article {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.3);
    padding: 10px;
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: 15px;
}

.col-lg-12:last-child .single-article {
    margin-bottom: 0
}

.single-article .article-thumb {
    margin: -10px
}

.single-article.middle .article-thumb {
    margin-right: -10px
}

.article-thumb img {
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    padding: 30px;
}

.single-article:hover .article-thumb img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.article-body {
    position: relative;
}

.article-body h3 a {
    font-size: 20px;
    color: #119214
}

.article-meta {
    margin: 15px 0 10px
}

.article-meta a {
    color: #999;
    font-size: 12px;
    font-weight: 600;
    margin-right: 25px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.article-meta a span {
    color: #24add2
}

.article-meta a:hover {
    color: #24add2
}

.article-date {
    background-color: #24add2;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    height: 55px;
    margin-top: -27px;
    padding: 5px;
    position: absolute;
    text-align: center;
    width: 55px
}

.article-date .month {
    display: block
}

.article-body p {
    color: #999;
    line-height: 1.8;
    text-transform: capitalize
}

.price.search {
    color: #24add2;
    font-weight: 600;
}

.article-body h3 {
    text-transform: capitalize;
    font-weight: 600;
}

.bottom-sec.search-sec {
    background-color: #f1f1f1;
    border-top: none;
    margin-top: 20px;
}

.Book-car.continue-btn {
    background: #24add2;
    color: #fff;
    text-transform: capitalize;
    padding: 10px 26px;
    width: fit-content;
    font-size: 14px;
}

.continue-right {
    float: right;
}


.readmore-btn {
    background-color: #222;
    color: #24add2;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 25px;
    padding: 12px 25px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.readmore-btn i.fa {
    margin-left: 5px
}

.readmore-btn:focus,
.readmore-btn:hover {
    background-color: #24add2;
    color: #fff
}

.bottom-sec.search-sec.rent-sec {
    background: none;
    margin-top: 0;
}

.car_image.rent-car {
    padding-left: 0;
}

.continue-right.book-right {
    float: none;
}

.price.search.rent-price {
    text-align: right;
    margin-bottom: 10px;
    color: #000;
    margin-top: 30px;
}


.rn-car-search-filters .rn-car-search-filter-item {
    display: inline-block;
    margin-right: 50px;
    width: 20%;
}

.rn-car-search-filters * {
    vertical-align: middle;
}

.rn-car-search-filters .rn-car-search-filter-item label {
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 16px;

}

.rn-car-search-filters .rn-car-search-filter-item select {
    width: 50%;
    border: 1px solid #D9E3E9;
    border-radius: 3px;
    outline: none;
    padding: 5px 10px;
    color: #526977;
    background-color: #fff;
}

.rn-car-search-filters .rn-car-color-filter {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.rn-car-search-filters .rn-car-color-filter li {
    display: inline-block;
    margin-right: 8px;
}

.rn-car-search-filters .rn-car-color-filter li span.rn-color-silver {
    background-color: #EEF4F8;
    -webkit-box-shadow: 0 0 0 2px #EEF4F8;
    box-shadow: 0 0 0 2px #EEF4F8;
}

.rn-car-search-filters .rn-car-color-filter li span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #00D231;
    border-radius: 50%;
    border: 0 solid #fff;
    -webkit-box-shadow: 0 0 0 2px #D9E3E9;
    box-shadow: 0 0 0 2px #D9E3E9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.rn-car-search-filters .rn-car-color-filter li input[type="checkbox"] {
    display: none;
}

.rn-car-search-filters .rn-car-color-filter li span.rn-color-black {
    background-color: #000;
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
}

.rn-car-search-filters .rn-car-color-filter li span.rn-color-white {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px #D9E3E9;
    box-shadow: 0 0 0 2px #D9E3E9;
}

.rn-car-search-filters .rn-car-color-filter li span.rn-color-red {
    background-color: #FF3939;
    -webkit-box-shadow: 0 0 0 2px #FF3939;
    box-shadow: 0 0 0 2px #FF3939;
}


#footer-area a {
    color: #fff;

    font-size: 14px;
    font-weight: 400;
}

#footer-area li {
    margin-bottom: 5px;
    color: #fff;


}

/*#footer-area .get-touch li{
    margin-bottom: 35px;
}*/
.footer-widget-area {
    padding: 25px 0 50px 0
}

.footer-widget-area h2,
.footer-widget-area {
    color: #fff
}

.singlefooter-widget h2 {
    border-bottom: 1px dashed #24add2;
    display: inline-block;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase
}

/*.single-footer-widget h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
    text-transform: uppercase;
    margin-top: 50px;
}*/

.single-footer-widget p {
    font-size: 14px;
    line-height: 24px;
}

.single-footer-widget ul p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    margin-left: 20px;
}

/*.single-footer-widget img {
    margin-bottom: 50px;
    width: 90%;
}*/
.p-l-25 {
    padding-left: 25px;
}

.newsletter-area {
    margin-top: 20px
}

.newsletter-area form {
    position: relative
}

.newsletter-area input {
    background-color: #3a3938;
    border: 1px solid #3a3938;
    border-radius: 2px;
    color: #fff;
    height: 55px;
    padding: 10px;
    font-size: 18px;
    width: 100%
}

.newsletter-area .newsletter-btn {
    background-color: #24adde;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 100%;
    margin-top: 15px;
    padding: 8px 28px;
    font-weight: 400;
    border-radius: 50px;
}


#footer-area ul.get-touch a {
    color: #fff;

    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 24px;
    margin-left: 30px;
}

.social {
    float: right;
}

.social a {
    border: 1px solid #fff;
    background: #fff;
    color: #119214 !important;
    /* padding: 7px 12px; */
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.social a i {
    font-size: 25px;
    line-height: 35px;
}

.get-touch i.fa {
    margin-right: 10px;
    color: #119214;
    font-size: 20px;
    float: left;
    margin-top: 4px;
}
.widget-body{
    padding: 0 10px;
}
.height-icon{
    height:85px;
}
.map-show {
    background-color: #24add2;
    color: #000 !important;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 25px;
    text-transform: uppercase
}

.footer-bottom-area {
    background-color: #000;
    color: #eaeaea;
    padding: 15px 0
}

body.loader-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    overflow: hidden
}

.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 9999
}

.preloader-spinner {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.loader-content {
    width: 150px
}

html,
body,
#slideslow-bg,
#slideslow-bg div {
    height: 100%
}

#slideslow-bg .vegas-timer {
    height: 1px !important
}

.slideshowcontent {
    color: #fff;
    font-weight: 600;
    line-height: 2;
    margin-top: 30px
}

#footer-area {
    /*background-image: url(../img/footer.jpg);*/
    background-size: cover;
    background-position: center center;
    color: #fff;
    background-color: black;
}

#footer-area.overlay:after {
    background-color: rgba(11, 11, 11, .8);
}

.foot-bot p {
    font-size: 15px;
    font-weight: 400;
}

/*.foot-bot a{
    color:#24adde !important;
}*/

#slideslow-bg div.book-ur-car,
#slideslow-bg div.book-ur-car * {
    height: auto
}

.service-right .col-lg-12:last-child .single-service,
.service-content .col-lg-6:last-child .single-service,
.service-content .col-lg-12:last-child .single-service {
    margin-bottom: 0
}

.book-ur-car input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1
}

.book-ur-car input:-ms-input-placeholder {
    color: #fff;
    opacity: 1
}

.book-ur-car input::placeholder {
    color: #fff;
    opacity: 1
}

.book-ur-car {

    border-radius: 4px;
    overflow: hidden;
    padding: 35px 0px 8px 20px;
    width: 100%
}

.bookinput-item {
    border: 1px solid #fff;
    display: block;
    float: left;
    margin-right: 1%;
    width: 19.2%;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 3px;

}

#startDate2:focus {
    box-shadow: none;
}

#endDate2:focus {
    box-shadow: none;
}

.search-bg {
    background-color: #2e3357;
}

.bookcar-btn.bookinput-item.Search-car {
    background: #24add2;
    border-color: #24add2;
    border-radius: 50px;
    padding: 5px;
    text-transform: capitalize;
}

.bookinput-item:last-child {
    margin-right: 0
}

.book-ur-car select,
.book-ur-car input,
.book-ur-car button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 13px 0 13px 33px;
    text-align: left;
    text-transform: capitalize;
    width: 100%
}

.book-ur-car select:focus,
.book-ur-car input:focus,
.book-ur-car button:focus {
    border-color: #fff;
    background-color: transparent
}

.bookcar-btn button {
    padding: 7px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    text-transform: capitalize;
    text-align: center;
}

.bookcar-btn:hover {
    background-color: #24add2;
    border-color: #24add2
}

.book-ur-car .input-group-append i.fa {
    font-size: 15px !important;
    line-height: 20px;
    color: #24add2
}

.book-ur-car select option {
    color: #000;
    font-weight: 400;
    background: #fff;
    text-transform: capitalize
}

.book-ur-car select.custom-select {
    background-image: url(assets/img/caret-cion.png);
    background-position: right 12px center;
    background-size: 12px auto
}

.about-feature-area {
    margin-top: 30px
}

.about-feature-item {
    line-height: 1.8;
    padding: 50px 20px;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.about-feature-item h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 10px
        /*   font-family: 'Lato', sans-serif !important;
   */
}

.about-feature-item:hover h3 {
    color: #fff;
}

.about-feature-item i.fa {
    color: #2a3e81;
    font-size: 25px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.about-feature-item:hover,
.about-feature-item.active {
    background-color: #2a3e81;
    color: #fff;
}

.about-feature-item:hover i.fa,
.about-feature-item.active i.fa {
    color: #fff
}

.home2-car-filter a {
    border-top: 1px solid #ddd;
    color: #000;
    display: block;
    font-weight: 600;
    padding: 12px 10px 12px 25px;
    position: relative;
    text-transform: uppercase
}

.home2-car-filter a:last-child {
    border-bottom: 1px solid #ddd
}

.home2-car-filter a.active {
    color: #24add2
}

.home2-car-filter a::after {
    background-color: #ddd;
    content: "";
    height: 75%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px
}

hr {
    margin-top: 3rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.home2-car-filter a.active::after {
    background-color: #24add2
}

.team-tab-menu {
    background-color: #efefef;
    padding: 20px
}

#help-desk-page-wrap .team-tab-menu ul,
#team-area .team-tab-menu ul {
    display: block;
    border: 0
}

#help-desk-page-wrap .team-tab-menu li,
#team-area .team-tab-menu li {
    background-color: #fff;
    margin-bottom: 15px
}

#help-desk-page-wrap .team-tab-menu li:last-child,
#team-area .team-tab-menu li:last-child {
    margin-bottom: 0
}

#help-desk-page-wrap .team-tab-menu li a,
#team-area .team-tab-menu li a {
    border: medium;
    border-radius: 0;
    position: relative
}

#help-desk-page-wrap .team-tab-menu li a.active,
#team-area .team-tab-menu li a.active {
    background-color: #24add2
}

#help-desk-page-wrap .team-tab-menu li a.active .team-mem-icon img,
#team-area .team-tab-menu li a.active .team-mem-icon img {
    border-color: #555
}

.team-mem-icon {
    height: 70px;
    width: 70px
}

.team-mem-icon img {
    border: 2px solid #24add2;
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.team-mem-icon,
.team-tab-menu li a h5 {
    display: table-cell;
    vertical-align: middle
}

.team-tab-menu li a h5 {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
    text-transform: capitalize
}

.team-member-pro-pic {
    background-color: #eee
}

.team-member-pro-pic {
    height: 429px;
    position: relative
}

.team-member-pro-pic img {
    bottom: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.team-member-info {
    background-color: #eee;
    padding: 50px 30px
}

.team-member-info h4 {
    color: #24add2;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.team-member-info h5 {
    font-size: 15px;
    font-weight: 400
}

.quote-icon {
    color: #575555;
    display: block;
    font-size: 50px;
    margin: 9px 0
}

.team-member-info p {
    color: #575555;
    margin-bottom: 25px
}

.team-social-icon a {
    background-color: #24add2;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 40px
}

.team-social-icon a:hover {
    background-color: #000
}

.slider-bg-1 {
    background-image: url(assets/img/slider-img/slider-img-4.jpg)
}

.slider-bg-2 {
    background-image: url(assets/img/slider-img/slider-img-2.jpg)
}

.slider-bg-3 {
    background-image: url(assets/img/slider-img/slider-img-3.jpg)
}

.home-slider-item {
    background-position: center center;
    background-size: cover;
    padding: 200px 0 220px
}

#book-a-car {
    padding-top: 100px
}

.booka-car-content {
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    overflow: hidden;
    padding: 100px 40px;
    position: relative;
    z-index: 1
}

.booka-car-content input,
.booka-car-content select {
    border: 1px solid #24add2;
    width: 100%
}

.booka-car-content input:focus,
.booka-car-content select:focus {
    border-color: #24add2
}

.booka-car-content .input-group-append {
    border: 1px solid #24add2;
    border-radius: 2px
}

.booka-car-content .input-group-append {
    border-left: 0
}

.booka-car-content input {
    border-right: 0
}

.booka-car-content .bookcar-btn button {
    background-color: #fff;
    border: 1px solid #24add2;
    border-radius: 2px;
    padding: 8px 0;
    width: 100%
}

.booka-car-content .bookcar-btn button:hover {
    background-color: #24add2
}

.booka-car-content .bookcar-btn {
    border: medium
}

.booka-car-content .bookcar-btn:hover {
    border: medium
}

.we-do-bg-1 {
    background-image: url(assets/img/we-do/service1-img.png)
}

.we-do-bg-2 {
    background-image: url(assets/img/we-do/service2-img.png)
}

.we-do-bg-3 {
    background-image: url(assets/img/we-do/service3-img.png)
}

.single-we-do {
    background-position: center center;
    background-size: cover;
    height: 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s
}

.single-we-do:hover .we-do-content {
    bottom: 0
}

.we-do-content {
    background-color: rgba(0, 0, 0, .7);
    bottom: -100%;
    color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 100%
}

.we-do-content h3 {
    color: #24add2;
    font-size: 22px
}

.we-do-content p {
    margin: 15px 0 20px
}

.we-do-content a {
    background-color: #24add2;
    border-radius: 2px;
    color: #000;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 15px
}



#why-choose-area .nav {
    border: 0;
    display: inline
}

#why-choose-area .nav-tabs li {
    background-color: #f7f7f7;
    margin-bottom: 10px
}

#why-choose-area .nav-tabs li a {
    border: medium;
    color: #22252c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 12px 15px;
    position: relative
}

#why-choose-area .nav-tabs li a:hover,
#why-choose-area .nav-tabs li a.active {
    background-color: #24add2;
    border: 0;
    border-radius: 0;
    color: #fff
}

#why-choose-area .nav-tabs li a.active::after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px
}

.wchoose-content {
    background-color: #f7f7f7;
    padding: 50px 30px 20px
}

.wchoose-content h4 {
    font-size: 20px;
    text-transform: uppercase
}

.wchoose-content p {
    color: #555;
    font-size: 13px;
    margin: 40px 0
}

.single-choose-item {
    margin-bottom: 30px
}

.wchoose-content span {
    color: #222;
    font-size: 13px
}

.choose-icon {
    color: #ccc;
    font-size: 35px
}

.choose-icon,
.wchoose-content span {
    display: table-cell;
    vertical-align: middle
}

.wchoose-content span {
    padding-left: 15px
}

.ourcar-tab-menu .nav {
    background-color: #24add2;
    border: none;
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit
}

.ourcar-tab-menu .nav li a {
    border: none;
    border-radius: 0;
    color: #22252c;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid #22252c
}

.ourcar-tab-menu .nav li:last-child a:hover,
.ourcar-tab-menu .nav li:last-child a {
    border-color: transparent
}

.ourcar-tab-menu .nav li a:hover {
    border-color: #000
}

.ourcar-tab-menu .nav li a.active {
    background-color: #000;
    color: #fff;
    border: none
}

.ourcar-info h2 {
    background-color: #24add2;
    color: #fff;
    font-size: 28px;
    padding: 8px 10px
}

.ourcar-info h2 span {
    color: #22522c;
    font-size: 14px;
    text-transform: lowercase
}

.our-table {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    max-width: 100%;
    width: 100%
}

.our-table td {
    border: 1px solid #ddd;
    font-size: 13px;
    padding: 8px 20px;
    text-align: left
}

.our-table td:first-child {
    font-weight: 600
}

.ourcar-info a.bookbtn {
    background-color: #24add2;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.ourcar-info a.bookbtn:hover {
    background-color: #222
}

.ourcar-pic img {
    display: block;
    max-width: 100%;
    width: 100%
}

#page-title-area {
    background-image: url(../img/background-bg.jpg);
    /* background-position: center center;*/
    /* background-size: contain; */
    background-size:cover;
    padding-top: 220px;
    /* background-attachment: fixed; */
    padding-bottom: 170px;
    background-repeat: no-repeat;
}

#page-title-area .section-title {
    margin-bottom: 0
}

.single-car-wrap {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    color: #7f7f7f;
    line-height: 1.8;
    margin-bottom: 50px
}

.single-car-wrap:last-child {
    margin-bottom: 0
}

.car-thumb-1 {
    background-image: url(assets/img/car/car-1.jpg)
}

.car-thumb-2 {
    background-image: url(assets/img/car/car-2.jpg)
}

.car-thumb-3 {
    background-image: url(assets/img/car/car-3.jpg)
}

.car-thumb-4 {
    background-image: url(assets/img/car/car-4.jpg)
}

.car-list-thumb {
    background-size: cover;
    background-position: center center;
    height: 300px;
    max-height: 100%
}

.car-list-info {
    padding-right: 10px;
    position: relative;
    margin-bottom: 10px
}

.car-list-info h2 a {
    color: #22252c;
    font-size: 20px;
    font-weight: 600
}

.car-list-info h5 {
    border-bottom: 1px solid #ddd;
    color: #24add2;
    font-size: 15px;
    margin-bottom: 12px;
    margin-top: 5px;
    padding-bottom: 15px;
    text-transform: uppercase
}

.car-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0;
    text-align: center
}

.car-info-list li {
    border: 1px solid #ccc;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 3px;
    position: relative
}

.car-info-list li::before {
    color: #24add2;
    content: "\f14a";
    font-family: FontAwesome;
    margin-right: 5px
}

.car-info-list li+li {
    border-left: 0
}

.rating {
    color: #24add2;
    font-size: 13px;
    position: absolute;
    right: 15px;
    top: 15px
}

.rating i:hover {
    cursor: pointer
}

.rating i.unmark:hover {
    color: #24add2
}

.rating i.unmark {
    color: #ddd
}

.rent-btn {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-top: 5px;
    padding: 8px 30px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.rent-btn:hover {
    background-color: #24add2;
    color: #fff
}

.page-pagi {
    margin-top: 50px
}

.page-pagi nav li a {
    border-color: #24add2;
    color: #000;
    font-weight: 600;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.page-pagi nav ul li.active a {
    background-color: #24add2 !important;
    border-color: #24add2 !important
}

.page-pagi nav li a:hover {
    background-color: #24add2;
    border-color: #24add2;
    color: #fff
}

.car-list-info.without-bar {
    margin: 0;
    padding: 25px
}

.car-list-info.without-bar .rating {
    right: 25px;
    top: 40px
}

.car-list-content .col-lg-6 .single-car-wrap {
    margin-bottom: 30px
}

.car-list-content .col-lg-6:last-child .single-car-wrap {
    margin-bottom: 0
}

.single-sidebar {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
    color: #575757;
    font-size: 15px;
    margin-bottom: 30px
}

.single-sidebar h3 {
    background-color: #24add2;
    color: #222;
    font-size: 18px;
    padding: 12px 5px;
    text-align: center;
    text-transform: uppercase
}

.single-sidebar:last-child {
    margin-bottom: 0
}

.sidebar-body {
    line-height: 2;
    padding: 30px 15px
}

.sidebar-body i.fa {
    color: #24add2;
    font-size: 17px;
    margin-right: 4px;
    text-align: center;
    width: 20px
}

.sidebar-body i.fa {
    color: #24add2;
    font-size: 17px;
    margin-right: 4px;
    text-align: center;
    width: 20px
}

.single-recent-tips {
    margin-bottom: 20px
}

.single-recent-tips:last-child {
    margin-bottom: 0
}

.recent-tip-thum,
.recent-tip-body {
    display: table-cell;
    vertical-align: middle
}

.recent-tip-thum a img {
    border-radius: 50%;
    height: 85px;
    min-width: 85px
}

.recent-tip-body {
    color: #555;
    font-size: 10px;
    font-weight: 600;
    padding-left: 15px
}

.recent-tip-body a {
    color: #3a3a3a;
    font-size: 15px;
    font-weight: 600;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.recent-tip-body h4 {
    line-height: 1
}

.recent-tip-body a:hover {
    color: #24add2
}

.recent-tip-body span {
    display: block;
    margin-top: 5px;
    text-transform: uppercase
}

.sidebar-body .social-icons a i {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #000;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 40px
}

.sidebar-body .social-icons a i:hover {
    background-color: #24add2;
    border-color: #24add2;
    color: #fff
}

.car-details-content h2 {
    border-bottom: 1px solid #24add2;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 10px
}

.car-details-content h2 span {
    float: right;
    font-size: 18px
}

.car-details-info {
    color: #666;
    line-height: 2;
    padding-top: 30px
}

.car-details-info h4 {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.technical-info {
    margin-top: 30px
}

.tech-info-list li {
    float: left;
    position: relative;
    width: 33.333%
}

.tech-info-list ul {
    line-height: 5;
    overflow: hidden
}

.tech-info-list li::before {
    color: #fab702;
    content: "\f058";
    font-family: FontAwesome;
    margin-right: 15px
}

.car-preview-crousel .owl-dots {
    background-color: rgba(0, 0, 0, .5);
    margin-top: -33px;
    padding: 5px;
    position: relative;
    text-align: center;
    z-index: 99
}

.car-preview-crousel .owl-dots div {
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-right: 5px;
    width: 10px
}



.review-area {
    margin-top: 50px
}

.review-area h3 {
    font-size: 17px;
    font-weight: 600
}

.review-star {
    margin: 20px 0
}

.review-star .rating {
    font-size: 20px;
    position: inherit
}

.contact-form {
    background-color: rgba(241, 242, 249, 0.6);
    border: 1px solid #ccc;
}

.contact-form1 {
    padding: 20px;
}

.contact-form input,
.review-area input,
.contact-form textarea,
.review-area textarea,
.security-input input {
    /* background-color: #fafafa;*/
    border: 1px solid #eaeaea;
    color: #000;
    padding: 8px 15px;
    resize: none;
    width: 100%
}

.contact-form input:focus,
.review-area input:focus,
.contact-form textarea:focus,
.review-area textarea:focus {
    border-color: #24add2
}

.name-input,
.email-input {
    padding-top: 10px;
}


.message-input,
.website-input,
.subject-input,
.security-input {
    margin-top: 30px
}

.message-input textarea {
    padding: 15px
}

.input-submit button {
    background-color: #119214;
    border: medium;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-right: 15px;
    margin-top: 25px;
    padding: 8px 40px;
    text-transform: uppercase;
    color: #fff;

}

.ser-thumb-bg-1 {
    background-image: url(assets/img/car/car-1.jpg)
}

.ser-thumb-bg-2 {
    background-image: url(assets/img/car/car-2.jpg)
}

.ser-thumb-bg-3 {
    background-image: url(assets/img/car/car-3.jpg)
}

.ser-thumb-bg-4 {
    background-image: url(assets/img/car/car-5.jpg)
}

.single-service-item {
    overflow: hidden
}

#about-area .service-item {
    padding: 0;
}

.service-item-content,
.service-item-thumb {
    float: left;
    width: 50%
}

.service-item-thumb {
    max-height: 100%;
    min-height: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.single-service-item {
    overflow: hidden
}

.service-item-content {
    color: #555;
    font-size: 13px;
    line-height: 2.2;
    padding: 111px 60px
}

.service-item-content h3 {
    color: #24add2;
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.service-item .last-price i.fa {
    font-size: 16px;
    color: #b3b0b0;
    margin-right: 2px;
}

.last-price .price {
    font-size: 18px;
    color: #b3b0b0;
    font-weight: 500;
}

.last-deal .lastday {
    font-size: 18px;
    text-align: right;
    font-weight: 600;
}

.blog-content p {
    margin-bottom: 30px
}

.blog-content p:last-child {
    margin-bottom: 0
}

.thme-blockquote {
    background-color: #111;
    color: #24add2;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.6px;
    padding: 30px
}

.car-details-info.blog-content h3 {
    font-size: 23px;
    margin-bottom: 30px
}

.contact-form .input-submit button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* padding: 8px 20px;*/
    border-radius: 50px;
    border: 1px solid #119214;

}

.maparea {
    height: 350px
}

.maparea iframe {
    border: medium;
    height: 100%;
    width: 100%
}

.single-widget-right {
    background-color: rgba(241, 242, 249, 0.8);
    border: 2px solid #ccc;
}

.single-widget-right h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
    background-color: #119214;
    padding: 12px 0;
    color: #fff;
}

.widget-body p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: block;
    margin-top: 15px;
    width: 100%;
    word-spacing: 2px;
    margin-bottom: 15px;
}

.single-widget-right a {
    color: #222;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 24px;
    margin-left: 30px;
    margin-bottom: 15px;
}

#our-facility {
    background-image: url(assets/img/slider-img/slider-img-1.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff
}

.single-our-facility h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative
}

.single-our-facility h3::after {
    background-color: #24add2;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100px
}

.single-our-facility ul {
    font-weight: 600;
    line-height: 3.5
}

.single-our-facility ul li {
    position: relative
}

.single-our-facility ul li::before {
    color: #24add2;
    content: "\f046";
    font-family: fontawesome;
    margin-right: 15px
}

.single-faq-sub {
    margin-bottom: 70px
}

.single-faq-sub:last-child {
    margin-bottom: 0
}

.single-faq-sub h3 {
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.single-faq-sub-content .card {
    border: medium;
    margin-bottom: 20px
}

.single-faq-sub-content .card-header {
    background-color: #24add2;
    border: medium;
    border-radius: 0
}

.single-faq-sub-content .card-header button {
    color: #000;
    cursor: pointer;
    font-weight: 600;
    line-height: 26px;
    padding: 0;
    position: relative;
    text-align: left;
    white-space: inherit;
    width: 100%
}

.single-faq-sub-content .card-header button:hover {
    text-decoration: none
}

.single-faq-sub-content .card-body {
    background-color: #eaeaea;
    color: #000;
    line-height: 1.9
}

.single-faq-sub-content .card-header button i.fa {
    font-size: 21px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-faq-sub-content .card-header button[aria-expanded=true] i.fa-angle-down {
    display: none
}

.single-faq-sub-content .card-header button[aria-expanded=false] i.fa-angle-up {
    display: none
}

#gallery-page-content .popucar-menu {
    margin-top: 0
}

.pricing-details-content .single-pricing-table {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    color: #000;
    margin-bottom: 30px;
    margin-top: 0;
    -webkit-transition: .4s;
    transition: .4s
}

.pricing-details-content .single-pricing-table:hover {
    background-color: #24add2
}

.pricing-details-content .single-pricing-table:hover h2 {
    color: #fff
}

.pricing-details-content .single-pricing-table:hover h5 {
    color: #000
}

.pricing-details-content .single-pricing-table h3 {
    color: #222
}

.pricing-details-content .col-lg-6:last-child .single-pricing-table {
    margin-bottom: 0
}

.package-list li:last-child {
    border-bottom: 0
}

.login-page-content {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
    padding-bottom: 35px;
    text-align: center;
    border-radius: 3px
}

.login-form {
    background-color: #24add2;
    padding: 50px 20px 15px
}

.login-form h3 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase
}

.login-form input,
.login-form button {
    background-color: transparent;
    border: 1px solid #555;
    color: #000;
    margin: 10px 0;
    padding: 10px 20px;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 100%
}

.login-form input:focus {
    border-color: #fff
}

.log-btn button {
    background-color: #fff;
    border-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    cursor: pointer;
    font-weight: 700
}

.log-btn button:hover {
    background-color: #222;
    border-color: #222;
    color: #fff
}

.or {
    color: #000;
    display: block;
    font-weight: 600;
    margin: 20px 0;
    position: relative;
    text-transform: uppercase
}

.or::after {
    background-color: #ccc;
    content: "";
    height: 1px;
    left: 35px;
    position: absolute;
    top: 10px;
    width: 120px
}

.or::before {
    background-color: #ccc;
    content: "";
    height: 1px;
    right: 35px;
    position: absolute;
    top: 10px;
    width: 120px
}

.login-with-btn {
    background: -webkit-gradient(linear, left top, left bottom, from(#3b5998), to(#344e86));
    background: linear-gradient(to bottom, #3b5998, #344e86);
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 0 30px;
    -webkit-transition: .4s;
    transition: .4s;
    padding: 10px
}

.login-with-btn:hover {
    color: #fff
}

.login-with-btn .fa {
    margin-right: 10px
}

.create-ac {
    color: #555;
    margin: 15px 0 10px
}

.create-ac a,
.login-menu a {
    color: #000;
    font-weight: 600;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    text-transform: uppercase;
    font-size: 13px
}

.create-ac a:hover,
.login-menu a:hover {
    color: #fab702;
    text-decoration: underline
}

#page-404-wrap {
    background-image: url(assets/img/banner.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding-top: 221px
}

.number {
    display: table;
    margin: auto
}

.four {
    color: #24add2;
    font-size: 150px;
    font-weight: 400;
    line-height: 100%;
}

.four,
.zero {
    display: table-cell;
    vertical-align: middle
}

.zero>img {
    margin-left: 5px;
    margin-top: 5px;
    width: 115px
}

.page-404-content h4 {
    color: #fff;
    font-size: 30px;
    margin: 8px 0 15px
}

.page-404-content {
    font-size: 15px;
    font-weight: 600
}

.btn-404-home {
    background-color: #24add2;
    color: #000;
    display: inline-block;
    font-size: 13px;
    margin-top: 20px;
    padding: 12px 30px;
    text-transform: uppercase
}

.btn-404-home:hover {
    color: #000
}

.btn-404-home i.fa {
    margin-right: 5px
}

#page-404-wrap.overlay::after {
    background-color: rgba(0, 0, 0, .9)
}

.single-driver-member {
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

.single-driver-member::after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 0;
    width: 100%
}

.single-driver-member img {
    height: 100%;
    width: 100%
}

.driver-mem-sicons {
    position: absolute;
    right: -10px;
    top: 20px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden
}

.driver-mem-sicons a i.fa {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    width: 40px;
    margin-bottom: 15px
}

.driver-mem-sicons a:hover i.fa-facebook {
    background-color: #5d82d1;
    border-color: #5d82d1
}

.driver-mem-sicons a:hover i.fa-twitter {
    background-color: #40bff5;
    border-color: #40bff5
}

.driver-mem-sicons a:hover i.fa-dribbble {
    background-color: #f7659c;
    border-color: #f7659c
}

.driver-mem-sicons a:hover i.fa-pinterest {
    background-color: #e13138;
    border-color: #e13138
}

.driver-mem-sicons a:last-child {
    margin-bottom: 0
}

.driver-mem-info h4 {
    bottom: -10px;
    color: #fff;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s;
    transition: .4s;
    width: 100%;
    z-index: 1
}

.driver-mem-info h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400
}

.single-driver-member:hover:after {
    opacity: .8;
    -webkit-transition: .4s;
    transition: .4s
}

.single-driver-member:hover .driver-mem-sicons {
    right: 20px;
    opacity: 1;
    visibility: visible
}

.single-driver-member:hover .driver-mem-info h4 {
    bottom: 20px;
    opacity: 1;
    visibility: visible
}

.modal-header {
    padding: 10px 15px;
}

.modal-header h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
}

.form-control {
    border-radius: 4px;
    font-size: 16px;
    height: 48px;
    width: 100%;
    border: 1px solid #ccc;

    padding: 0 35px;
}

.icon-user {
    position: relative;
}

.icon-user i {
    color: #119214;
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 20px;
    z-index: 2;
    border: none;
    background: transparent;
}

.modal-header .close {
    background: #119214;
    opacity: 1;
    padding: 2px 7px;
    margin: 1px 0 0 0;
    color: #fff;
    cursor: pointer;
}

.modal-footer .left {
    text-align: left;

}

.modal-footer p {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

.modal-footer a {
    color: #119214;
}

.modal-footer .right {
    text-align: right;

}

.modal-footer .col-sm-6 {
    padding: 0;
}

.modal-open {
    overflow-y: scroll;
}

/*#header-area .sign-in:hover, #header-area .sign-in:active, #header-area .sign-in:focus , .Conatct-us-btn:active, .Conatct-us-btn:focus, .Conatct-us-btn:hover, .book-now-btn:hover, .book-now-btn:active, .book-now-btn:focus{
    background: #fff;
    border: 1px solid #24adde;
    color: #24add2;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
} 
*/
/*#header-area .register:hover, #header-area .register:active, #header-area .register:focus , .Book-car:hover, .Book-car:active, .Book-car:focus{
    color: #fff;
    border: 1px solid #24adde;
    background: #24add2;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
} */
/*.Book-car:hover, .Book-car:active, .Book-car:focus{
    border: 1px solid #fff;
}*/
.rn-car-search-filters {
    margin: 0 0 40px 0;
}

.article-thumb {
    height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.die {
    font-size: 14px;
    color: #999;
}



/*.search-btn{
    height: 29px;
    width: 94px;
    text-align: center;
    display: inline-block;
    background: #fff;
    border: 1px solid #cccccc8c;
    line-height: 27px;
    border-radius: 5px;
    color: #000;
    margin-left: 20px;
    margin-top: 15px;
    font-size: 16px;
}*/
/*.chat-btn{
   height: 29px;
    width: 94px;
    text-align: center;
    display: inline-block;
    background: #119214;
    border: 1px solid #cccccc8c;
    line-height: 26px;
    border-radius: 5px;
    color: #fff;
    margin-left: 20px;
    margin-top: 16px;
    font-size: 16px;
}*/
/*.chat-btn1{
    height: 35px;
    width: 35px;
    text-align: center;
    display: inline-block;
    background: #2a3e81;
    border: 1px solid #cccccc8c;
    line-height: 35px;
    border-radius: 100%;
    color: #fff;
    margin-left: 20px;
    margin-top: -50px;
    display: none;
}*/
.ab {
    color: #fff !important;
    width: 20% !important;
    top: -2px !important;
    display: block !important;
    position: relative !important;
    font-size: 20px !important;

}

.easy-text {
    background-image: url("../img/background01.jpg");
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 30px;
    padding-bottom: 50px;
}

.text1 {
    font-weight: bold;
    font-size: 39px;

}

.funfact-content-wrap {
    text-align: center;
    font-size: 40px;
    color: #000;

}

.funfact-icons {
    /* border: 2px solid #24adde;
    border-radius: 100%;*/
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 75px;
}

.contact-us {
    background: #2a3e81;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-weight: 500;

    font-size: 30px;
    border-radius: 4px 4px 0 0;
    letter-spacing: normal;
}

.who {
    font-size: 25px !important;
    text-transform: uppercase;
}

.widget-body .recent-post li {
    width: 40% !important;
    float: left !important;
}

.book-now-btn1 {
    background-color: #2a3e81;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0;
    width: 100%;
    border: none;
    cursor: pointer;

    border-radius: 50px !important;
}

.navbar-collapse {
    float: right !important;
}

.navbar-collapse ul {
    margin: 10px 0 0 0;
}

.navbar > .navbar-collapse > ul {
    margin: 0 !important;
}

.recent-post {
    padding-top: 18px;
}
.contact-page-wrao .get-touch {
    padding-top: 0px;
}
.get-touch {
    padding-top: 18px;
}

.copyright {
    background-color: #000;
    padding: 10px 0 10px 0;
}

/*<GOLF START>*/





.golf1 {
    background-image: url(../img/help-image.jpg);
    background-size: cover;
    height: 100%
}

#players-area {
    background-color: #f8fff8;
}

.signup-1 {
    height: 30px;
    width: 80px;
    text-align: center;
    display: inline-block;
    background: rgb(18, 33, 148);
    background: rgb(52, 79, 182);
    background: -webkit-linear-gradient(top, rgba(52, 79, 182, 1) 9%, rgba(194, 213, 245, 1) 51%, rgba(194, 213, 245, 1) 55%, rgba(119, 135, 142, 1) 88%);
    background: linear-gradient(to bottom, rgba(52, 79, 182, 1) 9%, rgba(194, 213, 245, 1) 51%, rgba(194, 213, 245, 1) 55%, rgba(119, 135, 142, 1) 88%);
    border: 1px solid #cccccc8c;
    line-height: 11px;
    border-radius: 10px;
    color: #fff;

    margin-top: 5px;
}

.slider-left-text .register {
    padding: 6px 40px;
    background-color: #000;
    cursor: pointer;
    margin-top: 20px
}

.slider-left-text .learn {
    padding: 5px 22px;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 20px
}

#golf-course h1.golf-header {
    color: #119214;
    text-transform: uppercase;
    font-size: 35px
}

.view {
    padding: 4px 20px;
    cursor: pointer;
}

.more {
    padding: 4px 12px;
    cursor: pointer;
}

#golf-club p {
    overflow: hidden;
    /*text-align: justify;*/
    padding-right: 20px;
    height: 71px;
}

.golf {
    padding: 13px 17px 13px 0px;
    text-transform: uppercase;
    font-size: 19px;
    text-decoration: none;
    font-weight: 500
}

.golf-A {
    padding: 13px 17px 4px 0px;
    text-transform: uppercase;
    font-size: 19px;
    text-decoration: none;
}

.centered {

    color: #fff;

    font-size: 20px;
}

.centered h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    text-shadow: 1px 1px 1px #000;
}

.centered p {
    /* color: #fff;
    font-size: 45px;
    font-weight: 500;*/
    text-shadow: 1px 1px 1px #000;
}

.center-text {
    padding: 75px 30px;
}

#players-area h1 {
    color: #119214;
    text-transform: uppercase;
    font-size: 35px
}

#players-area p {
    font-size: 16px;
}

.connect {
    color: #119214;
}

.footer-widget-area ul li {
    float: left;
    position: relative;
}

.footer-widget-area ul li a {
    display: block;
    margin-left: 25px;
    padding: 15px 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

.footer-widget-area .menu-text {
    float: right;
    text-transform: uppercase;
}

.footer-ads {
    float: right;
}

.help {
    background-color: #fff;
    cursor: pointer;
    padding: 11px 45px;
}

.player01 {
    position: relative;
}

.player01 p {
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #119214;
    padding: 2px 10px;
    color: #fff;
}

.more1 {
    text-align: center;
}

.btn-dark.btn-search {
    background: #119214;
    border-color: #119214;
    width: 47%;
    float: left;
    margin-right: 3.5%;

}

.btn-dark.btn-near {
    border-color: #fff;
    background: #fff;
    color: #000;
    width: 49%;
    float: left;
}

.ratings {
    color: #fff;
    font-size: 14px;
    padding-top: 4px;
    margin: 0
}

.dark_bg {
    text-align: center;
    margin: 10px 0 40px 0;
}

.dark_bg p {
    font-size: 16px;
    margin: 10px 0;
}

.aorange {
    font-weight: 600;
    color: #119214
}

.rate_2 {
    background: #119214;
    width: 10%;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin: 10px 0;
}

.a_save_club a {
    color: #119214;
    font-size: 16px;
}

.player02 {
    background-color: #15260b;
    margin-bottom: 20px;
    padding: 9px;
    border-radius: 20px;
}

.golf-buddy {
    color: #119214;
    display: inline-block;
    width: 45%;
    vertical-align: middle;
    /* margin-right: 5px;
    max-width: 75px;*/
    text-align: left;
}

.golf-buddy h5 {
    color: #fff;
    font-size: 17px;
    /*  white-space: nowrap;*/
    font-weight: 500;

}

.player02 img {
    border-radius: 10px;
}

.handicap h2,
.template_cv h2 {
    margin: 10px 0 20px 0;
    font-size: 20px;
}

.gray_bg {
    background-color: #f5f5f5;
    padding: 10px;
    margin-bottom: 30px;
}

.gray_bg h3 {
    color: #119214;
    font-size: 22px
}

.gray_bg p {
    padding: 10px 0
}

.qhcp {
    margin-bottom: 15px
}

.handicap {
    margin-bottom: 10px
}

.h-problem {
    text-align: center;
    margin: auto;
    padding: 20px 0;
    background: #f5f5f5;
    width: 90%;
    box-shadow: 2px 2px 1px #ccc;
    border-radius: 4px;

}

.joins {
    background: #119214;
    border-color: #119214;
}

.h-problem h3 {
    display: inline-block;
    margin-right: 10px;
    color: #e37303;
    vertical-align: middle;
    font-size: 30px;
    margin-top: -5px;
}

.h-problem span {
    font-size: 16px;
}

.sndimg h3 {
    color: #129115;
    display: inline-block;
    padding-top: 8px;
}

#header-area .register1:hover {
    background-color: #119214;
    color: #fff;
}

#header-area .view:hover {
    background-color: #fff;
    color: #000;
}

.slider-left-text .register:hover {
    background-color: #fff;
    color: #000;
}

.slider-left-text .learn:hover,
.help:hover {
    background-color: #000;
    color: #fff;
}

.view:hover,
.more:hover,
.input-submit button:hover {
    background-color: #fff;
    color: #000;
    border-color: #119214;
}

.club-list li {
    margin: 0;
    padding: 2px 0 2px 0;

    font-size: 18px;
    list-style-type: disc;
}

#golf-club-list h2 {
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#golf-club-benefits {
    padding-top: 120px;
    padding-bottom: 100px;
    /* background-color: rgba(241,242,249,0.6); */
    background-image: url(../img/background01benefit.jpg);
    background-size: cover;
}

.track h1 {
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
}

.big_head {
    font-size: 50px;
    font-weight: 100;
    color: #fff;
}

.swiper-slide .register {
    background-color: #000;
    color: #fff;
    padding: 4px 38px;
    margin-right: 20px;

}

.swiper-slide .register:hover {
    background-color: #fff;
    color: #000;
}

/*.glofclubs {
    background-image: url("../img/Golf-Clubs.jpg") !important;
}*/

.handicap1 {
    background-image: url("../img/Handicap.jpg") !important;
}

.terms {
    background-image: url("../img/terms-&-conditions.jpg") !important;
}

.policy {
    background-image: url("../img/privacy-policy.jpg") !important;
}

.contact {
    background-image: url("../img/Contact-Us.jpg") !important;
}

.site-map {
    background-image: url("../img/Contact-Us.jpg") !important;
}

.smrow {
    padding: 4px 0 12px 10px;
    height: 28px;
    background-image: url("../img/bulletx.gif");
    background-position: center left;
    background-repeat: no-repeat;
}

.smrow2 {
    padding: 2px 0 8px 0;
    margin-left: 35px;
}

.smrow3 {
    padding: 2px 0 8px 0;
    margin-left: 55px;
}

.cont_white a {
    color: green;
    text-decoration: underline;
}

.cont_white {
    font-size: 18px;
}

#header-area .mainmenu ul li:hover a,
#footer-area a:hover {
    color: #119214;
}

.club-list {
    background: #f5f5f5;
    box-shadow: 2px 2px 1px #ccc;
    padding: 15px 0;
}

.club-list h3 {
    text-align: center;
    margin-bottom: 10px;
}

.site_content {
    margin: 0px auto;
    width: auto;
    max-width: 840px;
    text-align: left;
    padding: 0px 10px;
    position: relative;
    overflow: hidden;
}

.cont_white p a:hover {
    color: #e37303;
    cursor: pointer
}

.club-list1 ul {
    padding-left: 35px;
}

.terms_content p {
    font-size: 16px;
}

.terms_content h1 {
    font-size: 33px;
    margin-bottom: 15px;
    color: #119214;
}

.btn-search .register:hover {
    color: #000;
    background-color: #fff;
}

.btn-search .btn-near:hover {
    color: #fff;
    background-color: #119214;
    border-color: #119214;
}

.btn-dark.player-searchbtn:hover {
    background-color: #fff;
    color: #000000;
}

.a_save_club a:hover {
    color: #e37303;
}

.search-title {
    margin-bottom: 25px;
}

.btn-dark.player-searchbtn {
    background: #119214;
    border-color: #119214;
    width: 47%;
    float: left;
    margin-right: 3.5%;
}

.dark_bg .collapse {
    display: none;

}

.dark_bg .collapse.show {
    display: block;
    background: transparent;
}

.countries a {
    padding: 0 8px 6px 0;
    text-decoration: underline;
    color: #1e8b0f;
    white-space: nowrap;
}

.orange {
    color: #e37303;
}

.region .form-group {
    width: 95%
}

.handicap-group {
    margin-bottom: 20px
}

.region-bottom1 {
    margin-bottom: 10px
}

.connect:hover {
    color: #e37303;
}

/*swiper*/
.players-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -3px;
}

.players-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -1px;
}

.padding-icon {
    padding: 0 35px;
}



/* dashboard */
#page-title-area-dashboard {
    background-image: url(../img/background-bg.jpg);
    /*margin-top: 69px;*/
    height: 50vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

#image_area .profile_h1 {
    color: #fff;
    margin: 0px;
    padding: 0px;
    font-size: 25px;
    text-align: left;
    vertical-align: bottom;
    display: inline-block;
    margin-bottom: -10px;
    margin-left: 5px;
}
/*#image_area{
	margin-top: 115px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    position: relative;
    height: auto;
}*/
.dashboard-inner {
    background-color: #071805
}

.name-dashboard {
    color: #1e8b0f;
    font-size: 18px
}

.dashboard-inner p {
    padding: 10px 0px;
}

.dashboard-inner h4 {
    color: #fff;
    font-size: 19px;
}

.dashboard-inner {
    padding: 20px 0 20px 0;
    color: #fff;
    text-align: center
}

.score-section,
.cont_row_white,
.inner_content_970 {
    height: auto !important;
}

.linethu {
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.connections {
    background-color: #071805;
    padding: 10px 0;
}

.connections h3 {
    margin-right: 10px;
    color: #e37303;
    vertical-align: middle;
}

.connections span {
    color: #fff
}
.cont_row_white .linethu {
    margin-top: 15px;
    text-align: center;
}
.buddy_slide_div {
    text-align: center;
}
#image_area img {
    width: 100px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    vertical-align: bottom;
}
.profile_h1_div{
   padding: 0px 10px 0 0;
    margin: 7px 0px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
}
.section-dashboard {
    padding: 10px 0;
}

.glofclubs.section-dashboard {
    padding: 0px !important;
}

/*12-26  player profile page start*/
.course {
    display: inline-block;
    vertical-align: top;
    width: 55%;
   /* min-width: 400px;*/
    padding-top: 2px;
}

.circ40 {
    border-radius: 50%;
    width: 46px;
    height: 46px;
    padding: 3px 0 0 0px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    display: inline-block;

}

.crs_info_block {
    display: inline-block;
    width: 100px;
    padding-top: 5px;
    vertical-align: top;
    float: right;
}

.crs_info_block div {
    margin: 0px 2px;
}

.o_white {
    background-color: #fff;
    color: #111;
    border: 1px solid #777;
}

.crs_info {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    vertical-align: top;
    max-width: 75%;
}

.crs_description_div {
    font-size: 16px;
}

.clb {
    color: #071805;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0px;
}

.crs {
    color: #777777;
    text-decoration: none;
    font-size: 1.0em;
    padding: 3px 0px;
}

.date {
    font-size: 0.9em;
    padding-bottom: 8px;
}

.cour-ses {
   /* border-bottom: 1px dashed #071805;*/
    margin-bottom: 20px;
}

.can-help {
    display: inline-block;
    margin-right: 10px;
    color: #e37303;
    vertical-align: middle;
}

h3.linethu:before,
h3.linethu:after {
    border-top: 1px solid #222;
    content: '';
    display: table-cell;
    position: relative;
    top: 0.7em;
    width: 45%;
}

.filling-help {
    margin-bottom: 15px;
}

.linethu-1 {
    color: #fff;
    text-align: center;
}

.dashboard-inners {
    background-color: #071805;
    padding: 20px;
}

.nera-players {
    padding: 4px 30px;
}

.bud_block {
    display: inline-block;
    width: 90px;
    text-align: center;
    margin: 0px 4px 10px 0;
    color: #071805;
    overflow: hidden;
}

.bud_block a.budimg {
    color: #fff;
    display: block;
    width: 88px;
    /* height: 20px;*/
    padding-top: 109px;
    overflow: hidden;
    vertical-align: bottom;
    text-decoration: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-repeat: no-repeat;
    background-size: 90px 103px;
    background-position: top center;
    background-color: #10350c;
    border: 0px;
    text-align: center;
    font-size: 0.8em;
}

.black-fill {
    background-color: #000;
    color: #000
}

.players-near {
    text-align: center;
}

.player-near {
    padding: 15px 0
}

.aorange-1 {
    color: #e37303;
    text-decoration: underline;
    font-size: 18px;
}

.profile_h1-name {
    font-size: 20px;
    color: #fff;
    font-weight: 200;
}

.shelf {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    margin-bottom: -11px;
}

.player-near .single-article {
    margin-bottom: 20px;

}

/*player-profile end*/
.swiper-content {
    width: 92%;
    margin: auto;
    position: initial;
    height:max-content;

}
.swiper-wrapper{
    height: auto;
}
#players-area .swiper-slide{
    height: 250px;
}
.content-padding {
    position: relative;
    padding: 0 25px;
}

.swiper-button-next,
.swiper-button-prev {
    top: 60%;
}

.player-input {
    border: none;
    background: #15260b;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    border-bottom: 1px dashed #119214;
}

.golf-player-profile {
    display: inline-block;
    width: auto;
    vertical-align: top;
    margin-right: 5px;
    max-width: 93px;
}

.munk-header{
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index: 999;
    height: 91px;
    display: flex;
    align-items: center;
}
body.admin-bar .munk-header {
    margin-top: 32px;
}

#page {
    padding-top: 91px;
}
body.admin-bar #page {
    padding-top: 123px;
}

#menu-menu-1.navbar-nav {
    margin-top: 0px !important;
}

.munk-header .row > div:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.helpblock{
    padding:16px 0;
}

.googledoc-iframe{
    width:100%;
}
table.buffertable{
    border-collapse:separate;
    padding:10px 0;
}
.table_center th {
color: #ffffff;
text-align: center;
padding: 5px;
background-color: #4B5E2D;
font-size:15px;
}
.table_center td.lefttd {
    text-align: left;
    color: #ffffff;
    padding-left: 10px;
    background-color: #4B5E2D;
}
.curve_top {
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
border-top-left-radius: 10px;
}
.main-play{
  padding: 5px 10px;
}
.address-mulligans{
	background-color: #e1e1e1;
	padding: 10px 0;
}
.mulligan-name-address h2{
    color: #000;
    font-size: 30px;
    padding: 5px 0;
}
.mulligan-name-address a{
font-size: 15px;
}
.mulligan-name-address p{
	color: #000;
	font-size: 17px;
	padding: 5px 0;

}
.dashboard-golf{
    padding: 25px 0 22px 0;
    color: #fff;
    text-align: center;
    background-color: #071805;
    margin-bottom: 5px;
}
.dashboard-golf a{
    background-color: #CC6600;
    color: #fff;
    padding:7px 6px 7px 9px;
    border-radius: 10px;
    margin-right: 10px;
    border: 1px solid #CC6600
}
.dashboard-golf a:hover{
    background-color: #fff;
    color: #CC6600;
}
.scorecards{
    text-align:center;
    background-color:#f0eaea9e;
    border-radius:20px;
    margin-bottom: 10px;
}
.abc li{
    float:left;
    width:20%;
    padding-right:24px;

}
.abc img{
    width: 9%;
    float:right;
}
.facility-list span{
    float:left;
}
.club-facility{
    padding: 20px 0px;
    margin-bottom: 20px;
}
#facilities_div{
    display: inline-block;
    width: 100%;
}
.fees_block {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.fees_block h3{
    text-align:center;
    font-size: 21px;
    padding-bottom: 10px;
}
.fees-section{
    background-color:#f0eaea9e;
    padding: 10px 10px 22px 10px;
    border-radius:20px;
}
.green-p p{
    background-color: #071805;
    color: #fff;
    padding: 10px 20px 10px 21px;
    /* border: 10px; */
    border-radius: 10px;
    margin-left: 20px;
    font-size: 14px;
}
.white_bg .a_green{
background-color: #129115;
display: inline-block;
}
.web-join{
    font-size: 15px;
}
.course-Score{
font-size: 26px;
}
.whites-1{
    margin:10px auto 0px auto;  
    text-align:center;
     background-color: #f0eaea9e;
    padding: 10px;
    border-radius:10px;
    margin-bottom: 16px;
}
.view-dark{
    background: #119214;
    border-color: #119214;
    padding: 4px 20px;
}
.view-dark:hover{
    background-color: #fff;
    color: #000;
    border-color: #119214;
}
.finds-golfs{
    margin-top: 20px;
}
@media (min-width: 900px) {
    .finds-golfs {
        height: 150px !important;
    }
}
.container_bg_21{
	background:url(../img//trans_black_50.png) bottom repeat-x;
}
.inner_content_972{
	position: relative;
	height: 49vh;	
}
.stats_buts {
    margin: 7px 0 7px 0px;
    display: inline-block;
    position: absolute;
    bottom: 5px;
    right: 5px;
}
.f2{
    float: left;
}
.o_green {
    background-color: #129115;
}
.circ50 {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    padding: 10px 0 0 0px;
    color: #FFFFFF;
    font-size: 1.2em;
    display: inline-block;
    text-align: center!important;
}
.m10_r {
    margin-right: 10px;
}
.circ_val {
    margin: 0px auto 0 auto;
    color: #fffbfb;
    padding: 0px;
    display: block;
    font-size:9px;
    text-align: center;
}
.circ_val a {
    color: #ddd;
    padding: 0px;
}
.o_amber{
    background-color: #d5540d;
}
.o_red{
    background-color: #ab1e13;
}
.sr0 {
    background-color: #ffffff;
    padding: 0 0 10px 4px;
    height: auto;
    font-size: 1em;
    border-bottom: 1px dashed #071805;
    width: auto;
    position: relative;
    clear: both;
    margin-bottom: 10px;
}
/*.sr0 .course {
    display: inline-block;
    vertical-align: top;
    width: 55%;
    min-width: 400px;
    padding-top: 2px;
}*/
.sr0 .crs_info {
    display: inline-block;
    width: auto;
    padding-right: 10px;
    vertical-align: top;
    max-width: 75%;
}
.sr0 .clb {
    color: #071805;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0px;
}
.sr0 .crs {
    color: #777777;
    text-decoration: none;
    font-size: 17px;
    padding: 0;
}
.sr0 .date {
    font-size: 15px;
    
}
.sr0 .crs_info_block {
    display: inline-block;
    width: 106px;
    padding-top: 5px;
    vertical-align: top;
    float: right;
}

.o_grey {
    background-color: #515c50;
}
/*.circ40 {
    border-radius: 50%;
    width: 44px;
    height: 36px;
    padding: 8px 0 0 0px;
    color: #FFFFFF;
    font-size: 1.0em;
    text-align: center;
    display: inline-block;
}*/

.sr0 .scr_block {
    width: 300px;
    display: inline-block;
    height: 60px;
    padding-left: 5px;
    vertical-align: top;
    border-left: 1px dashed #071805;
}
.sr0 .more_block {
    display: inline-block;
}
.sr0 .scr_number_block div {
    margin-right: 3px;
}

.sr0 .leftabit {
    padding-top: 7px;
    display: inline-block;
    vertical-align: top;
}
.sr0 .leftabit div {
    margin: 0px 2px;
}
.sr0 .scr_number_block div {
    margin-right: 3px;
}
.o_dark {
    background-color: #071805;
}
.sr0 .scr_number_block {
    width: 126px;
    display: inline-block;
    vertical-align: top;
}
.sr0 .more_block {
    display: inline-block;
    vertical-align: top;
    padding-top: 12px;
}
.a_orange {
    background-color: #CC6600;
}

.but {
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: normal;
    font-size: 1em;
    margin: 0px 0 5px 0px;
    padding: 6px 10px 7px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 0px;
    display: inline-block;
    text-align: center;
}
.view-all-scores{
	background: #119214;
    border:1px solid #119214;
    padding: 5px 20px;
    border-radius:5px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
}

.view-all-scores:hover{
	background-color: #fff;
	color:#119214;
}
.view-all-div{
   width: 27%;
   display: inline-block;
}
.view-more-table{
	width: 100%;
    border-radius: 6px;
    background-color: #071805;
    height: auto;
    color: #fff;
    border-spacing: 3px;
    border-collapse: separate;
}
.view-more-table tr td{
	padding: 2px 8px;
    text-align: center;
}
.left_title{
	background: #184d13;
    border-radius: 5px;
}
.left_title_orange{
    background-color: #d5540d;
    border-radius: 5px;
}
.scorecards .circ50{
	margin-right: 4px;
}
.scorecards .circ50 span {
    font-size: 0.75em!important;
    font-weight: normal!important;
}
.circle-golf-par{
    width: 78%;
    display: inline-block;
}
.golf-par-table{
   width: 100%;
    border-spacing: 1px;
    border-collapse: separate;
}
.golf-par-table tr th{
    padding: 2px 8px;
    text-align: center;
    background: #1e6415;
    color: #fff;
    font-weight: 100;
}
.golf-par-table tr td{
   padding: 2px 8px;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
}
.grey-span_open{
	display: inline-block;
    width: 100%;
}
.circle_left_border{
	border-left: 2px dashed #d5540d;
}
.col_1_tits{
	display: inline-block;
    vertical-align: top;
}
.col_1_tits .hb{
	padding: 3px 3px;
    white-space: nowrap;
    font-size: 16px;
}
.club-glf-name{
    font-size: 19px;
}
.article_glf_name{
    margin-bottom: 30px;
}
#content{
    margin-top: 100px;
}
.hadicaps_images{
    margin-bottom: 20px;
}
.hadicaps_images img{
   width: 100%;
   border-radius: 10px;
    margin-bottom: 10px;
}
.your-handicaps{
    text-align: center;
    font-size: 18px;
    display: block;
    color: #129115;
}
.fl h1,.map_site_heading{
    color: #129115;
   font-size:30px;
   margin-bottom: 15px;
}
 #image_areas img{
    width: 150px;
    display: inline-block;
    vertical-align: bottom;
}
.template_cv h3{
    font-size: 24px;
    font-weight: 100;
}
.xclub_ximg h5{
    margin-top: 10px;
}
.strong_wth{
    font-size: 17px;
    margin: 8px 0px;
}
.subs_your{
   margin-left: 24px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.subs_your li{
   list-style-type: decimal;
}
.template_cv h4{
    font-weight: 200;
    font-size: 20px;
}
.template_cv{
overflow: auto;
}
.template_cv a{
    color: #129115
}
.subnav_title,.subnav_titlethis{
    background-image: url(../img/arro_r_min.png);
    background-position: left;
    background-repeat: no-repeat;
    padding: 2px 0 7px 23px;
    height: 27px;
}
.subnav_title a,.subnav_titlethis a{
    font-size: 17px;
}
.want_to_btr{
   color: #119214;
    font-size:36px;
}


@media (min-width: 900px) {
    .page-template-find-a-golf-club .rate_1 {
        font-size: 28px;
        position: absolute;
        right: 36px;
        top: 0;
    }

    .page-template-find-a-golf-club .finds-golfs > .article-body h3 > a {
        font-size: 34px;
    }
    
    .page-template-find-a-golf-club .finds-golfs > .article-body h3 {
        font-size: 34px;
        margin-bottom: 20px;
    }

    .page-template-find-a-golf-club .finds-golfs > .article-body > .row > .col-10 {
        position: static;
    }

    .page-template-find-a-golf-club  .finds-golfs > .article-body {
        height: calc(100% - 30px);
    }

    .page-template-find-a-golf-club .finds-golfs .a_save_club {
        position: absolute;
        bottom: 0;
    }
}

.mul-affiliate-link {
    position: absolute;
    bottom: 0;
    padding: 20px 30px;
    right: 10px;
    background: #119214;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom-right-radius: 4px;
    border-radius: 59px;
    box-shadow: 0px 0px 0px #00000040;
    transition: .3s;
}

.mul-affiliate-link:hover {
    background: #0e7110;
    color: white;
    box-shadow: 0px 6px 12px #00000040;
    transform: translate(0px, -3px);
}

.sfsi_wDiv.norm_row {
    display: flex !important;
    width: 50px !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    position: fixed !important;
}

@media (max-width: 900px) {
    .sfsi_wDiv.norm_row {
        flex-direction: row !important;
        width: 200px !important;
        top: unset !important;
        bottom: 25px !important;
        justify-content: flex-end;
    }
}

@media (max-width: 575px) {
    .navbar.navbar-expand-sm {
        position: absolute;
        top: 0;
        background: white;
        width: 100%;
        left: 0;
        padding-bottom: 20px !important;
    }
}

@media only screen and (max-width: 768px) {
    .collapse.show {
        display: block !important;
    }
}

.mul-full-search-wrapper {
	display: flex;
	flex-direction: row;
	height: 50px;
	position: relative;
}

.mul-full-search-wrapper > input {
	width: 100%;
	height: 100%;
	border: none;
}

.mul-full-search-results {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: white;
	z-index: 100;
	border-radius: 2px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	padding: 10px;
	transition: .3s;
	pointer-events: none;
	opacity: 0;
	transform: translateY(100%);
}

.mul-full-search-results.active {
	pointer-events: all;
	opacity: 1;
	transform: translateY(0%);
}