
    footer {

	background: #333;

}

    .panel-body ul li .socialicons {

	width: 50px;

	height: 50px;

	display: flex;

	text-align: center;

	align-items: center;

	vertical-align: middle;

	border-radius: 50%;

	margin: 15px 0px;

}

    footer .container .row .col-lg-12:nth-child(2) .panel-body ul li:nth-child(1) .socialicons{background: #3b5999;}

    footer .container .row .col-lg-12:nth-child(2) .panel-body ul li:nth-child(2) .socialicons{background: #55acee;}

    footer .container .row .col-lg-12:nth-child(2) .panel-body ul li:nth-child(3) .socialicons{background: #dd4b39;}

    footer .container .row .col-lg-12:nth-child(2) .panel-body ul li:nth-child(4) .socialicons{
        background: #f09433; 
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    }

    footer .container .row .col-lg-12:nth-child(2) .panel-body ul li:nth-child(5) .socialicons{background: #34465d;}

.socialicons i {

	font-size: 24px;

	font-style: normal;

	margin: 0 auto;

	padding-right: 0 !important;

}

    

    /*tabs css*/



.tabs {

	left: 50%;

	-webkit-transform: translateX(-50%);

	transform: translateX(-50%);

	position: relative;

	/*background: white;*/

	padding-top: 20px;

	padding-bottom: 30px;

	/* width: 70%; */

	height: auto;


}



    .tabs input[name="tab-control"] {

        display: none;

    }



.tabs .content section h2, .tabs ul li label {

	font-weight: normal;

	font-size: 15px;

	color: #333;

}



.tabs ul {

	list-style-type: none;

	padding-left: 0;

	display: block;

	margin: 0;

	border-bottom: dashed 1px #d5d5d5;

}



.tabs ul li {

	box-sizing: border-box;

	flex: 1;

	width: 19.5%;

	padding: 0 10px;

	text-align: left;

	color: #333;

	display: inline-block;

}

.content section ul li {

	width: 29%;

	position: relative;

	padding: 10px 0px 10px 35px;

	margin: 0 20px;

	cursor: pointer;

	background: url(https://www.findamericanrentals.com/new-updated-files/img/icon/map-marker.svg) no-repeat;

	background-size: 30px 30px;

	background-position: 0% 50%;

}

    .content section ul li a{

        color: #000;

    }

	.content section ul li a:hover{

        color: #24b3d1;

		font-weight:normal;

    }
.content section ul {

	border-bottom: none;

	display: block;

	/*text-align: center;*/

}

.tabs ul li label {

	transition: all 0.3s ease-in-out;

	color: #5a5a5a;

	padding: 5px auto;

	overflow: hidden;

	text-overflow: ellipsis;

	display: block;

	cursor: pointer;

	transition: all 0.2s ease-in-out;

	white-space: nowrap;

	-webkit-touch-callout: none;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

	text-align: center;

}



    .tabs ul li label br {

        display: none;

    }



    .tabs ul li label svg {

        fill: #929daf;

        height: 1.2em;

        vertical-align: bottom;

        margin-right: 0.2em;

        transition: all 0.2s ease-in-out;

    }



    .tabs ul li label:hover,

    .tabs ul li label:focus,

    .tabs ul li label:active {

        outline: 0;

        color: #24B3D1;

    }



    .tabs ul li label:hover svg,

    .tabs ul li label:focus svg,

    .tabs ul li label:active svg {

        fill: #24B3D1;

    }



.tabs .slider {

	position: relative;

	width: 19.5%;

	transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);

	background: none;

	border: none;

	padding: 0;

	margin-top: -3px;

}



    .tabs .slider .indicator {

        position: relative;

        width:100%;

        max-width: 100%;

        margin: 0 auto;

        height: 4px;

        background: #24B3D1;

        border-radius: 1px;

    }



    .tabs .content {

        margin-top: 30px;

    }



    .tabs .content section {

        display: none;

        -webkit-animation-name: content;

        animation-name: content;

        -webkit-animation-direction: normal;

        animation-direction: normal;

        -webkit-animation-duration: 0.3s;

        animation-duration: 0.3s;

        -webkit-animation-timing-function: ease-in-out;

        animation-timing-function: ease-in-out;

        -webkit-animation-iteration-count: 1;

        animation-iteration-count: 1;

        line-height: 1.4;

    }



    .tabs .content section h2 {

        color: #428BFF;

    }


    .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {

        cursor: default;

        color: #000;

		font-weight:600;

    }



    .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {

        fill: #000;

    }



    @media (max-width: 600px) {

        .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {

            background: rgba(0, 0, 0, 0.08);

        }

    }



    .tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {

        -webkit-transform: translateX(0%);

        transform: translateX(0%);

    }



    .tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {

        display: block;

    }



    .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {

        cursor: default;

        color: #000;

		font-weight:600;

    }



    .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {

        fill: #333;

    }



    @media (max-width: 600px) {

        .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {

            background: rgba(0, 0, 0, 0.08);

        }

    }



    .tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {

        -webkit-transform: translateX(100%);

        transform: translateX(102%);

    }



    .tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {

        display: block;

    }



    .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {

        cursor: default;

        color: #000;

		font-weight:600;

    }



    .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {

        fill: #333;

    }



    @media (max-width: 600px) {

        .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {

            background: rgba(0, 0, 0, 0.08);

        }

    }



    .tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {

        -webkit-transform: translateX(200%);

        transform: translateX(204%);

    }



    .tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {

        display: block;

    }



    .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {

        cursor: default;

        color: #000;

		font-weight:600;

    }



    .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {

        fill: #333;

    }



    @media (max-width: 600px) {

        .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {

            background: rgba(0, 0, 0, 0.08);

        }

    }



    .tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {

        -webkit-transform: translateX(300%);

        transform: translateX(306%);

    }



    .tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {

        display: block;

    }

    

    

    .tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {

        cursor: default;

        color: #000;

		font-weight:600;

    }



    .tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label svg {

        fill: #333;

    }



    @media (max-width: 600px) {

        .tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {

            background: rgba(0, 0, 0, 0.08);

        }

    }



    .tabs input[name="tab-control"]:nth-of-type(5):checked~.slider {

        -webkit-transform: translateX(400%);

        transform: translateX(408%);

    }



    .tabs input[name="tab-control"]:nth-of-type(5):checked~.content>section:nth-child(5) {

        display: block;

    }

    

    .tabs input[name="tab-control"]:nth-of-type(6):checked~ul>li:nth-child(6)>label {

        cursor: default;

        color: #333;

    }



    .tabs input[name="tab-control"]:nth-of-type(6):checked~ul>li:nth-child(6)>label svg {

        fill: #333;

    }



    @media (max-width: 600px) {

        .tabs input[name="tab-control"]:nth-of-type(6):checked~ul>li:nth-child(6)>label {

            background: rgba(0, 0, 0, 0.08);

        }

    }



    .tabs input[name="tab-control"]:nth-of-type(6):checked~.slider {

        -webkit-transform: translateX(500%);

        transform: translateX(510%);

    }



    .tabs input[name="tab-control"]:nth-of-type(6):checked~.content>section:nth-child(6) {

        display: block;

    }



    @-webkit-keyframes content {

        from {

            opacity: 0;

            -webkit-transform: translateY(5%);

            transform: translateY(5%);

        }



        to {

            opacity: 1;

            -webkit-transform: translateY(0%);

            transform: translateY(0%);

        }

    }



    @keyframes content {

        from {

            opacity: 0;

            -webkit-transform: translateY(5%);

            transform: translateY(5%);

        }



        to {

            opacity: 1;

            -webkit-transform: translateY(0%);

            transform: translateY(0%);

        }

    }



    @media (max-width: 1000px) {

        .tabs ul li label {

            white-space: initial;

        }



        .tabs ul li label br {

            display: initial;

        }



        .tabs ul li label svg {

            height: 1.5em;

        }

    }



    @media (max-width: 600px) {

        .tabs ul li label {

            padding: 5px;

            border-radius: 5px;

        }



        .tabs ul li label span {

            display: none;

        }



        .tabs .slider {

            display: none;

        }



        .tabs .content {

            margin-top: 20px;

        }



        .tabs .content section h2 {

            display: block;

        }

    }



    /*end tab css*/



.logo-footer-wrap h5 {

	font-size: 24px;

	font-family: 'Pacifico', cursive;

	color: #24b3d1;

	margin: 20px 0;

}

.logo-footer-wrap ul {

    margin: 15px 0;

    padding: 15px 0;

    vertical-align: middle;

    text-align: center;

    display: block;

    border-top: solid 1px #4d4d4d;

}

.logo-footer-wrap ul li {

    max-width: 160px;

    padding: 0;

    margin: 0 auto;

    list-style: none;

    display: inline-block;

}

.logo-footer-wrap ul li a {

    display: block;

    padding: 0 15px;

}

.logo-footer-wrap ul li a img {

    max-width: 100%;

    mix-blend-mode: luminosity;

    transition:  all ease-in-out 0.2s;

}

.logo-footer-wrap ul li:hover a img {

    max-width: 100%;

    mix-blend-mode: normal;

}

.copyright-wrap {

    height: 100%;

    padding: 0;

    text-rendering: optimizespeed;

    font-size: 12px;

    color: #b6b6b6;

    font-family: arial;

    text-align: center;

}

.copyright-wrap p {

    letter-spacing: 0px;

}

footer .panel {

    width: 50%;

    text-align: center;

    margin: 0 auto;

    padding: 0;

    background: transparent;

}



.panel-body .newsletter {

    display: inline-block;

    background: none;

    color: #fff;

    padding: 0px 10px 31px;

    width: 100%;

}
.panel-body .newsletter .tag-title {
	display: inline-block;
	color: #fff;
	padding: 20px;
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
}
.panel-body .newsletter .form-wrapper {

    padding: 0;

    background: 0 0;

    border-radius: 10px;

    box-shadow: none;

    margin-top: -20px;

}

.panel-body .newsletter .form-wrapper input {
	width: 70%;
	padding: 13px 15px;
	background: rgba(255,255,255,1);
	line-height: normal;
	float: left;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border: 0;
}

.panel-body .newsletter .form-wrapper button {
	width: 30%;
	text-transform: capitalize;
	font-family: 'Maven Pro', sans-serif;
	background: #24b3d1;
	position: relative;
	padding: 10px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border: 0;
	color: #fff;
	font-size: 16px;
}

.panel-body ul {

    margin: 0;

    padding: 0;

    display: block;

}

.panel-body ul li {

    list-style: none;

    display: inline-block;

    text-transform: uppercase;

    font-weight: bold;

}

.panel-body ul li a {

    display: block;

    background: none;

    color: #fff;

    padding: 10px 5px;

    margin-bottom: 0px;

    font-size: 14px;

}

footer .container .row .col-lg-12:nth-child(4) .panel-body ul li a {

    font-size: 12px;

    font-weight: normal;

    padding: 0 10px;

    text-transform: initial;

}

.form-wrapper button::before {

    content: '';

    position: absolute;

    border-width: 8px 8px 8px 0;

    border-style: solid solid solid none;

    border-color: transparent #24B3D1;

    top: 12px;

    left: -6px;

    -webkit-transition: all .8s ease 0s;

    -moz-transition: all .8s ease 0s;

    -ms-transition: all .8s ease 0s;

    -o-transition: all .8s ease 0s;

    transition: all .8s ease 0s;

}

.panel-body .newsletter .form-wrapper button::before {

    border-right-color: #24b3d1;

    transition: all .8s ease 0s;

}

    .copyright {

	background: #000;

	text-align: center;

}
   .stamp {
	float: right;
	margin: 0 15px;
	width: auto;
	padding: 0px;
}
    
    
