/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 1 Apr, 2020, 3:40:00 PM
    Author     : sarika_pc
*/
.ServiceSec_Cl
{
	margin-top: -450px;
	position : relative;
}

.Heading_Cl{
    font-size: 36px;
    color: #303564;
}

.SubHeading_Cl{
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.Border_Cl
{
    border-right: 1px solid #bbb;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px)
{
   .ServiceSec_Cl
    {
	position : relative;
	
    }
 
}
@media only screen and (min-width: 768px) and (max-width: 991.98px)
{
   .ServiceSec_Cl
    {
	/* margin-top : 0px; */
	position : relative;
	}
 
}
@media only screen and (min-width: 576px) and (max-width: 767.98px)
{
    .Heading_Cl {
        font-size: 26px;
        color: #303564;
    }
    .SubHeading_Cl {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }
   .ServiceSec_Cl
    {
        margin-top: -270px;
        position : relative;
    }
    .cameraCont, .cameraContents {
        /* height: 100%; */
        top: 100px;
        position: relative;
        width: 100%;
        text-align: left;
        /* z-index: 1; */
        display: inline-block;
    }
}
@media only screen and (min-width: 320px) and (max-width: 575.98px)
{
   .ServiceSec_Cl
    {
	margin-top: -390px;
	position : relative;
	}
 
}