body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #fff;
    font-family: VisbyCF;
    background-image: url(https://digitaltokri.co.in/demo/vasupujya-newsletter/images/newsletter-bg-image-1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
html {
  overflow-x: hidden;
}
* {
    font-family: VisbyCF;
 }
 
 @media (min-width: 1200px){
/*.container {
    max-width: 991px !important;
    }*/
 }
 
 @media (min-width: 992px){
    /*.container, .container-lg, .container-md, .container-sm {
        max-width: 921px;
    }*/
}

h1, h2, h3, h4, h5, h6{
    font-family: 'VisbyCF-Regular';
    color: #242424;
}
p, span{
    font-family: 'VisbyCF-Regular'; 
    letter-spacing: 0.04em; 
    line-height: 23px!important;  
}

.cls-main-head{ 
    background: linear-gradient(103.42deg, #84BD3E -0.82%, #115526 25.34%);
    -webkit-background-clip: text;
    text-fill-color: transparent;
    /* text-transform: uppercase; */
    font-family: VisbyCF-Heavy;
    position: relative;
    padding-bottom: 7px;
}

.common-heading-h1 h1 {
    /* font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.06em;
    font-style: normal;
    font-weight: 500; */
    font-size: 35px;
    line-height: 40px;
    /*letter-spacing: 0.03em;*/
    font-style: normal;
    font-weight: 600;
    color: #242424;
}
 
.common-heading {
    background: linear-gradient(103.42deg, #84BD3E -0.82%, #115526 45.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /*text-transform: uppercase;*/
    font-family: VisbyCF-Heavy;
    position: relative;
    padding-bottom: 13px;
}

.common-heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    /* background: #d29751; */
    background: green;
    margin: auto;
    transition: 0.3s;
}

.common-heading-h1 h1 span {
    background: linear-gradient(103.42deg, #84BD3E -0.82%, #115526 45.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-family: VisbyCF-Heavy;
}
.common-heading-h1 h1 .home-h1-span{
    
    font-size: 50px;
    font-family: VisbyCF-Heavy;
    background: linear-gradient(103.42deg, #84BD3E -0.82%, #115526 45.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 60px;
}
.common-heading-h2 h2 {
    font-size: 35px;
    line-height: 40px;
    /*letter-spacing: 0.03em;*/
    font-style: normal;
    font-weight: 600;
    color: #242424;
}

.common-heading-h2 h2 span{
    background: linear-gradient(103.42deg, #84BD3E -0.82%, #115526 45.34%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    /*letter-spacing: 0.03em;*/
    /*letter-spacing: 0.06em;*/
    font-family: VisbyCF-Heavy;
    /*font-family: VisbyCF-Bold;*/
}


@font-face {
    font-family: VisbyCF;
    src: url(../fonts/VisbyCF-Bold.otf);
 }
 
 @font-face {
    font-family: VisbyCF-Bold;
    src: url(../fonts/VisbyCF-Bold.otf);
  }
  @font-face {
    font-family: VisbyCF-Heavy;
    src: url(../fonts/VisbyCF-Heavy.otf);
  }@font-face {
    font-family: VisbyCF-Light;
    src: url(../fonts/VisbyCF-Light.otf);
  }@font-face {
    font-family: VisbyCF-Medium;
    src: url(../fonts/VisbyCF-Medium.otf);
  }@font-face {
    font-family: VisbyCF-Regular;
    src: url(../fonts/VisbyCF-Regular.otf);
  }@font-face {
    font-family: VisbyCF-Thin;
    src: url(../fonts/VisbyCF-Thin.otf);
  }
  

img{
	border-radius: 5px;
}

.cls-bg-gray{
	/*background-color: rgba(217, 217, 217, 0.3);*/
	background-color: rgba(217, 217, 217, 0.93);
}
.cls-bg-white{
	background: #fff;
}

.cls-padding-bottom{
	padding-bottom: 25px;
}

.cls-td-pb{
	padding: 0px 20px 20px!important;
}

.cls-td-pt{
	padding: 20px 0px 0px;
}

.cls-pt{
	padding-top: 20px;
}

.cls-const-p{
	line-height: 30px!important;
}




 