@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap');

#services_telecom {
    min-height: 400px;
    /*font-family: 'Anonymous Pro', sans-serif;*/
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	display: flex;
	justify-content: center;
}

.card {
    border-radius: 30px !important;
    height: max-content !important;
    padding-bottom: 10px !important;
    margin-top: 1rem !important;
    margin-left: 1rem !important;
}

.title-service {
    color: #B48C1C;
    font-size: 33px;
    text-transform: uppercase;
}

.price-service {
    color: #B48C1C;
    font-size: 25px;
}

.description-service {
    color: #000000;
    font-weight: bold;
    font-style: italic;
    font-size: 17px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 15px;
}

.btn-hire {
    background-color: #ECBC2C !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-size: 19px !important;
}

.btn-hire:hover {
    background-color: #B48C1C !important;
}

.form-control {
    width: 90% !important;
    height: auto;
}



/*=============
Adding tick marks
=========================*/
.sliderticks {
    display: flex;
    justify-content: space-between;
    padding: 0px 14px 50px 14px;
}

.sliderticks span {
    display: flex;
    justify-content: center;
    width: 1px;
    height: 10px;
    background: #B48C1C;
    line-height: 40px;
}

/*=============
End tick marks
=========================*/

#pagination{
	justify-content: center;
}

#pagination button{
	font-size: 30px;
	font-style: italic;
	color: var( --e-global-color-1ca7a8e );
  	font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  	font-weight: var( --e-global-typography-primary-font-weight );
  	text-transform: var( --e-global-typography-primary-text-transform );
  	line-height: var( --e-global-typography-primary-line-height );
}

.range-slider label, .slider_service_1 label, .slider_service_2 label{
	margin-bottom: 15px;
}

input[type="range"] {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 15px;
    /*  overflow: hidden;  remove this line*/

    /* New additions */
    height: 30px;
    background: #ccc;
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
    /* removing default appearance */
    -webkit-appearance: none;
    appearance: none;
    /* creating a custom design */
    height: 30px;
    width: 30px;
    background-color: #B48C1C;
    border-radius: 50%;
    border: none;

    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
    height: 30px;
    width: 30px;
    background-color: #B48C1C;
    border-radius: 50%;
    border: none;

    /* box-shadow: -407px 0 0 400px #f50; emove this line */
    transition: .2s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */

input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(180, 140, 28, .1)
}

input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(180, 140, 28, .2)
}

input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(180, 140, 28, .2)
}

/* Hover, active & focus Thumb: Firfox */

input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(180, 140, 28, .1)
}

input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(180, 140, 28, .2)
}

input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(180, 140, 28, .2)
}

/*=============
Aesthetics 
=========================*/

body {
    font-family: system-ui;
}

h1 {
    color: #4b4949;
    text-align: center;
}

.wrapper {
    color: #B48C1C;
    text-transform: uppercase;
    /* background: #f50; */
    width: 100%;
    height: auto;
    margin: 0px;
}

.wrapper label {
    font-size: 33px;

}

.range {
    max-width: 500px;
    margin: 30px auto auto auto !important;
    height: auto;
    width: 100%;
    background: #fff;
    padding: 20px 20px 50px 20px !important;
    border-radius: 30px;
}

.description_services p {
    margin: 40px auto;
    margin-bottom: 15px;
    font-size: 20px;
}

.range-slider {
    min-width: 80%;
    height: auto;
}

.slider_price {
    margin: 15px 0px !important;
    /* font-size: 20px; */
    font-size: 25px;
}

.section_info{
    margin-top: 24px;
}

.slider_price p {
    margin: auto;
    width: 20%;
    background-color: #fff;
    border-radius: 18px;
    padding: 5px;
}

.slider_service_1, .slider_service_2{
    margin-top: 25px !important;
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 30px 20px 30px;
    height: fit-content;
}

.slider_service_2 {
    max-width: 50% !important;
    height: auto;
    margin-left: 20px;
}

.slider_service_3{
	width: 100%;
	height: auto;
	margin-left: 20px;
}

.slider_s3_3{
	margin-top: 15px;
}

.services_telecom_extra_line{
    margin-top: 20px;
    margin-bottom: 20px;
}

.services_telecom_extra_line ul {
    list-style: none;
    padding: 0;
    margin: auto;
}

.services_telecom_extra_line ul li {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.services_telecom_extra_line ul li .extra_line_price{
    margin-left: 10px;
    margin-right: 0px;
    color: #B48C1C;
}

.extra_line{
    margin-left: 0px;
    margin-right: 10px;
    color: #B48C1C;
}

.services_telecom_extra_line ul select{
    margin-left: 10px;
    width: 65px;
}

.services_telecom_extra_line button{
    margin-left: 10px;
}


@media (360px <=width <=720px) {
	#pagination{
		margin-left: 30px;
	}
	
	#pagination button{
		font-size: 19px;
		color: var( --e-global-color-1ca7a8e );
	}
	
    .description_services p {
        width: 90%;
        text-align: center;
        /* font-size: 20px; */
    }

    /* .slider_price {
        font-size: 25px;
    } */

    .card {
        margin: 1rem auto !important;
    }

    .slider_service_2 {
        max-width: 100% !important;
        margin: auto;
    }
}

