/*************** Header ****************/

#top-header #et-info {
    width: 100%;
}

#top-header .et-social-icons {
    float: right;
}

/*********** Home Top Slider *************/

.cs-top-slider .et_pb_container {
    margin-left: 0px;
}

.cs-sep {
    padding-bottom: 0px;
}

.cs-btn-ast {
    background-color: #f77a00;
    padding: 16px 20px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 7px;
    color: #fff;
		margin-top: 15px;
    margin-bottom: 15px;
}

.cs-btn-ast:hover, .cs-btn-sup:hover {
    background-color: #006a58;
    color: #fff;
}

.cs-btn-sup {
    background-color: #ffffff;
    padding: 16px 20px;
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 7px;
    color: #006a58;
    border: solid 2px #006a58;
}

/************ Homepage *************/

.cs-immigration-service-reach .et_pb_column {
    border-radius: 15px;
}

.cs-prices-donate ul {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 25px;
}

.cs-prices-donate ul li {
    display: inline-block;
}

.cs-prices-donate ul li a {
    padding: 17px 30px;
    margin: 0px 5px;
    background-color: #fff;
    border-radius: 15px;
    border: solid 2px #e5e5e5;
    font-size: 15px;
    font-weight: 500;
}

.cs-prices-donate ul li a:hover {
    background-color: #050148;
    color: #fff;
    border: solid 2px #050148;
}

.cs-same-brb .et_pb_blurb_description {
    min-height: 120px;
}

/************* Buttons *****************/

.et_pb_button, .et_pb_button:hover {
    padding: 15px 40px !important;
}

/******** Hover Animations ************/

.cs-simple-home-steps .et_pb_column:hover .et_pb_blurb .et_pb_blurb_container, .cs-simple-home-steps .et_pb_column:hover .et_pb_blurb .et_pb_module_header {
    color: #fff !important;
}

/************ Mobile Responsive ********************/

@media only screen and (max-width: 786px) {
		
		#main-header .container {
    width: 90%;
}
	
		#top-header #et-info {
    line-height: 1.7em;
}
		
		.et_header_style_left #logo {
        max-width: 70%;
    }
		
		.cs-prices-donate ul li {
    display: block;
    line-height: 2em;
}

.cs-prices-donate ul li a {
    line-height: 3.5em;
    padding: 12px 30px;
    margin: 0px 5px;
    background-color: #fff;
    border-radius: 15px;
    border: solid 2px #e5e5e5;
    font-size: 15px;
    font-weight: 500;
}
		
}

/********** Footer ************/

#main-footer {
    display: none;
}