/* ===================================================================================

* Theme Name: Routex Child
*Theme URI: https://wp.rrdevs.net/routex/
* Author: RRdevs
* Author URI: https://themeforest.net/user/rrdevs
* Description: Routex - Immigration and Visa Consulting WordPress Theme 
* Version: 1.0.0
* Template: routex
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.teamdetail__from{
	width: 33.33%;
    position: absolute;
    right: 50px;
    top: 100px;
}


/* proper left padding for list - 07/06/2025 */
.visa-details__area ol, .visa-details__area ul,
.coaching-details__area ol, .coaching-details__area ul {
    padding-left: 3rem !important;
/* 	margin-top: -15px !important; */
}
.visa-details__area ol ul, .visa-details__area ul ul,
.coaching-details__area ol ol, .coaching-details__area ul ol {
	margin-top: inherit !important;
}
/* sub menu width adjustment - 07/06/2025 */
.main-menu ul li .submenu {
	min-width: 210px !important;
	right: auto !important;
    left: 0 !important;
}
/* breadcrumb area adjustment - 07/06/2025 */
.breadcrumb__area {
	border-radius: 0px;
	max-width: 100%;
}
/* side bar contact form - 07/06/2025 */
.contact-btn {
	border: none;
}
.sidebar__widget.widget_archive, .widget_categories, .widget_text {
	z-index: 0 !important;
}
.cus_textbox {
	background-color: #fff !important;
    border-radius: 150px;
    height: 65px;
    border: 1px solid #E3DBD8 !important;
    padding: 16px 45px 15px 20px;
}
.cus_textarea{
	background-color: #fff !important;
    border-radius: 30px;
    height: 130px !important;
    border: 1px solid #E3DBD8 !important;
    padding: 13px 45px 13px 20px;
}
#visas_offer_widget-1.visa-details__links-visa .visa-details__widget a{
	background: #FFFFFF;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    border-radius: 150px;
    padding: 20px !important;
}

/* privacy an terms link css - 08/06/2025 */
.privacy_and_terms_link{
	color: #034833 !important;
	font-weight: 700 !important;  
	font-size: 13px !important;
	display: initial !important;
	border: 0px !important;
}
.privacy_and_terms_link:hover{
	color: #83cd20 !important;
}

/* hide recaptcha - 07/06/2025 */
.grecaptcha-badge { 
    visibility: hidden !important;
}
/* contact form components css - 07/06/2025 */
.contact-us__area .contact-us__title-wrapper .contact-us__form-wrapper .contact-us__form .contact-us__input input {
	margin-bottom: 5px;
}
.contact-us__input {
	margin-bottom: 30px;
}
select {
    height: 63px;
    width: 100%;
    padding: 16px 45px 15px 20px;
    border-radius: 150px;
	background-color: #fff !important;
	appearance: none;
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	background: url('data:image/svg+xml;utf8,<svg fill="black" height="14" viewBox="0 0 24 24" width="14" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 20px center;
 	background-size: 20px;	
}
.wpcf7-not-valid-tip {
	color: #dc3232 !important;
}

/* footer css */
.footer__logo img {
    height: 60px;
    max-width: 200px;
    position: relative;
    top: 5px;
}
.footer-5__top{
	align-items: center;
}
.footer-5__top-text{
	padding-left: 0px;
	width: 36%;
}
.foote_mobile_text{
	font-size: 20px;
	font-weight: 700;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #fff;
}
.foote_mobile_text:hover,
.foote_mobile_text:focus{
	color: #83cd20;
}
.footer-5__top-footer-form {
    position: relative;
    top: 5px;
}
/* contact form */
iframe{
	display: block;
}



