﻿@charset "utf-8";
/* CSS Document */

 .screen .main {
                width: 100%; /* <--now this takes full browser dimension  */
                height: 100%; /* <--now this takes full browser dimension  */
            }
a{
	font-size: 16px;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

body{
	font-family: 'CustomFont', Arial, sans-serif;
	font-family: montserrat,sans-serif;
font-weight: 400;
font-style: normal;
	width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
    text-align:left !important;
}
h1 {
    font-size: 55px;
    margin: 0 auto;
    text-transform: capitalize;
    color: #333333;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    margin-top: 20px;
}
}
h2{
	font-size: 30px;
	text-transform: capitalize;

}
p {
    color: #333333;
    line-height: 140%;
  
}

.our-process-background {
    background: url( "Images/CIR Proven Process .jpg") no-repeat center bottom;
    background-size: cover;
    padding: 40px 0px 40px 0px;
    width: 100%;
}

.our-process-width-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

/*Accourdion*/

.accordion {
    max-width: 800px;
    margin: 20px auto;
    color: black;
    background-color: hsla(0,0%,100%,0.680);
    padding: 45px 45px;
}

    .accordion .container {
        position: relative;
        margin: 10px 10px;
    }


    .accordion .label::before {
        content: '+';
        color: black;
        position: absolute;
        top: 50%;
        right: -5px;
        font-size: 30px;
        transform: translateY(-50%);
    }

    /* Hides the content (height: 0), decreases font size, justifies text and adds transition */

    .accordion .content {
        position: relative;
        background: # hsla(0,0%,100%,0.80);
        height: 0;
        font-size: 18px;
        font-weight: 300;
        text-align: justify;
        width: 780px;
        overflow: hidden;
        transition: 0.5s;
    }

    /* Adds a horizontal line between the contents */

    .accordion hr {
        width: 100;
        margin-left: 0;
        border: 1px solid grey;
    }

    /* Positions the labels relative to the .container. Adds padding to the top and bottom and increases font size. Also makes its cursor a pointer */

    .accordion .label {
        position: relative;
        padding: 10px 0;
        font-size: 18px;
        color: black;
        cursor: pointer;
    }
    /* Unhides the content part when active. Sets the height */

    .accordion .container.active .content {
        height: 90px;
        max-width: 100%;
    }

    /* Changes from plus sign to negative sign once active */

    .accordion .container.active .label::before {
        content: '-';
        font-size: 30px;
    }





/*HEADER*/
.header-about-cir {
    background: url("/images/AgentPursuit/BM-header-img.jpg") no-repeat center bottom;
    background-size: cover;
    height: 780px;
    width: 100%;
}
.header-box{
 height: 350px;
max-width: 1200px;
	margin: 0 auto;
	padding-top: 200px;
  position: relative;
}
.header-wrap{
	width: 60%;
}
#header-text{
	font-size: 20px;
	margin-bottom: 40px;
}

/*Button*/
.button-2 {
    background-color: #FFFFFF;
    color: #2d7bc0;
    border: none;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}
    .button-2:hover {
        background-color: #2d7bc0;
        color: #FFFFFF;
        border: none;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 8px;
    }
.button-1 {
    background-color: #2d7bc0;
    border: none;
    color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}
.button-1:hover{
	 background-color: #FFFFFF;
	 color: #2d7bc0;
}

/*QUOTE*/
.quote{
	background-color: #2d7bc0;
	margin: 0 auto;
	color: #FFFFFF;
}

.quote-box{
	padding-top: 20px;
	padding-bottom: 20px;
    max-width: 1200px;
	margin: 0 auto;
}
.quote-box h2{
	text-align: center;
    font-size: 30px;
    font-weight: 400;

}

/*REQUEST AN INTERVIEW*/
.request-interview{
	margin: 0 auto;
	background-color: #fff;

}
.request-int-wrap{
	padding-bottom: 60px;
    max-width: 1200px;
	margin: 0 auto;
	display: flex;
}

.form-box{
	width: 50%;
	margin-right: 50px;
	margin-top: 40px;
	padding: 40px;
	background-color: #ededed;
	
}
.form-text{
	width: 50%;
	margin: 0;
	padding: 40px;
	padding-top: 80px;
    font-size:19px;
}
/*FORM*/
input[type="text"]{
    appearance: none;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 8px 15px;
    border: solid 1px #FFFFFF;
    color: inherit;
    display: block;
    outline: 0;
    text-decoration: none;
    width: 90%;
	margin-top: 10px;
}
textarea {
    min-height: 150px;
    appearance: none;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 8px 15px;
    border: solid 1px #FFFFFF;
    color: inherit;
    display: block;
    outline: 0;
    text-decoration: none;
    width: 90%;
    margin-top: 10px;
}

#Enquiry {
    appearance: none;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 8px 15px;
    border: solid 1px #FFFFFF;
    color: inherit;
    display: block;
    outline: 0;
    text-decoration: none;
    width: 90%;
    margin-top: 10px;
}

.form-inline {
    flex-flow: row wrap;
    align-items: center;
    margin: 0 auto;
    display: block;
}


.w-button {
    display: inline-block;
    background-color: #2d7bc0;
    border: none;
    color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    margin-top: 30px;
}
.w-button:hover {
    display: inline-block;
    background-color: #184677;
    border: none;
    color: #FFFFFF;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
    margin-top: 30px;
}
    /*ABOUT US*/
    .about-bm {
    background: url("/images/AgentPursuit/about bm.jpg") no-repeat center bottom;
    background-size: cover;
    height: 700px;
    width: 100%;
}
.about-bm-wrap{
	height: 350px;
max-width: 1200px;
	margin: 0 auto;
	padding-top: 120px;
  position: relative;
}
.header-wrap-bm{
	width: 45%;
}
.header-wrap-bm p{
	padding-bottom: 40px;
}


.about-us-1{
	margin: 0;
	
}
.about-us-1-warp-first{
    padding-top: 60px;
	padding-bottom: 60px;
    max-width: 1200px;
	margin: 0 auto;
	display: flex;
 
}
.cir-numbers-wrap{
	border-top:   #CBCBCB 1px solid;
	border-bottom: #CBCBCB 1px solid;
	padding-top: 20px;
	padding-bottom: 20px;
	 display: grid;
  grid-template-columns: auto auto auto;

}
.cir-numbers{
	padding-right: 80px;
}

/*ABOUT US 2*/
.about-us-2{
	margin: 0;
}
.about-us-2-warp{
	
	padding-bottom: 60px;
    max-width: 1200px;
	margin: 0 auto;
	display: flex;
}
.aboutus-inside-wrap-1-first{
	width: 50%;
	margin: auto;
	padding-left: 50px;
   
}
.aboutus-inside-wrap-2-first{
	width: 50%;
	padding: 40px;
	margin: auto;
}
.aboutus-inside-wrap-1 {
    width: 50%;
    margin: auto;
    padding-left: 50px;
}

.aboutus-inside-wrap-2 {
    width: 50%;
    padding: 40px;
    margin: auto;
}
.about-us-subheader{
    font-size:20px;
    font-weight: 600;
}
/*POINTS*/
.points {
    margin: 0;
    border-top: 1px #D0D0D0 solid;
    background: url("/images/AgentPursuit/customers-logos-bg.png") no-repeat center bottom;
    background-size: cover;
}
.points-wrap{
	padding-top:80px;
	padding-bottom: 80px;
    max-width: 1200px;
	margin: 0 auto;
    padding-left: 20px;
}
.points-wrap-header{
	text-align: center;
width: 60%;
	margin: 0 auto;
	padding-bottom: 50px
}
.points-wrap-text{
	display: grid;
  grid-template-columns: auto auto;


}
.points-columns{
		padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 50px;
}
.points-image{
	width:25%;
}
/*CALL TO ACTION TEXT*/
.call-to-action {
    background: url("/images/AgentPursuit/call to action-01.jpg") no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    width: 100%;
}
.call-to-action-wrap{
	max-width: 600px;
	margin: 0 auto;
	color: #FFFFFF;
padding-top: 140px;
	text-align: center;
}

.call-toaction-text{
	font-size: 24px;
padding-bottom: 40px;
	font-weight: 600;
	color: #FFFFFF;
	    line-height: 1.3em;
}
.content-wrapper-2{
    margin: 0 !important;
}
/*REVIEWS*/
.reviews {
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
}


.reviews-wrap {
    padding-top: 240px;
    padding-bottom: 20px;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: -150px;
}
.testim {
		width: 100%;
	
		-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);
}
.reviews-text {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
}

.testim .wrap {
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #2d7bc0;
}
    

.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #2d7bc0;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #2d7bc0;
    border-color: #2d7bc0;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #2d7bc0;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 70%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}



@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}
@media (min-width: 1200px) {
	.header-about-cir-2{
		display: none;
	}

	.about-bm-mobile{
		display: none;
		
	}
	.aboutus-inside-wrap-2-mobile{
		display: none;
	}
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}

    .testim .cont div p {
        line-height: 25px;
        width: 100%;
    }
    .testim .arrow.right {
        right: 0px;
    }
    .testim .arrow.left {
        left: 0px;
    }

}

@media (max-width: 700px) {
    .accordion .container.active .content {
        height: 160px;
        width: 100%;
        font-size: 14px;
    }
}
@media (max-width: 370px) {
    .accordion .container.active .content {
        height: 180px;
        width: 100%;
        font-size: 14px;
    }
}

@media (max-width: 1200px) {
    p {
        font-size: 16px;
        text-align: left;
    }

    h1 {
        font-size: 50px;
        text-align: left;
    }

    h2 {
        font-size: 30px;
        text-align: left;
    }

    body {
        width: 100%;
        margin: 0 auto;
    }

    .header-image-box {
        width: 100%;
    }

    .header-box {
        height: 350px;
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 160px;
        position: relative;
    }

    .header-wrap {
        width: 100%;
        padding-left: 60px;
    }

    .points-columns p {
        font-size: 14px;
    }

    .about-us-1-warp {
        padding-bottom: 0px;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
    }

    .aboutus-inside-wrap-1 {
        width: 100%;
        padding-right: 35px;
        padding-left: 35px;
    }

    .aboutus-inside-wrap-2 {
        width: 100%;
        padding: 40px;
    }

    .about-us-2-warp {
        padding-bottom: 60px;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .request-int-wrap {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .form-box {
        width: 100%;
    }

    .form-text {
        width: 100%;
    }

    .points-wrap-header {
        width: 100%;
    }

    .points-image {
        width: 50%;
    }

    .call-to-action-wrap {
        max-width: 80%;
        margin: 0 auto;
        color: #FFFFFF;
        padding-top: 160px;
        text-align: center;
    }

    .call-toaction-text {
        font-size: 22px;
        reviews-text padding: 0;
    }

    .call-to-action {
        height: 600px;
    }

    .button-2 {
        background-color: #FFFFFF;
        border: none;
        color: #2d7bc0;
        padding: 20px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        margin: 4px 2px;
        cursor: pointer;
        float: left;
        border-radius: unset;
    }

    .button-1 {
        background-color: #2d7bc0;
        border: none;
        color: #FFFFFF;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 8px;
    }
        .button-1:hover {
            background-color: #184677;
            color: #FFFFFF;
        }

    .reviews-wrap {
        padding-top: 310px;
    }

    .testim .cont div h2 {
        color: #2d7bc0;
        font-size: 1em;
        margin: 15px 0;
     
    }
    .header-wrap-bm {
        width: 100%;
    }

    .header-wrap-bm-mobile {
        padding-left: 40px;
        padding-right: 40px;
    }

    .call-to-action {
        background: url("/images/AgentPursuit/call to action-01.jpg") no-repeat center center;
        background-size: cover;
        background-attachment: scroll;
        height: 550px;
        width: 100%;
    }

    .quote {
        width: 100%;
    }

    .header-about-cir {
        width: 100%;
    }

    .header-wrap {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
        padding-top: 30px;
    
    }

    #header-text {
        margin-bottom: 20px;
    }

    .header-about-cir {
        display: none;
    }

    .about-bm {
        display: none;
    }

    .aboutus-inside-wrap-1 {
        padding-top: 80px;
        margin-top: 90px;
        border-top: 1px #ACACAC solid;
    }


    .about-bm {
        display: none;
    }

    .form-box {
        padding-bottom: 40px;
    
    }

    .aboutus-inside-wrap-2-desktop {
        display: none;
    }

    .about-us-subheader {
        font-size: 18px;
        font-weight: 600;
    }

    .points-columns {
        padding-bottom: 30px;
        
        padding-left: 0px;
        padding-right: 30px;
    }
    .quote-box h2 {
       
        font-size: 18px;
        font-weight: 400;
    }
    .input.w-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .aboutus-inside-wrap-2-first {
        width: 100%;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .aboutus-inside-wrap-1-first {
        width: 100%;
        margin: auto;
        padding-left: 40px;
        padding-right: 40px;
    }
    .about-us-1-warp-first {
        padding-top: 60px;
      
        margin: 0 auto;
        display: flex;
        display: block;
    }
    .header-wrap-bm p {
        padding-bottom: 20px;
    }
    .testim .cont > div {
        text-align: center;
       
    }

    .reviews-text {
        text-align: left;
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0px;
    }
    .testim .cont div .img img {
        display: block;
        width: 100px;
        height: 100px;
        margin-left: 5px;
        border-radius: 50%;
    }
    .reviews {
        margin-left: 20px;
    }

    .video-container {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 * 100) */
        height: 0;
        overflow: hidden;
        border-radius: 10px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    }

        .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

}