/*** top header section css */

.top-banner-section {
    padding-top: 130px;
    width: 100%;
    position: relative;
}

.banner-cont {
    margin: 0;
}

.banner-cont p {
    font-size: 20px;
    line-height: 1.8;
    color: #607397;
    margin: 20px 0;
}

.top-banner-img {
    max-height: 475px;
}

/** appointment-section css **/

.appointment-inner-sec{
	padding-top:60px !important;
}

.appointment-section h2,
.appointmentremider h2 {
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #0c3178;
    margin-bottom: 20px;
    padding: 10px 0;
}

.app-left-cont {
    margin: 30px 0;
}

.app-left-cont h3 {
    font-size: 32px;
    font-weight: 600;
    position: relative;
    color: #142546;
}

.app-left-cont h3:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    border-radius: 4px;
    background-color: #34b586;
    width: 16px;
    height: 100%;
}

.app-left-cont p {
    font-size: 18px;
    letter-spacing: 0.36px;
    color: #607397;
    margin: 24px 0;
}

.app-left-cont a {
    font-size: 18px;
    color: #34b586;
    font-weight: bold;
}

.appointment-inner-sec img {
    object-fit: contain;
}

/** campaign-sec style **/

.camp-box {
    border-radius: 8px;
    padding: 40px 15px 20px;
    transition: .4s;
    cursor: pointer;

}

.camp-box:hover {
    margin-top: -10px;
    background-color: #fff;
}

.camp-box img {
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 24px;
}

.camp-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.camp-box:hover p,
.camp-box:hover h3 {
    color: #142546
}

.camp-box h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 8px;
    border-radius: 5px;
    background-color: #c8ffd1;
}

.camp-box p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.9);
}

.hIcn {
    display: none;
}

.camp-box:hover .hIcn {
    display: block;
}

.camp-box:hover .NhIcn {
    display: none;
}

/* Fearures UI*/

.campaign-sec {
    padding: 210px 0;
    z-index: 3;
    position: relative;
}
.campaign-sec:before {
    /* position: absolute;
    content: "";
    top: -100px;
    left: 0;
    background: url(../img/twowaytexting/curve-bg.svg) no-repeat top center;
    width: 100%; */
    /* background-size: 100%; */
    /* min-height: 1690px; */

    position: absolute;
    content: "";
    top: -200px;
    left: 0;
    background: url(../../home/img/home/curve-bg.png) no-repeat center;
    min-height: 1690px;
    width: 100%;
    background-size: 100% 100%;
}

.campaign-sec h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    padding: 26px 100px 75px;
    position: relative;
}

.curve-img {
    object-fit: cover;
    width: 100%;
    position: absolute;
    height: 100%;
    top: -50px;
    left: 0;
    min-height: 2000px;
}

.camp-box {
    margin: 30px 0;
}

.camp-box img {
    max-height: 60px;
    object-fit: contain;
    margin-bottom: 24px;
}

.camp-box h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 32px;
}

.camp-box h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 8px;
    border-radius: 5px;
    background-color: #c8ffd1;
}

.camp-box p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: 0.4px;
    color: rgba(255, 255, 255, 0.9);
}

.connect-us-sec .no-credit {
    margin-left: 32px;
}

#twoWayTexting{
	display:none;
}


.demo-video iframe{
    width: 100%;
    height: 500px;
    border-radius: 10px;
    padding-bottom: 20px;
    margin: 2% 0px;
}

.two-way-arrow{
	width:100%;
	position:relative;
	text-align:center;
	 margin: 0 0 -60px;
}

.two-way-arrow p{
	font-size: 24px;
    color: #0c3178;
    font-family: 'Caveat', cursive;
    margin:0 0  -10px;   
}