


body {
margin: 0;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #484848;
text-align: left;
background-color: #fff;
font-family: 'Roboto', sans-serif;

}

*, ::after, ::before {
box-sizing: border-box;
}

p{
  margin: 0;
  padding: 0;
  color:#6e6d6d;
}

/* Navigation */

li.active a.link {
    font-weight: 600;
}

.navbar-sy .wrapper {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 30px;
    line-height: 1.428571429;
}

.navbar-sy .logo {
    width: 134px;
    height: 25px;
    margin-top: 30px;
    background-repeat: no-repeat;
    display: block;
}

.navbar-sy {
    height: 91px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1;
}

    .navbar-sy a, a.app {
        text-decoration: none;
        cursor: pointer;
    }

    .navbar-sy ul {
        list-style: outside none none;
        margin: 0;
        height: 91px;
        display: flex;
    }

ul.nav-mid {
    justify-content: center;
}

.navbar-sy li {
    display: flex;
    align-items: center;
    padding-right: 20px;
    font-size: 16px;
    padding-left: 20px;
}

.navbar-sy.scrolling li a.link {
    transition: all 0.5s ease;
    color: #1483C1;
}

.navbar-sy.scrolling .line-right {
    border-right: 1px solid #1483c1;
    padding-right: 30px;
}

.navbar-sy .btn-cfa {
    background-color: #ff9000;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 6px 20px;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
    font-weight: 500;
    border-radius: 23px;
    border: none;
    transition: background-color .1s ease-in-out;
}

    .navbar-sy .btn-cfa:hover {
        background-color: #ff7800;
        transition: background-color .1s ease-in-out;
    }



#header {
    background-color: #2d2522;
    background: linear-gradient(to right, rgba(33,26,22,1) 0%,rgba(33,26,22,0) 25%,rgba(33,26,22,0) 75%,rgba(33,26,22,1) 100%);
    background-image: url(/common/images/products/PP/tb/paralaxed_pricing.jpg);
    background-position: top;
    background-size: cover;
    background-attachment: fixed;
    height: 320px;
    min-height: 320px;
    color: white;
    width: 100%;
    overflow: hidden;
    position: relative;
}



#header h1 {
  font-family: "Fira sans",sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 100px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    text-align: center;
}

.btn.cfa {
    background-color: #ff9000;
    color: white;
    font-size: 22px;
    padding: 15px 40px;
    font-weight: 400;
    border-radius: 100px;
    display: inline-block;
    cursor: pointer;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
    text-decoration: none;
    transition: background-color .1s ease-in-out;
}
    .btn.cfa:hover {
        background-color: #ff7800;
        transition: background-color .1s ease-in-out;
    }

#cfa-section {
    background-color: #1483C1;
    height: 300px;
    padding-top: 66px;
    text-align: center;
}

#cfa-section h2{
  font-size: 33px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

.container {
max-width: 1140px;
margin-right: auto;
margin-left: auto;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
.col-md-6{
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.col-md-3{
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.section .container{
margin-top: 68px;
}

.section {
    margin-bottom: 136px;
}

    .section .content.col-md-6 {
        padding-left: 15px;
        display: flex;
        align-self: center;
        flex-direction: column;
        padding-bottom: 0;
    }

.gray-section {
    background: rgba(0,0,0,0.02);
    padding-top: 20px;
    margin: 0;
    max-width: 100%;
    width: 100%;
    padding-bottom: 10px;
}

.section.methodB .content.col-md-6,
.section.methodD .content.col-md-6,
.section.methodF .content.col-md-6{
    order: 1;
}

.section .content.col-md-6 h3 {
    font-family: "Fira sans",sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    margin-top: 0;
}

.section .content.col-md-6 p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.35;
    width: 70%;
}

.section .content.col-md-6 p a {
display: block;
color: #2f9dd1;
text-decoration: none;
transition: color 0.1s ease-in;
}

.section .content.col-md-6 p a:hover {
color: #196aa3;
transition: color 0.1s ease-in;
}






.white-frame-shade {
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: absolute;
    border: 1px solid rgba(0,0,0,0.1);
}

.sections.methods {
    position: relative;
    top: -120px;
}

/* Methods: youtube*/
.yt-method{
  position: relative;
}

.yt-logo-window{
  width: 128px;
  height: 67px;
  text-align: center;
  align-items: center;
  display: flex;
  padding-left: 10px;
position: absolute;
left: -30px;
top: 60px;
}

.gray-header{
height:27px;
width: 100%;
background-color: #484848;
}

.yt-window{
  width: 480px;
height: 328px;
box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
background-color: white;
border: 1px solid #e3e3e3;
border-radius: 3px;

}

.yt-left-col {
    width: 290px;
    display: inline-block;
}

.yt-main-video {
    margin-top: 10px;
    margin-left: 10px;
}

.yt-loader {
    background: #eee;
    width: 280px;
    height: 7px;
    margin-left: 10px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 22px;
}
.yt-loader .loaded{
  background: #ff1d00;
  width: 150px;
  height: 10px;
}
.yt-circle{
  background: #eee;
  border-radius: 100px;
  width:33px;
  height: 33px;
  float: left;
  margin-left: 10px;
}
.yt-left-col .yt-gray-text{
  margin-left: 53px;
  width: 80px;
}

.yt-left-col .yt-gray-text.id1{
  width: 115px;
}

.yt-gray-text{
  background-color: #eeeeee;
  width: 80px;
  height: 7px;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 5px;

}

.yt-right-col {
    display: inline-block;
    margin-left: 6px;
    width: 168px;
    vertical-align: top;
}
.yt-gray-bk{
  background-color: #eeeeee;
  border-radius: 3px;
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
margin-bottom: 10px;
}

.yt-gray-bk .yt-gray-text{
  background-color: #d0cfcf;
  width:45px;
}

.yt-gray-bk > .yt-gray-text {
margin-top: 0;
margin-bottom: 10px;
}

.yt-gray-bk .yt-gray-text.id3 {
width: 30px;
}

.yt-sml-video {
    margin-left: 10px;
}

.yt-a-small.id1, .yt-a-small.id2{
 display: inline-block;
}

.yt-search-side > .yt-gray-thumb{
  width:65px;
  height:55px;
  background-color: #eeeeee;
  border-radius: 3px;
  float: left;
}
.yt-search-side{
margin-bottom: 10px;
height: 55px;
}

.yt-search-side > .yt-gray-text{
margin-left: 75px;
width: 65px;
background-color: #eeeeee;
}
.yt-search-side > .yt-gray-text.id1{
width: 55px;
}

/* Methods: Google Shopping & Smart Shopping Ads */

.gs-method{
  position: relative;
  height: 344px;
  width: 471px;
  margin: 0 auto;
}

.gs-window{
  width:471px;
  height:344px;
  width: 471px;
  margin: 0 auto;
}
.gs-window .gs-header{
height:69px;
width: 100%;
border-bottom: 1px solid #e8e8e8;
}
.gs-search-input{
  width:294px;
  height: 30px;
  border: 1px solid #e8e8e8;
border-radius: 50px;
background-color: #fff;
padding-left: 10px;
display: block;
margin: 0 auto;
position: relative;
top: 20px;
    line-height: 2.7;
}

.gs-search-text{
font-size: 11px;
  font-weight:400;
  color:#6e6d6d;
}

.gs-search-icon {
    position: absolute;
    right: 12px;
    top: 4px;
}

.gs-item-wrapper{
  display: inline-block;
  width: 186px;
  border-right: 1px solid #e8e8e8;
  height: 275px;
  padding: 10px;
}

.gs-items-wrapper {
    overflow: hidden;
    width: 1200px;
}
.gs-item-image-wrapper{
background-color: #fafafa;
width: 166px;
height:194px;
text-align: center;
margin-bottom: 10px;
}

.gray-text {
    background-color: #eeeeee;
    width: 85px;
    height: 7px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gray-text.id1{
width: 115px;
}
.gs-item-wrapper.id1 img{
  margin-top: 10px;
  margin-left: 20px;
}
.gs-item-wrapper.id2 img{
  margin-top: 9px;
margin-left: 33px;
}
.gs-item-wrapper.id3 img{
  margin-top: 9px;
margin-left: 43px;
}

.gs-logo-window{
  width: 93px;
  height: 87px;
  position: absolute;
  left: -42px;
  top: 100px;
  text-align: center;
  padding-top: 11px;
}

/* Methods: Google Dynamic Remarketing Ads  */
.gd-method{
  position: relative;
  height: 346px;
}

.gd-window{
  width: 430px;
  height: 346px;
position: absolute;
}

.gd-header {
    text-align: center;
    margin-top: 10px;
    height: 43px;
}

.gd-logo {
    top: 2px;
    position: relative;
}

.gd-body{
  background-color: #f6f6f6;
  width: 100%;
  height: 300px;
  position: relative;
}
.gd-body-col{
  background-color: #fbfbfb;
  padding-left: 10px;
  padding-top: 5px;
  position: absolute;
}

.gd-body-col.id1{
  width: 96px;
  height: 271px;
  left: 10px;
  top: 10px;
}
.gd-body-col.id1 .gray-text{
  width:65px;
}

.gd-body-col.id1 .white-box{
  width: 40px;
height: 27px;
background-color: #fff;
margin-bottom: 14px;
margin-top: 10px;
}

.gd-body-col.id2{
  width: 116px;
  height: 98px;
  left: 116px;
  top: 10px;
}

.gd-body-col.id2 .white-box{
  width: 96px;
  height: 49px;
  background-color: #fff;
  margin-bottom: 10px;
  margin-top: 5px;
}

.gd-body-col.id2 .gray-text.id1 {
    width: 95px;
  }

.gd-body-col.id2 .gray-text.id2 {
    width: 75px;
  }

.gd-body-col.id3{
  width: 146px;
  height: 98px;
  left: 116px;
  top: 118px;
}

.gd-body-col.id3 .gray-text.id1 {
    width: 95px;
  }

.gd-body-col.id3 .gray-text.id2 {
    width: 75px;
  }

.gd-body-col.id3 .white-box{
  width: 126px;
  height: 48px;
  background-color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}

.gd-body-col.id4{
  width: 146px;
  height: 55px;
  left: 116px;
  top: 226px;
}
.gd-body-col.id4 .gray-text {
    width: 75px;
  }
  .gd-body-col.id4 .gray-text.id1 {
      width: 95px;
    }

.gd-body-col.id5{
  width: 176px;
  height: 98px;
  left: 242px;
  top: 10px;
}

.gd-body-col.id5 .white-box{
  width: 96px;
  height: 78px;
  background-color: #fff;
  margin-bottom: 10px;
  margin-top: 5px;
  float: left;
}

.gd-body-col.id5 .gray-text {
    width: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 107px;

}

.gd-body-col.id6{
  width: 146px;
height: 163px;
left: 272px;
top: 118px;
}

.gd-a-wrapper{
  padding-top: 5px;
}

@-webkit-keyframes rotatearrow {
	0% {
				-webkit-transform: rotate(-122deg);
        opacity: 0;
		}
    20%{
      opacity: 1;
    }
    80%{
      opacity: 1;
      -webkit-transform: rotate(0deg);
    }

		100% {
      opacity: 0;
		}
}
.gd-arrow-wrapper{
  overflow: hidden;
    height: 192px;
    width: 311px;
    position: absolute;
}
.gd-arrow {
    position: absolute;
    top: 72px;
    transform-origin: center;
    transform: rotate(0deg);
    /*animation: rotatearrow 1.5s ease-in-out;*/
}

@-webkit-keyframes slideup {
from {top:190px; opacity: 1;height:1px;}
}

.gd-list-window {
    width: 122px;
    height: 177px;
    position: absolute;
    top: 145px;
    left: -28px;
    border-top: none;
    overflow: hidden;
    /*animation: slideup 1.3s ease-in-out;*/
}

.gd-list-header {
    height: 20px;
    width: 100%;
    background-color: #484848;
}
.gd-list-item-wrapper {
  margin-top:10px;
}
.gd-list-item-wrapper .gd-list-circle{
 background-color: #a0a0a0;
 width: 19px;
 height: 19px;
 border-radius: 50%;
 display: block;
 float: left;
 margin-left: 10px
}

.gd-list-item-wrapper .gray-text.id1 {
    width: 75px;
    margin-left: 38px;
}

.gd-list-item-wrapper .gray-text.id2 {
    width: 55px;
    margin-left: 38px;
}

/* google search */
.gse-a{
  position: relative;
  height: 300px;
  width: 298px;
  margin: 0 auto;
}
.gse-window{
  width:298px;
  height:292px;
}

.g-logo {
    display: block;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 0px;
    width: 74px;
    margin-top: 25px;
}
.g-search-bar {
    background-color: #f7f5f5;
    width: 250px;
    height: 28px;
    border-radius: 50px;
    margin-left: 23px;
    position: absolute;
    top: 90px;
}
.g-search-bar span {
    color: #555454;
    font-size: 13px;
    font-weight: 400;
    margin-left: 25px;
    line-height: 28px;
}

.g-search-magnify {
    position: absolute;
    left: 5px;
    top: 5px;
}

.gseresult-window{
  width: 400px;
  height:165px;
  top: 136px;
left: -52px;
padding: 15px 20px;
}

.gseresult.header1{
  color: #382ab9;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  padding-bottom: 5px;
}
.gseresult.adspan{
  color: #fff;
  background-color: #247d3e;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 3px;
  padding: 1px 3px;
}
.gseresult.header2{
  color: #247d3e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.gseresult.adtext{
  color: #c2c0c0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  padding-top: 5px;
}

/* smart display Campaign */
.sdc-a{
  position: relative;
  height: 300px;
  width: 470px;
  margin: 0 auto;
}

.sdc-window{
width:470px;
height: 374px;
background-color: #f4f4f4;
}
.sdc-header{
  background-color: #fff;
  height: 50px;
  width: 100%;
}

.sdc-logo {
    position: absolute;
    top: 40px;
    left: 10px;
}
.sdc-main-b{
  width:448px;
  height: 134px;
  background-color: #fbfbfb;
  margin: 10px;
  overflow: hidden;
  position: relative;
}
.sdc-main-b-image{
  position: absolute;
  top: 7px;
  left: 32px;
}
.color-strip.id1 {
    position: absolute;
    right: 12px;
}

.color-strip.id2 {
    position: absolute;
    right: -83px;
}
.sdc-content {
position: absolute;
left: 150px;
top: 20px;
}

.sdc-content .gray-text{
width: 105px;
}
.sdc-content .gray-text.id3{
width: 65px;
}

.sdc-content .gray-text.dark{
background-color: #484848;
width: 125px;
}

.sdc-content .gray-text.dark.id3{
width: 75px;
}
.sdc-content .gray-text.id3{
width: 75px;
}
.sdc-headline {
font-size: 32px;
color:#484848;
font-weight: 300;
}
.sdc-texts-wrapper{
  display: inline-block;
  margin-right: 20px
}
.sdc-bottom-item{
  background-color: #fbfbfb;

}
.sdc-bottom-wrapper-items {
    display: inline-block;
}
.sdc-bottom-wrapper {
    position: relative;
}
.sdc-bottom-wrapper-items.id1 {
    margin-right: 6px;
}
.sdc-bottom-item.id1{
width: 292px;
height: 119px;
display: inline-block;
margin-left: 10px;
padding: 10px;
position: absolute;
top: 0;
}

.sdc-bottom-item.id2{
width: 146px;
height: 120px;
margin-left: 10px;
display: inline-block;
padding: 10px;
position: absolute;
right: 10px;
}
.darkbox{
  background-color: #eeeeee;
  height: 59px;
  width: 131px;
  margin-bottom: 10px;
}
.gray-text.dark{
  background-color: #d0cfcf;
width:115px;
}

.sdc-bottom-item.id2 .darkbox{
  height:35px;
  width: 126px;
}

.sdc-bottom-item.id2 .gray-text.dark.id2{
  width: 85px;
}

.sdc-bottom-item.id2 .gray-text.id3{
  width: 115px;
}

/* Facebook & Instagram Dynamic Retargeting Ads  */
.fdr-a{
position: relative;
height: 402px;
}
.fdr-window{
  width: 371px;
  height: 402px;
}

.fdr-window-logo{
  width: 82px;
  height: 82px;
  position: absolute;
  left: -41px;
top: 133px;
}

.fdr-fb-logo{
  background-color: #305eae;
  border-radius: 5px;
margin: 10px;
height: 60px;
width: 60px;
}

.fdr-fb-logo svg {
  position: absolute;
left: 32px;
top: 18px;
}

.fdr-header{
    background-color: #305eae;
    height: 70px;
    width: 100%;
}

.fdr-search-bar{
  width: 255px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
    position: relative;
    top: 19px;
margin: 0 auto;
line-height: 2;
}
.fdr-search-icon{
  background-color: #f5f6f7;
  width:36px;
  right:0;
  height: 30px;
  position: absolute;
  padding: 5px 8px;
}
.fdr-search-text{
  color:#6e6d6d;
  font-size: 11px;
  position: absolute;
left: 10px;
top: 6px;
}
.fdr-profile{
  margin-left: 48px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.fdr-circle{
  background-color: #a0a0a0;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  border-radius: 50%;
  float: left;
  top: -2px;
position: relative;
}

.fdr-profile .gray-text{
  margin-left: 30px;
}
.fdr-prdcts-wrapper{
  overflow: hidden;
  height: 293px;
  width: 100%;
}
.fdr-prdcts-content{
  width: 2000px;
  position: absolute;
left: -242px;
transition: all 1.1s ease-in-out;
}
.fdr-prdct{
    width: 266px;
    position: relative;
    display: inline-block;
    margin-left: 10px
}

.fdr-prdct-img{
  width: 266px;
  height: 216px;
  margin-bottom: 10px;
  overflow: hidden;
position: relative;
}
.fdr-prdct .fdr-badge{
  color: #f822a9;
font-size: 24px;
font-weight: 500;
background-color: #faeff7;
width: 91px;
height: 62px;
text-align: center;
position: absolute;
right: 0;
top: 70px;
padding: 12px 0;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.fdr-prdct.id1 .fdr-badge{
background-color: #a8e5f1;
color: #fff;
}
.fdr-prdct.id3 .fdr-badge{
background-color: #cdc2f0;
color: #fff;
}
.fdr-prdct .gray-text.dark{
  background-color: #d0cfcf;
  width: 115px;
}
.fdr-btn-right{
  width: 76px;
  height: 31px;
  background-color: #eeeeee;
  border-radius: 8px;
  position: absolute;
right: 0;
top: 227px;
}
.fdr-btn-right .gray-text{
  background-color: #d0cfcf;
  width: 56px;
  margin: 12px 11px;
}

.fdr-prdct.id1 .fdr-prdct-img{
  border: 9px solid #a8e5f1;
}
.fdr-prdct.id2 .fdr-prdct-img{
  border: 9px solid #faeff7;
}
.fdr-prdct.id3 .fdr-prdct-img{
  border: 9px solid #cdc2f0;
}

/* Instagram & Facebook Acquisition Ads */
.iaa-a{
  position: relative;
  height: 342px;
  width: 379px;
  margin: 0 auto;
}
.iaa-main{
  background: #fff;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  width: 255px;
  height: 291px;
  padding: 10px;
}
.iaa-main .gray-text {
  margin-left: 28px;
}

.iaa-circle {
    background-color: #a0a0a0;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    border-radius: 50%;
    float: left;
    top: 3px;
    position: relative;

}

.iaa-badge {
  color: #fff;
font-size: 16px;
font-weight: 400;
background-color: #3eb1e0;
width: 97px;
height: 55px;
text-align: center;
position: absolute;
right: 0;
top: 79px;
padding: 9px 0px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
line-height: 1.2;
text-transform: uppercase;
}
.iaa-image-wrapper{
  overflow: hidden;
  width:235px;
  height:236px;
border: 9px solid #3eb1e0;
position: relative;
margin-top: 10px;
}

.iaa-right-side{
  width: 100px;
float: right;
margin-top: 10px;
}
.iaa-right-search{
  background-color: #e6e6e6;
  height: 14px;
border-radius: 5px;
margin-top: 5px;
margin-bottom: 15px;
width: 90px;
}
.iaa-right-content{
  margin-bottom: 15px;
}
.iaa-right-side .iaa-circle{
  background-color: #e6e6e6;
  top:-2px;

}
.iaa-right-side .gray-text{
    background-color: #e6e6e6;
margin-left: 25px;
}

.iaa-right-side .gray-text.id1{
  width:45px;
}
.iaa-right-side .gray-text.id2{
  width:55px;
}
.iaa-window{
  width:379px;
  height: 342px;
  background-color: #f8f8f8;
}
.iaa-a-logo{
  width: 86px;
  height: 83px;
  left: -43px;
  top: 100px;
  padding: 0px 5px;
}

/* Single Method page */
#bread-crumbs{
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 40px;
  background-color: rgba(0,0,0,0.25);
  padding: 10px 15px;
  display: inline-block;
  border-radius: 3px;
}

#bread-crumbs a{
color: #2f9dd1;
text-decoration: none;
}

#header h2, #header.single-method h1 {
    font-family: "Fira sans",sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: white;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 45px;
    padding: 0;
}
#header h3{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  width: 70%;
margin-left: 15%;
margin-top: 0;
margin-bottom: 0;
}
.content-method{
  order:1;
  margin-top: 90px;
  padding-right: 20px;
}

.content-method p{
  padding: 10px 0;
  font-size: 16px;
  line-height: 1.65;
}

.methodSingle .col-md-6 > .keep-right {
  width: auto;
    margin: 0;

}

.content-method ul {
    list-style: none;
  padding:0;

}
.content-method ul li{
  position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    color: #6e6d6d;
    font-size: 16px;
}
ul svg{
  position: absolute;
left: 0;
top: 0;
}


.other-methods-container{
  overflow: hidden;
width:100%;
}
.other-methods-wrapper {
  --n: 0;
    display: inline-block;
    width: 3000px;
    position: relative;
    left: calc(var(--n)*25%);
    transition: all 0.4s ease-in-out;
}

.other-method-wrapper {
  text-align: center;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}

.other-method-image {
height: 210px;
cursor: pointer;
}
.method-scaled-down{
  transform: scale(0.5);
}

.other-method-wrapper a{

color:#6e6d6d;
font-size: 15px;
text-decoration: none;
line-height: 1.35;
display: inline-block;
}

.other-method-wrapper.gsa img{
    margin-top: 14px;
}

.other-method-wrapper.yta img{
    margin-top: 8px;
}
.other-methods > .container.row{
  position: relative;
}
.arrow-right {
    background: rgba(0,0,0,0.5);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    position: absolute;
    right:-20px;
    top: calc(50% - 40px);
    transform: rotate(90deg);
    cursor: pointer;
    transition: background 0.2s;
    z-index: 1;
}

.arrow-right:hover {
background: rgba(0,0,0,0.8);
  transition: background 0.2s;
}

.arrow-left {
    background: rgba(0,0,0,0.5);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    position: absolute;
    left:-20px;
    top: calc(50% - 40px);
    transform: rotate(-90deg);
    cursor: pointer;
    z-index: 1;
}
.arrow-left:hover {
background: rgba(0,0,0,0.8);
  transition: background 0.2s;
}

/* Footer */
.footer {
    display: flex;
}

.wrapper12 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.footer .inner-wrapper {
    margin: 0 auto;
    position: relative;
    width: 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-items: self-start;
    justify-content: space-around;
}

.footer .col {
    padding-top: 45px;
}

.footer h3 {
    border-bottom: 1px dashed #2c2c2c;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: uppercase;
    color: #499bc9;
    font-size: 30px;
    font-family: "Roboto",sans-serif;
}

.footer ul {
    margin: 0;
    margin-right: 0px;
    padding: 0;
    color: #515050;
    float: left;
    font-size: 16px;
    font-weight: 400;
    list-style: outside none none;
    margin-right: 35px;
    font-family: "Roboto",sans-serif;
}

.footer li {
    line-height: 46px;
}

.footer a {
    color: #515050;
    vertical-align: middle;
    text-decoration: none;
}

    .footer a:hover {
        text-decoration: none;
    }

.footer .col.social i {
    display: inline-block;
    height: 25px;
    margin-right: 5px;
    vertical-align: middle;
    width: 25px;
}

.copyright {
    clear: both;
    display: block;
    font-size: 13px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #827A6D;
    background-color: #dcd7cf;
    margin-top: 100px;
}

.bottom-footer {
    clear: both;
}


.footer .col.social i {
    opacity: 0.87;
}

i.linkedin, i.fb img, i.twitter img {
    background: #000;
    border-radius: 3px;
}

@media (min-width: 800px) and (max-width: 1081px) {

    .navbar-sy li {
        margin-right: 0;
    }

    .navbar-sy ul li:nth-child(3), .navbar-sy ul li:nth-child(4), .navbar-sy ul li:nth-child(5) {
        display: none;
    }

    .container {
        max-width: 100vw;
        margin-right: auto;
        margin-left: auto;
    }

    #header h1 {
        padding-top: 4vh;
    }

    #header h2 {
        font-size: 20px;
        width: 85%;
    }


    .wrapper12 {
        width: 100vw;
    }


    .footer .inner-wrapper {
        width: 98vw;
    }

    .footer a {
        font-size: 1.6vw;
        line-height: 2.4vw;
    }

    .footer h3 {
        font-size: 3.2vw;
        margin-bottom: 1vw;
    }

    .footer li {
        line-height: 5vw;
    }
}