.container{
        max-width: 1170px;
    }
    /** service detail css **/
    #service_detail{
        margin-top: 82px;
        margin-bottom: 150px;
    }
    #service_detail .service_info {
        padding-right: 30px;
    }
    #service_detail .service_image img{
        width: 100%;
        margin-bottom: 50px;
    }
    #service_detail .service_title{
        font-size: 36px;
        line-height: 45px;
        font-family: 'Poppins';
        font-weight: 700;
        color: #000;
        margin-bottom: 32px;
    }
    #service_detail .service_info p {
        font-family: 'Open Sans';
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        color: #000;
    }
    #service_detail .service_paragraph{
        margin-bottom: 50px;
    }
    #service_detail .service_info .more_text{
        padding: 31px 40px;
        border-left: 8px solid #0693E3;
        box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
    }
    #service_detail .service_info .more_text p{
        margin: 0;
    }
    /** service detail css **/
    /** sidebar css **/
	.sidebar_search{
		padding-bottom: 30px;
    	margin-bottom: 30px;
    	border-bottom: 3px solid #0693E3;
	}
	.sidebar_search form{
		display: flex;
	}
	.sidebar_search form input[type="search"]{
		height: 60px;
		border: none;
		background: #d9d9d9;
		padding: 0 20px;
		flex-grow: 1;
		outline: none;
	}
	.sidebar_search form input[type="search"]::placeholder{
		font-size: 16px;
		color: #000000;
    	opacity: 0.5;
    	font-family: 'Poppins';
	}
	.sidebar_search form input[type="submit"]{
		width: 81px;
		border: none;
		color: transparent;
		background: #0693E3;
		background-image: url(../images/serach_icon.png);
		background-size: 30px;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}
	.sidebar_articles {
		padding-bottom: 70px;
		margin-bottom: 55px;
		border-bottom: 3px solid #0693E3;
	}
	.sidebar_articles .heading{
		font-size: 24px;
		line-height: 30px;
		color: #000;
		font-family: 'Poppins';
		font-weight: 500;
		margin-bottom: 35px;
	}
	.sidebar_articles .articles_list .article{
		display: flex;
		align-items: center;
	}
	.sidebar_articles .article_img img{
		width: 100px;
		height: 100px;
		object-fit: cover;
		display: block;
		margin-right: 19px;
	}
	.sidebar_articles .article .article_title{
		font-size: 20px;
		line-height: 24px;
		color: #000;
		font-family: 'Poppins';
		font-weight: 500;
		margin-bottom: 13px;
	}
	.sidebar_articles .article .article_category{
		font-size: 16px;
		line-height: 19px;
		color: #000;
		font-family: 'Poppins';
		font-weight: 500;
	}
	.sidebar_articles .articles_list .article:not(:last-child) {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	}
    .sidebar_help {
        background: #f6f6f6;
        text-align: center;
        padding: 30px 60px;
    }
    .sidebar_help .help_title{
        color: #000;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 15px;
    }
    .sidebar_help .help-text{
        color: #000;
        font-size: 15px;
        font-family: 'Open Sans';
        font-weight: 500;
        margin-bottom: 20px;
    }
    .sidebar_help .help_button{
        display: inline-block;
        background: #0693E3;
        color: #fff;
        padding: 7px 17px;
        text-decoration: none;
        font-family: 'poppins';
    }
	/** sidebar css **/
    /** media query css **/
    @media(max-width:1200.98px){
        .sidebar_help{
            padding: 30px 15px;
        }
    }
    @media(max-width:991.98px){
        #service_detail .service_info{
            padding: 0;
            margin-bottom: 60px;
        }
    }
    @media(max-width:767.98px){
        #service_detail .service_title{
            font-size: 22px;
            line-height: 33px;
            margin-bottom: 16px;
        }
        #service_detail .service_info p{
            font-size: 15px;
            line-height: 22px;
        }
        #service_detail .service_image img{
            margin-bottom: 15px;
        }
    }
    /** media query css **/