@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;700&display=swap');
:root {
  --light_gray: #fafafa;
  --black: #000;
  --white: #ffffff;
  --light_black: #333333;
  --gray: #696969;
  --green: #008060;
  --dark_green: #004c3f;
}


img {
  pointer-events: none
}

@font-face {
    font-family: 'Macan';
    src: url('../fonts/Macan-Semibold.eot');
    src: url('../fonts/Macan-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Macan-Semibold.woff2') format('woff2'),
        url('../fonts/Macan-Semibold.woff') format('woff'),
        url('../fonts/Macan-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Macan';
    src: url('../fonts/Macan-Bold.eot');
    src: url('../fonts/Macan-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Macan-Bold.woff2') format('woff2'),
        url('../fonts/Macan-Bold.woff') format('woff'),
        url('../fonts/Macan-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Macan';
    src: url('../fonts/Macan-Light.eot');
    src: url('../fonts/Macan-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Macan-Light.woff2') format('woff2'),
        url('../fonts/Macan-Light.woff') format('woff'),
        url('../fonts/Macan-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Copyright Klim Type Foundry';
    src: url('../fonts/DomaineDisplay-Bold.eot');
    src: url('../fonts/DomaineDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DomaineDisplay-Bold.woff2') format('woff2'),
        url('../fonts/DomaineDisplay-Bold.woff') format('woff'),
        url('../fonts/DomaineDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Macan';
    src: url('../fonts/Macan-Regular.eot');
    src: url('../fonts/Macan-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Macan-Regular.woff2') format('woff2'),
        url('../fonts/Macan-Regular.woff') format('woff'),
        url('../fonts/Macan-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}




/*Website Font USE/
font-family: 'Poppins', sans-serif;
/*Website Font USE*/


/*BEGIN: GENERAL CSS*/

body {
  font-family: 'Macan';
  overflow-x: hidden;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  background: #fff;
}

body::-webkit-scrollbar { 
    width:10px; 
    height:10px; 
} 
body::-webkit-scrollbar-button:start:decrement, 
body::-webkit-scrollbar-button:end:increment { 
    display:none; 
} 
body::-webkit-scrollbar-track-piece { 
    background-color:#f4f4ec; 
    -webkit-border-radius:0px; 
    border-left:1px solid #ccc; 
} 
body::-webkit-scrollbar-thumb:vertical { 
    -webkit-border-radius:0px; 
    background:var(--green); 
}

a {
  text-decoration: none;
  color: #000;
   /*-webkit-user-select: none;*/
   /* -webkit-touch-callout: none;*/
   /* -moz-user-select: none;*/
   /* -ms-user-select: none;*/
   /* user-select: none;*/
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  /*-webkit-user-select: none;*/
  /*-webkit-touch-callout: none;*/
  /*-moz-user-select: none;*/
  /*-ms-user-select: none;*/
  /*user-select: none;*/
}

p {
    /* -webkit-user-select: none;*/
    /*-webkit-touch-callout: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Macan';
 /*-webkit-user-select: none;*/
 /*       -webkit-touch-callout: none;*/
 /*       -moz-user-select: none;*/
 /*       -ms-user-select: none;*/
 /*       user-select: none;*/
    
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

ul {
  padding: 0;
  margin: 0;
}

.center-col {
  margin: 0 auto;
  display: table;
  float: none;
}


/*Header Section Begin*/

header {
    padding: 15px 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    transition: 0.5s ease-in-out;
    background: transparent;
    border-bottom: 1px solid #cfcfcf;
}

header .container-fluid {
    width: 1400px;
}

.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 29%);
    min-width: 16rem;
    border-radius: 0;
}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

.logo_Sec_main a {
    display: block;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 


.main_menu_sec ul li a {
    font-size: 16px;
    padding: 12px 16px !important;
    color: #42474c;
    text-transform: capitalize;
    font-weight: 600;
}

.main_menu_sec {
    padding-top: 0;
}

.dropdown-menu{
    padding: 0;
    margin: 0;
}

ul.dropdown-menu li a:hover,ul.dropdown-menu li a:focus {
    background: var(--blue);
    color: var(--white);
}

.main_menu_sec .navbar-collapse {
    justify-content: center;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
}

ul.dropdown-menu li a {
    font-size: 16px;
    border-bottom: 1px solid rgb(210 213 217 / 41%);
    text-shadow: none !important;
}

span.dropdown-toggle {
    position: absolute;
    padding-left: 10px;
}

.top_btn ul li {
    display: flex;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding: 0 0px 0px 20px;
    align-items: center;
    justify-content: center;
}

header .row {
    align-items: center;
}

.top_btn ul li a {
    color: #42474c;
    padding: 13px 20px;
    display: inline-block;
    font-weight: 600;
    background: transparent;
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid var(--green);
}

.top_btn ul li a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    margin: 0 auto;
    filter: brightness(1) invert(1);
}

.top_btn ul {
    display: flex;
    align-items: center;
}

.top_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_btn ul li a:hover {
    color: var(--dark_green);
}

.main_menu_sec ul.dropdown-menu {
    background: var(--white);
    color: var(--white);
}


.main_menu_sec ul.dropdown-menu li a:hover {
    background: transparent;
    color: var(--green) !important;
    border-bottom: 1px solid var(--gray) !important;
}

.main_menu_sec ul.dropdown-menu li a {
    font-size: 15px;
}

header.menu_fixed.animated.fadeInDown {
    background: rgb(255 255 255 / 70%);
    width: 100%;
    position: fixed;
    z-index: 999;
    border-bottom: 2px solid var(--green);
    padding: 10px 0;
}

header.menu_fixed .logo_Sec_main img {
}

.logo_Sec_main img {
    width: 70%;
}

header.menu_fixed .logo_Sec_main img.logo2.d-none {
    display: block !important;
    width: 60%;
}

.menu_fixed .main_menu_sec ul li a {
    color: var(--black);
    text-shadow: none;
}

.menu_fixed .top_btn ul li a {
    color: #262626;
}

.menu_fixed .top_btn ul li a img {
    filter: invert(29%) sepia(89%) saturate(7404%) hue-rotate(4deg) brightness(95%) contrast(247%);
}

.menu_fixed .main_menu_sec {
    padding-top: 5px;
}

.top_btn ul li a.btn1 {
    color: var(--white);
    background: var(--green);
}

.main_menu_sec ul li.dropdown-submenu a {
    padding: 17px 16px !important;
}

.top_btn ul li a.btn1:hover {
    background: var(--dark_green);
}

.top_btn ul li a:hover {
    background: var(--green);
    color: var(--white);
}

/*Header Section End*/

/*Banner Section Begin*/

.banner_sec_main .carousel-caption {
    top: 110px;
    left: 0;
    text-align: left;
    right: 0;
    padding: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner_content_sec h3 {
    font-size: 70px;
    color: #262626;
    font-weight: 600;
    line-height: 70px;
    padding-bottom: 10px;
}

.banner_content_sec h3 span{
    font-family: 'Copyright Klim Type Foundry';
    background-image: url(../images/underline.svg);
    background-position: right bottom;
    background-size: initial;
    background-repeat: no-repeat;
    color: var(--green);
}

.banner_content_sec p {
    color: var(--black);
    font-size: 24px;
    line-height: 35px;
    font-weight: 300;
    width: 85%;
}

.cloud {
    width: 550px;
    height: 630px;
    background-size: cover!important;
    position: absolute;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    mix-blend-mode: normal;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

 .cloud-s-blue {
    opacity: .2;
    top: 19%;
    left: -220px;
    z-index: 5;
}

.cloud-s-blue {
    background: url(../images/cloud-s-blue.svg) 50% no-repeat;
    opacity: .25;
}

.banner_sec_main {
    position: relative;
    overflow: hidden;
}

.cloud-k-green {
    background: url(../images/cloud-k-green.svg) 50% no-repeat;
    opacity: .4;
}

.cloud-k-green {
    opacity: .2;
    top: 37%;
    right: auto;
    z-index: 4;
    left: 160px;
}


.cloud-s-pink {
    background: url(../images/cloud-s-pink.svg) 50% no-repeat;
    opacity: .3;
}

 .cloud-s-pink {
    top: 20%;
    right: 90px;
}


.cloud-s-yellow {
    background: url(../images/cloud-s-yellow.svg) 50% no-repeat;
    opacity: .3;
}

.cloud-s-yellow {
    top: 21%;
    right: 575px;
    left: auto;
}

.cloud-s-light-blue {
    background: url(../images/cloud-s-light-blue.svg) 50% no-repeat;
    opacity: .65;
}

 .cloud-s-light-blue {
    top: 53%;
    right: 330px;
    bottom: auto;
}

.cloud-s-pink, 
.cloud-s-yellow {
    width: 395px;
    height: 315px;
}

.cloud-s-light-blue {
    width: 395px;
    height: 315px;
}

.banner_sec_main .carousel-item img {
    width: 100%;
}

.animate-orbit-small {
    -webkit-animation: orbit-small 10s infinite;
    animation: orbit-small 10s infinite;
}

.animate-orbit-large {
    -webkit-animation: orbit-large 20s infinite;
    animation: orbit-large 20s infinite;
}

@-webkit-keyframes orbit-large {
    0% {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
        transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn) translateX(50px) rotate(-1turn);
        transform: rotate(1turn) translateX(50px) rotate(-1turn);
    }
}
@keyframes orbit-large {
    0% {
        -webkit-transform: rotate(0deg) translateX(50px) rotate(0deg);
        transform: rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn) translateX(50px) rotate(-1turn);
        transform: rotate(1turn) translateX(50px) rotate(-1turn);
    }
}
@-webkit-keyframes orbit-small {
    0% {
        -webkit-transform: rotate(0deg) translateX(25px) rotate(0deg);
        transform: rotate(0deg) translateX(25px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn) translateX(25px) rotate(-1turn);
        transform: rotate(1turn) translateX(25px) rotate(-1turn);
    }
}
@keyframes orbit-small {
    0% {
        -webkit-transform: rotate(0deg) translateX(25px) rotate(0deg);
        transform: rotate(0deg) translateX(25px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn) translateX(25px) rotate(-1turn);
        transform: rotate(1turn) translateX(25px) rotate(-1turn);
    }
}
.animate-orbit-large {
    -webkit-animation: orbit-large 20s infinite;
    animation: orbit-large 20s infinite;
}
.animate-orbit-small {
    -webkit-animation: orbit-small 10s infinite;
    animation: orbit-small 10s infinite;
}

.banner_form {
    background: transparent;
    padding: 30px 40px;
    border: 1px solid rgb(0 128 96 / 33%);
    border-radius: 5px;
    box-shadow: 0px 0px 80px 10px rgb(169 169 169 / 20%);
    position: relative;
    z-index: 999;
}

.banner_form input::-webkit-input-placeholder,
.banner_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.banner_form input::-moz-placeholder,
.banner_form textarea::-moz-placeholder { /* Firefox 19+ */
  color:  #000;
}
.banner_form input:-ms-input-placeholder,
.banner_form textarea:-ms-input-placeholder { /* IE 10+ */
  color:  #000;
}
.banner_form input:-moz-placeholder,
.banner_form textarea:-moz-placeholder { /* Firefox 18- */
  color:  #000
}

.banner_form h2 {
    color: #262626;
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}

.banner_form h2 span {
    font-family: 'Copyright Klim Type Foundry';
    background-image: url(../images/underline.svg);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    color: var(--green);
    font-size: 35px;
}

.banner_form input {
    height: 50px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    background: rgb(255 255 255 / 38%);
    border: 1px solid rgb(204 204 204 / 33%);
    width: 100%;
}

.banner_form textarea {
    resize: none;
    height: 130px;
    font-size: 15px;
    font-weight: 400;
    background: rgb(255 255 255 / 38%);
    border: 1px solid rgb(204 204 204 / 33%);
    padding: 15px 14px;
}

.web_btn ul li a {
    color: var(--white);
    padding: 13px 20px;
    display: inline-block;
    font-weight: 600;
    background: var(--green);
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.web_btn ul li {
    display: inline-block;
    padding: 0 20px 0 0;
}

.web_btn {
    padding-top: 20px;
}

.web_btn ul li a:hover {
    background: var(--dark_green);
}

.web_btn ul li a.btn1 {
    background: transparent;
    color: #262626;
    border: 1px solid var(--green);
}

.web_btn ul li a.btn1:hover {
    background: var(--green);
    color: var(--white);
}

.btn_form {padding-top: 20px;}

.btn_form input {
    color: var(--white);
    padding: 13px 40px;
    display: inline-block;
    font-weight: 600;
    background: var( --green);
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.btn_form input:hover {
    background: var(--dark_green);
}

.carousel-item:before {
    content: '';
    right: 280px;
    /* background: rgb(145 153 151 / 31%); */
    position: absolute;
    z-index: 9;
    width: 36%;
    height: 100%;
}

.carousel-item:after {
    content: '';
    /* background: url(../images/oh-bg-min.webp); */
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.banner_form:after {
    content: '';
    background: url(../images/bg-circles-tricolor-dots-home.svg);
    width: 640px;
    height: 660px;
    position: absolute;
    top: -110px;
    right: -97px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    -webkit-animation: rotate-ccw 60s linear infinite;
    animation: rotate-ccw 60s linear infinite;
}



@keyframes rotate-ccw{to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@-webkit-keyframes rotate-ccw{to{-webkit-transform:rotate(-1turn)}}

/*Banner Section End*/


/*About Us Section Begin*/

.padding_70{
    padding: 70px 0;
}

.web_content_sec h2 {
    font-size: 28px;
    font-weight: bold;
    color: #262626;
    position: relative;
    z-index: 99;
}

.faq_sec_main .web_content_sec h2 {
    font-size: 58px;
}

.web_content_sec p {
    font-size: 16px;
    line-height: 31px;
    font-weight: 400;
    color: #62646a;
    position: relative;
    z-index: 99;
}

.web_content_sec ul li {
    font-size: 16px;
    line-height: 31px;
    font-weight: 400;
    color: #62646a;
}

.about_right {
    position: relative;
    right: -70px;
}

.scroll-block {
    max-height: 130px;
    padding-right: 15px;
    overflow-y: scroll;
}

.scroll-block::-webkit-scrollbar {
  width: 1px;
}
.scroll-block::-webkit-scrollbar-track {
  background-color: rgba(3, 21, 33, .1);
}
.scroll-block::-webkit-scrollbar-thumb {
  background-color: #031521;
  height: 60px;
}

.about_sec_main .scroll-block {
    max-height: 340px;
}

/*About Us Section End*/


/*Shopify Expert Services Section Begin*/

.shopify_expert_sec{
    background: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.box_expert_sec {
    background: rgb(255 255 255 / 30%);
    padding: 20px 20px;
    position: relative;
    z-index: 99;
    box-shadow: 0 8px 24px 0px rgb(29 53 87 / 8%);
    border-radius: 5px;
    border: 1px solid #00806063;
    min-height: 330px;
    margin-bottom: 30px;
}

.expert_content_sec h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 0;
    color: #262626;
}

.expert_content_sec p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 400;
    color: #62646a;
    margin-bottom: 0;
    max-height: 160px;
}

.web_content_sec h2 span {
    font-family: 'Copyright Klim Type Foundry';
    background-image: url(../images/underline.svg);
    background-position: right bottom;
    background-size: initial;
    background-repeat: no-repeat;
    color: var(--green);
}

.expert_content_sec span {
    font-family: 'Copyright Klim Type Foundry';
    color: var(--green);
    display: block;
}

.shopify_expert_sec .cloud-s-light-blue {
    top: -19%;
    right: 110px;
}

.shopify_expert_sec .cloud-k-green {
    right: 730px;
    left: auto;
    top: -40%;
}

.expert_icon_sec {
    padding-bottom: 10px;
}

.expert_icon_sec img {
    width: 65px;
    /* filter: brightness(0) invert(0); */
}

@keyframes hover-icon{
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }

}

.box_expert_sec:hover .expert_icon_sec img {
    animation-iteration-count: 1;
    animation: hover-icon 1s ease-in;
}

.row.mt-5 .col-sm-4:nth-child(even) .box_expert_sec {
    margin-top: 50px;
}

.slick-dots {
    bottom: -40px;
}

.packages_sec_main ul.slick-dots {
    bottom: 10px;
}

.slick-dots li button:before{
    font-size: 46px;
}

.slick-next:before, .slick-prev:before {
    font-size: 80px;
    opacity: 1;
    color: #008060;
}

.slick-prev {
    right: auto;
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
}

.slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
}

.slick-next, .slick-prev {
    top: 50%;
    color: #008060;
    background: transparent;
}

.slick-next:hover:before, .slick-prev:hover:before {
    color: #0f574a;
}


/*Shopify Expert Services Section End*/

.divider_border {
    background: url(../images/divider.svg) var(--green);
    height: 50px;
    width: 100%;
    background-size: 100%;
}

/*Packages Section Begin*/


.packages_box {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 24px;
    transition: 0.5s ease-in-out;
    background: var(--white);
    margin-bottom: 80px;
    margin-top: 40px;
}

span.basic_txt {
    margin-bottom: 16px;
    padding: 6px 16px;
    border-radius: 4px;
    background-color: #f4f5f6;
    color: #172426;
    font-size: 15px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.packages_box h4 {
    color: var(--green);
    font-size: 41px;
    line-height: 62px;
    font-weight: bold;
    margin: 0;
}

.packages_box h4 span {
    font-size: 17px;
    color: #999;
    font-weight: 400;
    position: relative;
    left: -10px;
}

.packages_box p {
    color: #262626;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: -0.02em;
    min-height: 60px;
}

.packages_box ul li {
    color: #262626;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    position: relative;
    padding: 0 0px 13px 30px;
}

.btn_packages a {
    color: var(--white);
    padding: 13px 20px;
    display: inline-block;
    font-weight: 600;
    background: var(
    --green);
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid var(
    --green);
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.btn_packages {
    padding-bottom: 20px;
}

.packages_box ul li:before {
    content: '';
    background: url(../images/arrow.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    left: 0;
}

.packages_box:hover {
    background-color: #fff;
    box-shadow: 9px 34px 44px -24px rgb(179 179 179 / 31%);
}

.packages_sec_main {
}

ul.pkg-list {
    height: 312px;
    text-align: start;
    overflow-y: scroll;
    padding: 0 6px 0 0;
}

.packages_sec_main ul.pkg-list::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}

.packages_sec_main ul.pkg-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e6e5e5;
  border-radius: 10px;
  background: #e6e5e5;
}
.packages_sec_main ul.pkg-list::-webkit-scrollbar-thumb {
  background: #bdbdbd;
  border-radius: 10px;
}
.packages_sec_main ul.pkg-list::-webkit-scrollbar-thumb:hover {
  background: #303030;
  border-radius: 10px;
}

.btn_packages a:hover {
    background: var(--dark_green);
    border-color: var(--dark_grren);
}

span.basic_txt.poplar_tag {
    background: var(--dark_green);
    color: var(--white);
}

.packages_box:hover .btn_packages a {
    background: var(--dark_green);
}

.packages_box:hover {transform: scale(1.1);}

.packages_sec_main .slick-slide{
    margin: 0;
}

.packages_sec_main .web_btn {
    padding-top: 0;
}

/*Packages Section End*/

/*Step Section Begin*/

/*.step_sec_main {
    position: relative;
    background: #f9f9f9;
    overflow: hidden;
}

.step_img_sec img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 38%);
}

.step_box {
    position: relative;
    z-index: 99;
    margin: 0 20px 50px;
}

.overlay_step {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 30px 20px;
    height: 100%;
    background-image: -moz-linear-gradient( 90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0 0 0) 0%, rgb(0 0 0 / 0%) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0 0 0) 0%, rgba(0,0,0,0) 100%);
    border-radius: 10px;
    width: 100%;
}

.overlay_step h4 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
    background-image: url(../images/underline.svg);
    background-position: left bottom;
    background-size: 44%;
    background-repeat: no-repeat;
}

.overlay_step p {
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
    color: var(--white);
}*/

/*Step Section End*/


/*Step Section Begin*/

.step_main_box {
    background-color: #fbf7ed;
    padding: 0px 0 0px 60px;
}

.step_main_sec .container-fluid {
    padding: 0 200px;
}

.step_tab h4 {
    font-size: 25px;
    font-weight: 500;
    color: var(--green);
}

.step_tab h4 span {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Copyright Klim Type Foundry';
    color: var(--dark_green);
}

.step_tab h3 {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
}

.step_tab p {
    font-size: 15px;
    line-height: 22px;
    color: #62646a;
    width: 90%;
}

.step_tab {
    padding-bottom: 0px;
    min-height: auto;
}

/*Step Section End*/

.partner_logo_tab ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner_logo_tab {
}

.partner_logo_tab ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.partner_logo_sec {
    background: var(--white);
    padding: 30px 0;
}

.step_main_sec {
    padding: 70px 0 0;
}

/*CTA Section Begin*/


.cta-sec-main {
    position: relative;
    background: #f3f7f4;
    overflow: hidden;
    padding: 100px 0;
    z-index: 1;
}
.cta_content_sec h2 {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 10px;
    color: #262626;
}

.cta_content_sec p {
    font-size: 20px;
    line-height: 31px;
    color: #62646a;
    font-weight: 400;
    width: 90%;
    margin: 0 auto;
}

.cta_content_sec h2 span {
    font-family: 'Copyright Klim Type Foundry';
    background-image: url(../images/underline.svg);
    background-position: right bottom;
    background-size: initial;
    background-repeat: no-repeat;
    color: var(--green);
}

.cta-sec-main .cloud-k-green {
    right: -270px;
    left: auto;
    width: 790px;
    height: 630px;
}

.cta-sec-main .cloud-s-yellow {
    right: 0;
    left: 0;
    top: 0;
    opacity: .2;
    width: 1053px;
    height: 840px;
    top: -115%;
    left: -10%;
}

.cta-sec-main:before {
    content: '';
    position: absolute;
    background: url(../images/texture-cta.svg) 50% no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}

.cta-sec-main .container {
    position: relative;
    z-index: 999;
}

/*CTA Section End*/

/*Faq Section Begin*/

.faq_right_sec img {
    width: 100%;
}

.faq_sec_main .container-fluid {
    padding: 0;
}

.faq_tab {
}

.book_accordion .card h5 button .fa {
    position: absolute;
    top: 24px;
    right: 23px;
}

.card-header h5 button.collapsed i.fa-minus:before {
    content: "\f067";
}

.faq_tab .card-header {
    background: var(--green);
    color: var(--white);
    border-radius: 0;
    padding: 16px 40px 16px 16px;
}

.faq_tab .card-header h5 button {
    color: var(--white);
    text-decoration: none;
    font-size: 17px;
    font-weight: 300;
    padding: 0;
    white-space: initial;
    line-height: 18px;
}

.faq_tab .card-body {
    font-size: 16px;
    line-height: 29px;
}

/*Faq Section End*/


/*Contact Form Section Begin*/

.form_right_map iframe{
    width: 100%;
    height: 650px;
    border: 0;
}

.contact_form_btm input,.contact_form_btm select {
    height: 50px;
    border: 1px solid rgb(0 0 0 / 6%);
    margin-bottom: 15px;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    padding: 0 11px;
    color: #828482;
}

.contact_form_btm textarea {
    height: 150px;
    font-size: 14px;
    padding: 20px 10px;
    border: 1px solid rgb(0 0 0 / 6%);
    resize: none;
    margin-bottom: 30px;
}

.form_btn input {
    color: var(--white);
    padding: 13px 20px;
    display: inline-block;
    font-weight: 600;
    background: var(
    --green);
    border-radius: 5px;
    font-size: 16px;
    border: 1px solid var(
    --green);
    cursor: pointer;
    transition: 0.5s ease-in-out;
    margin-bottom: 0;
}

.form_btn input:hover {
    background: var(--dark_green);
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 10px;
}

.contact_form_btm {
    padding: 60px 30px;
}

/*Contact Form Section End*/


/*Footer Section Begin*/

footer {
    background: var(--dark_green);
    padding: 60px 0 0;
}

.footer_content_sec img {
    padding-bottom: 20px;
}

.footer_content_sec p {
    font-size: 16px;
    color: var(--white);
    font-weight: 300;
    line-height: 30px;
}

.footer_head_tab h4 {
    font-size: 26px;
    color: var(--white);
    font-weight: 300;
}

.footer_links ul li {
    padding-bottom: 17px;
}

.footer_links ul li a {
    color: var(--white);
    font-size: 17px;
    font-weight: 300;
}

.footer_tp {
    padding-top: 25px;
}

.footer_head_tab {
    padding-bottom: 20px;
}

footer .container-fluid {
    padding: 0 200px;
}

.footer_links ul li a:hover {
    color: #cbcbcb;
}

.social_icon ul li {
    display: inline-block;
    padding: 0 8px 0 0;
}

.social_icon ul li a {
    font-size: 16px;
    color: var(--white);
    background: var(--green);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.social_icon ul li a:hover {
    background: #006a58;
}

.social_icon {
    padding-top: 10px;
}

.copy_right {
    background: var(--green);
    padding: 20px 0 10px;
    margin-top: 70px;
}

.copy_text p {
    font-size: 17px;
    color: var(--white);
    font-weight: 300;
    margin-bottom: 0;
}

.term_link ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px 0 0;
    position: relative;
}

.term_link {
    text-align: right;
}

.term_link ul li a {
    color: var(--white);
}

.term_link ul li:before {
    content: '';
    position: absolute;
    border: 1px solid var(--white);
    width: 1px;
    height: 22px;
    right: 5px;
}

.term_link ul li:nth-last-child(1):before {
    border: 0;
}

/*Footer Section End*/


/*Portfolio Section Begin*/

.portfolio_box img {
    border-radius: 8px;
    box-shadow: 0 8px 24px 0px rgb(29 53 87 / 8%);
}

.portfolio_box {
    margin-bottom: 30px;
    position: relative;
    margin-top: 30px;
}

.overlay_port {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 99;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: 0.5s ease-in-out;
}

.portfolio_box:hover .overlay_port {
    opacity: 1;
    transition: 0.5s ease-in-out;
}

.overlay_port a img {
    width: auto;
}

.portfolio_box:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    transform: scaleY(0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    /* z-index: 1; */
    border-radius: 8px;
    background-image: -moz-linear-gradient( 90deg, rgb(0 128 96 / 31%)%, rgb(0 0 0 / 0%) 100%);
    background-image: -webkit-linear-gradient( 90deg, hsl(165deg 100% 25% / 78%)0%, rgb(0 0 0 / 0%) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0 128 96 / 31%)0% 25% / 31%) 0%, rgb(0 0 0 / 0%) 100%);
}

.portfolio_box:hover:before {
    transform: scaleY(1);
}

.portfolio_sec_main .slick-slide{
    margin: 0;
}

.portfolio_sec_main .row{
    display: flex !important;
    align-items: center !important;
}

.portfolio_sec_main {
    background: #f9f9f9;
}

/*Portfolio Section End*/

/*Inner Banner Section Begin*/

.inner_banner .banner_content_sec h3 {
    font-size: 41px;
    line-height: 50px;
    width: 84%;
    text-transform: capitalize;
}

.inner_banner .banner_content_sec p {
    color: var(--black);
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
}

.inner_banner .banner_content_sec {
    position: relative;
    top: 30px;
}

/*Inner Banner Section End*/


/*Process Section Begin*/

.approach-items {
    position: relative;
    counter-reset: my-sec-counter;
}

.approach-items .approach-item .approach-inner {
    position: relative;
    float: left;
    box-sizing: border-box;
    border: 2px solid #dfdfdf;
    padding: 40px;
}


.approach-items .approach-item:first-child:before {
    height: 50%;
    top: 57%;
}
.approach-items .approach-item:before {
    position: absolute;
    left: 49.50%;
    height: 107%;
    width: 3px;
    display: block;
    content: '';
    background: -webkit-linear-gradient(top,#cdcdcd 50%,transparent 50%);
    background: linear-gradient(top,orange 50%,transparent 50%);
    background-size: 100% 21px;
}

.approach-items .approach-item .approach-inner:before {
    position: absolute;
    top: 50%;
    display: inline-block;
    content: '';
    right: -74px;
    width: 0;
    height: 0;
    margin-top: -12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #34a853;
}

.approach-items .approach-item:nth-child(2n) .approach-inner:before {
    left: -72px;
    right: auto;
    border-right: 0;
    border-left: 12px solid #34a853;
}

.approach-items .approach-item:nth-child(2n) .approach-inner:after {
    right: auto;
    left: -100px;
}

.approach-items .approach-item .approach-inner:after {
    top: 49%;
    right: -94px;
    margin-top: -11px;
}

.approach-items .approach-item .approach-inner:after {
    position: absolute;
    content: '';
    display: inline-block;
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter) "";
    color: var(--white);
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    background: var(--dark_green);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    line-height: 50px;
    border: 3px solid #e7e7e7;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 43%);
}

.approach-items .approach-item .approach-inner {
    position: relative;
    float: left;
    box-sizing: border-box;
    border: 2px solid transparent;
    padding: 22px 20px;
    transition: 0.5s ease-in-out;
    border-top-left-radius: 25px;
    background: var(--white);
    box-shadow: 0 8px 24px 0px rgb(29 53 87 / 8%);
    border-bottom-right-radius: 25px;
}

.approach-items .approach-item .approach-inner {
    width: calc(50% - 70px);
}

.approach-items .approach-item .approach-inner:hover {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    border: 2px solid var(--green);
    border-top-left-radius: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 25px;
}

.approach-content ul li {
    font-size: 16px;
    line-height: 25px;
    list-style: none;
    position: relative;
    padding: 0 10px;
}

.approach-content ul li:after {
    content: '';
    position: absolute;
    background: var(--green);
    width: 5px;
    height: 5px;
    left: 0;
    top: 10px;
    border-radius: 50px;
}

.approach-items .approach-item {
    position: relative;
    width: 100%;
    text-align: left;
    display: inline-block;
}

.approach-items .approach-item:nth-child(2n) .approach-inner {
    float: right;
}

.approach-inner h2 {
    font-size: 19px;
}

.approach-inner h3 {
    font-size: 19px;
    font-weight: bold;
    color: #262626;
    text-transform: capitalize;
}
.approach-inner h4 {
    font-size: 16px;
    font-weight: bold;
    color: #8b8b8b;
}

.approach-content ul li {
    font-size: 15px;
    padding-bottom: 6px;
}

.approach-content ul li .fa {
    color: var(--green);
}
.process_sec_main {
    background: #f9f9f9;
}

.approach-inner h3 span {
    font-family: 'Copyright Klim Type Foundry';
    background-position: right bottom;
    background-size: initial;
    background-repeat: no-repeat;
    color: var(--green);
}

.approach-content p {
    font-size: 15px;
    line-height: 25px;
}

.inner_step {
    padding: 50px 0 0;
}

.inner_banner .cloud-s-pink {
    background: url(../images/cloud-k-green.svg) 50% no-repeat;
}

/*Process Section End*/

/*Inner Banner Section*/

.inner_banner .banner_form {
    background: rgb(0 128 96 / 18%);
}

.inner_banner .banner_form h2 {
    color: var(--green);
}

.inner_banner .banner_form h2 span {
    color: var(--dark_green);
}

.inner_banner .banner_form input {
    background: var(--white);
}

.inner_banner .banner_form textarea {
    background: var(--white);
}

.inner_banner .banner_form .btn_form input {
    background: var(--dark_green);
}

.inner_banner .banner_form .btn_form input:hover {
    background: var(--green);
}


.privacy_banner .banner_content_sec {
    position: relative;
    top: 0;
}


/*Inner Banner Section*/

.main-thankyou {
    text-align: center;
}
.thank-you .banner_content_sec h3 {
    width: 100% !important;
    font-size:80px !important ;
}

.main-thankyou i {
    font-size: 100px;
    margin-bottom: 10px;
    color: var(--green);
}

.main-thankyou p {
    font-size: 19px;
    line-height: 33px;
}

.main-thankyou a {
    font-size: 18px;
    color: var(--white);
    font-weight: 400;
    background: var(--green);
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    margin: 20px 0;
}

.main-thankyou a:hover {
    background: var(--dark_green);
}

/*Modal Section Begin*/

.started_popup_sec .modal-lg {
    max-width: 1050px;
}


.started_popup_sec .modal-content {
    width: 100%;
    height: 100%;
    padding: 2rem 3rem;
    /* -webkit-box-shadow: inset 0px 0px 70px 0px rgb(0 0 0 / 36%); */
    -moz-box-shadow: inset 0px 0px 70px 0px rgb(0 0 0 / 36%);
    /* box-shadow: inset 0px 0px 70px 0px rgb(0 0 0 / 36%); */
    display: flex;
    border-radius: 15px;
    background: url(../images/modal-bg.jpg);
    height: auto;
}

.popup-head h5 {
    color: #262626;
    font-size: 33px;
    font-weight: 200;
    margin-bottom: 0;
}

.popup-head h5 strong {
    font-weight: 600;
    color: var(--green);
}

.popup-head h4 {
    color: #262626;
    font-size: 65px;
    font-weight: 300;
    line-height: 70px;
}

.popup-head h4 strong {
    font-weight: 600;
    color: var(--green);
}

.started_popup_sec input {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    height: 50px;
    border-radius: 35px;
    padding: 0 15px 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.popup-head {
    margin-bottom: 2rem;
}

.started_popup_sec .modal-header {
    border: 0;
    padding: 0;
}

.started_popup_sec .modal-header button {
    z-index: 99;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    font-size: 30px;
    font-weight: 300;
    background: var(--dark_green);
}

.started_popup_sec select {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #959595;
    height: 50px;
    border-radius: 35px;
    padding: 0 15px 0 20px;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
}

.element.seprator {
    width: 1px;
    height: 100%;
    background: rgb(0 76 63 / 44%);
    left: 0;
    margin-left: 10px;
    position: absolute;
}

.contact-info {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(0 128 96 / 35%);
    margin-left: 20px;
}

.contact-info h6 {
    color: var(--dark_green);
    font-size: 24px;
    font-weight: 700;
}

.contact-info a {
    color: #262626;
    font-size: 16px;
    font-weight: 600;
}

.popup-vec1 {
    right: -200px;
    bottom: -47px;
}

.popup-element {
    position: absolute;
}
.started_popup_sec textarea {
    height: 110px;
    resize: none;
    font-size: 14px;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: none;
    padding: 15px 15px;
    margin-bottom: 0;
}

.btn_form input {
    background: #303030;
    color: var(--white) !important;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    height: auto;
    border: 0;
    width: auto;
}

.popup-vec2 {
    top: 150px;
    right: 210px;
    -webkit-animation: rotate-ccw 60s linear infinite;
    animation: rotate-ccw 60s linear infinite;
    filter: brightness(0) invert(0);
}


/*Modal Section End*/

.term_con .web_content_sec h2 {
    font-size: 26px;
}

.term_con .web_content_sec p {
    font-size: 15px;
    line-height: 26px;
}

.term_con .web_content_sec {
    padding-bottom: 20px;
}

.term_con .web_content_sec ul li {
    list-style-type: disc;
    font-size: 14px;
}

.term_con .web_content_sec ul {
    padding: 0 20px;
}

.term_con .web_content_sec a {
    color: var(--green);
    font-weight: bold;
    text-decoration: underline;
}

.intl-tel-input.separate-dial-code .selected-dial-code{
    color: #000;
}

.intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
    margin-right: 6px;
    color: #000;
}

.contact_detail {
    padding: 70px 0 0;
}

.detail_con {
    background: var(--green);
    padding: 35px 0;
    border-radius: 5px;
    text-align: center;
    height: 150px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.detail_con p {
    font-size: 16px;
    color: var(--white);
    padding: 0 30px;
}

.contact_detail .col-sm-4:nth-child(2) .detail_con {
    background: var(--dark_green);
}

.detail_con span {
    display: block;
    font-size: 19px;
    color: #fff;
    padding-bottom: 6px;
}

.detail_con a {
    color: var(--white);
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 1600px) {

.banner_content_sec h3{
    font-size: 57px;
    line-height: 61px;
}

.banner_content_sec p {
    font-size: 21px;
    line-height: 30px;
}

.partner_logo ul li img {
    height: auto !important;
}

.web_content_sec h2 {
    font-size: 35px;
}

.step_right_img img {
    height: 740px;
    object-fit: cover;
}

.step_tab p {
    font-size: 14px;
    line-height: 21px;
}

.cta_content_sec h2 {
    font-size: 42px;
}

.banner_sec_main .carousel-item img {
    width: 100%;
    height: 830px;
}

.cta_content_sec p {
    font-size: 18px;
    line-height: 30px;
}

.footer_content_sec p {
    font-size: 15px;
    line-height: 28px;
}

.footer_links ul li a {
    font-size: 16px;
}

.footer_head_tab h4 {
    font-size: 21px;
}

.copy_text p {
    font-size: 16px;
}

.inner_banner .banner_content_sec h3 {
    font-size: 40px;
    line-height: 50px;
    width: 90%;
}

.inner_banner .banner_content_sec p {
    font-size: 17px;
}

.packages_box h4 {
    font-size: 35px;
}

.packages_box ul li {
    font-size: 15px;
}

.packages_box p {
    font-size: 15px;
}

.approach-content p {
    font-size: 15px;
    line-height: 25px;
}

.approach-inner h3 {
    font-size: 22px;
}

.faq_tab .card-body {
    font-size: 15px;
    line-height: 25px;
}

}


@media (max-width: 1440px) {

.banner_content_sec h3 {
    font-size: 55px;
    line-height: 55px;
}

.banner_content_sec p {
    font-size: 19px;
    line-height: 30px;
}

.web_content_sec h2 {
    font-size: 32px;
}

.expert_content_sec h3 {
    font-size: 20px;
}

.box_expert_sec{
    min-height: 320px;
}

.expert_content_sec p {
    font-size: 15px;
    line-height: 22px;
}

.expert_content_sec span {
    display: block;
}

.packages_box{
    padding: 30px 20px;
}

.packages_box ul li {
    font-size: 14px;
}

.cta_content_sec h2 {
    font-size: 40px;
    line-height: 45px;
}

.cta_content_sec p {
    font-size: 16px;
    line-height: 25px;
}

.footer_links ul li a {
    font-size: 16px;
}

footer .container-fluid {
    padding: 0 110px;
}

.step_main_sec .container-fluid {
    padding: 0 100px;
}

.step_main_box {
    padding: 0px 0 0px 40px;
}

.contact_sectab .step_main_box {
    padding: 0px 0 0px 10px;
}

.inner_banner .banner_content_sec h3 {
    font-size: 40px;
    line-height: 50px;
    width: 90%;
    margin-bottom: 0;
}

.inner_banner .banner_content_sec p {
    font-size: 17px;
    font-weight: 500;
}

.banner_form textarea {
    resize: none;
    height: 90px;
}

.banner_form {
    padding: 15px 30px;
}

.banner_form input {
    height: 45px;
}

.web_btn {
    padding-top: 10px;
}

ul.pkg-list {
    height: 290px;
}

.approach-content p {
    font-size: 14px;
    line-height: 24px;
}

.approach-items .approach-item .approach-inner:after{
    font-size: 16px;
}

.approach-inner h3 {
    font-size: 20px;
}

.step_right_img img {
    height: 800px;
    object-fit: cover;
}

.inner_banner .banner_content_sec {
    position: relative;
    top: 0;
}

.inner_banner .carousel-item img {
    min-height: 720px;
    object-fit: cover;
}

.top_btn ul li a{
    font-size: 15px;
}

.cta-sec-main .web_btn {
    padding-top: 40px;
}

.faq_tab .card-header h5 button{
    font-size: 14px;
}

}


@media (max-width: 1200px) {

header .container-fluid {
    width: 100%;
}

.about_right {
    right: 0;
}

.main_menu_sec ul li a {
    font-size: 15px;
    padding: 12px 14px !important;
}

.banner_content_sec h3 {
    font-size: 44px;
    line-height: 42px;
}

.banner_content_sec p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 500;
    width: 80%;
}

.banner_sec_main .carousel-item img {
    width: 100%;
    height: 790px;
}

.banner_form:after {
    width: 570px;
    height: 660px;
    top: -120px;
    right: -57px;
}

.web_content_sec h2 {
    font-size: 27px;
}

.web_content_sec p {
    font-size: 15px;
    line-height: 30px;
}

.about_sec_main .scroll-block {
    max-height: 420px;
}

.col-sm-10.center-col .web_content_sec h2 {
    width: 87%;
    margin: 0 auto 20px;
    font-size: 35px;
}

.col-sm-10.center-col .web_content_sec p {
    width: 80%;
    margin: 0 auto;
}

.col-sm-10.center-col .web_content_sec p {
    width: 90%;
    margin: 0 auto;
    font-size: 17px;
}

.cta_content_sec p {
    font-size: 18px;
    line-height: 30px;
}

.faq_tab .card-header h5 button {
    font-size: 17px;
    line-height: 24px;
}

.step_main_sec .container-fluid {
    padding: 0 70px;
}

.step_right_img img {
    height: 710px;
    object-fit: cover;
}

footer .container-fluid {
    padding: 0 50px;
}

.footer_links ul li a {
    font-size: 15px;
}

.footer_content_sec p {
    font-size: 14px;
    line-height: 26px;
}

footer {
    padding: 50px 0 0;
}

.banner_sec_main.inner_banner .carousel-item img {
    height: 610px;
    object-fit: cover;
}

.popup-vec1 {
    right: -50px;
    bottom: -67px;
    width: 36%;
}

.popup-head h5 {
    font-size: 28px;
}

.popup-head h4 {
    font-size: 53px;
}

.contact-info a {
    font-size: 15px;
}

.contact-info h6 {
    font-size: 19px;
}

}


@media (max-width: 1100px) {

.main_menu_sec ul li a {
    font-size: 15px;
    padding: 12px 10px !important;
}

.banner_content_sec h3 {
    font-size: 37px;
    line-height: 42px;
}

.banner_form:after {
    width: 500px;
    height: 660px;
    top: -130px;
    right: -67px;
}

.banner_form h2{
    font-size: 22px;
}

.banner_form h2 span{
    font-size: 27px;
}

.cloud-s-yellow {
    top: 12%;
    right: 345px;
    left: auto;
}

.cloud-s-pink {
    top: 22%;
    right: 70px;
}

.banner_sec_main .carousel-caption {
    top: 0;
}

.about_sec_main .scroll-block {
    max-height: 270px;
}

.web_content_sec h2 {
    font-size: 23px;
}

.expert_content_sec h3 {
    font-size: 18px;
}

.shopify_expert_sec .slick-slide{
    margin: 0;
}

.expert_content_sec p {
    font-size: 15px;
    line-height: 25px;
}

.box_expert_sec{
    padding: 20px 15px;
}


.packages_box {
    padding: 30px 15px;
}

.packages_box p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.cta_content_sec h2 {
    font-size: 34px;
    line-height: 40px;
}

.cta_content_sec p {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    font-weight: 500;
}

.col-sm-10.center-col .web_content_sec p {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

.faq_tab .card-header h5 button {
    font-size: 16px;
    line-height: 24px;
}

.footer_links ul li a {
    font-size: 13px;
    font-weight: 500;
}

.footer_content_sec img {
    padding-bottom: 20px;
    width: 100%;
}

.copy_text p {
    font-size: 14px;
}

.term_link ul li a {
    color: var(--white);
    font-size: 15px;
}

.copy_right {
    margin-top: 50px;
}

.main_menu_sec ul.dropdown-menu li a {
    font-size: 14px;
}

.inner_banner .banner_content_sec h3 {
    font-size: 33px;
    line-height: 40px;
    width: 90%;
    margin-bottom: 0;
}

.inner_banner .banner_content_sec p {
    font-size: 15px;
    font-weight: 500;
    width: 90%;
    line-height: 25px;
}

.divider_border {
    height: 25px;
}

.packages_box ul li:before{
    width: 20px;
    height: 20px;
}

.packages_box ul li {
    font-size: 14px;
    font-weight: 500;
    padding: 0 0px 10px 22px;
}

.col-sm-10.center-col .web_content_sec h2 {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 31px;
}

.step_main_sec .container-fluid {
    padding: 0 30px;
}

.step_main_box {
    padding: 0px 0 0px 30px;
}

.contact_sectab .web_content_sec h2 {
    font-size: 45px;
}

.web_content_sec.pb-4.mb-2 {
    padding-bottom: 10px !important;
}

.footer_content_sec p {
    font-size: 13px;
}

.footer_links ul li {
    padding-bottom: 15px;
}

.popup-vec1 {
    right: -40px;
    bottom: -67px;
    width: 33%;
}

.partner_logo ul li img {
    width: 170px !important;
}

.btn_form .g-recaptcha > div {
    width: 100% !important;
}

.btn_form .g-recaptcha iframe {
    width: 100% !important;
}

}

@media (max-width: 1024px) {

.logo_Sec_main img {
    width: 90%;
}

header {
    padding: 10px 0;
}

.main_menu_sec ul li a {
    font-size: 13px;
    padding: 12px 11px !important;
}

.top_btn ul li a {
    padding: 10px 13px;
    font-size: 13px;
}

.banner_content_sec p {
    width: 90%;
}

.banner_sec_main .banner_content_sec {
    position: relative;
    top: 60px;
}

.banner_sec_main .carousel-item img {
    width: 100%;
    height: 660px;
}

.step_tab p {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
}

footer .container-fluid {
    padding: 0 30px;
}

.banner_form input {
    font-size: 13px;
}

.banner_form textarea {
    font-size: 13px;
}

.btn_form input{
    height: auto !important;
    font-size: 16px;
}

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

.about_sec_main .scroll-block {
    max-height: 330px;
}

.faq_tab .card-header h5 button {
    font-size: 15px;
    line-height: 24px;
}

.contact_sectab .web_content_sec h2 {
    font-size: 39px;
}

.expert_content_sec p {
    font-size: 14px;
    line-height: 22px;
}

.step_tab h4 span {
    font-size: 30px;
}

.contact_form_btm input{
    font-size: 12px;
}

.contact_form_btm textarea {
    height: 150px;
    font-size: 12px;
}

.footer_head_tab h4 {
    font-size: 19px;
}

section.banner_sec_main.inner_banner.privacy_banner .carousel-item img {
    height: 300px;
    min-height: auto;
}

.started_popup_sec .modal-lg {
    max-width: 890px;
}

.popup-vec1 {
    right: -60px;
    width: 40%;
}

.popup-head h4 {
    font-size: 40px;
}

.popup-head h5 {
    font-size: 21px;
    font-weight: 600;
}

}


@media (max-width: 992px) {

.banner_content_sec h3 {
    font-size: 32px;
    line-height: 35px;
}

.banner_content_sec p {
    width: 90%;
    line-height: 25px;
}

.web_content_sec h2 {
    font-size: 21px;
}

.about_sec_main .scroll-block {
    max-height: 240px;
}

.about_right {
    text-align: center;
}

.about_right img {
    width: 80%;
    margin: 0 auto;
}

.portfolio_sec_main .col,.portfolio_sec_main .col-3 {
    padding: 6px;
}

.portfolio_box {
    margin-bottom: 10px;
    margin-top: 20px;
}

.contact_form_btm {
    padding: 60px 10px;
}

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

.inner_banner .banner_content_sec h3 {
    font-size: 35px;
    line-height: 40px;
    width: 80%;
    margin-bottom: 0;
}

.inner_banner .banner_content_sec p {
    font-size: 17px;
    font-weight: 500;
    width: 90%;
    line-height: 25px;
}

.banner_sec_main.inner_banner .carousel-item img {
    height: 580px;
    object-fit: cover;
    min-height: auto;
}

.banner_sec_main.inner_banner .carousel-caption {
    top: 80px;
}

.col-sm-10.center-col .web_content_sec h2 {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 35px;
}

.slick-dots {
    bottom: -50px;
}

.packages_box h4 {
    font-size: 28px;
}

.packages_box p {
    font-size: 13px;
}

section.banner_sec_main.inner_banner .carousel-caption {
    top: 0;
}

section.banner_sec_main.inner_banner.privacy_banner .carousel-item img {
    height: 270px;
    min-height: auto;
}

section.banner_sec_main.inner_banner.privacy_banner .carousel-item .banner_content_sec {
    top: 40px;
}

.footer_links ul li a {
    font-size: 12px;
    font-weight: 500;
}

.footer_links ul li {
    padding-bottom: 10px;
}

.social_icon ul li a {
    font-size: 14px;
    width: 35px;
    height: 35px;
}

.faq_tab .card-header h5 button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.faq_tab .card-body {
    font-size: 14px;
    line-height: 25px;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    font-size: 13px;
}

.banner_form:after {
    width: 460px;
    height: 660px;
}

.expert_content_sec h3 {
    font-size: 16px;
}

.step_tab h3 {
    font-size: 15px;
}

}


@media (max-width: 768px) {

.main_menu_sec ul li a {
    font-size: 11px;
    padding: 12px 5px !important;
}

.top_btn ul li a {
    padding: 6px 6px;
    font-size: 11px;
}

.thank-you .banner_content_sec h3 {
    font-size: 50px !important;
}


.banner_content_sec h3 {
    font-size: 26px;
    line-height: 35px;
}

.banner_content_sec p {
    width: 96%;
    line-height: 25px;
    font-size: 14px;
}

.banner_form:after {
    width: 370px;
    height: 600px;
}

.banner_form h2 {
    font-size: 17px;
}

.banner_form h2 span {
    font-size: 20px;
}

.banner_form {
    padding: 15px 10px;
}

.banner_sec_main .banner_content_sec {
    position: relative;
    top: 30px;
}

.cloud-s-yellow{
    display: none;
}

.banner_sec_main .carousel-item img {
    width: 100%;
    height: 710px;
}

.banner_sec_main .banner_content_sec {
    position: relative;
    top: 60px;
}

.banner_form {
    padding: 15px 10px;
    position: relative;
    top: 40px;
}

.web_content_sec h2 {
    font-size: 18px;
}

.web_content_sec p {
    font-size: 14px;
    line-height: 24px;
}

.about_right img {
    width: 90%;
    margin: 0 auto;
}

.web_btn ul li a {
    font-size: 13px;
    padding: 13px 14px;
}

.web_btn ul li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.col-sm-10.center-col .web_content_sec h2 {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 26px;
}

.col-sm-10.center-col .web_content_sec p {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
}

.packages_sec_main .slick-slide {
    margin: 0;
}

.packages_box ul li {
    font-size: 16px;
}

.top_btn ul li{
    padding: 0 0px 0px 10px;
}


.step_tab h3 {
    font-size: 14px;
}

.step_tab p {
    font-size: 13px;
    line-height: 21px;
    width: 100%;
}

.cta_content_sec h2 {
    font-size: 25px;
    line-height: 26px;
}

.cta_content_sec p {
    font-size: 15px;
    line-height: 25px;
}

.faq_tab .card-header h5 button {
    font-size: 13px;
    line-height: 20px;
}

.contact_form_btm .row .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 20px;
}

.form_right_map iframe {
    width: 100%;
    height: 750px;
}

header {
    padding: 0px 0;
}

header.menu_fixed.animated.fadeInDown {
    padding: 0px 0;
}

.padding_70 {
    padding: 40px 0;
}

.step_main_sec {
    padding: 20px 0 0;
}

footer .col-sm-3.pl-5 {
    padding-left: 10px !important;
}

.footer_content_sec p {
    font-size: 12px;
    line-height: 24px;
}

.footer_links ul li {
    padding-bottom: 7px;
}

.footer_links ul li a {
    font-size: 11px;
    font-weight: 500;
}

.social_icon ul li {
    display: inline-block;
    padding: 0 3px 0 0;
}

.social_icon ul li a {
    font-size: 13px;
    width: 30px;
    height: 30px;
}

.footer_tp {
    padding-top: 17px;
}

.footer_head_tab h4 {
    font-size: 16px;
}

.banner_form form .row .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.banner_sec_main .banner_content_sec {
    position: relative;
    top: 150px;
}

.about_sec_main .scroll-block {
    max-height: 170px;
}

.copy_text p {
    font-size: 12px;
}

.term_link ul li a {
    font-size: 13px;
}

footer {
    padding: 30px 0 0;
}

.inner_banner .banner_content_sec h3 {
    font-size: 27px;
    line-height: 40px;
    width: 100%;
}

.inner_banner .banner_content_sec p {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    line-height: 25px;
}

.web_content_sec h2 span{
    background: none;
}

.packages_box ul li {
    font-size: 15px;
}

.approach-items .approach-item .approach-inner {
    width: calc(50% - 30px);
}

.approach-items .approach-item .approach-inner{
    padding: 22px 10px;
}

.approach-content p {
    font-size: 13px;
    line-height: 22px;
}

.approach-inner h3 {
    font-size: 18px;
}

.approach-items .approach-item .approach-inner:after {
    font-size: 13px;
    width: 40px;
    height: 40px;
}

.approach-items .approach-item .approach-inner:after {
    top: 49%;
    right: -50px;
}

.approach-items .approach-item .approach-inner:before{
    display: none;
}

.approach-items .approach-item:nth-child(2n) .approach-inner:after {
    right: auto;
    left: -55px;
}

.contact_form_btm input {
    height: 45px;
}

.contact_form_btm textarea {
    height: 110px;
    font-size: 12px;
    margin-bottom: 20px;
}

.form_right_map iframe {
    width: 100%;
    height: 600px;
}

.contact_form_btm {
    padding: 20px 10px;
}

.contact_sectab .web_content_sec h2 {
    font-size: 32px;
}

.web_content_sec.pb-4.mb-2 {
    padding-bottom: 5px !important;
}


.started_popup_sec .col-lg-5 {
    max-width: 60%;
    flex: 60%;
}

.started_popup_sec .col-lg-4 {
    max-width: 40%;
    flex: 40%;
}

.started_popup_sec .modal-content{
    padding: 2rem 2rem;
}

.popup-vec2,.popup-vec1{
    display: none;
}

}


@media (max-width: 576px) {
    
.partner_logo ul li img {
    width: 158px !important;
}

.partner_logo ul.pt-5 {
    padding-top: 30px !important;
}

.logo_Sec_main img {
    width: 100%;
}

.top_btn{
    display: none;
}

header .col-sm-3 {
    max-width: 50%;
    flex: 50%;
}

.navbar-toggler {
    background-color: var(--green);
    position: absolute;
    right: 0;
    top: -50px;
}

.navbar-collapse{
    background: var(--green);
}

.main_menu_sec ul li a {
    font-size: 15px;
    padding: 20px 25px !important;
    color: var(--white);
}

.main_menu_sec ul.dropdown-menu li a {
    font-size: 14px;
    color: var(--black);
}

header{
    z-index: 999;
}

.banner_form{
    display: none;
}

.banner_sec_main .banner_content_sec {
    position: relative;
    top: 0;
}

.banner_sec_main .carousel-caption .col-sm-7 {
    max-width: 100%;
    flex: 100%;
}

.banner_content_sec h3 {
    font-size: 32px;
    line-height: 35px;
}

.banner_content_sec p {
    width: 100%;
    line-height: 25px;
    font-size: 16px;
}

.banner_sec_main .banner_content_sec {
    position: relative;
    top: 40px;
}

.banner_sec_main .carousel-item img {
    width: 100%;
    height: 450px;
}

.about_sec_main .col-sm-6 {
    flex: 100%;
    max-width: 100%;
}

.about_right{
    display: none;
}

.web_content_sec h2 {
    font-size: 22px;
    line-height: 31px;
}

.about_sec_main .scroll-block {
    max-height: 290px;
}

.web_content_sec p {
    font-size: 15px;
    line-height: 29px;
}

.web_btn ul li a {
    font-size: 16px;
    padding: 16px 21px;
}

.shopify_expert_sec .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.col-sm-10.center-col .web_content_sec p {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

.expert_content_sec p {
    font-size: 16px;
    line-height: 25px;
}

.expert_content_sec h3 {
    font-size: 22px;
}

.row.mt-5 .col-sm-4:nth-child(even) .box_expert_sec {
    margin-top: 0;
}

.slick-dots {
    bottom: -50px;
}

.packages_sec_main .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.step_right_img{
    display: none;
}

.step_main_sec .col-sm-6 {
    max-width: 100%;
    flex: 100%;
}

.step_main_box {
    padding: 30px 50px 30px 30px;
}

.step_tab h3 {
    font-size: 19px;
}

.step_tab p {
    font-size: 16px;
    line-height: 27px;
    width: 100%;
}

.web_content_sec h2 {
    font-size: 27px;
    line-height: 31px;
}

.web_content_sec p {
    font-size: 18px;
    line-height: 26px;
}

.cta-sec-main .center-col {
    max-width: 100%;
    flex: 100%;
}

.cta_content_sec h2 span{
    background: none;
}

.faq_sec_main .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.faq_sec_main .col-sm-6 {
    flex: 100%;
    max-width: 100%;
}

.faq_tab .card-header h5 button {
    font-size: 16px;
    line-height: 26px;
}

.form_right_map iframe {
    width: 100%;
    height: 280px;
}

.contact_sectab .step_main_box {
    padding: 20px 20px 20px 20px;
}

footer .col-sm-3 {
    max-width: 50%;
    flex: 50%;
    margin-bottom: 30px;
}

.footer_links ul li a {
    font-size: 14px;
    font-weight: 500;
}

.footer_links ul li {
    padding-bottom: 17px;
}

.copy_right .col-sm-6 {
    max-width: 100%;
    flex: 100%;
    text-align: center;
}

.term_link {
    text-align: center;
}

.copy_text p {
    font-size: 15px;
    padding: 0px 0 20px;
}

.term_link ul li a {
    font-size: 16px;
}

.term_con .web_content_sec p {
    font-size: 16px;
    line-height: 30px;
}

.term_con .web_content_sec h2 {
    font-size: 20px;
}

button.navbar-toggler span:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    font-weight: 300;
    color: #fff;
    position: relative;
    top: 3px;
    font-size: 25px;
}

.process_sec_main .col-sm-10.center-col {
    max-width: 100%;
    flex: 100%;
}

.started_popup_sec .col-lg-4 {
    max-width: 40%;
    flex: 40%;
    display: none;
}

.started_popup_sec .col-lg-5 {
    max-width: 100%;
    flex: 100%;
}

.started_popup_sec .modal-lg {
    max-width: 100%;
    margin: 60px 20px 0;
}

}


@media (max-width: 450px) {

.web_content_sec h2 {
    font-size: 19px;
    line-height: 25px;
}

.about_sec_main .scroll-block {
    max-height: 412px;
}

.web_content_sec p {
    font-size: 14px;
    line-height: 26px;
}

.web_btn ul li a {
    font-size: 15px;
    padding: 14px 20px;
}

.col-sm-10.center-col .web_content_sec h2 {
    font-size: 20px;
}

.col-sm-10.center-col .web_content_sec p {
    font-size: 14px;
}

.expert_content_sec h3 {
    font-size: 19px;
}

.expert_content_sec p {
    font-size: 15px;
    line-height: 22px;
    max-height: 155px;
}

.portfolio_sec_main .row {
    display: unset !important;
    align-items: center !important;
    width: 100%;
}

.portfolio_sec_main .col, .portfolio_sec_main .col-3 {
    padding: 6px;
    max-width: 100%;
}

.web_content_sec p {
    font-size: 14px;
    line-height: 24px;
}

.step_tab h3 {
    font-size: 17px;
}

.step_tab p {
    font-size: 15px;
    line-height: 26px;
    width: 100%;
}

.faq_tab .card-header h5 button {
    font-size: 15px;
    line-height: 21px;
}

footer .col-sm-3 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 30px;
}

.footer_content_sec img {
    padding-bottom: 20px;
    width: auto;
}

.footer_content_sec p {
    font-size: 15px;
    line-height: 28px;
}

.copy_text p {
    font-size: 13px;
}

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

.copy_right {
    margin-top: 10px;
}

footer .col-sm-3 {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 10px;
}

.footer_head_tab h4 {
    font-size: 22px;
}

.footer_head_tab {
    padding-bottom: 0;
}

.banner_sec_main.inner_banner .carousel-item img {
    height: 550px;
}

.inner_banner .banner_content_sec h3 {
    font-size: 30px;
    line-height: 34px;
    width: 100%;
}

.approach-items .approach-item .approach-inner {
    width: 100%;
    padding: 22px 20px;
}

.approach-items .approach-item .approach-inner:after{
    display: none;
}

.approach-items .approach-item:before{
    display: none;
}

.approach-content p {
    font-size: 15px;
    line-height: 27px;
}

.approach-items .approach-item {
    margin-bottom: 20px;
}

.process_sec_main .row.pt-5 {
    padding-top: 10px !important;
}

.step_tab h4 {
    font-size: 21px;
}

.step_tab h4 span {
    font-size: 26px;
}

.step_tab p {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

.term_con .web_content_sec p {
    font-size: 15px;
    line-height: 27px;
}

section.banner_sec_main.inner_banner.privacy_banner .carousel-item img {
    height: 220px;
    min-height: auto;
}

header {
    padding: 10px 0 0;
}

.cloud-s-pink{
    display: none;
}

.cloud-s-light-blue{
    display: none;
}

.started_popup_sec .modal-content {
    padding: 2rem 1rem;
}

.popup-head h5 {
    font-size: 17px;
    font-weight: 600;
}

.popup-head h4 {
    font-size: 31px;
    line-height: 40px;
}

}


@media (max-width: 380px) {

.navbar-toggler {
    top: -40px;
}

.banner_content_sec h3 {
    font-size: 27px;
    line-height: 27px;
}

.web_btn ul li a {
    font-size: 14px;
    padding: 10px 16px;
}

.web_content_sec h2 {
    font-size: 18px;
    line-height: 22px;
}

.step_tab h3 {
    font-size: 15px;
}

.step_main_box {
    padding: 30px 25px 20px 20px;
}

.cta_content_sec h2 {
    font-size: 19px;
    line-height: 26px;
}

.cta_content_sec p {
    font-size: 14px;
    line-height: 23px;
}

.faq_tab .card-header h5 button {
    font-size: 13px;
    line-height: 21px;
}

.intl-tel-input {
    width: 100%;
    margin-bottom: 10px;
}

.banner_content_sec h3 span{
    background: none;
}

.inner_banner .banner_content_sec h3 {
    font-size: 23px;
    line-height: 31px;
    width: 100%;
}

.step_main_sec .container-fluid {
    padding: 0 19px;
}

.slick-dots {
    bottom: 0;
}

.started_popup_sec .modal-content {
    padding: 2rem 0rem;
}

.popup-head h4 {
    font-size: 25px;
    line-height: 40px;
}

.started_popup_sec .modal-header button {
    right: 10px;
    top: 0px;
}

}