@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a:hover, a:active, a:focus {
    outline: none;
    border: 0;
}

a {
    outline: none!important;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}
/*   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ========================================================================
	CSS
	=======================================================================*/

body{
    margin:0;
    padding:0;
    width:100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.full-width-container{
    width:100%;
}

.light-bg{
    background-color:#f6f7f8;
}

.light-dark-bg{
    background-color:#425466;
}

.dark-bg{
    background-color:#0A2540;
}


.container{
    margin:0 auto;
    /*padding:150px 0;*/
    width:100%;

    max-width:1440px;
}

.header{
    margin:0 auto;
    padding:25px 0;
    width:100%;
    max-width:1440px;
}

.logo{

}

.top-nav{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color:#0A2540;
    float:right;
}

.top-nav ul{
    margin:15px 0;
    padding:0;
    list-style:none;
}

.top-nav ul li{
    display:inline-block;
    margin:0 0 0 30px;
}

.top-nav a:link, .top-nav a:visited, .top-nav a:hover{
    color:#0A2540;
    text-decoration:none;
}

.button{
    background-color:#635bff;
    border-radius:5px;
    padding:8px 26px;
    color:#fff;
}

.button1{
    background-color:#635bff;
    border-radius:5px;
    padding:12px 30px;
    color:#fff;
}

.button11{
    width:180px;
    background-color:#fff;
    border-radius:5px;
    padding:12px 15px;
    border:1px solid #A9AEB9;
}

.button2{
    background-color:#fff;
    border-radius:5px;
    padding:12px 30px;
    color:#0A2540;
}

.main-nav-container{
    width:100%;
    background-color:#f6f6f6;
}

.main-nav{
    margin:0 auto;
    padding:10px 0;
    max-width:1440px;
    width:100%;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.main-nav ul{
    margin:0;
    padding:0;
    list-style:none;
}

.main-nav ul li{
    margin:0 45px 0 0;
    display:inline-block;
    transition-duration: 0.5s;
}

.main-nav ul li:hover {
    cursor: pointer;
}

.main-nav ul li:hover > ul,
.main-nav ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

.main-nav ul li ul li {
    clear: both;
    width: 100%;
    padding:10px;
}

.main-nav ul li span{
    padding:0 12px;
}

.main-nav ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease;
    margin-top1: 1rem;
    display: none;
    background-color:#f6f6f6;
    width:200px;
}


.main-nav a:link, .main-nav a:visited, .main-nav a:hover{
    color:#0A2540;
    text-decoration:none;
}

.banner-container1{

}

.banner1{
    margin:0 auto;
    width:100%;
    max-width:1440px;
    height:499px;
}
.banner-img{
    background-image:url('../images/banner-bg.png');
    background-repeat:no-repeat;
    background-size: contain;
}


.banner-img2{
    background-image:url('../images/banner-bg3.png');
    background-repeat:no-repeat;
    background-size: cover;

}



.banner{
    margin:0 auto;
    width:100%;
    max-width:1440px;
    height:499px;
}

.icon{
    display:none;
}

.part-1{
    margin:0;
    width:62%;
    float:left;
}
.part-1 p {
    font-size: 20px;
    color: #425466;
    line-height: 28px;
    font-weight: 400;
    padding: 30px 200px 0 0;
}
button.button.button_sli {
    font-size: 16px;
    padding: 4px 30px;
    height: 46px;
    border: none;
    outline: none;
    font-weight: 500;
}
.part-2{

    height:250px;
    float:left;
}

.banner p{
    width:70%;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height:28px;
}

.ourservices-container{
    width:100%;
    background-color:#F6F7F8;
}

.os-box{
    margin:60px 0px;
    padding:25px;
    width:100%;
    font-size:16px;
    float:left;
}

.nav-arrow{
    padding:250px 5px 0;
    float:left;
}

.nav-dot{
    width:100%;
    text-align:center;
}

.os-box:hover{
    background-color:#fff;
    border-radius:10px;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    -moz-box-shadow: 0 0 5px 1px #ccc;
    box-shadow: 0 0 5px 1px #ccc;
}

.os-box-icon{
    width:100px;
    height:100px;
    background-color:#fff;
    border-radius:20px;
    margin-bottom:30px;
}

.os-box-inst, .os-box-twit, .os-box-yout, .os-box-face{
    background-repeat: no-repeat;
    width:100px;
    height:100px;
    margin-bottom:20px;
}

.os-box-inst{
    background-image: url('../images/instagram-white.png');
}

.os-box-twit{
    background-image: url('../images/twitter-white.png');
}

.os-box-yout, .os-box-face{
    background-image: url('../images/youtube-white.png');
}

.os-box-face{
    background-image: url('../images/facebook-white.png');
}

.os-box:hover .os-box-face{
    background-image: url('../images/facebook-white.png');
}

.os-box:hover .os-box-inst{
    background-image: url('../images/instagram-blue.png');
}

.os-box:hover .os-box-twit{
    background-image: url('../images/twitter-blue.png');
}

.os-box:hover .os-box-yout{
    background-image: url('../images/youtube-blue.png');
}

.os-box:hover .os-box-face{
    background-image: url('../images/facebook-blue.png');
}

.os-box ul{
    margin:30px 0;
    padding:0;
    list-style:none;
}

.os-box ul li{
    margin:10px 0;
    padding:0 0 0 20px;
    background-image: url('../images/list-tick.png');
    background-size:16px;
    background-repeat: no-repeat;
    background-position: left;
}



.features{
    margin:160px auto;
    width:1440px;
    font-size:15px;
    color:#B5BEC6;
}

.features-box{
    margin:0 10px;
    /*width:18%;*/
    float:left;
}

.features-box-content{
    float:none;
    margin:0;
}

.features-box h4{
    font-size:20px;
}


.features-box img{

    height:40px;
    margin-bottom:27px;
}



.heading-text{
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    line-height:80px;
    font-weight:700;
    color:#0A2540;
}



.ourwork-box{
    /*margin:50px 0;*/
    /*width:calc(28% - 80px);*/
    padding:30px;
    background-color:#fff;
    border-radius:10px;
    float:left;
}

.ourwork p{
    margin:20px 0 0 0;
}

.ourwork-box-arrow{
    padding:350px 40px 0;
    float:left;
    background-image:url('../images/nav-arrow1.png');
    background-repeat:no-repeat;
    background-position:center;
}

.large-text{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 80px;
    line-height:90px;
    color:#635BFF;
}

.medium-text{
    font-family: 'Space Grotesk', sans-serif;
    font-size: 30px;
    line-height:46px;
    color:#635BFF;
    font-weight:700;
}

.medium-text span{
    float:right;
    background-color:#635bff;
    border-radius:5px;
    padding:0 30px;
    color:#fff;
    font-size:16px;
    font-weight:700; line-height:36px;
}

.price{
    margin-bottom:30px;
    font-size:24px;
    color:#0A2540;
    font-weight:700;
}

.price span{
    font-size:16px;
    color:#425466;
    font-weight:normal;
}

.perfectpackage p{
    padding:20px 0 0 0;
}

.perfectpackage a:link, .perfectpackage a:hover, .perfectpackage a:visited{
    text-decoration:none;
}

.perfectpackage-box{
    /*margin:50px 5px;*/
    width:100%;
    padding:30px 25px;
    background-color:#f6f7f8;
    border-radius:10px;
    float:left;
}

.perfectpackage-box:hover{
    background-color:#0A2540;
    color:#fff;
}

.perfectpackage-box:hover .medium-text{
    color:#fff;
}

.perfectpackage-box:hover .price span{
    color:#fff;
}

.perfectpackage-box:hover .price{
    color:#FF6400;
}

.perfectpackage-box:hover .perfectpackage-box-icon{
    background-image: url('../images/instagram-white48.png');
}

.perfectpackage-box:hover .button{
    background-color:#fff;
    color:#0A2540;
}

.perfectpackage-box-inst,.perfectpackage-box-face,.perfectpackage-box-yout,.perfectpackage-box-twit,.perfectpackage-box-spot,.perfectpackage-box-sound,.perfectpackage-box-twitch{
    background-repeat: no-repeat;
    width:48px;
    height:48px;
    margin-bottom:30px;
    background-position: center;
    background-size: contain;
}

.perfectpackage-box-twitch{
    background-image: url('../images/twitch-blue.png');
}


.perfectpackage-box-sound{
    background-image: url('../images/soundcloud-blue.png');
}

.perfectpackage-box-spot{
    background-image: url('../images/spotify-blue.png');
}

.perfectpackage-box-inst{
    background-image: url('../images/instagram-blue48.png');
}

.perfectpackage-box-face{
    background-image: url('../images/facebook-blue48.png');
}

.perfectpackage-box-yout{
    background-image: url('../images/youtube-blue48.png');
}

.perfectpackage-box-twit{
    background-image: url('../images/twitter-blue48.png');
}


.perfectpackage-box:hover .perfectpackage-box-sound{
    background-image: url('../images/soundcloud-white.png');
}

.perfectpackage-box:hover .perfectpackage-box-spot{
    background-image: url('../images/spotify-white.png');
}


.perfectpackage-box:hover .perfectpackage-box-twitch{
    background-image: url('../images/twitch-white.png');
}




.perfectpackage-box:hover .perfectpackage-box-inst{
    background-image: url('../images/instagram-white48.png');
}

.perfectpackage-box:hover .perfectpackage-box-face{
    background-image: url('../images/facebook-white48.png');
}

.perfectpackage-box:hover .perfectpackage-box-yout{
    background-image: url('../images/youtube-white48.png');
}

.perfectpackage-box:hover .perfectpackage-box-twit{
    background-image: url('../images/twitter-white48.png');
}

.perfectpackage-box ul{
    margin:30px 0;
    padding:0;
    list-style:none;
}

.perfectpackage-box ul li{
    margin:10px 0;
    padding:0 0 0 20px;
    background-image: url('../images/list-tick.png');
    background-repeat: no-repeat;
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: left;
}


.faq ul{
    margin:45px 0;
    padding:0;
    list-style:none;
    font-size:16px;
    color:#fff;
}

.faq ul li{
    margin:0 2.5%;
    width:45%;
    padding:30px 0;
    display:inline-block;
    border-top:2px solid #B5BEC6;
}

.faq ul li:last-child, .faq ul li:nth-last-child(2){
    border-bottom:2px solid #B5BEC6;
}

.faq ul li span{
    float:right;
    padding:0 5px;
}

.faq h1{
    color:#fff;
    text-align:center;
}

.faq p{
    padding:25px 0 0 0;
    color:#fff;
    text-align:center;
}

.faq a:link, .faq a:hover, .faq a:visited {
    text-decoration:none;
}

.side1 p, .rating-text, .customerreviews form{
    margin:15px 0;
    font-size:20px;
    max-width:410px;
    width:100%;
}

.side1{
    float:left;
}

.side2{
    float:right;
}

/*.side2 img{*/
/*width:auto;*/
/*!*max-width:650px;*!*/
/*float:none;*/
/*height: 100%;*/

/*}*/

.side1 {z-index: 110!important;position:relative;}
.side2 img{position: absolute;right: -15%;z-index: 0;top: 0;}
.rating{
    margin:25px 0 0;
    background-color:#f0f0f0;
    border-radius:30px;
    padding:15px;
    color:#635BFF;
    width:300px;
}



.reviews span{
    float:right;
}

.reviews-box{
    /*margin:50px 10px;*/
    width:100%;
    padding:30px;
    background-color:#fff;
    border-radius:10px;
    float:left;
}



.mostpopular-box{
    /*margin:50px 15px;*/
    /*width:calc(25% - 30px);*/
    /*float:left;*/
}

.mostpopular-box img{
    width:100%;
}


.mostpopular span{
    float:right;
}


.side11{
    margin:25px 0;
    font-size:20px;
    width:50%;
    float:left;
}

.side22{
    float:right;
}

.side11 p, .freelikes form {
    margin: 5px 0;
    font-size: 16px;
    color: #fff;
}



.white-text{
    color:#fff;
}

.cf h2, .cf p{
    text-align:center;
}

.cf-info{
    width:100%;
    padding:50px 40px;
    background-color:#425466;
    background-image:url('../images/cf-bg.png');
    background-position:bottom right;
    background-repeat:no-repeat;
    color:#fff;
    border-radius:20px 0 20px px;
    float:left;
    height:700px;
}

.cf-info h3{
    color:#fff;
}

.cf-info p{
    text-align:left;
}

.cf .icon-text {
    margin-top: 30px;
}
.cf .icon1{
    width:25px;
    float:left;
}

.cf .icon1 img{

    height:20px;
}

.cf .text{
    margin-left:50px;
}

.facebook{
    margin:40px 0px;
    width:50px;
    height:50px;
    background-image:url('../images/facebook50-0.png');
	background-repeat: no-repeat;
    float:left;
}

.twitter{
    margin:40px 0px;
    width:50px;
    height:50px;
    background-image:url('../images/twitter50-0.png');
	background-repeat: no-repeat;
    float:left;
}

.instagram{
    margin:40px 0px;
    width:50px;
    height:50px;
    background-image:url('../images/instagram50-0.png');
	background-repeat: no-repeat;
    float:left;
}

.facebook:hover{
    background-image:url('../images/facebook50-1.png');
}

.twitter:hover{
    background-image:url('../images/twitter50-1.png');
}

.instagram:hover{
    background-image:url('../images/instagram50-1.png');
}

.contact-form{
    height: 700px;
    padding:15px;
    width:60%;
    float:left;
    background-color:#fff;
    -webkit-box-shadow: 0 0 5px 1px #ccc;
    -moz-box-shadow: 0 0 5px 1px #ccc;
    box-shadow: 0 0 5px 1px #ccc;
}
.contact-form ul, .radio-button-list ul{
    margin:0;
    padding:0;
    list-style:none;
}

.contact-form ul li{

    display:inline-block;
}

.col-1{
    margin:0 3%;
    width:94%;
}

.col-2{
    margin:0 3%;
    width:44%;
}

.col-4{
    margin:15px 3%;
    width:18%;
}

.radio-button-list ul li{
    margin:15px 2.5%;
    width:20%;
    display:inline-block;
}

.radio-button-list ul li p{
    font-weight:700;
    text-align:left !important;
}

.contact-form ul li p{
    font-weight:700;
    text-align:left !important;
}

.contact-form span{
    float:right;
}

.footer-container{
    width:100%;
}


.horizontal-ul-list ul{
    margin:0;
    padding:0;
    list-style:none;float:right;
}

.horizontal-ul-list ul li{
    margin:10px 20px;
    padding:0;
    display:inline-block;

}

.horizontal-ul-list img{
    margin:-10px 0 -15px 0;
    padding:0;
}

.footer-box{
    margin:35px 15px 0;
    width:250px;
    float:left;
}


h4 span{display:none;}


.footer-box ul{
    margin:35px 0;
    padding:0;
    list-style:none;

}

.footer-box ul li{
    margin:0;
    padding:6px 0;
    display:block;
}
.footer-text{
    margin:50px 0 0 0;
    border-top:1px solid #D4D6DA;
    padding:50px 0 0;
    text-align:center;
}
.useful-links{
    display:none;
}

.reviews-bottom-bt{
    display:none;
}

.reviews-top-bt{
    display:block;
}

.button-center{
    margin:0 auto;
    display:block;
    width:50%;
    text-align:center;
    text-decoration:none;
}

h1, h2, h3, h4, h5, h6{
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
}

h1{
    font-size:60px;
    color:#0A2540;
    line-height:70px;
}

h2{
    font-size:48px;
    color:#0A2540;
    line-height:58px;
}

h3{
    font-size:32px;
    color:#0A2540;
    line-height:42px;
}

h4{
    font-size:24px;
    color:#0A2540;
    font-weight:700;
}

h1 span{
    font-size:17px;
    color:#425466;
    text-transform:uppercase;
    font-weight:400;
    margin-bottom:15px;
    display:block;
}

input[type="text"], textarea{
    border:1px solid #A9AEB9;
    font-size:15px;
    color:#425466;
    margin:10px 0;
    padding:10px 20px;
    border-radius:5px;
}

/*input[type="text"]{*/
/*    width:calc(100% - 38px);*/
/*}*/

textarea{
    width:calc(100% - 38px);
    height:200px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color:#635bff;
    border-radius:5px;
    padding:12px 30px;
    color:#fff;
    border:0;

}

.button-center{
    display:none;
}

.footer-box:hover ul{
    display:block;
}


@media screen and (max-width: 1399px) {

    .container, .main-nav, .header{
        width:calc(100% - 40px);
    }
    .container{
        width:calc(100% - 40px);
        /*padding:150px 20px;*/
    }

    .main-nav ul li ul {
        position:relative;
    }

    .header{
        width:calc(100% - 40px);
        padding:25px 20px;
        border-bottom:1px solid #f6f6f6;
    }

    .footer-box{
        margin:0 3%;
        padding:15px;
        width:38%;
        border:1px solid #eee;
        border-radius:5px;
        float:left;
    }

    .useful-links, h4 span{
        display:block;
    }

    /*.footer-box ul, .useful-links1{*/
    /*display:none;*/
    /*}*/

    h4 span{
        float:right;
    }

    .horizontal-ul-list img{
        margin:0 0 25px;
    }


}

@media screen and (max-width: 1349px) {

    /*.top-nav ul,.main-nav{*/
    /*display:none;*/
    /*}*/

    .main-nav ul li{
        margin:0 50px 0 0;
        padding:5px 10px;
        border-bottom:1px solid #fff;
        display:block;
    }

    .icon{
        display:block;
    }

    .mp-button-top{
        display:block;
    }

    .perfectpackage-box{
        /*margin:50px 5px;*/
        /*width:calc(50% - 90px);*/
        float:left;
    }

    .features-box{
        margin:10px;
        /*width:30%;*/
        float:left;
    }
}




.cf-info{
    width:100%;
    padding:25px;
    border-radius:10px 0px 0 10px;
    float:none;
    height:auto;
}

.contact-form{
    width:100%;
    float:none;
}

.col-1,.col-2{
    margin:0 3%;
    width:94%;
}

.col-4{
    margin:0 3%;
    width:44%;
}

.side11, .side22, .side2, .side1{
    width:100%;
    float:none;
}

.side22 img{
    width:80%;
    max-width:525px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.mostpopular-box{
    /*width:45%;*/
    /*float:left;*/
}

.button-center{
    display:block;
}

.mp-button-top{
    display:none;
}

.reviews-box{
    /*margin:25px 10px;*/
    /*width:calc(40% - 30px);*/
}

.ourwork-box{
    /*margin:50px 0;*/
    /*width:calc(100% - 80px);*/
    float:left;
}

.ourwork-box-arrow{
    /*padding:50px;*/
    background-image:url('../images/nav-arrow-down.png');
    background-repeat:no-repeat;
    background-position: center;
}

.features-box{
    margin:10px;
    /*width:40%;*/
    float:left;
}

}

@media screen and (max-width: 768px) {

    h1, .heading-text{
        font-size:32px;
        line-height:40px;
    }

    h2{
        font-size:24px;
        line-height:30px;
    }

    h3{
        font-size:20px;
        line-height:24px;
    }

    h4{
        font-size:20px;
        line-height:24px;
    }

    h1 span{
        font-size:15px;
        margin-bottom:0;
    }

    .perfectpackage-box{
        /*margin:50px 5px;*/
        /*width:calc(100% - 90px);*/
        float:left;
    }

    .nav-arrow{
        display:none;
    }

    .mostpopular-box{
        width:95%;
        float:none;
    }

    .button-center{
        width:90%;
    }

    .banner{
        height:auto;
    }

    .container{
        width:calc(100% - 40px);
        padding:75px 20px;
    }

    .header{
        width:calc(100% - 40px);
        padding:25px 20px;
        border-bottom:1px solid #f6f6f6;
    }

    .os-box{
        margin:35px 0;
        height: 400px;
    }

    .features-box-content1, .features-box1 img{
        float:left;
    }

    .features-box1 img{
        width:50px;
        height:auto;
    }

    .features-box-content1{
        margin-left:3px;
    }


    .features-box{
        margin:10px;
        width:90%;
        float:left;
    }

    .faq ul li{
        margin:0 2.5%;
        width:95%;
    }

    side1 p, .rating-text, .customerreviews form{
        width:100%;
    }



    .footer-box{
        margin:0;
        padding:15px;
        width:calc(96% - 30px);
        float:none;
    }



    .mostpopular span{
        display:none;
    }


    .side2{
        float:right;
    }
    .reviews-box{
        width:calc(90% - 30px);
    }

    .reviews span{
        float:none;
    }

    .reviews-bottom-bt{
        display:block;
    }

    .reviews-top-bt{
        display:none;
    }

    .banner p{
        width:100%;
        font-size: 15px;
        line-height:28px;
    }

    .part-1, .part-2{
        margin:0;
        width:100%;
        float:none;
    }




}

.nav-link {
    color: var(--fiord);
    font-size: 16px;
    line-height: 23px;
    white-space: nowrap;
    margin-right: 50px;
}
ul.navbar-nav.down_menu .dropdown-menu {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 7px 0px #0000001f;
}
.dropdown-divider {
    border: none;
}
.menu-bar{
    background-color: rgba(246,246,246,1.0);
    height: 50px;
}

.navbar-nav > li > .nav-link{

    padding-top: 15px!important;
    padding-bottom: 15px!important;
}
.container-fluid{padding-left: 0!important;padding-right: 0!important;}
.banner-img {
    padding: 100px;
}

.padding-100{padding: 100px 0;}
.col-arrow{margin: auto;}
.ourwork-box p{font-size: 0.9rem;}
.how-it-works{display: flex;}
.how-it-works> .col-md-3{display: table-cell;}
.toggle-box{color: white; }
.toggle-box>span{float: right;margin: auto;position: absolute;right: 5px;top: 0px;}

.faq .multi-collapse div {
    background: #425466!important;
    color: white;
    width: 100%;
    border: none;
    font-size: 14px;
}
.toggle-box-container{border-top: 2px solid #b5bec661;border-bottom: 2px solid #b5bec661;margin: 10px!important;padding: 15px 0; cursor: pointer;}
.how-services-work h1>span {
    display: inline;
}





.web-only{

    display: block!important;
}

.mobile-only{

    display: none!important;
}

.header-top{

    padding: 20px 0;
}



.package-row .owl-nav button{display: none;}


.owl-stage{


    padding: 0!important;

}

/*.owl-prev{*/

/*    margin-left: -30px;*/

/*}*/

/*.owl-next{*/

/*    margin-right: -30px;*/

/*}*/


@media screen and (max-width: 991px) {

    .col-arrow img{

        transform: rotateZ(90deg);

        margin: 50px 0!important;

    }

    .col-arrow{
        text-align: center;
    }
    .owl-stage{


        padding: 0!important;

    }

    .owl-prev{

        margin-left: 10px;

    }

    .owl-next{

        margin-right: 10px;

    }

    .package-row .owl-nav button{display: block;}


    .web-only{

        display: none!important;
    }

    .mobile-only{

        display: block!important;
    }


    .part-1{

        width: 90%;

    }

    .part-1 .heading-text{
        font-size: 32px;
        line-height: 50px;
    }
    .banner-img{

        padding: 50px;
    }


    .features-box {
        margin: 10px;
        width: 80%!important;
        margin: auto;
        text-align: left!important;

        float: left;
    }

    .features-box-content{
        margin: auto;
        float: right;
        text-align: left!important;
        width: 50%;

    }



    .cf-info {

        border-radius: 20px 20px 0px 0px;

    }


    .contact-form {

        border-radius: 0px 0px 20px 20px;

    }


    .contact-form{

        padding: 15px!important;
    }



    .side2 img{position: relative!important;width:100%;height:auto!important; right:0;}

    .reviews {

        width: 90%;
        margin: auto;
    }

    .reviews-box{width:90%; }


}

.navbar{ padding: 0!important;}



.btn-menu span {
    font-size: 24px;
    background: #eee;
    padding: 5px;
    border-radius: 6px;
}

.cf>.row>.col-6 {

    padding: 0

}

.cf>.row {

    display: flex;
}
.cf>.row >.col-md-6{

    display: flex;
}

.freelikes input {
    height: 50px;
    margin: 0;
}
.contact-form input, .contact-form textarea{

    border: 1px solid #aab0b9!important;
    border-radius: 5px!important;
}

.contact-form{

    padding: 50px 20px;
}

#menu{
    background: #f6f6f6;
}

.banner-img p{


    margin-bottom: 2em
}

.how-services-work  .mobile-only .col-arrow{

    /*margin: 50px 0!important;*/
    text-align: center;

}

/* .col-arrow img{*/

/*    transform: rotateZ(90deg);*/

/*    margin: 50px 0!important;*/

/*}*/

.cf>.row>.col-md-6 {
    padding: 0;
}

.col-sm-12 {

    padding: 25px;
}




/*accordian */


.footer-mobile .accordion {
    background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #ccc;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 10px;
    border-radius: 5px;
}

.footer-mobile  .active, .accordion:hover {
    background-color: #ffffff;
}

.footer-mobile .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.footer-mobile .active:after {
    content: "\2212";
}

.footer-mobile .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.margin_top-80{

    margin-top: 40px;
}

/*.navbar-expand-md .navbar-nav .nav-link{*/

/*    padding-left: 0rem!important;*/
/*}*/
.container-fluid {
    overflow: hidden;
}


.owl-carousel .owl-item .mostpopular-box img
{
    width: 100% !important;
}
.ourwork-box h4{

    margin-bottom: 20px;
}





.sticky {
    position: fixed !IMPORTANT;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 15px 10px -15px #ccc;
    -moz-box-shadow: 0px 15px 10px -15px #ccc;
    box-shadow: 0px 15px 10px -15px #ccc;
}




/*.dropdown-menu:li {*/
/*    text-align: left;*/
/*}*/

/*.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*    margin-top: 0;*/
/*}*/
/*.navbar-fixed-bottom, .navbar-fixed-top {*/
/*    position: relative;*/
/*    right: 0;*/
/*    left: 0;*/
/*    z-index: 1030;*/
/*    margin: 0;*/
/*    background: #fff;*/
/*    border: 0px !important;*/
/*}*/
/*.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {*/
/*    color: #3e28a9;*/
/*    background-color: transparent;*/
/*}*/
/*.navbar-brand {*/
/*    float: left;*/
/*    height: 50px;*/
/*    padding: 10px 15px 0 15px;*/
/*    font-size: 18px;*/
/*    line-height: 20px;*/
/*}*/

/*.dropdown-menu>li>a {*/
/*    display: block;*/
/*    padding: 15px;*/
/*    clear: both;*/
/*    font-weight: 400;*/
/*    line-height: 1.42857143;*/
/*    color: #333;*/
/*    white-space: nowrap;*/
/*    font-size: 14px;*/
/*    line-height: 16px;*/
/*    color: #333;*/
/*}*/
/*.dropdown-menu li{*/
/*    border-bottom: 1px solid rgba(0,0,0,.05);*/
/*}*/

/*.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {*/
/*    color: #262626;*/
/*    text-decoration: none;*/
/*    background-color: rgba(0,0,0,.1);*/
/*}*/

/*.navbar-default .navbar-toggle .icon-bar {*/
/*    background-color: #fff;*/
/*}*/
.servicepsg-box .icon-service{float: right!important;}

.banner-img-track form input{
    margin:  0;
    height: 44px;
}





/***** new popup ******/
.modal-content.services_facebook {
    background: #eee;
    padding: 40px 40px;
}
.modal-content.services_facebook .modal-title {
    font-size: 33px;
    color: #0A2540;
    font-weight: 700;
}



.modal-dialog.modal-dialog-centered.modial_width {
    min-width: 100% !important;
}

.modal-body.body_bg {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px #00000026;
}
.modal-header.modal_hed {
    padding: 0 0 30px;
}
.select_facebook h5 {
    font-size: 24px;
    color: #0A2540;
    font-weight: 700;
}
.alert.alert_cust.alert-danger.alert-dismissible.fade.in {
    opacity: inherit;
    background: #ff640017;
    color: #425466;
    font-size: 15px;
    font-weight: 400;
    padding: 17px 30px;
}

a.close.dismiss-4 {
    background: #fff;
    opacity: inherit;
    padding: 9px 20px;
    font-size: 15px;
    font-weight: 700;
    margin: 9px 20px 0 0;
    border-radius: 5px;
    box-shadow: 0 0px 3px 0 #0000002e;
}

.alert_cust span {
    color: #635BFF;
    font-weight: 700;
}

.number_likes {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 30px 0 0;
}


.reng_img {
    padding: 30px 0 0;
}

.number_likes2 h4 {
    font-size: 24px;
    color: #0A2540; font-weight:700;
}

h4.discount_likes {
    color: #635BFF; text-align:right;
}
h4.discount_likes span {
    font-size: 15px;
    font-weight: 400;
    color: #425466;
    margin: 8px 0 0 7px;
}
.reng_img input {
    width: 100%;
    line-height: 40px;
    border: solid 1px #A9AEB9;
    font-size: 18px;
    color: #425466;
    -webkit-text-fill-color: #425466;
}

.number_likes2 p {
    font-size: 15px;
    color: #425466;
    padding: 12px 0 0;
    margin: 0px;
}



.reng_img ul li {
    list-style: none;
    display: inline; padding: 0 2px;
}
.reng_img ul li a {
   text-decoration:none;
}

.reng_img ul {
    border: solid 2px #635BFF;
    padding: 13px 20px;
    border-radius: 5px;
    text-align: center;
    height: 76px;
}
.reng_img.payent_bit ul {
    border-color: #A9AEB9;
}


.monthly_discount label {
    font-size: 15px;
    color: #425466;
    background-color: #eee;
    width: min-content;
    float: left;
}

.monthly_discount label {
    font-size: 15px;
    color: #425466;
    background-color: #F6F7F8;
    width: fit-content;
    float: left;
    margin: 0 20px 0 0;
    height: 50px;
    line-height: 47px;
    padding: 0 30px;
    border-radius: 5px;
    border: solid 2px #635BFF; margin-top: 10px;
}

.footer_term_ser {
    width: 100%;
    float: left;
    padding: 60px 0 20px;
}

.footer_term_ser p {
    color: #425466;
    font-size: 15px;
}

.footer_term_ser a {
    font-weight: 700;
    color: #635BFF;
}

a.order_place2 {
    background: #635BFF;
    padding: 15px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500; display: inline-block;
}
a.order_place2:hover {background: #fff;
    color: #425466;
    border: solid 2px #A9AEB9; }
a.order_place2.place_order_3 {
    background: #fff;
    color: #425466;
    border: solid 2px #A9AEB9; font-size:15px;
}

a.order_place2.place_order_3:hover {background: #635BFF;
    border-radius: 5px; border:none;
    color: #fff;
    }


.alert.alert_cust.alert-danger.alert-dismissible.fade.in p {
    margin: 0px;
}



.popup_onlod21 {
    background: #fff;
    padding: 20px;
    width: 80%;
    float: left;
    border-radius: 5px;
    box-shadow: 0 0 8px 3px #0000000f;
	    position: absolute;
    z-index: 99;
    right: 30px;
    top: -30px; text-align: left;
}

button.close.user_popup {
    position: absolute;
    top: -50px;
    right: -28px;
    font-size: 28px;
    background-color: #fff;
    padding: 7px 14px;
    opacity: 9;
    border-radius: 100%;
}

.userPop_img {
    width: 25%;
    float: left;
}
.user_popupes {width:75%; float:left;}
.user_popupes p {
    font-size: 15px;
    color: #425466; margin:0px;
}

.monthly_discount label span {
    font-weight: bold;
    color: #635BFF;
}

.user_popupes h5 {
    font-size: 20px;
    font-weight: 700;
    color: #FF6400;
    padding: 13px 0;
}

.user_popupes span {
    font-size: 14px;
    color: #B5BEC6;
}

label.border_one2 {
    border-color: #F6F7F8;
}
.monthly_discount {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}




.reng_img ul li a img {
    width: 62px;
}

.reng_img.payent_bit img {
    width: auto;
}
.wrap-drop {
    background: #fff;
    cursor: pointer;
    margin: 20px 0;
    padding: 15px 20px;
    position: relative;
    width: 100%;
    z-index: 3;
    border: solid 2px #A9AEB9;
    border-radius: 5px;
}

.wrap-drop::after {
    content: "";
    height: 20px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    background-image: url(../images/down_arrow.png);
    background-repeat: no-repeat;
}

.wrap-drop .drop {
background:#fff;
display:none;
left:0;
list-style:none;
margin-top:0;
opacity:0;
padding-left:0;
pointer-events:none;
position:absolute;
right:0;
top:100%;
z-index:2;
}

.wrap-drop .drop li a {
color:#425466;
display:block;
padding:1rem;
text-decoration:none;
}

.wrap-drop span {
    color: #425466;
    font-size: 18px;
    font-weight: 400;
}

.wrap-drop .drop li:hover a {
background-color:#eeee;
color:#425466;
}

.wrap-drop.active::after {
border-width:0 10px 10px;
}

.wrap-drop.active .drop {
display:block;
opacity:1;
pointer-events:auto;
}


ul.navbar-nav.down_menu .dropdown-menu a {
    font-size: 16px;
    color: #0A2540;
    font-weight: 400;
}

/********* popup end *********/


/************* carousel slider ***********/
.our_services h6 {
    width: 100%;
    float: left;
    color: #425466;
    font-size: 20px;
    text-transform: uppercase;
	font-family: 'Roboto', sans-serif; font-weight:400;
}

.our_services h1 {
    font-weight: 700;
    color: #0A2540;
    padding: 20px 0 0;
    float: left; letter-spacing: -2px;
	font-family: 'Space Grotesk', sans-serif;
}

.instagram_servicess h4 {
    font-size: 24px;
    color: #0A2540;
    padding: 10px 0 0;
}

.instagram_servicess ul li {
    font-size: 20px;
    color: #425466;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 0 0 0 25px; background-size: 14px;
}


span.button.track_order {
    padding: 9px 30px; font-family: 'Space Grotesk'; font-size:16px; font-weight:700;
}

.carousle_first_top  { width:100%; float:left; padding:0 25px;}

.premium_quality {
    padding: 90px 0;
    float: left;
    width: 100%;
}

.services_padding {
    padding: 90px 0 0px;
    width: 100%;
    float: left;
}

.features-box h4{font-family: 'Space Grotesk';}
.features-box-content p {
    font-size: 15px;
    color: #B5BEC6;
    padding: 7px 0 0;
    font-weight: 400;
}
.how_work p {
    width: 100%;
    font-size: 20px;
    float: left;
    color: #425466;
    padding: 23px 0 15px; font-family: 'Roboto', sans-serif;
	line-height: 28px;

}
.how_work h1 {
    font-weight: 700;
}
.followrs_growth p {
    font-size: 15px;
    color: #425466;
    margin: 0px;
    padding: 10px 0;
}

.perfectpackage-box:hover .followrs_growth p{color:#B5BEC6;}
.perfectpackage-box:hover .followrs_growth ul li{color:#B5BEC6;}

.followrs_growth ul li {
    font-size: 16px;
    color: #425466;
    line-height: 27px;
    padding: 0 0 0 22px;
    background-size: 13px;
}.followrs_growth ul {
    margin: 0px;
}

.followrs_growth .price {
    margin: 30px 0;
    float: left;
    width: 100%;
}

.followrs_growth .button1 {
    float: left;
    text-align: center;
}
.perfectpackage-box:hover .followrs_growth .button1{width:100% !important; text-align:center;}

.let_get_likes {
    opacity: 75%;
}

.faq_title h1 {
    font-size: 45px;
    font-weight: 700; font-family: 'Space Grotesk';
}
.faq_title p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 22px 0;
}
.reting_input_field .rating-text {
    font-size: 15px;
    color: #425466;
    margin: 10px 0 20px;
}

.reting_input_field h4 {
    font-size: 24px;
    color: #0A2540; font-weight:600;
}

.input_text {width:100%; margin:0px; padding:0px; float:left;}
.input_text {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
    padding: 11px 19px !important;
}

.reviews-box h4 {
    font-size: 20px;
}

.reviews-box p {
    font-size: 15px;
    color: #425466;
    margin: 0px;
    padding: 10px 0 0;
}
.select_package {
    padding: 17px 0 10px;
}

div#owl-carousel-2 .owl-item {
    padding: 0 15px 0 0;
}
div#owl-carousel-package .owl-item {
    padding: 0 15px 0 0;
}

.most_popurl_services {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 9px 0 50px;
}

.most_popurl_services h1 {
    font-size: 48px;
}
.side11.sidell_likes h1 {
    font-size: 48px;
}

.side11.sidell_likes p {
    font-size: 20px;
    color: #B5BEC6;
    line-height: 32px;
    margin: 15px 0;
}
.go_btn {font-size:16px; font-family: 'Space Grotesk'; font-weight:700;}

.contact_det h2 {
    font-size: 48px;
    font-weight: 700;
}

.contact_det p {
    font-size: 20px;
    color: #425466;
    padding: 20px 0 40px; font-family: 'Roboto', sans-serif;
}
.cf-info.contact_info1 {
    padding: 50px 40px;     height: 557px;
}

.cf-info.contact_info1 h3 {font-family: 'Space Grotesk'; font-weight:400;}
.cf-info.contact_info1 p {
    font-size: 15px;
    line-height: 28px;
    padding: 15px 0 0;
}
.mobile_icons .text {
    font-size: 15px;
}

.contact-form.contact_info1 {
    padding-left: 40px;
    height: auto;
    border-radius: 0 10px 10px 0; height: 557px;
}
.contact-form.contact_info1 label {
    font-size: 15px;
    color: #425466;
    font-weight: 700;
    margin: 0;
}



.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

button.btn.btn-primary.send_btns.mb-2 {
    float: right;
    background: #635BFF;
}


ul.useful-links1.footer_menu_firest li a {
    font-size: 15px;
    color: #425466;
}

ul.useful-links1.footer_menu_firest {
    text-align: left;
    float: left;
}
ul.useful-links1.footer_menu_firest li {
    margin: 0px;
    padding: 0 30px 0 0;
}

footer.footer_menu_all {
    padding: 40px 0 30px; margin: 0 0 30px;
    border-bottom: solid 2px #D4D6DA; position:relative;
}

footer.footer_menu_all h5 {
    font-size: 20px;
    font-weight: 700;
    color: #425466;
    padding: 0 0 20px;
}

footer.footer_menu_all .list-unstyled li a {
    font-size: 15px;
}

footer.footer_menu_all .list-unstyled li {
    padding: 0 0 13px;
}

.cookies_policy {
    text-align: center;
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: -41px;
}

.cookies_policy span {
    background: #fff;
    border: solid 1px #635BFF;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 0 7px 1px #0000000d;
}

span.cookies {
    border: none;
    box-shadow: none;
    color: #635BFF;
    font-weight: 700;
    padding: 0px;
}



.cookies_policy .alert {
    opacity: 9;
    width: max-content;
    display: inline-block;
    background: #fff;
    border: solid 1px #635BFF;
    padding: 15px 70px 15px 15px;
    border-radius: 5px;
    box-shadow: 0 0 7px 1px #0000000d;
}

.cookies_policy .close {
    padding: 15px 10px;
    margin: 0 10px 0 0;
}

.container-fluid.footer_copyright.footer-mobile {
    padding: 40px 0 30px 0;
}

p.copy_right_socile {
    color: #425466;
    font-size: 15px;
}

.instagram_foter54 p {
    font-size: 15px;
    padding: 40px 30px;
    color: #425466;
    margin: 0;
}
.checl_box3 label {
    font-weight: 400 !important;
}
.form-check.checl_box3 {
    padding-bottom: 15px; font-family: 'Roboto', sans-serif;
}
/********** carousel slider End *********/

/***** buy facebook links ******/

.uthar_pages .button1 {
    display: inline-block;
    margin: 0 0 20px;
}
.package_facebooks11 .servicepsg-box {
    margin: 0px 0 30px;
}

.bg_banenrcolor {
    background-color: #ffefe5;
    margin: 0 0 100px;
}

.footer-mobile .panel>h5{

    padding: 10px 10px;

}

.footer-mobile .panel li, .footer-mobile .panel h5{

    padding: 5px 0 0 0;

}
/***** end buy facebook links ******/



