@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nurom';
    src: url('../fonts/Nurom-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic_1.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


body{
    font-family: 'Open Sans';
    font-size:16px;
    line-height: normal;
    font-style:normal;
    font-weight:normal;
    color:#383838;
    overflow-x: hidden !important;
}
p{  
    font-family: 'Open Sans';
    font-size:16px;
    letter-spacing: 0.4px;
    margin: 0px;
    line-height:30px;
    font-style:normal;
    font-weight:normal;
    color:#000;
}
h1{
    font-family: 'Montserrat';
    font-size:38px;
    margin:0px;
    color: #181a18;
    line-height: normal;
    letter-spacing: 0.4px;
    font-weight:bold;
    font-style:normal;
}
h2{
    font-family: 'Montserrat';
    font-size: 35px;
    margin: 0px;
    line-height: normal;
    letter-spacing: 0.4px;
    font-weight:bold;
    font-style:normal;
    color:#000;
}
h3 {
    font-family: 'Montserrat';
    font-size: 25px;
    margin: 0px;
    line-height: normal;
    letter-spacing: 0.4px;
    font-weight: 600;
    color: #000;
}
h4{
    font-size: 22px;
    margin: 0px;
    letter-spacing: 0.4px;
    line-height: 33px;
    font-weight: normal;
    color: #000;
}
h5{
    font-size:20px;
    margin: 0px;
    line-height: normal;
    letter-spacing: 0.4px;
    font-weight:normal;
    font-style:normal;
    color: #000;
}
h6{
    font-size:18px;
    margin: 0px;
    font-weight:400;
    line-height: normal;
    letter-spacing: 0.4px;
    color:#000;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
}
ul {
    padding: 0px;
    margin: 0px;
}
strong {
    font-weight: bold;
}
.container{
    width:100%;
    max-width:1240px;
    padding:0px 15px;
    margin:0px auto 0px;
}
.container:after{
    clear:both;
    display:table;
    content:"";
}

.header.fixed-header {
    background: #fff;
    box-shadow: 0 0 33px 6px rgb(0 0 0 / 10%);
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 10px 0px;
}
.header .row {
    align-items: center;
}
.header .logo img {
    width: auto;
    max-width: 225px;
}
.header .mobile_toggle {
    display: none;
}
nav.main_menu ul li {
    display: inline-block;
}
nav.main_menu ul> li> a {
    color: #000;
    font-size: 16px;
    transition: .4s ease;
    padding: 20px;
    display: block;
    text-decoration: none;
}
nav.main_menu ul> li> a:hover{
    color: #ff741f !important;
}
nav.main_menu .dropdown-menu{
    background: #fff;
    box-shadow: 0 0 33px 6px rgb(0 0 0 / 10%);
    margin: 0px 15px;
}
nav.main_menu .dropdown-item:hover {
    background: #fff !important;
    color: #ff741f !important;
}
nav.main_menu {
    text-align: right;
}
.header {
    padding: 10px 0px;
}

.banner_section {
    padding: 50px 0px;
}
.banner_section .row {
    align-items: center;
}
.banner_section .row {
    align-items: center;
    padding: 0px 50px;
}
.banner_section .heading_sec h2 {
    font-size: 58px;
}
.banner_section .heading_sec p {
    font-size: 30px;
    margin: 15px 0px 20px;
}
.btn_main {
    background: #ff741f;
    padding: 5px 20px;
    border-radius: 10px;
    display: inline-block;
    color: #fff !important;
    transition: .4s ease;
    box-shadow: none !important;
    text-decoration: none !important;
}
.btn_main:hover {
    background: #000;
}
.banner_section .img_sec img, .top_section .img_sec img{
    width: 100%;
    max-width: 300px;
}

.services_section {
    padding: 50px 0px;
}
.common_heading {
    text-align: center;
    margin-bottom: 20px;
}
.box_card {
    box-shadow: 6px 6px 0px 0px #9aa7b2;
    border-radius: 20px;
    border: 2px solid #9aa7b2;
    padding: 20px;
    text-align: center;
}
.box_card img {
    max-width: 120px;
    margin-bottom: 10px;
}
.box_card h5 {
    font-weight: 700;
    padding: 5px 0px;
}
.businesses_section .img_sec img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.businesses_section .heading_sec {
    max-width: 620px;
}
.businesses_section .row {
    align-items: center;
}
.businesses_section p {
    padding: 10px 0px 0px;
}
.businesses_section {
    padding: 50px 0px;
}

.features_section {
    padding: 50px 0px;
}
.features_section .common_heading h1 span {
    display: block;
}
.features_section .row {
    max-width: 930px;
    margin: auto;
}
.features_box_card {
    box-shadow: 6px 6px 0px 0px #9aa7b2;
    border-radius: 20px;
    border: 2px solid #9aa7b2;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 148px;
    align-items: center;
    display: flex;
}
.features_box_card .left_img {
    width: 20%;
    display: inline-block;
    padding-right: 20px;
}
.features_box_card .left_img img {
    width: 100%;
}
.features_box_card .content_right {
    display: inline-block;
    float: right;
    width: 80%;
}
.features_box_card .content_right h5 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 21px;
}
.features_box_card .content_right p {
    font-size: 16px;
    line-height: 24px;
    max-width: 330px;
}


.pricing_section {
    padding: 30px 0px 50px;
}
.pricing_section .event_table table {
    width: 100%;
    padding: 30px !important;
    max-width: 960px;
    margin: auto;
}
.pricing_section .event_table table tr:last-child td p {
    padding-bottom: 20px;
}
.pricing_section .event_table table td p, .pricing_section .event_table table th p {
    background: #fff;
    box-shadow: 0px 20px 25.5px 4.5px rgb(33 20 106 / 7%);
    margin-top: 0px !important;
    text-align: center;
    padding: 6px 0px;
}
.pricing_section .event_table table td, .pricing_section .event_table table th {
    padding: 0px 10px;
}
.pricing_section .event_table table td strong {
    color: #4cc144;
    font-size: 30px;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.pricing_section .event_table table tr:last-child td {
    padding-bottom: 15px;
}
.pricing_section .pricing_btn {
    margin: 30px auto 0px;
    text-align: center;
}

.pricing_section .event_table table tr th p {
    border-top: 5px solid #4cc144;
    margin: 0px 0px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 0px 0px !important;
}

.clients_section {
    padding: 50px 0px;
}
.clients_section .common_heading h1 {
    max-width: 600px;
    margin: auto;
}
.clients_card {
    box-shadow: 6px 6px 0px 0px #9aa7b2;
    border-radius: 20px;
    border: 2px solid #9aa7b2;
    padding: 30px 30px 0px;
    max-width: 520px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}
.clients_card p {
    font-size: 17px;
}
.clients_card span {
    margin: 15px;
    display: block;
}
.clients_card .bottom_img img {
    max-width: 80px;
    height: 80px;
    object-fit: cover;
    text-align: center;
    margin: 0px auto -50px;
    border-radius: 100px;
}

.clients_section .owl-dots {
    text-align: center;
    margin-top:10px;
}
.clients_section .owl-dots .owl-dot.active {
    background: #4cc144;
    opacity: 1;
    width: 25px;
}
.clients_section .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    background: #0caa03 !important;
    width: 35px;
    outline: none;
    height: 35px;
    color: #fff !important;
    line-height: 3px !important;
}
.clients_section .owl-nav span {
    font-size: 38px;
}
.clients_section .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    left: auto;
    background: #0caa03 !important;
    width: 35px;
    outline: none;
    height: 35px;
    color: #fff !important;
    line-height: 3px !important;
}
.clients_section .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.clients_section .owl-dots .owl-dot {
    width: 15px;
    height: 8px;
    background: #000;
    text-align: center;
    margin: 0px 5px;
    opacity: .6;
    border-radius: 100px;
    border: none !important;
    outline: none !important;
}


.marketing_section {
    padding: 50px 0px;
}
.marketing_section .common_heading h1 {
    max-width: 540px;
    margin: auto;
}
.marketing_card img {
    width: 100%;
    position: relative;
}
.marketing_card {
    text-align: center;
}
.marketing_card h4 {
    font-weight: 600;
    margin-top: 10px;
}
.marketing_card .img_center:before {
    position: absolute;
    background: #88e4e6;
    content: "";
    bottom: 0;
    width: 100%;
    height: 73%;
    left: 0;
}
.marketing_card .img_center {
    position: relative;
}

.served_section {
    padding: 50px 0px;
}
.served_section button.slick-prev, .served_section button.slick-next {
    display: none !important;
}
.served_logo img {
    width: 100%;
    max-width: 150px;
}
.served_section .served_logo .slick-track {
    display: flex;
    align-items: center;
}

.get_in_tuch .form_info {
    background: #ededed;
    padding: 20px;
    border-top: 4px solid #0caa00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.get_in_tuch .submit_btn {
    margin: auto;
    text-align: center;
}
.get_in_tuch {
    margin-bottom: -140px;
    margin-top: 40px;
    position: relative;
}
.get_in_tuch .form_info h4 {
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    text-align: center;
}
.get_in_tuch .form_info .form_group .form-control {
    border: none;
    margin-bottom: 20px;
    box-shadow: none;
}

.footer_section {
    background: #000000;
    padding: 170px 0px 50px;
}
.footer_section h4 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.footer_menu ul li a {
    color: #ccc;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}
.footer_menu ul li a:hover {
    padding-left: 4px;
    color: #ff741f;
}
.payment_bottom ul {
    max-width: 320px;
}
.payment_bottom ul li {
    display: inline-block;
    margin: 0px 5px 10px 0px;
}
.payment_bottom ul li img {
    width: 100%;
    max-width: 110px;
    padding: 4px;
    background: #fff;
    height: 38px;
    object-fit: cover;
}
.submit_btn .submit.btn_main {
    outline: none;
    border: none;
}

.copyright_section {
    background: #000;
    border-top: 1px solid #ccc;
    padding: 4px;
}
.copyright_section p {
    text-align: center;
    font-size: 15px;
    color: #ccc;
}

.bulk_main_section {
    padding: 50px 0px;
    background: #e6e6e5;
}
.bulk_main_section .common_heading h1 {
    display: inline-block;
    padding-right: 80px;
}
.bulk_main_section .common_heading .top_select {
    display: inline-block;
}
.bulk_main_section .common_heading p {
    max-width: 910px;
    margin: 20px auto;
}
.bulk_box_card {
    background: #fff;
    padding: 30px 10px 20px 30px;
    margin-bottom: 20px;
}
.bulk_box_card .right_part {
    text-align: center;
}
.bulk_box_card .right_part .btn_main {
    margin-top: 40px;
}

.bulk_box_card span {
    color: #14a800;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    font-size: 16px;
}
.bulk_box_card h5 {
    font-weight: 600;
    font-size: 16px;
}
.bulk_box_card ul li {
    display: flex;
    align-items: center;
    margin-top: 6px;
}
.bulk_box_card ul li p {
    color: #14a800;
    font-weight: 500;
    font-size: 16px;
    padding-left: 8px;
}
.bulk_box_card ul li i {
    color: #14a800;
    line-height: 12px;
    font-size: 17px;
}
.bulk_box_card .right_part h2 {
    font-weight: 500;
    font-size: 31px;
}
.bulk_box_card .right_part h4 {
    font-weight: 600;
    font-size: 20px;
}
.top_volume h4 {
    text-align: center;
    margin: 10px 0px;
    font-weight: 500;
}

.top_section .img_sec img {
    width: 100%;
}
.top_section .common_heading {
    text-align: left;
    margin-bottom: 10px;
}
.bulk_provider_section {
    padding: 50px 0px;
}
.top_section.bulk_provider_section .img_sec img {
    max-width: 100%;
}
.top_section .row {
    align-items: center;
}
.top_section .heading_sec p {
    margin-bottom: 20px;
}

.features_with_section {
    padding: 30px 0px 50px;
}
.features_with_section .main_outer {
    max-width: 860px;
    margin: auto;
}
.full_box_card {
    align-items: center;
    display: flex;
    margin-top: 30px;
}
.full_box_card .left_img {
    width: 12%;
    display: inline-block;
    padding-right: 20px;
}
.full_box_card .left_img img {
    width: 100%;
    max-width: 80px;
}
.full_box_card .content_right {
    display: inline-block;
    float: right;
    width: 88%;
}
.full_box_card .content_right h5 {
    font-weight: 700;
    font-size: 17px;
}
.full_box_card .content_right p {
    font-size: 18px;
    line-height: 24px;
}

.work_with_section {
    padding: 50px 0px;
}
.work_box_card {
    background: #ededec;
    padding: 20px;
    /*height: 225px;*/
    margin-bottom: 30px;
    overflow-x: hidden;
    overflow: auto;
    background: #fff;
    box-shadow: 0 0 33px 6px rgb(38 119 12 / 16%);
    border-top: 4px solid #26760f;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.work_box_card::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}
.work_box_card::-webkit-scrollbar-thumb {
    background-color: #3c3f58;
}
.work_box_card::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.work_box_card .listing {
    width: 33px;
    height: 33px;
    border: 2px solid #2dcf34;
    border-radius: 100px;
    text-align: center;
    font-weight: 600;
    background: #fff;
    font-size: 17px;
    line-height: 29px;
    margin: 0px auto 15px;
}
.work_box_card .top_title h4 {
    color: #181a18;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 21px;
}
.work_box_card p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    text-align: center;
}

.top_position_img {
    width: 60px;
    height: 60px;
    border: 2px solid #2dcf34;
    border-radius: 100px;
    text-align: center;
    font-weight: 600;
    background: #cccccca8;
    font-size: 17px;
    line-height: 53px;
    margin: 0px auto 15px;
}
.top_position_img img {
    width: 100%;
    max-width: 35px;
    height: 35px;
}

.event_table.bluk_table tr th {
    font-weight: 600;
    font-size: 20px;
}

.choose_us_section {
    padding: 50px 0px;
}
.choose_us_section .row {
    align-items: center;
}
.choose_img img {
    width: 100%;
    max-width: 400px;
}
.choose_box_card {
    box-shadow: 6px 6px 0px 0px #9aa7b2;
    border-radius: 20px;
    border: 2px solid #9aa7b2;
    padding: 20px;
    max-width: 650px;
    margin-top: 20px;
}
.choose_box_card:nth-child(2n) {
    margin-left: 50px;
}
.services_choose_section .choose_box_card:nth-child(2n) {
  margin-left: 0px;
}
.services_choose_section .choose_box_card:nth-child(1){
  margin-left: 50px;
}
.services_choose_section .choose_box_card:nth-child(3){
  margin-left: 50px;
}
.choose_box_card .top_outer {
    display: flex;
    align-items: center;
}
.choose_box_card .top_outer img {
    width: auto;
    max-width: 60px;
    margin-right: 20px;
}
.choose_box_card .top_outer h4 {
    font-weight: 600;
}
.choose_box_card p {
    font-size: 17px;
    line-height: 24px;
    margin-top: 5px;
}

.deliverability_section {
    padding: 30px 0px 30px;
}
.your_email_part {
    max-width: 970px;
    margin: auto;
}
.your_email_part p strong {
    display: block;
}
.your_email_part p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.faq_section {
    padding: 50px 0px;
}
.faq_accordion {
    max-width: 970px;
    margin: auto;
}
.faq_accordion h4.panel-title {
    font-size: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-top: 15px;
    font-weight: 600;
}
.faq_accordion h4.panel-title a {
    color: #444;
    text-decoration: none;
}

.faq_accordion h4.panel-title a .fa-plus {
    display: none;
}
a.collapsed .fa-minus {
    display: none;
}
.faq_accordion h4.panel-title a.collapsed .fa-plus {
    display: inline-block;
}
.faq_accordion h4.panel-title a i {
    font-weight: 400;
    padding-right: 5px;
}
.faq_accordion .panel-body {
    font-size: 17px;
    padding: 5px;
}
.faq_accordion .panel-body ul li span {
    width: 10px;
    height: 10px;
    background: #000;
    display: inline-block;
    border-radius: 100px;
    margin-right: 10px !important;
    margin-top: 15px !important;
}

.contact_section {
    padding: 20px 0px;
}
.contact_section img {
    width: 100%;
    max-width: 250px;
}
.contact_section .row {
    padding: 0px 50px;
    align-items: center;
}
.contact_section .common_heading, .email_marketing_section .common_heading {
    text-align: left;
}

.contact_form {
    background: #e6e6e5;
    padding: 50px 0px;
}
.contact_form_main {
    max-width: 970px;
    margin: auto;
}
.contact_form .common_heading, .smtp_deliverability .common_heading {
    text-align: left;
    max-width: 970px;
    margin: 0px auto 10px;
}
.contact_form_main .form_group .form-control {
    box-shadow: none;
    border-radius: 8px;
    margin-bottom: 15px;
    height: 45px;
    background: #e6e6e4a6;
    border: 1px solid #cccccc61;
}
.contact_form_main .form_group textarea {
    box-shadow: none;
    border-radius: 8px;
    background: #e6e6e4a6;
    border: 1px solid #cccccc61;
    width: 100%;
    outline: none;
}
.contact_form_main .form_group label {
    font-size: 18px;
    margin: 0px;
}
.contact_form .left_form {
    background: #fff;
    padding: 20px;
}
.contact_form_main .submit_btn {
    margin: 20px auto 0px;
}
.contact_form_main .submit_btn .send {
    text-align: center;
    width: auto;
    border: none;
    cursor: pointer;
}

.contact_location {
    padding: 50px 0px;
}
.contact_location .icon i {
    color: #287d0f;
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
}
.contact_location .icon {
    text-align: center;
    margin-bottom: 20px;
}
.contact_location .icon .right_part {
    display: inline-block;
}
.contact_location .icon span {
    font-size: 18px;
    display: block;
    max-width: 300px;
}
.contact_form .row {
    align-items: center;
}
.contact_location .icon a {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.contact_location .icon p {
    max-width: 300px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.contact_location .row {
    margin: auto;
}

.email_marketing_section .img_sec img {
    width: 100%;
}

.top_section{
    padding: 40px 0px;
}
.top_section .row, .full_section_bottom {
    padding: 0px 50px;
}

.smtp_choose_section {
    padding: 30px 0px 50px;
}
.smtp_choose_section .top_outer h4 {
    font-weight: 700;
}

.your_email_part ul {
    margin-bottom: 20px;
    padding-left: 15px;
}
.your_email_part ul li p {
    margin: 0px;
}
.your_email_part ul li{
    position: relative;
    padding-left: 15px;
}
.your_email_part ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100px;
    top: 10px;
    left: 0;
}

.blog_top_section {
    padding: 50px 0px 0px;
}
.blog_top_title h1 {
    font-weight: 600;
    margin-bottom: 10px;
}
.blog_top_title {
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}
.blog_top_section .blog_section span {
  color: #297d0f;
  font-size: 22px;
  font-weight: 400;
}
.btn_secondary{
    background-color: #000 !important;
    padding: 5px 20px;
    border-radius: 10px !important;
    display: inline-block;
    color: #fff !important;
    transition: .4s ease;
    text-decoration: none !important;
}
.btn_secondary:hover{
   background: #ff741f !important;
}
.smtp_Server_min li{
  background-color: #000;
  margin-right: 20px;
  border-radius: 20px !important;
}

.smtp_server_outer h1 {
    color: #000;
    font-size: 32px;
    padding-top: 10px;
    font-weight: 500;
}
.tab_bottom_section {
    padding: 50px 0px;
}
.smtp_server_outer {
    margin-top: 30px;
}
.smtp_server_min_border{
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}
.suggested_min h1 {
    color: #000;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 600;
}
.suggested_min{
  border-bottom: 2px solid #000;
}
.smtp_server_btn_right .nav {
    background: #000;
    border-radius: 6px;
    padding: 5px 10px;
    margin: 0px;
    max-width: 240px;
}
.smtp_server_btn_right .active.btn_secondary {
    background: #fff !important;
    color: #000 !important;
}
.smtp_server_btn_right .btn_secondary {
    padding: 0px 20px;
}
.smtp_main_table .pricing_card:last-child {
    margin: 0px;
}
.smtp_main_table .pricing_card {
    display: inline-block;
    background: #fff;
    float: left;
    box-shadow: 0px 20px 25.5px 4.5px rgb(33 20 106 / 7%);
    width: 18.6%;
    margin-right: 15px;
    position: relative;
}
.top_selling_main {
    background: #28770e;
    position: absolute;
    top: -18px;
    right: 50%;
    left: auto;
    border-radius: 30px;
    transform: translateX(50%);
    color: #fff;
    font-size: 12px;
    z-index: 9;
    padding: 5px 15px;
}
.smtp_main_table .plan_price {
    text-align: center;
    padding: 10px 5px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.smtp_main_table ul.listing li {
    font-size: 15px;
    padding-bottom: 8px;
}
.prcing_listing .btn.btn_main {
    text-align: center;
    display: block;
    margin: 0px 40px 20px;
    box-shadow: none;
}
.smtp_main_table .plan_price h6 {
    font-size: 24px;
    font-weight: 600;
    color: #ff741f;
    margin: auto;
}
.smtp_main_table ul.listing {
    padding: 0px 15px 10px;
}
.pricing_card .plan_name {
    background: #161816;
    color: #fff;
    position: relative;
    font-size: 17px;
    padding: 10px;
    text-align: center;
}
.smtp_main_table ul.listing li span {
    padding-right: 6px;
}
.smtp_main_table ul.listing li span .fa-check {
    color: #28770e;
}
.smtp_main_table ul.listing li span .fa-times {
    color: #ff741f;
}
.smtp_main_table .table td, .smtp_main_table .table th {
  padding: 0px;
  vertical-align: top;
  border-top: 0px solid #dee2e6;
}
.smtp_main_table .table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
}
.table_smtp_one {
  font-size: 30px !important;
  font-weight: 400;
}
.table_smtp .main_price {
    background: #27770e;
    color: #fff;
    max-width: 100%;
    text-align: center !important;
    padding: 15px 0px;
    margin: 0px 15px 0px 0px !important;
    display: block;
}
.table_smtp .main_price span{
  font-size: 35px;
  color: #fff;
}
.table_smtp .main_price strong{
  font-size: 15px !important;
  color: #fff;
  text-align: center !important;
  font-weight: 400;
}

.dropdown-content-bond {
  display: none;
}
.main_price section{
  text-align: center;
}
.filter-cat-results .f-cat {
  display: none;
}
.filter-cat-results .f-cat.active {
  display: block;
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

.faq_section.faq_page {
    padding: 30px 0px;
}

.section_inner .blog-bg {
    background: repeating-linear-gradient( 
-45deg
 , white, white 0px, rgb(40 119 14 / 29%) 0, rgb(40 119 14 / 21%) 84px);
    padding: 90px;
    text-align: center;
    color: #161816;
    font-weight: 600;
}
.section_inner .breadcrumb li {
    display: inline-block;
    font-size: 16px;
    color: #2f7b16;
    font-weight: 600;
}
.section_inner .breadcrumb {
    background: #4c8e3714;
    border-radius: 0px;
}
.section_inner .breadcrumb li a {
    color: #000;
}
.inner_section_content {
    padding: 20px;
}
.inner_section_content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.inner_section_content h5 {
    font-size: 17px;
    font-weight: 700;
    margin-top: 25px;
}
.inner_section_content ul li{
    font-size: 16px;
    line-height: 24px;
    padding-left: 15px;
    padding-bottom: 5px;
    position: relative;
}
.inner_section_content p a {
    color: #26770c;
    font-weight: 600;
}
.inner_section_content ol li{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-bottom: 5px;
    padding-left: 15px;
    position: relative;
}
.inner_section_content strong {
    font-size: 14px;
}
.inner_section_content ol li span {
    padding-right: 3px;
}
.inner_section_content ul li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #26770c;
    border-radius: 10px;
    left: 0;
    top: 8px;
}
.inner_section_content ul {
    margin: 15px;
}
.inner_section_content ol {
    margin: 15px 0px;
    padding: 0px;
}
.inner_section_content.about h2 {
    text-align: center;
    margin-top: 30px;
}
.inner_section_content.about {
    padding-top: 0px;
}
.main_menu .dropdown.dropdown-submenu ul.dropdown-menu {
    left: 208px;
    top: 0;
    margin: 0px;
}
.sign_up_section {
    padding: 40px 0px 0px;
}
.sign_up_section .headline {
    margin-bottom: 20px;
}
.sign_up_section .form_group label {
    font-size: 18px;
    margin: 0px;
}
.sign_up_section .form_group .form-control {
    box-shadow: none;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 45px;
    background: #e6e6e4a6;
    border: 1px solid #cccccc61;
}
.sign_up_section .submit_btn .send.btn_main {
    border: none;
    padding: 5px 35px;
}


nav.main_menu ul> li:hover >ul.dropdown-menu {
    display: block;
}
nav.main_menu .dropdown-menu .dropdown:hover ul.dropdown-menu {
    display: block;
}
nav.main_menu .dropdown-menu .dropdown ul.dropdown-menu {
    left: 194px;
    top: 0;
    margin: 0px;
}
.whatsapp-button {
    left: 20px;
    background: #f36;
    background: #25d366;
}
.whatsapp-button a
{
    color:#fff;
}
@-webkit-keyframes button-updown {
    0% {
        -webkit-transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-15px);
    }
}
@-moz-keyframes button-updown {
    0% {
        -moz-transform: translateY(0px);
    }
    100% {
        -moz-transform: translateY(-15px);
    }
}
@keyframes button-updown {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}
.fixed-button {
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 23px 0 rgb(12 0 46 / 15%);
    -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
    box-shadow: 0 3px 23px 0 rgb(12 0 46 / 15%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    z-index: 999999;
    -webkit-animation: button-updown 1s infinite alternate;
    -moz-animation: button-updown 1s infinite alternate;
    animation: button-updown 1s infinite alternate;
}
.mobilelink {
    font-size: 15px;
    width: 100%;
    display: none;
    position: fixed;
    background: #da1925;
    z-index: 9999;
    left: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
}
.mobilelink a {
    width: 50%;
    float: left;
    padding: 10px;
    line-height: 28px;
    color: #fff;
}
.whatsapplink {
    background: #57bb63;
}
.mobilelink a i {
    padding-right: 5px;
}
.mobilelink .phoncall {
    background-image: linear-gradient(to right,#ff9000,#ff5a00);
}
.smtp_services_section .full_section_bottom {
    padding-top: 20px;
}
.smtp_services_section .full_section_bottom p a {
    color: #0caa03;
    font-weight: 600;
}
/*.smtp_services_section .full_section_bottom p b {*/
/*    font-weight: normal;*/
/*}*/
.thanku_section h2 {
    text-align: center;
    padding: 20px;
    font-size: 29px;
    font-weight: 600;
}
.ukaraine_logo {
    position: fixed;
    z-index: 99;
    right: 30px;
    left: auto;
}
.ukaraine_logo img {
    float: right;
    max-width: 150px;
}

.sign_up_section .form_group .form-control .intl-tel-input .selected-flag {
  z-index: 4;
}
.sign_up_section .form_group .form-control .intl-tel-input .country-list {
  z-index: 5;
}
.sign_up_section .form_group.input-group input.form-control {
    margin: 0px !important;
}
.sign_up_section .form_group.input-group {
    width: 100%;
    margin: 20px 0px;
}
.sign_up_section .form_group.input-group .intl-tel-input {
    width: 100%;
    display: block;
}
.sign_up_section .form_group textarea.textarea {
    height: auto;
}