
.how_it_work.odoo .custom-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.how_it_work.odoo .single_it_work {
    text-align: center;
    padding: 0 11px;
    margin-bottom: 30px;
}
.how_it_work.odoo .work_progress_icon i {
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 120px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: inline-block;
}
.how_it_work.odoo .work_progress_icon {
    position: relative;
    z-index: 1;
    margin-bottom: 127px;
}
.how_it_work.odoo .work_progress_icon::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    bottom: -32px;
}
.how_it_work.odoo .work_progress_icon::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    bottom: -74px;
}
.how_it_work.odoo .single_it_work_content_list span:before, 
.how_it_work.odoo .single_it_work_content_list span:after{
    display: none;
}
.how_it_work.odoo .single_it_work_content_list span {
    border-radius: 50%;
    font-weight: 600;
    position: absolute;
    top: 0;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    transition: .3s;
    background: #fff;
    border-radius: 50%;
    color: #0C5ADB;
    box-shadow: 0 0 10px #cccccc;
}
.how_it_work.odoo .single_it_work_content_list {
    position: absolute;
    top: 0;
    right: 0;
    left: 53%;
    transform: translate(-50%);
}
.how_it_work.odoo .single_it_work::after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    background-image: url(assets/images/direction-sign.png);
    height: 40px;
    width: 200px;
    background-repeat: no-repeat;
    margin-right: -119px;
    background-size: contain;
}
.how_it_work.odoo .single_it_work_content_list::before {
    display: none;
}
.how_it_work.odoo .single_it_work.last:after{
    display: none;
}
.how_it_work.odoo .section_main_title h1, .section_main_title h2 {
    font-size: 39px;
}
/* How It Work Style Tow */


.dark .single_it_work_content_text p {
    color: #fff;
}
======================================================*/
.single_it_work {
    text-align: center;
}
.single_it_work_content_list{
	position:relative;
}
.single_it_work_content_list::before {
	position: absolute;
	right: -75px;
	top: 26px;
	height: 1px;
	width: 130px;
	content: "";
    border: 1px dashed blue;
	/* background: ; */
}
.single_it_work_content_list::before {
    position: absolute;
    right: -160px;
    top: 26px;
    height: 1px;
    width: 80%;
    content: "";
    border: 1px dashed blue;
	/* background: ; */
}
.single_it_work_content_list.three::before {
	display:none;
}
.single_it_work_content_list span {
    background: #0c5adb;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
	position:relative;
	height:45px; 
	width:45px; 
	line-height:45px; 
	display:inline-block; 
		transition:.3s;
}
.single_work_content_title h4 {
    font-size: 20px;
    font-weight: 700;
}
.single_it_work_content_list span:after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 65px;
    width: 65px;
    content: "";
    background: #0c5adb;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: 0.4;
		transition:.3s;
}
.single_it_work_content_list span:before {
    position: absolute;
    left: -20px;
    top: -20px;
    height: 85px;
    width: 85px;
    content: "";
    background: #0c5adb;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: 0.2;
	transition:.3s;
}
.single_it_work:hover .single_it_work_content_list span,
.single_it_work:hover .single_it_work_content_list span:before,
.single_it_work:hover .single_it_work_content_list span:after{
	transform: scale(1.1);
}
/* responsive-css----- */
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
    .how_it_work.odoo .single_it_work {
        padding: 0 2px!important;
    }
}
   /* Normal desktop :992px. */
   @media (min-width: 992px) and (max-width: 1199px) {
.single_it_work_content_text p {
    font-size: 15px;
}
 .single_it_work_content_text p {
    font-size: 15px;
}
   }
   /* Tablet desktop :768px. */
   @media (min-width: 768px) and (max-width: 991px) {    
    .single_it_work_content_list::before {
        display: none;
    }
   }
    /* Large Mobile :600px. */
    @media only screen and (min-width: 600px) and (max-width: 767px) {         
        .single_it_work_content_list::before {
            display: none;
        }
    }
    /* small mobile :320px. */
    @media only screen and (min-width: 320px) and (max-width: 599px) {
        .single_it_work_content_text p {
            font-size: 15px;
        }
        .single_it_work_content_list::before {
            display: none;
        }
        .single_it_work {
            margin-bottom: 60px !important;
        }
    }
    @media (min-width:998px) and (max-width:1199px) {
        .single_it_work_content_list::before {
            position: absolute;
            right: -135px !important;
            top: 26px;
            height: 1px;
            width: 80%;
            content: "";
            border: 1px dashed blue;
        }
    }
/*====================================================
--<	Techno  How It Work Area Css -->
======================================================*/
.single_it_work {
    text-align: center;
}
.single_it_work_content_list{
	position:relative;
}
.single_it_work_content_list::before {
	position: absolute;
	right: -75px;
	top: 26px;
	height: 1px;
	width: 130px;
	content: "";
    border: 1px dashed blue;
	/* background: ; */
}
.single_it_work_content_list::before {
    position: absolute;
    right: -160px;
    top: 26px;
    height: 1px;
    width: 80%;
    content: "";
    border: 1px dashed blue;
	/* background: ; */
}
.single_it_work_content_list.three::before {
	display:none;
}
.single_it_work_content_list span {
    background: #0c5adb;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
	position:relative;
	height:45px; 
	width:45px; 
	line-height:45px; 
	display:inline-block; 
		transition:.3s;
}
.single_work_content_title h4 {
    font-size: 20px;
    font-weight: 700;
}
.single_it_work_content_list span:after {
    position: absolute;
    left: -10px;
    top: -10px;
    height: 65px;
    width: 65px;
    content: "";
    background: #0c5adb;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: 0.4;
		transition:.3s;
}
.single_it_work_content_list span:before {
    position: absolute;
    left: -20px;
    top: -20px;
    height: 85px;
    width: 85px;
    content: "";
    background: #0c5adb;
    z-index: -1;
    border-radius: 50%;
    right: 0;
    margin: auto;
    opacity: 0.2;
	transition:.3s;
}
.single_it_work:hover .single_it_work_content_list span,
.single_it_work:hover .single_it_work_content_list span:before,
.single_it_work:hover .single_it_work_content_list span:after{
	transform: scale(1.1);
}
/*odoo work process*/
.how_it_work.odoo .custom-container {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
}
.how_it_work.odoo .single_it_work {
    text-align: center;
    padding: 0 11px;
    margin-bottom: 30px;
}
.how_it_work.odoo .work_progress_icon i {
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    width: 120px;
    z-index: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: inline-block;
}
.how_it_work.odoo .work_progress_icon {
    position: relative;
    z-index: 1;
    margin-bottom: 127px;
}
.how_it_work.odoo .work_progress_icon::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    bottom: -32px;
}
.how_it_work.odoo .work_progress_icon::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    bottom: -74px;
}
.how_it_work.odoo .single_it_work_content_list span:before, 
.how_it_work.odoo .single_it_work_content_list span:after{
    display: none;
}
.how_it_work.odoo .single_it_work_content_list span {
    border-radius: 50%;
    font-weight: 600;
    position: absolute;
    top: 0;
    width: 45px;
    line-height: 45px;
    display: inline-block;
    transition: .3s;
    background: #fff;
    border-radius: 50%;
    color: #0C5ADB;
    box-shadow: 0 0 10px #cccccc;
}
.how_it_work.odoo .single_it_work_content_list {
    position: absolute;
    top: 0;
    right: 0;
    left: 53%;
    transform: translate(-50%);
}
.how_it_work.odoo .single_it_work::after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    background-image: url(assets/images/direction-sign.png);
    height: 40px;
    width: 200px;
    background-repeat: no-repeat;
    margin-right: -119px;
    background-size: contain;
}
.how_it_work.odoo .single_it_work_content_list::before {
    display: none;
}
.how_it_work.odoo .single_it_work.last:after{
    display: none;
}
.how_it_work.odoo .section_main_title h1, .section_main_title h2 {
    font-size: 39px;
}
/* How It Work Style Tow */
.it_work_style_two .techno_flipbox .techno_flipbox_font, .it_work_style_two .techno_flipbox .techno_flipbox_back {
    min-height: 410px;
}
.it_work_style_two .it_work_style_two .techno_flipbox .techno_flipbox_inner {
    top: 50%;
}
.techno_flipbox_font .icon {
    color: #fff;
    font-size: 30px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    background: #0c5adb;
    border-radius: 33% 66% 70% 30%/49% 62% 38% 51% !important;
	display:inline-block;
}
.it_work_style_two .techno_flipbox_font {
    background: #ffffff;
    border: 2px solid #e8ecfc;
    border-radius: 7px 7px 7px 7px;
}
.it_work_style_two .techno_flipbox_font .flipbox_title h3 {
    color: #444;
	font-weight:700;
	font-size:24px;
}
.it_work_style_two .techno_flipbox_font .flipbox_desc p {
    color: #666;
}
.it_work_style_two .techno_flipbox .techno_flipbox_back .flipbox_button a {
    background:inherit;
    color: #fff;
    display: inline-block;
    padding: 0;
    border-radius: inherit;
    border:inherit;
	font-size:18px;
	margin-top:5px;
	font-weight:600;
}
.it_work_style_two .techno_flipbox .techno_flipbox_back::before {
    background:inherit;
}    
/* .price_card_content{
    padding-left: 7rem;
} */
.price_card_content ul li{
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
}
.call_btn_small{

    padding: 8px 12px;
    border-radius: 0px 10px 0px 10px;
   background:linear-gradient(#0fc4f9, #4663ff);
    border: none;
}
.hdtv_list{
    padding-left: 5rem !important;
    text-align: justify;
}
.internet_list{
padding-left: 6rem !important;
text-align: justify;
}
.bundle_list{
 padding-left: 5rem !important;
 text-align: justify;
}