.sec-pTB {padding:0 0;}
.heading-menu { display: none !important;}
.text-yellow {
  color: #d8ae52;
}
        .email-header {
            font: 18px/1.3 Zoho_Puvi_SemiBold;
        }
		.relative {
		  position: relative;
		}
        .bor-bot {
		    border-bottom: 1px solid #efefef;
		}
		.bor-right {
		border-right: 1px solid #efefef;
		}
        .contact-card {
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 5px;
			box-shadow: 2px 32px 41px -11px rgb(0 0 0 / 7%);
            transition: .5s all ease;
        }
        .contact-card:hover {
		   box-shadow: none;
		}
        .email-top-section .link {
            color: #000;
            font-size: 16px;
            line-height: 1.6;
            text-decoration: none;
        }

        .email-top-section .email {
            text-decoration: underline;
            font-size: 16px;
            display: block;
            margin-top: 20px;
            color: #03a9f5;
        }

        .pad-15 {
            padding: 15px 0;
        }

        label {
            display: inline-block;
            margin-bottom: 0.5rem;
        }

        .form-control,.country-form select {
            display: block;
            width: 100%;
            padding: 0.375rem 0.75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #495057;
            background-color: #fff;
            background-clip: padding-box;
            border: 1px solid #ced4da;
            border-radius: 0.25rem;
            transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        }

        .form-group {
            margin-bottom: 1rem;
        }

        select.form-control:not([size]):not([multiple]) {
            height: calc(2.25rem + 2px);
        }

        textarea {
            overflow: auto;
            resize: vertical;
            font-family: inherit;
        }

        .form-check {
            position: relative;
            display: block;
            padding-left: 1.25rem;
        }
        .support-inner {
            padding: 25px 25px 145px 25px;
            border: 1px solid #ededed;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
        }
        .support-inner::before {
    position: absolute;
    content: "";
    background: url(https://www.manageengine.com/cloudspend/images/contact-community.png) no-repeat;
    background-size: 269px;
    right: 0;
    width: 269px;
    height: 120px;
    bottom: 0;
}
.email-top-section:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 80%;
    background: #022736;
    background-size: 200px auto;
    max-width: 100%;
}
.country-form .commonselect {
    margin-top: 20px;
    height: calc(2.25rem + 2px);

}
    