.page-template-template-pricing header + .container{
	width: auto;
    max-width: none;
}
.page-template-template-pricing header + .container .row{
    display: block;
    flex-wrap: unset;
}
.page-template-template-pricing header + .container .row .type-page{
	position: relative;
}
.mobOnly{
    display: none !important;
}
.mobileColor {
    display: none;
}
.page-template-template-pricing header + .container .row .type-page:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 571px;
    background-image: url(/wp-content/themes/quotetome-theme/images1/pricing-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:calc(100% - -50px) calc(100%);
    background-color: #102050;
}
.title-section{
	background:#102050;
}
.content{
	max-width: 1294px;
	margin: 0px auto 0px;
	padding: 0px 32px;
	position: relative;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	z-index:2;
}
.subtitle{
	font-family: Open Sans;
	font-style: normal;
	font-weight: 800;
	font-size: 26px;
	line-height: 20px;
	text-align: center;
	color: #9FB1C4;
	display: block;
	padding: 20px 0 0;
    text-transform: uppercase;
}
.page-title{
	font-family: Roboto;
	font-style: normal;
	font-weight: 900;
	font-size: 56px;
	line-height: 60px;
	text-align: center;
	letter-spacing: -0.01em;
	color: #FFFFFF;
	margin-top: 4%
}

.page-desc{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.04em;
	color: #9FB1C4;
}
.title-section .price-button {
    background: #E95932;
    display: none;
}
section.pricing-section {
    padding: 5% 0;
    position: relative;
}
.pricing-wrap {
    margin: 0 -15px;
}
.plan-item{
	display: inline-block;
    width: 33.33%;
    box-sizing: border-box;
    padding:0 15px;
    float: left;
}
.pricing {
    background: #FFFFFF;
    padding: 25px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	border: 2px solid #fff;
	transition: all .3s;
}
.plan-pro .plan-price > div,
.plan-enterprice .plan-price > div{
    color: #102050;
}
.pricing.plan-basic:hover {
    border: 2px solid #F2A63D;
    transition: all .3s;
}
.pricing.plan-pro:hover {
    border: 2px solid #E95932;
    transition: all .3s;
}
.pricing.plan-enterprice:hover {
    border:2px solid #102050;
    transition: all .3s;
}
section.pricing-section:after{
	display: block;
	content: " ";
	clear: both;
}
.plan-title {
    display: flex;
    align-items: center;
}
.plan-title h3 {
    margin-left: 15px;
}
.plan-price {
    display: flex;
    margin: 20px 0 10px;
	margin-top:0;
    height: 77px;
}
.plan-price svg {
    margin-left: 10px;
}
.plan-price + span,span.pp{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	color: #9FB1C4;
	display: block;
}
h3{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 24px;
	color: #102050;
}
span.pp {
    padding: 10px 0;
    padding-top: 20px;
    font-weight: normal;
}
.plan-price > div{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #647B94;
}
.price{
	font-size: 64px;
	line-height: 75px;
	color: #000000;
}
.price-button{
	background: #F2A63D;
    color: #FFFFFF;
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    display: block;
    text-align: center;
    padding: 19px;
    margin-top: 20px; 
    transition: all .3s;
    text-transform: uppercase;
}
.price-button:hover{
    transition: all .3s;
    color: #FFFFFF !important;
    text-decoration: none;
    opacity: .85;
}
.pricing p{
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #647B94;
	background: #F7FBFC;
    padding: 20px 0;
    margin: 20px 0;
    height: 112px;
    position: relative;
}
.pricing p:before,.pricing p:after{
    content: " ";
    display: block;
    width: 25px;
    position: absolute;
    background: #F7FBFC;
    top: 0;
    bottom: 0;
    left: 100%;
}
.pricing p:after {
    left: auto;
    right: 100%;
}
.pricing ul{
	padding: 0;
	margin: 0;
}
.pricing ul li{
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #9FB1C4;
	display: flex;
    margin: 16px 0;
    align-items: center;
}
.pricing ul li i {
    margin-right: 15px;
    color: #B9CDE0;
}
.pricing ul li.active{
	color: #495869;
}
.pricing ul li.active i {
    color: #50BF88;
}
.pricing.plan-pro .price-button{
	background-color: #E95932;
}
.pricing.plan-pro .price-button:hover{
    transition: all .3s;
    color: #FFFFFF !important;
    text-decoration: none;
    opacity: .85;
}
.pricing.plan-enterprice .price-button{
	background-color: #102050;
}
.pricing.plan-enterprice .price-button:hover{
    opacity: .85;
    transition: all .3s;
    color: #FFFFFF !important;
    text-decoration: none;
}
section.request-demo {
    background: #E7EDF3;
    padding: 5% 0;
}
.request-wrap {
    background: #fff;
    padding: 50px 70px 50px 50px;
    margin-top: 3.5%;
}
.request-demo h2{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	line-height: 80px;
	text-align: center;
	color: #102050;
}
.request-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.request-col {
    width: 50%;
}
.request-col:last-child {
    text-align: right;
}
.benefits-title {
    position: relative;
}
.request-demo h4{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	color: #102050;
	margin-bottom: 25px;
}
.request-demo p{
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 34px;
	letter-spacing: 0.01em;
	color: #647B94;
}
a.button{
	background: #E95932;
    color: #FFFFFF;
    border-radius: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    display: inline-block;
    text-align: center;
    padding: 18px 35px;
    text-transform: uppercase;
}
.request-col a.button:hover{
    opacity: .85;
    transition: all .3s;
    color: #FFFFFF !important;
    text-decoration: none;
}
.benefits-title {
    position: relative;
    padding: 20px 0px;
}
.benefits-title:after {
    content: " ";
    display: block;
    position: absolute;
    background: #9FB1C4;
    height: 2px;
    width: 100%;
    top: 50%;
    z-index: 0;
}
.benefits-title h5 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    color: #50BF88;
    display: inline-block;
    background-color: #fff;
    z-index: 99;
    position: relative;
    padding-right: 30px;
}
.benefits-wrap ul {
    padding: 0;
    column-count: 2;
}
.benefits-wrap li {
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #495869;
}
.benefits-wrap li i {
    background: #50BF88;
    color: #fff;
    padding: 5px 5px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 15px;
}

.footer-img {
    background: #E7EDF3;
}
.footer-img img {
    display: block;
    width: 100%;
}

/*template Team*/
.page-template-template-team header + .container{
	width: auto;
    max-width: none;
}
.page-template-template-team header + .container .row{
    display: block;
    flex-wrap: unset;
}
.page-template-template-team header + .container .row .type-page{
	position: relative;
}
.page-template-template-team{
	font-family: Roboto;
	font-style: normal;
}
.page-template-template-team .title-section {
    background: #102050;
    padding: 3% 0 5%;
}
h1.team-page-title {
    font-size: 70px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    line-height: normal;
}
span.red-line{
	position: relative;
}
span.red-line:after {
    content: " ";
    display: block;
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #E95932;
    right: 0;
    left: 0;
}
.page-template-template-team .page-desc{
	line-height: 36px;
	color: #9FB1C4;
	max-width: 885px;
	margin: 0 auto;
	font-size: 21px;
	font-weight: normal;
}
.team-section{
	background:#102050;
	color: #fff;
	padding-bottom: 5%;
}
.team-top {
    background-image: url(/wp-content/themes/quotetome-theme/images1/TEAM.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
	display: flex;
	justify-content: space-around;
}
.team-col {
    width: 33.33%;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.2);
}
.team-col.inactive{
	background:none;
}
.team-col:hover{
	background: rgba(0, 0, 0, 0.2);
	transition: all .3s;
}
.team-top h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 13px 0 15px;
}
.team-top span{
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #9FB1C4;
}
.team-social {
    text-align: center;
    margin: 15px 0;
    display: block;
}
.team-social a {
    display: inline-block;
    margin: 0 10px;
}
.team-social a i {
    font-size: 1.7em;
    color: #fff;
}

.mob-team-desc {
    display: none;
}
.team-desc-wrap {
    padding: 5% 0 0;
}
.team-desc {
    max-width: 930px;
    margin: 0 auto;
}
.team-desc p{
	font-size: 24px;
	line-height: 40px;
	color: #E7EDF3;
}
.polygon {
    text-align: center;
    max-width: 650px;
    position: relative;
}
.polygon-down{
	margin: 0 auto 4%;
}
.polygon-up{
	margin: 4% auto 0;
}
.polygon:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    height: 4px;
    background-color: #495869;
    width: 100%;
    transform: translateY(-50%);
}
.board-section .polygon:after{
    background-color: rgba(73, 88, 105, 0.2);
}
.polygon span {
    background: #102050;
    display: inline-block;
    position: relative;
    padding: 0 30px;
    z-index: 9;
}
.polygon img {
    display: inline-block;
}
.team-polygon {
    transform: translateY(-1px);
}
.team-polygon img {
    transform: scaleY(-1);
    display: block;
    width: 100%;
}
section.board-title-section {
    padding: 5% 0;
}
.board-title{
    color: #102050;
    font-size: 70px;
    text-align: center;
    letter-spacing: 0.02em;
    line-height: normal;
} 
.board-section {
    background: #fff;
    color: #102050;
    padding-bottom: 5%;
}
.board-top{
    background-image: url(/wp-content/themes/quotetome-theme/images1/BOARD.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}
.board-top:after {
    content: " ";
    display: block;
    clear: both;
}
.board-top h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    margin: 13px 0 15px;
}
.board-top span {
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: #647B94;
    max-width: 250px;
    margin: 0 auto;
    display: block;
}
.board-col{
    width: 33.33%;
    display: inline-block;
    text-align: center;
    float: left;
    border-radius: 20px;
    transition: all .3s;
    background: rgba(0, 0, 0, 0.1);
}
.board-col.inactive {
    background: none;
    transition: all .3s;
}
.board-col .team-social a {
    display: inline-block;
    margin: 0 10px;
    background: #102050;
    padding: 6px 8px;
}
.board-desc-wrap {
    padding: 5% 0 0;
}
.board-desc {
    max-width: 930px;
    margin: 0 auto;
    color: #102050;
}
.board-desc p {
    font-size: 24px;
    line-height: 40px;
    color: #102050;
}
.board-desc-wrap .polygon span{
    background:#FFFFFF;
}
.footer-polygon img{
    display: block;
    width: 100%;
}
.mob-board-desc {
    display: none;
}

/************************************************
*   Media Queries                               *
************************************************/
@media only screen and (max-width: 1400px){
    .title-section .content, 
    .pricing-section .content{
        /*margin: 0;*/
        max-width: 95%;
    }
}
@media only screen and (max-width: 1366px){
    /*.page-title {
        font-size: 50px;
    }
    .page-desc{
        font-size: 24px;
    }*/
    .plan-title h3 {
        font-size: 30px;
        line-height: normal;
    }
    .price {
        font-size: 60px;
    }
    .request-demo h2{
        font-size: 50px;
    }

    h1.team-page-title, .board-title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 1025px){
	.page-title {
        font-size: 45px;
    }
    .page-desc{
        font-size: 22px;
    }
    .pricing-wrap {
        margin: 0 -15px;
    }
    .plan-item{
        padding: 0 15px;
    }
    .price {
        font-size: 50px;
    }
    .plan-price{
        height: auto;
    }
    .plan-price > div{
        display: flex;
        align-items: baseline;
    }
    .request-col:first-child {
        width: 60%;
    }
    .benefits-wrap li {
        padding: 15px 0;
        font-size: 19px;
    }

    .team-desc p, .board-desc p {
        font-size: 21px;
    }
}
@media only screen and (max-width: 960px){
    .pricing {
        padding: 25px 10px;
    }
    .plan-title h3 {
        font-size: 24px;
        line-height: normal;
        margin-left: 10px;
    }
    .price {
        font-size: 56px;
        line-height: normal;
    }
    .plan-pro .plan-price > div, .plan-enterprice .plan-price > div {
        color: #102050;
        font-size: 20px;
        line-height: normal;
    }
    .pricing p{
        height: auto;
    }
    .pricing p:before, .pricing p:after{
        width: 10px;
    }
    .request-demo h2 {
        font-size: 38px;
        line-height: normal;
    }
    .request-wrap {
        padding: 40px 50px 40px 40px;
        margin-top: 3.5%;
    }

    .team-top h3,
    .board-top h3 {
        font-size: 24px;
        line-height: normal;
    }
    .team-top span,
    .board-top span {
        font-size: 20px;
        line-height: normal;
    }
    .board-title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 768px){
    .content {
        padding: 0px 30px;
    }
    a.button{
        padding: 18px 30px;
    }
    .mobOnly{
        display: block !important;
    }

    .subtitle{
        font-size: 20px;
    }
    .title-section {
        padding-bottom: 5%;
        position: relative;
    }

    .title-section .content, 
    .pricing-section .content{
        max-width: 100%;
    }
    .subtitle, 
    .page-title, 
    .page-desc{
        text-align:left;
    }
    .title-section .price-button {
        display: inline-block;
    }
    section.pricing-section {
        background: #E7EDF3;
    }
    .plan-item {
        padding: 0;
    }
    .page-title {
        font-size: 27px;
        line-height: normal;
    }
    .page-desc {
        font-size: 19px;
        line-height: normal;
        font-weight: normal;
        text-align: left;
    }
    .page-template-template-pricing header + .container .row .type-page:after {
        background-image: none;
        background-color: #102050;
    }
    .plan-title-wrap a.price-button {
        display: none;
    }
    .pricing {
        padding: 25px 20px;
    }
    .pricing > a.price-button {
        display: none;
    }
    .pricing ul li i {
        margin-right: 10px;
    }    
    .pricing p:before, .pricing p:after{
        width: 20px;
    }
    .pricing-wrap {
        margin: 0;
    }
    .plan-item {
        display: block;
        width: 100%;
        margin-bottom: 25px; 
    }
    .plan-item:last-child {
        margin-bottom: 0;
    }
    .request-demo h2 {
        font-size: 25px;
        display: none;
    }
    .request-wrap {
        border-radius: 10px;
        overflow: hidden;
    }
    .request-row {
        display: block;
    }
    .request-col {
        width: 100% !important;
    }
    .request-col a.button {
        display: none;
    }
    .request-wrap {
        padding: 15px;
        box-shadow: 0px 3.33842px 3.33842px rgba(0, 0, 0, 0.25);
    }
    .request-demo h4{
        margin-bottom: 10px;
	    font-size: 32px;
	    font-weight: 900;
    }
    .request-demo p{
        font-weight: normal;
        font-size: 18px;
        line-height: normal;
    }
    .benefits-title {
        padding: 20px 0px 10px;
    }
    .benefits-wrap ul {
        padding: 0;
        column-count: 1;
    }
    .benefits-wrap li {
        padding: 10px 0;
        line-height: normal;
        font-size: 1.3em;
    }
    .benefits-wrap li i{
        margin-bottom: 5px;
    }
    .request-col:first-child {
        margin-bottom: 15px;
    }
    .request-col:last-child {
        text-align: left;
    }


    /*Team page template*/
    h1.team-page-title, .board-title {
        font-size: 30px;
        text-align: left;
    }
    .page-template-template-team .page-desc {
        line-height: 1.5;
        font-size: 20px;
    }
    .team-top {
        background-image: none;
    }
    .team-col, .board-col {
        width: 100%;
        margin-bottom: 20px;
        background: none !important;
    }
    .team-desc-wrap, .board-desc-wrap {
        display: none !important;
    }

    .mob-team-desc{
        position: relative;
        display: block;
    }
    .mob-team-desc p {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 140%;
        color: #9FB1C4;
        text-align: left;
    }
    span.hidden-desc {
        display: none;
    }
    span.right-arrow.active {
        display: none;
    }
    span.hide-desc {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .mob-team-desc.in-view span.hidden-desc, 
    .mob-board-desc.in-view span.hidden-desc{
        display: inline !important;
    }
    .mob-team-desc.in-view .right-arrow,
    .mob-board-desc.in-view .right-arrow{
        display: none;
    }
    .mob-team-desc.in-view span.hide-desc,
    .mob-board-desc.in-view  span.hide-desc{
        display: inline-block;
    }
    .mob-board-desc span {
        color: #102050;
        text-align: left;
        max-width: 100%;
        display: inline;
    }
    span.hide-desc {
        display: none;
    }

    .mob-board-desc {
        display: block;
    }
    .mob-board-desc {
        text-align: left;
        position: relative;
    }
    .board-top{
        background-image: none;
    }

    .mob-board-desc span.hidden-desc{
        display: none;
    }
    .price-button {
	    margin: 40px auto;
	    font-size: 16px;
	    padding: 14px 20px;
	}
	.plan-title h3 {
	    font-size: 32px;
	}
	.pricing ul li{
		font-size: 15px;
		margin: 8px 0;
	}
	.plan-features a.price-button {
	    margin: 20px 0 10px 0;
	}	
}
@media only screen and (max-width: 500px){
    .content {
        padding: 0px 24px;
    }
    .team-col, .board-col {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 480px){
	.page-template-template-pricing .container{
		padding: 0 15px;
	}
	.page-template-template-pricing nav.navbar .container{
		padding: 0;
	}
    .title-section {
        padding-bottom: 20%;
    }
    .mobileColor {
        position: absolute;
        bottom: -160px;
        z-index: 1;
        top: auto;
        width: 100%;
        height: 384px;
        display: block;
    }
    .mobileColor svg {
        position: relative;
        z-index: 99999;
        width: 100% !important;
        height: 100% !important;
    }
    .subtitle,.page-desc,.benefits-wrap li {
	    font-size: 16px;
	}
	.page-title {
	    font-size: 36px;
	}
	.price-button {
	    margin-bottom: 50px;
	}
	.plan-price + span, .pricing p{
	    font-size: 15px;
	}
	.benefits-title:after{
		top: 57%;
	}
	.benefits-wrap li i{
		font-size: 10px;
	}
	a.button.mobOnly {
	    margin: 25px 0;
	    padding: 12px 20px;
	    font-size: 16px;
	}
	.request-wrap {
    	padding: 30px 25px;
    }
    .plan-price > div {
        display: block;
    }
    .benefits-title h5 {
        font-size: 19px;
        padding-right: 10px;
    }
    .request-demo p {
        font-size: 16px;
        padding-top: 10px;
    }
}
