*, ::after, ::before {
    box-sizing: border-box;
}
body{
  margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.custome-container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.common-heading {
    margin-bottom: 30px;
}

.common-heading h2 {
    font-size: 36px;
    margin-bottom: 0px;
    color: #333333;
    line-height: 55px;
}

.common-heading h3 {
    font-size: 24px;
    margin-bottom: 0px;
    color: #333333;
}



.static-page .static-section {
  padding: 20px 0px;
}

.static-page .static-section .static-section-img img {
  width: 100%;
}

.static-page .static-section .static-pera p,
.static-page .static-section .static-pera li {
  color: #555555;
  font-size: 14px;
  line-height: 24px
}

.static-page .static-section .static-pera img {
 width: 100%;
padding: 0px 20px;
}


.row-section{
	display: flex;
}

.row-section .col-section{
	width: 50%;
	padding: 0 20px;
}


.GTG-button{
	float: right;
    margin: 6px 0px;;
}

.GTG-button a{
	padding: 0px 20px;
    text-align: center;
    width: 20%;
    text-decoration: none;
    background: linear-gradient(to bottom, #51b2d3 0%, #0992dc 80%);
    color: #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 3px;
    font-size: 16px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 27%), 0 6px 20px 0 rgb(0 0 0 / 3%);
}

.seprater-GTG{
	border-bottom: 1px solid #dbdbdb;
	margin: 30px 0px;
}


@media screen and (max-width: 767px) {
	.row-section{
		flex-wrap: wrap;
	}
  .row-section .col-section{
		width: 100%;
	}
}


