@font-face {
    font-family: Quicksand-Bold;
    src: url(../fonts/Quicksand/static/Quicksand-Bold.ttf);
}
@font-face {
    font-family: Quicksand-Light;
    src: url(../fonts/Quicksand/static/Quicksand-Light.ttf);
}
@font-face {
    font-family: Quicksand-Regular;
    src: url(../fonts/Quicksand/static/Quicksand-Regular.ttf);
}

body {
    font-family: Quicksand-Regular
}
.readmore{
	margin: auto;
    margin-top: 30px;
    background-color: #f9ac0c;
    display: block;
    width: fit-content;
    padding: 10px 25px;
    border-radius: 5px;
    color: #000;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 1px;
}
p{
	font-size:16px;
}
h1 {
    margin: auto;
    font-family: Quicksand-Bold;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px
}

.topnav {
    background-color: #003087;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    border-bottom: 4px solid #3a80ff
}
.topnav ul{
    margin-top: 10px;
}
.topnav ul li a{
	color:#fff;
}
.topnav .right {
    float: right
}
.topnav button{
    float: right;
    background-color: #f5a623;
    border: 0;
    text-transform: capitalize;
    font-weight: 700;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 12px;
}
.affix {
    top: 0;
    z-index: 99;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.affix ul {
    margin-top: 8px
}

.affix button {
    margin-top: 0
}

.affix .logo img {
    width: 120px
}

.affix ul li a {
    font-size: 14px
}

.mainnav {
    background-color: #f5a623;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 4px solid #a96900
}

.mainnav .logo img {
    width: 170px
}

.mainnav ul {
    float: right;
    margin-top: 17px
}

.mainnav ul li a {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    padding-right: 15px;
    color: #000;
    letter-spacing: 1px
}

.mainnav button {
    display: none;
    margin-top: 7px;
    float: right;
    background-color: #003087;
    border: 0;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px
}

.banner .wrapup {
    position: relative;
	border-bottom: 5px solid #f5a623;
}

.banner .wrapup:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    content: "";
    top: 0
}

.banner .wrapup img {
    width: 100%;
    height: 600px;
    object-fit: cover;
	object-position:center;
}

.banner .wrapup h1 {
    font-size: 40px;
}

.banner .wrapup p {
    font-size: 18px;
    line-height: 1.6
}

.banner .wrapup .content {
    position: absolute;
	left:5%;
	top:15%;
	width:800px;
    background-color: #ffffffc7;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 5px 1px rgba(64, 66, 63, .16);
    z-index: 1;
    color: #000;
}
.banner .content a{
	background-color: #f5a623;
    border: 0;
    color: #000;
    font-size: 15px;
    padding: 13px 20px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}
.banner button {
    position: absolute;
    z-index: 1;
    top: 40%;
    font-size: 20px;
    background-color: #333;
    color: #fff;
    border: 0;
    padding: 10px 15px
}

.banner button.slick-nexts {
    right: 0
}

.logos {
    margin-top: 50px
}

.logos ul li {
    width: 14%
}

.logos ul li img {
	width:100%;
    height: 77px;
    object-fit: contain
}
.flags ul li img {
	margin:auto;
	width:50px;
	height:50px;
    object-fit: contain;
}
.sec-one {
    margin-top: 50px;
    padding-top: 100px;
    padding-bottom: 50px;
    border-top: 1px solid #33333321;
    background-color: #e5e5e5
}

.sec-one .wrapper {
    position: relative;
    text-align: center;
    border-radius: 10px;
    background-color: #003087;
    padding: 40px 30px;
    color: #fff
}

.sec-one h1 {
    font-size: 26px;
    margin-top: 30px;
    border-bottom: 3px solid #f9ac0c;
    width: fit-content;
    padding-bottom: 10px
}

.sec-one .icon {
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #f9ac0c;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 3px solid #fff
}

.sec-one img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 70px;
    height: 70px;
    object-fit: contain;
    filter: invert(1);
    padding: 13px
}

.sec-one p {
    font-size: 16px;
    line-height: 1.6
}

.sec-two {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #f7f7f7
}

.sec-two p {
    font-size: 17px;
    width: 700px;
    margin: auto
}

.sec-two ul {
    margin-top: 40px
}

.sec-two ul li {
    width: 19%;
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    margin-right: 8px;
    padding: 20px;
    border-bottom: 2px solid #f9ac0c;
    min-height: 336px;
    vertical-align: top
}

.sec-two ul li:hover {
    background-color: #003087;
    color: #fff;
    transition: ease-in-out .2s
}

.sec-two ul li:hover img {
    background-color: #fff;
    border: 0
}

.sec-two ul li img {
    width: 50px;
    margin: auto;
    border: 1px solid #333;
    border-radius: 50%;
    padding: 5px
}

.sec-two ul li p {
    width: auto;
    font-size: 14px;
    line-height: 1.5
}

.sec-two ul li h3 {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family: Quicksand-Bold;
    font-size: 18px;
    border-bottom: 2px solid #f9ac0c;
    width: fit-content;
    padding-bottom: 5px
}

.sec-three {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('https://7proaffiliate.com/wp-content/themes/7Pro/assets/images/success.jpg');
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
    color: #fff
}

.sec-three:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003087a6;
    top: 0;
    content: ""
}

.sec-three h1 {
    margin: auto;
    margin-bottom: 10px
}

.sec-three p {
    font-size: 18px;
    width: 700px
}

.sec-three ul {
    margin-top: 40px;
    list-style: disc;
    color: #fff;
	font-size:16px;
}

.sec-three ul li {
    margin-bottom: 20px
}

.sec-three ul li h4 {
    font-family: Quicksand-Bold;
    margin: auto;
    margin-bottom: 5px
}

.sec-three ul li p {
    font-size: 16px
}

.sec-three a {
    background-color: #000;
    color: #fff;
    padding: 12px 20px;
    border-radius: 7px;
    text-transform: capitalize;
    font-size: 16px;
    display: inline-block
}

.sec-three a.influence-btn {
    background-color: #f9ac0c
}

.partner h1 {
    text-align: center
}

footer {
    background-color: #003087;
    padding-top: 50px;
    border-top: 4px solid #3a80ff;
    color: #fff
}

footer .logo img {
    filter: invert(1);
    width: 200px;
    margin-bottom: 30px
}

footer .logo p {
    width: 300px;
    margin: auto;
    padding: unset
}

footer h4 {
    text-transform: uppercase;
    font-family: Quicksand-Bold;
    margin-bottom: 20px
}

footer ul.list-unstyled li a {
    color: #fff;
    line-height: 2.2
}

footer ul.list-inline li a {
    background-color: #fff;
    padding: 5px 9px;
    border-radius: 50%;
    margin-top: 20px;
    display: inline-block
}

footer p {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    padding-left: 10px
}

footer .inline {
    width: 49%;
    display: inline-block
}

footer .right {
    float: right
}

footer input {
    width: 100%;
    padding: 7px;
    border: 0;
    margin-bottom: 5px
}

footer textarea {
    width: 100%;
    height: 100px;
    padding: 7px;
    border: 0;
    margin-bottom: 5px
}

footer button {
    background-color: #f9ac0c;
    border: 0;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #000
}
footer .links{
	margin:auto;
	margin-top: 40px;
	text-align:center;
}
footer .links li{
	border-right: 1px solid #ffffff99;
}
footer .links li:last-child{
	border-right: 0px;
}
footer .links li a{
	margin-top: 0 !important;
	background-color:transparent !important;
	color:#fff;
	padding: 0 9px !important;
}
footer .ender {
    background-color: #f9ac0c;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 4px solid #a96900
}

footer .ender p {
    margin: auto;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #000;
	font-weight: bold;
    font-size: 13px;
    padding-left: 100px;
}

.hero-img {
	position:relative;
	background-size:cover;
	background-position:center;
    padding-top: 50px;
    padding-bottom: 50px;
	color:#fff;
	height:600px;
	border-bottom: 5px solid #f5a623;
}
.hero-img:before{
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000094;
    content: "";
    top: 0;
}
.hero-img h1 {
    font-size: 40px;
    width: 500px;
    display: inline-block
}

.hero-img p {
    font-size: 17px;
    width: 500px
}

.hero-img a {
    background-color: #f5a623;
    border: 0;
    color: #000;
    font-size: 15px;
    padding: 13px 20px;
    font-weight: 700;
    border-radius: 5px;
    margin-top: 20px;
	display: inline-block;
}
.hero-img .content{
	position: absolute;
    background-color: #ffffffc7;
    padding: 20px 30px;
    border-radius: 5px;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 5px 1px rgba(64, 66, 63, .16);
    z-index: 1;
    color: #000;
}
.welcome {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e5e5e5
}

.welcome .content {
    margin: auto;
    text-align: center;
    width: 700px
}

.welcome .content p {
    width: 700px;
    margin: auto;
    font-size: 17px
}

.yus {
    margin-top: 50px
}

.yus h1 {
    margin-top: 50px
}

.yus p {
    font-size: 17px
}

.yus img {
    width: 40%;
    float: right;
    border-radius: 30px;
    border-top-left-radius: 70%;
    border-bottom-right-radius: 50px
}

.yus ul li {
    display: inline-block;
    margin-bottom: 30px
}

.yus ul li .content {
    margin-top: 70px
}

.yus ul li:nth-child(2n) img {
    border-top-right-radius: 70%;
    border-bottom-left-radius: 50px;
    float: left;
    margin-right: 30px
}

.steps {
    background-color: #e5e5e5;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

.steps p {
    margin: auto;
    font-size: 17px;
    width: 700px
}

.steps ul {
    margin-top: 40px
}

.steps ul li {
    width: 24%;
    background-color: #fff;
    text-align: left;
    margin-right: 8px;
    position: relative;
    padding: 20px;
    vertical-align: top;
    min-height: 323px;
}

.steps ul li .icon {
    background-color: #f5a623;
    border-radius: 10px;
    width: 50px;
    height: 50px
}

.steps ul li .icon img {
    padding: 8px
}

.steps ul li h4 {
    font-family: Quicksand-Bold;
    margin-top: 25px;
    border-bottom: 2px solid #f9ac0c;
    width: fit-content;
    padding-bottom: 5px
}

.steps ul li p {
    width: auto;
    font-size: 15px
}

.steps ul li h3 {
    position: absolute;
    right: 10px;
    top: 0;
    text-transform: capitalize;
    font-size: 45px;
    color: #adadad;
    font-family: impact;
    letter-spacing: 2px
}

.feat {
    position: relative;
    background-image: url('https://7proaffiliate.com/wp-content/themes/7Pro/assets/images/key.jpg');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff
}

.feat:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #003087a6;
    top: 0;
    content: ""
}

.feat ul {
    list-style: disc;
    font-size: 17px;
    width: 700px;
    margin-top: 40px
}

.feat ul li {
    margin-bottom: 10px
}

.ready {
    padding-top: 50px;
    padding-bottom: 50px
}

.ready h1 {
    text-align: center
}

.ready p {
    margin: auto;
    width: 700px;
    font-size: 17px;
    color: #000;
    text-align: center
}

.blogs {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7
}

.blogs h1 {
    text-align: center
}

.blogs ul {
    margin-top: 40px
}

.blogs ul li {
    width: 24%;
    background-color: #fff;
    margin-right: 8px;
    padding: unset;
    margin-bottom: 15px;
	vertical-align: top;
	min-height: 376px;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 2px 5px 1px rgba(64, 66, 63, .16);
}

.blogs ul li img {
    width: 100%;
    height: 170px;
    object-fit: cover
}

.blogs ul li span {
    text-transform: capitalize;
    color: #707070
}

.blogs ul li h5 {
    font-family: Quicksand-Bold;
    line-height: normal
}

.blogs ul li .content {
    padding: 10px 15px
}
.blogs ul li .content p{
	font-size:14px;
}
.blogs ul li:hover{
	background-color: #003087;
	transition: all 0.3s;
}
.blogs ul li:hover a, .blogs ul li:hover span{
	color:#fff;
}
.affi-sec-two p.desc {
    margin: auto;
    margin-top: 40px;
    text-align: left;
    float: left;
    color: #000
}

.affi-sec-two ul li {
    vertical-align: top;
    width: 24%;
    min-height: 300px
}

.affi-sec-two ul li h3 {
    border-bottom: 0;
    line-height: normal
}

.benefit {
    background-color: #003087;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff
}

.benefit p {
    font-size: 17px
}

.benefit .wrapper {
    width: 40%;
    display: inline-block;
    vertical-align: text-top
}

.benefit h3 {
    font-family: Quicksand-Bold
}

.benefit ul {
    list-style: disc;
    font-size: 16px
}

.benefit ul li {
    margin-bottom: 10px
}

.benefit .right {
    float: right
}

.started {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e5e5e5
}

.started .content {
    margin: auto;
    text-align: center;
    width: 700px
}

.started .content p {
    width: 700px;
    margin: auto;
    font-size: 17px
}

.social-platform {
    margin-bottom: 50px
}

.social-platform ul li img {
    margin: auto;
    width: 70px;
    height: 70px;
    object-fit: contain
}

.blog-hero-img {
    position: relative;
    background-image: url('https://7proaffiliate.com/wp-content/themes/7Pro/assets/images/blogs-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px
}

.blog-hero-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000009c;
    top: 0;
    content: ""
}

.blog-hero-img h1 {
    text-align: center;
    color: #fff;
    margin-top: 100px
}

.single {
    margin-top: 70px;
    margin-bottom: 70px
}

.single img {
    width: 100%
}

.single h3 {
    font-family: Quicksand-Bold;
    margin-bottom: 20px
}

.single p {
    font-size: 16px
}

.single .date {
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-top: 20px
}

.single .col-lg-4 {
    position: sticky;
    top: 20px
}

.related {
    background-color: #f7f7f7;
    padding: 10px 20px;
    border-radius: 10px
}

.related ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #33333333
}

.related ul li img {
    width: 20%;
    display: inline-block;
    height: 70px;
    object-fit: cover;
    border-radius: 5px
}

.related ul li .content {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}

.related ul li .content h5 {
    font-family: Quicksand-Bold;
    margin: auto;
    margin-bottom: 5px
}

.related ul li .content p {
    font-size: 14px
}

.related h3 {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px
}

.hamburger {
    display: none;
    font-size: 26px
}

.backface {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000000cf;
    z-index: 99
}

.sidenav {
    position: absolute;
    left: -100%;
    width: 85%;
    height: 100%;
    background-color: #fff;
    transition: left .2s
}

.sidenav ul li {
    border-bottom: 1px solid #33333340;
    line-height: 2.7
}

.sidenav ul li a {
    text-transform: uppercase;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 700;
    display: block
}

.sidenav .close {
    position: absolute;
    top: 0;
    right: -43px;
    opacity: 1;
    background-color: red;
    color: #fff;
    font-size: 12px;
    padding: 17px
}
#popup h3{
	font-family: 'Quicksand-Bold';
    text-transform: capitalize;
    text-align: center;
}
#popup .slick-slide{
	padding:5px;
}
#popup ul.list-inline{
	
}
#popup ul.list-inline li{
	width: 32%;
    text-align: center;
}
#popup ul.list-inline li img{
	margin: auto;
    width: 40px;
}
#popup ul li h4{
	font-size: 13px;
}
#popup .inline {
    width: 49%;
    display: inline-block
}

#popup .right {
    float: right
}

#popup input {
    padding: 7px;
    border: 1px solid #33333340
}

#popup select {
    padding: 7px;
    border: 1px solid #33333340
}

#popup textarea {
    padding: 7px;
    border: 1px solid #33333340
}

#popup button[type=submit] {
    background-color: #f5a623;
    width: 100%;
    border: 0;
    padding: 7px;
    margin-top: 10px;
    font-weight: 700;
    border-radius: 5px
}

#popup .modal-dialog {
    width: 400px
}

#popup .modal-header {
    background-color: #003087;
    color: #fff
}

#popup .close {
    color: #fff;
    opacity: 1
}
#popup .list-unstyled li img{
	width:100%;
}
.wpforms-container .wpforms-field {
    padding: 5px 0!important
}
.pricing{
    margin-top: 50px;
}
.pricing .list-inline{
    margin: auto;
}   
.pricing .list-inline li{
    position: relative;
    background-color: #004987d4;
    color: #fff;
    padding: 25px 30px;
    width: 31.7%;
    margin-right: 16px;
    border-radius: 10px;
	min-height: 472px;
    vertical-align: top;
}
.pricing .list-inline li:nth-child(2){
    background-color: #003087d1;
}
.pricing .list-inline li:nth-child(3){
    background-color: #003087;
}
.pricing .list-inline li h3{
    font-family: 'Quicksand-Bold';
    text-transform: capitalize;
    margin: auto;
    margin-bottom: 20px;
}
.pricing .list-inline li p{
    font-weight: bold;
    letter-spacing: 1px;
}   
.pricing .list-unstyled{
    margin-top: 30px;
	min-height: 246px;
	list-style: disc;
}
.pricing .list-unstyled li{
    padding: unset;
    width: auto;
    line-height: 2.2;
    background-color: transparent !important;
	min-height: auto;
}
.pricing span.tag{
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #f5a623;
    text-transform: capitalize;
    font-family: 'Quicksand-Bold';
    font-size: 12px;
	color:#000;
    padding: 7px 15px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.pricing button{
    background-color: #f5a623;
    border: 1px solid #f5a623;
    margin-top: 20px;
    line-height: normal;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 16px;
    padding: 9px 25px;
	color:#000;
	font-weight:bold;
}
.pricing .additional{
    margin-top: 20px;
}
.pricing .additional p{
    margin: auto;
    margin-bottom: 3px;
    font-weight: 600;
    color: #33333391;
    font-size: 12px;
}
.pricing table{
    margin-top: 40px;
}
.pricing table thead{
    font-family: 'Quicksand-Bold';
    font-size: 16px;
}
.pricing table thead p{
    margin: auto;
}
.pricing table .square-checkmark{

}
.pricing table .square-checkmark i{
    background-color: #f5a623;
    border-radius: 5px;
    padding: 5px;
}
.pricing table .justify-content-center{
    display: flex;
    justify-content: center;
}
.price-page{
	margin-top: 50px;
    padding-top: 50px;
    background-color: #f7f7f7;
}
.price-page .content{
	display: inline-block;
    margin-bottom: 40px;
}
.price-page img{
	border-radius: 10px;
}
.expand{
	margin-top:50px;
}
.expand ul{
	margin-top:30px;
	text-align:center;
}
.expand ul li{
	width: 32.2%;
    vertical-align: top;
    background-color: #2e559d;
    color: #fff;
    min-height: 273px;
    margin-bottom: 15px;
    margin-right: 10px;
    padding: 25px;
    border-radius: 10px;
	text-align:left;
}
.expand ul li img{
	background-color: #f5a623;
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 9px;
    padding: 5px;
}
.expand ul li h3{
	font-family: 'Quicksand-Bold';
    font-size: 20px;
    line-height: normal;
}
.expand ul li p{
	font-size:15px;
}
.abt-page{
	margin-top: 50px;
    padding-bottom: 50px;
}
.abt-page img{
	margin-top: 40px;
    border-radius: 10px;
}
.abt-page p{
	font-size:15px;
}
.terms{
	margin-top:50px;
	margin-bottom:50px;
}
.terms p{
	font-size:15px;
}
.career{
	margin-top:50px;
	margin-bottom:50px
}
.career h1{
	margin-top:50px;	
}
.career img{
	border-radius:10px;
}
.cont-page ul{
	margin-top:50px;
    margin-bottom: 70px;
}
.cont-page ul li{
    background-color: #003087;
    width: 23%;
    vertical-align: top;
    margin-right: 20px;
    padding: 20px 30px;
    border-radius: 10px;
    min-height: 189px;
	color:#fff
}   
.cont-page ul li i{
    font-size: 30px;
}
.cont-page ul li h3{
    text-transform: capitalize;
}
.cont-page ul li p{

}
.cont-form {
    margin-bottom: 50px;
	margin-top:50px;
}
.cont-form form{
	margin:auto;
	width:700px;
}
.cont-form .inline{
	width:49%;
	display:inline-block;
}
.cont-form .right{
	float:right !important;
}
.cont-form input{
	padding: 10px;
    border: 1px solid #33333370;
    border-radius: 10px;
}
.cont-form textarea{
	padding: 10px;
    border: 1px solid #33333370;
    border-radius: 10px;
	height: 220px !important;
}
.cont-form button{
	background-color: #f5a623;
    border: 0;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    margin-top: 15px;
}
@media screen and (max-width: 450px) {
    .topnav {
        text-align:center;
		font-size:10px;
    }
    .topnav button{
        display: none;
    }
    .topnav .right {
        float: none;
        margin-top: 15px
    }

    .hamburger {
        display: inline-block
    }

    .mainnav ul {
        display: none
    }

    .mainnav button {
        display: block;
        margin-top: 0;
        font-size: 12px;
        padding: 10px 15px
    }

    .mainnav .logo {
        display: inline-block;
        margin-left: 15px
    }

    .mainnav .logo img {
        width: 120px
    }

    .banner .wrapup h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .banner .wrapup p {
        font-size: 16px
    }

    .banner .wrapup .content {
        top: 15%;
        padding: 10px 35px;
        width: auto;
        left: 20px;
        right: 20px;
    }

    .banner img {
        
    }

    .logos {
        margin-top: 0
    }

    .logos ul li {
        width: 32%
    }

    .logos ul li img {
        height: 53px;
        width: 100%
    }

    .sec-one {
        padding-bottom: 0
    }

    .sec-one .wrapper {
        margin-bottom: 70px
    }

    .sec-two ul li {
        width: 100%;
        min-height: auto;
        margin-right: 0;
        margin-bottom: 15px
    }

    .sec-three ul {
        padding-left: 20px
    }

    .sec-three a {
        font-size: 15px;
        padding: 12px 12px
    }

    .blogs ul li {
        width: 49%;
        margin-right: 0;
		min-height: 310px;	
    }
	.blogs ul li .content{
		padding:10px;
	}
	.blogs ul li h5, .blogs ul li span{
		font-size:12px;
	}
	.blogs ul li p{
		display:none;
	}
    footer h4 {
        margin-bottom: 10px;
        margin-top: 30px
    }

    .sec-three p,.sec-two p,footer .logo p {
        width: auto
    }
	.hero-img .content{
		left: 20px;
    	right: 20px;
		top:50px;
	}
    .hero-img h1 {
        font-size: 26px;
        width: auto
    }

    .hero-img p,.welcome .content,.welcome .content p {
        width: auto
    }

    .benefit .wrapper {
        width: auto;
        padding-left: 20px
    }

    .yus img {
        width: auto;
        float: none
    }

    .yus ul li:nth-child(2n) img {
        float: none
    }

    .yus ul li .content {
        margin-top: 0
    }

    .feat ul {
        width: auto;
        padding-left: 20px
    }

    .ready p,.started .content,.started .content p {
        width: auto
    }

    .social-platform {
        margin-top: 50px
    }

    .steps p {
        width: auto
    }

    .steps ul li {
        width: auto;
        margin-right: 0;
        margin-bottom: 10px
    }

    #popup .modal-dialog {
        width: auto
    }
	.pricing .list-inline li, .expand ul li{
		width:100%;
		margin-right:0;
		min-height:auto;
		margin-bottom:15px;
	}
	h1{
		font-size:26px;
	}
	.price-page img{
		margin-top:20px;
	}
	footer .ender p{
		padding-left:0;
	}
}
@media screen and (min-width:1650px){
	.career h1{
		margin-top:100px;	
	}
	.container{
		width: 1610px !important;
	}
	.topnav ul{
		font-size:17px;
	}
	.topnav button{
		font-size: 15px;
	}
	.mainnav ul li a{
		font-size:18px;
		padding-right:30px;
	}
	.banner .wrapup p{
		font-size:20px;
	}
	.logos ul li img {
    	margin: auto;
    	height: 105px;
    	object-fit: contain;
	}
	.sec-one .wrapper{
		min-height:315px;
	}
	.sec-one p{
		font-size:20px;
	}
	.sec-two ul li{
		min-height:360px;
	}
	.sec-two ul li img{
		width:60px;
	}
	.sec-two ul li h3{
		font-size:22px;
	}
	.sec-two ul li p{
		font-size:17px;
	}
	.sec-three ul{
		font-size:20px;
	}
	.blogs ul li h5{
		font-size:18px;
	}
	.blogs ul li .content p, .blogs ul li span{
		font-size:16px;
	}
	footer{
		font-size:16px;
	}
	.hero-img h1{
		width:700px;
	}
	.hero-img p{
		width:700px;
		font-size:20px;
	}
	.welcome .content{
		width:900px;
	}
	.welcome .content p{
		width:inherit;
		font-size:20px;
	}
	.steps ul li{
		min-height:346px;
	}
	.steps ul li h4{
		font-size:22px;
	}
	.steps ul li .icon{
		width:60px;
		height:60px;
	}
	.steps ul li p{
		font-size:18px;
	}
	.feat ul{
		font-size:20px;
	}
	.ready p{
		width:900px;
		font-size:20px;
	}
	.yus p{
		font-size:20px;
	}
	.pricing .list-inline li h3{
		font-size:27px;
	}
	.pricing .list-inline li strong{
		display:block;
		min-height:48px;
	}
	.pricing .list-inline li strong, .pricing span.tag, .pricing table{
		font-size:17px;
	}
	.pricing .list-unstyled{
		font-size:18px;
		min-height: 246px;
	}
	.pricing .list-unstyled li{
		line-height:1.7;	
        min-height: unset !important;
	}
	.pricing .additional p{
		font-size:15px;
	}
	.price-page p, .price-page ul{
		font-size:20px;
	}
	.price-page img{
		width:100%;
	}
	.expand p{
		font-size:20px;
	}
	.expand ul li{
		width:19%;
		padding: 25px 20px;
		min-height: 354px;
	}
	.expand ul li img{
		width:60px;
		height:60px;
	}
	.expand ul li p {
    	font-size: 18px;
	}
	.benefit ul, .benefit p{
		font-size:20px;
	}
	.started .content{
		width:900px;
	}
	.started .content p{
		width:900px;
		font-size:20px;
	}
	.single p {
    	font-size: 20px;
	}
	.related ul li .content{
		width:75%;
	}
	.related ul li .content p, .related ul li .content h5 {
    	font-size: 17px;
	}
	.terms p, .career p, .abt-page p, .terms ul {
    	font-size: 20px;
	}
	footer .logo p{
		width:400px;
	}
	.pricing .list-inline li{
		min-height:483px;
	}
	
}
@media screen and (min-width:1920px){
	.hero-img, .banner .wrapup img{
		height: 750px;
	}
	.hero-img .content{
		margin-top:15%;
	}
	.banner .wrapup .content{
		top:23%;
	}
	#popup .modal-dialog{
		margin:10% auto;
	}
}
